141142143144145146147
} @Command(value = "restart", help = "Reload all plugins and default configurations") public void restart() throws Exception { reinitializeEvent.fire(new ReinitializeEnvironment()); }
134135136137138139140
132133134135136137138
138139140141142143144
126127128129130131132
119120121122123124125
139140141142143144145
33343536373839
} @DefaultCommand public void reset() { reinitializeEvent.fire(new ReinitializeEnvironment()); }