Added continue, fixed mail

This commit is contained in:
2022-06-02 03:48:51 +02:00
parent 20c7f0a6d9
commit b1f2370bec
4 changed files with 18 additions and 4 deletions
@@ -45,6 +45,7 @@ public class ChatPlugin extends JavaPlugin {
}
registerCommand("message", new Message());
registerCommand("reply", new Reply());
registerCommand("continue", new Continue());
registerCommand("ignore", new Ignore());
registerCommand("unignore", new Unignore());
registerCommand("muteserver", new MuteServer());