customchat default formatting

This commit is contained in:
Bella 2020-03-10 18:18:27 -04:00
parent 2e342c1747
commit edb0da14d9
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class CustomChat extends Module {
public Setting<TextMode> textMode = register(Settings.e("Message", TextMode.ONTOP));
private Setting<DecoMode> decoMode = register(Settings.e("Separator", DecoMode.NONE));
private Setting<Boolean> commands = register(Settings.b("Commands", false));
public Setting<String> customText = register(Settings.stringBuilder("Custom Text").withValue("Use &7" + Command.getCommandPrefix() + "&rcustomchat to modify this").withConsumer((old, value) -> {}).build());
public Setting<String> customText = register(Settings.stringBuilder("Custom Text").withValue("Use &7" + Command.getCommandPrefix() + "customchat&r to modify this").withConsumer((old, value) -> {}).build());
public enum TextMode {
NAME, ONTOP, WEBSITE, JAPANESE, CUSTOM