ADD AN EXTREMELY BROKEN MUSIC

This commit is contained in:
ChomeNS
2023-03-20 12:42:07 +07:00
parent e0969ad1f9
commit b515b1b8b1
14 changed files with 1376 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public class CommandHandlerPlugin {
registerCommand(new TestCommand());
registerCommand(new ThrowCommand());
registerCommand(new ValidateCommand());
registerCommand(new MusicCommand());
}
public void registerCommand (Command command) {