139140141142143144145
} @Command(value = "restart", help = "Reload all plugins and default configurations") public void restart() throws Exception { reinitializeEvent.fire(new ReinitializeEnvironment()); }
138139140141142143144
121122123124125126127
118119120121122123124
134135136137138139140
125126127128129130131
49505152535455
} @DefaultCommand public void reset() { reinitializeEvent.fire(new ReinitializeEnvironment()); }
140141142143144145146