add refillcore and fix help

This commit is contained in:
ChomeNS
2023-03-24 16:46:34 +07:00
parent ac8ab4d74d
commit 40f936090f
4 changed files with 51 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ public class CommandHandlerPlugin {
registerCommand(new BotVisibilityCommand());
registerCommand(new TPSBarCommand());
registerCommand(new NetMessageCommand());
registerCommand(new RefillCoreCommand());
}
public void registerCommand (Command command) {