Registered SilentJoinCommand
This commit is contained in:
parent
8c3d03383d
commit
679602c1f7
|
|
@ -108,6 +108,7 @@ public class VelocityChat {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void loadCommands() {
|
public void loadCommands() {
|
||||||
|
new SilentJoinCommand(server);
|
||||||
new GlobalAdminChat(server);
|
new GlobalAdminChat(server);
|
||||||
new Reload(server);
|
new Reload(server);
|
||||||
new MailCommand(server);
|
new MailCommand(server);
|
||||||
|
|
|
||||||
|
|
@ -92,10 +92,6 @@ public class SilentJoinCommand {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sendHelpMessage(CommandSource commandSource) {
|
private void sendHelpMessage(CommandSource commandSource) {
|
||||||
|
commandSource.sendMessage(Utility.parseMiniMessage("<red>Use: <gold>/silentjoin <server></gold>.</red>"));
|
||||||
}
|
|
||||||
|
|
||||||
private void sendAdminHelpMessage(CommandSource commandSource) {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user