Registered SilentJoinCommand

This commit is contained in:
Teriuihi 2022-05-30 19:19:41 +02:00
parent 8c3d03383d
commit 679602c1f7
2 changed files with 2 additions and 5 deletions

View File

@ -108,6 +108,7 @@ public class VelocityChat {
}
public void loadCommands() {
new SilentJoinCommand(server);
new GlobalAdminChat(server);
new Reload(server);
new MailCommand(server);

View File

@ -92,10 +92,6 @@ public class SilentJoinCommand {
}
private void sendHelpMessage(CommandSource commandSource) {
}
private void sendAdminHelpMessage(CommandSource commandSource) {
commandSource.sendMessage(Utility.parseMiniMessage("<red>Use: <gold>/silentjoin <server></gold>.</red>"));
}
}