update customchat description

This commit is contained in:
Bella 2020-03-22 09:44:10 -04:00
parent 602c429e7e
commit c44e1c009b
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import static me.zeroeightsix.kami.KamiMod.*;
* Created by 086 on 8/04/2018.
* Updated by S-B99 on 12/03/20
*/
@Module.Info(name = "CustomChat", category = Module.Category.CHAT, description = "Adds a watermark to the end of your message to let others know you're using KAMI Blue", showOnArray = Module.ShowOnArray.OFF)
@Module.Info(name = "CustomChat", category = Module.Category.CHAT, description = "Add a custom suffix to the end of your message!", showOnArray = Module.ShowOnArray.OFF)
public class CustomChat extends Module {
public Setting<Boolean> startupGlobal = register(Settings.b("Enable Automatically", true));
public Setting<TextMode> textMode = register(Settings.e("Message", TextMode.ON_TOP));