Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. command /grant [<offline player>] [<text>]:
  2. permission: core.grant
  3. permission message: &cYou cannot access our rank system.
  4. trigger:
  5. if arg-1 is not set:
  6. send "&cPlease specify a player."
  7. else:
  8. open chest with 6 rows named "&7Ranks: &a%arg-1%" to player
  9. wait 1 tick
  10. format slot 29 of player with red dye named "&4Owner" with lore "&7Grant &a%arg-1% &4Owner &7rank." to run [make player execute command "systemgrant %arg-1% Owner"]
  11. format slot 30 of player with yellow dye named "&eAdmin" with lore "&7Grant &a%arg-1% &eAdmin &7rank." to run [make player execute command "systemgrant %arg-1% Admin"]
  12. format slot 31 of player with green dye named "&2Mod" with lore "&7Grant &a%arg-1% &2Mod &7rank." to run [make player execute command "systemgrant %arg-1% Mod"]
  13. format slot 32 of player with blue dye named "&9Trainee" with lore "&7Grant &a%arg-1% &9Trainee &7rank." to run [make player execute command "systemgrant %arg-1% Trainee"]
  14. format slot 33 of player with cyan dye named "&3Builder" with lore "&7Grant &a%arg-1% &3Builder &7rank." to run [make player execute command "systemgrant %arg-1% Builder"]
  15. format slot 39 of player with purple dye named "&5Dev" with lore "&7Grant &a%arg-1% &5Dev &7rank." to run [make player execute command "systemgrant %arg-1% Dev"]
  16. format slot 40 of player with redstone named "&cYoutuber" with lore "&7Grant &a%arg-1% &cYoutuber &7rank." to run [make player execute command "systemgrant %arg-1% Youtuber"]
  17. format slot 41 of player with light blue dye named "&7Member" with lore "&7Grant &a%arg-1% &7Member &7rank." to run [make player execute command "systemgrant %arg-1% Member"]
  18. format slot 0 of player with red glass named "&c&lCancel" to close
  19. format slot 8 of player with red glass named "&c&lCancel" to close
  20. format slot 13 of player with lever named "&c&l%arg-1%&7's Rank" to be unstealable
  21. format slot 1 of player with gray glass named "&c|" to be unstealable
  22. format slot 2 of player with gray glass named "&c|" to be unstealable
  23. format slot 3 of player with gray glass named "&c|" to be unstealable
  24. format slot 4 of player with gray glass named "&c|" to be unstealable
  25. format slot 5 of player with gray glass named "&c|" to be unstealable
  26. format slot 6 of player with gray glass named "&c|" to be unstealable
  27. format slot 7 of player with gray glass named "&c|" to be unstealable
  28. format slot 9 of player with gray glass named "&c|" to be unstealable
  29. format slot 10 of player with gray glass named "&c|" to be unstealable
  30. format slot 11 of player with gray glass named "&c|" to be unstealable
  31. format slot 12 of player with gray glass named "&c|" to be unstealable
  32. format slot 14 of player with gray glass named "&c|" to be unstealable
  33. format slot 15 of player with gray glass named "&c|" to be unstealable
  34. format slot 16 of player with gray glass named "&c|" to be unstealable
  35. format slot 17 of player with gray glass named "&c|" to be unstealable
  36. format slot 18 of player with gray glass named "&c|" to be unstealable
  37. format slot 19 of player with gray glass named "&c|" to be unstealable
  38. format slot 20 of player with gray glass named "&c|" to be unstealable
  39. format slot 21 of player with gray glass named "&c|" to be unstealable
  40. format slot 22 of player with gray glass named "&c|" to be unstealable
  41. format slot 23 of player with gray glass named "&c|" to be unstealable
  42. format slot 24 of player with gray glass named "&c|" to be unstealable
  43. format slot 25 of player with gray glass named "&c|" to be unstealable
  44. format slot 26 of player with gray glass named "&c|" to be unstealable
  45. format slot 27 of player with gray glass named "&c|" to be unstealable
  46. format slot 28 of player with gray glass named "&c|" to be unstealable
  47. format slot 34 of player with gray glass named "&c|" to be unstealable
  48. format slot 35 of player with gray glass named "&c|" to be unstealable
  49. format slot 36 of player with gray glass named "&c|" to be unstealable
  50. format slot 37 of player with gray glass named "&c|" to be unstealable
  51. format slot 38 of player with gray glass named "&c|" to be unstealable
  52. format slot 42 of player with gray glass named "&c|" to be unstealable
  53. format slot 43 of player with gray glass named "&c|" to be unstealable
  54. format slot 44 of player with gray glass named "&c|" to be unstealable
  55. format slot 45 of player with gray glass named "&c|" to be unstealable
  56. format slot 46 of player with gray glass named "&c|" to be unstealable
  57. format slot 47 of player with gray glass named "&c|" to be unstealable
  58. format slot 48 of player with gray glass named "&c|" to be unstealable
  59. format slot 49 of player with gray glass named "&c|" to be unstealable
  60. format slot 50 of player with gray glass named "&c|" to be unstealable
  61. format slot 51 of player with gray glass named "&c|" to be unstealable
  62. format slot 52 of player with gray glass named "&c|" to be unstealable
  63. format slot 53 of player with gray glass named "&c|" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement