Example #1
0
 public void onDisable() {
   Command.removeCommands(cmd);
 }
Example #2
0
 public void onDisable() {
   Command.removeCommands(cmd);
   stopUpdater();
 }
Example #3
0
 public void onDisable() {
   Command.removeCommands(cmd, cmdAdd, cmdRemove);
 }