Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. PLUGIN.putIfAbsent(new String[] { "events" }, new EventsCommand());
  2. //PLUGIN.putIfAbsent(new String[] { "plos" }, new PosCommand());
  3. PLUGIN.putIfAbsent(new String[] { "thread" }, new ThreadCommand());
  4. PLUGIN.putIfAbsent(new String[] { "ancients" }, new AncientsCommand());
  5. PLUGIN.putIfAbsent(new String[] { "maxhit" }, new MaxStatusCommand());
  6. PLUGIN.putIfAbsent(new String[] { "changepassword", "changepass" }, new ChangePassword());
  7. PLUGIN.putIfAbsent(new String[] { "easts" }, new Easts());
  8. PLUGIN.putIfAbsent(new String[] { "commands", "command" }, new Commands());
  9. PLUGIN.putIfAbsent(new String[] { "home", "hom" }, new HomeCommand());
  10. PLUGIN.putIfAbsent(new String[] { "train", "training" }, new TrainZone());
  11. PLUGIN.putIfAbsent(new String[] { "medium", "mz", "mediumzone" }, new MediumZone());
  12. PLUGIN.putIfAbsent(new String[] { "pouch" }, new PouchCommand());
  13. PLUGIN.putIfAbsent(new String[] { "shops", "shop", }, new ShopCommand());
  14. PLUGIN.putIfAbsent(new String[] { "drops", "drop", "droplist", "droptable" }, new DropsCommand());
  15. PLUGIN.putIfAbsent(new String[] { "simulate", "simulator" }, new DropSimulatorCommand());
  16. PLUGIN.putIfAbsent(new String[] { "vote" }, new VoteCommand());
  17. PLUGIN.putIfAbsent(new String[] { "skull" }, new SkullCommand());
  18. PLUGIN.putIfAbsent(new String[] { "duel", "duelarena" }, new DuelArenaCommand());
  19. PLUGIN.putIfAbsent(new String[] { "barrows" }, new BarrowsCommand());
  20. PLUGIN.putIfAbsent(new String[] { "inferno", "Inferno" }, new InfernoCommand());
  21. PLUGIN.putIfAbsent(new String[] { "skill", "skillingarea" }, new SkillAreaCommand());
  22. PLUGIN.putIfAbsent(new String[] { "claim", "donated" }, new ClaimDonationCommand());
  23. PLUGIN.putIfAbsent(new String[] { "donate", "store", "Store" }, new DonateCommand());
  24. PLUGIN.putIfAbsent(new String[] { "voted", "claimvote", "reward" }, new ClaimVote());
  25. PLUGIN.putIfAbsent(new String[] { "vault", "vaultamount" }, new VaultCommand());
  26. PLUGIN.putIfAbsent(new String[] { "drops", "drop" }, new DropInterfaceCommand());
  27. PLUGIN.putIfAbsent(new String[] { "gamble", "gamblezone" }, new GambleCommand());
  28. PLUGIN.putIfAbsent(new String[] { "arena", "arenazone" }, new ArenaZoneCommand());
  29. PLUGIN.putIfAbsent(new String[] { "zul", "zulrah" }, new ZulrahCommand());
  30. PLUGIN.putIfAbsent(new String[] { "help" }, new Helpcommand());
  31. PLUGIN.putIfAbsent(new String[] { "answer", "trivia" }, new AnswerTriviaCommand());
  32. PLUGIN.putIfAbsent(new String[] { "staff", "staffonline" }, new StaffCommand());
  33. PLUGIN.putIfAbsent(new String[] { "forums", "forum" }, new ForumCommand());
  34. PLUGIN.putIfAbsent(new String[] { "discord" }, new DiscordCommand());
  35. PLUGIN.putIfAbsent(new String[] { "stuck" }, new StuckCommand());
  36. PLUGIN.putIfAbsent(new String[] { "wests", "west" }, new Wests());
  37. PLUGIN.putIfAbsent(new String[] { "mb", "magebank" }, new MageBankCommand());
  38. PLUGIN.putIfAbsent(new String[] { "gd", "gdz" }, new GdzCommand());
  39. PLUGIN.putIfAbsent(new String[] { "slayertask", "task" }, new SlayerTaskCommand());
  40. PLUGIN.putIfAbsent(new String[] { "players", "online" }, new PlayerCountCommand());
  41. PLUGIN.putIfAbsent(new String[] { "empty", "emptyinventory" }, new EmptyInventoryCommand());
  42. PLUGIN.putIfAbsent(new String[] { "dusties", "dusti" }, new DustiesCommand());
  43. PLUGIN.putIfAbsent(new String[] { "key", "security" }, new KeyCommand());
  44. PLUGIN.putIfAbsent(new String[] { "galvek", "Galvek" }, new GalvekCommands());
  45. PLUGIN.putIfAbsent(new String[] { "es", "ed" }, new EZCommandZone());
  46. PLUGIN.putIfAbsent(new String[] { "barrowsfix", "bugfix" }, new BarrowsFix());
  47. PLUGIN.putIfAbsent(new String[] { "revs", "revcave" }, new RevenantCaveCommand());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement