Merge remote-tracking branch 'origin/feature/master' into feature/master

This commit is contained in:
Bella 2020-04-03 09:54:22 -04:00
commit a9410d2b17
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import static me.zeroeightsix.kami.util.InfoCalculator.reverseNumber;
* Created by S-B99 on 20/03/20
* Updated by S-B99 on 25/03/20
*/
@Module.Info(name = "ActiveModules", category = Module.Category.CLIENT, description = "Configures ActiveModules Colour", showOnArray = Module.ShowOnArray.OFF)
@Module.Info(name = "ActiveModules", category = Module.Category.CLIENT, description = "Configures ActiveModules colours and modes", showOnArray = Module.ShowOnArray.OFF)
public class ActiveModules extends Module {
private Setting<Boolean> forgeHax = register(Settings.b("ForgeHax", false));
public Setting<Mode> mode = register(Settings.e("Mode", Mode.RAINBOW));

View File

@ -10,7 +10,7 @@ import static me.zeroeightsix.kami.command.Command.sendErrorMessage;
/**
* @author S-B99
*/
@Module.Info(name = "CommandConfig", category = Module.Category.CLIENT, description = "Configures options related to commands", showOnArray = Module.ShowOnArray.OFF)
@Module.Info(name = "CommandConfig", category = Module.Category.CLIENT, description = "Configures PrefixChat and Alias options", showOnArray = Module.ShowOnArray.OFF)
public class CommandConfig extends Module {
public Setting<Boolean> aliasInfo = register(Settings.b("Alias Info", true));
public Setting<Boolean> prefixChat = register(Settings.b("PrefixChat", true));