Registered SilentJoinCommand
This commit is contained in:
parent
8c3d03383d
commit
679602c1f7
|
|
@ -108,6 +108,7 @@ public class VelocityChat {
|
|||
}
|
||||
|
||||
public void loadCommands() {
|
||||
new SilentJoinCommand(server);
|
||||
new GlobalAdminChat(server);
|
||||
new Reload(server);
|
||||
new MailCommand(server);
|
||||
|
|
|
|||
|
|
@ -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>"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user