add clearchat

This commit is contained in:
ChomeNS
2023-03-25 14:59:48 +07:00
parent a7e8d79af8
commit 14b2b53682
2 changed files with 71 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ public class CommandHandlerPlugin {
registerCommand(new RefillCoreCommand());
registerCommand(new WikipediaCommand());
registerCommand(new UrbanCommand());
registerCommand(new ClearChatCommand());
}
public void registerCommand (Command command) {