333334335336337338339340341
} public void setupCommands() { this.globalExec = new GlobalCommands(this); this.localExec = new LocalCommands(this); this.worldExec = new WorldCommands(this); this.permissionsExec = new PermissionsExec(this); }