Advertisement
wrejktoermgkdth

Untitled

Aug 18th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. command /rank [<offline player>]:
  2. permission: *
  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 2 rows named "&cGrant %arg-1%" to player
  9. wait 1 tick
  10. format slot 0 of player with book named "&4Owner" to run [make player execute command "systemgrant %arg-1% Owner"]
  11.  
  12. format slot 1 of player with book named "&5Admin" to run [make player execute command "systemgrant %arg-1% Admin"]
  13.  
  14. format slot 2 of player with book named "&cHead-Admin" to run [make player execute command "systemgrant %arg-1% hd"]
  15.  
  16. format slot 3 of player with book named "&4Mod" to run [make player execute command "systemgrant %arg-1% Mod"]
  17.  
  18. format slot 4 of player with book named "&eHelper" to run [make player execute command "systemgrant %arg-1% vip"]
  19.  
  20. format slot 5 of player with book named "&5Dev" to run [make player execute command "systemgrant %arg-1% Dev"]
  21.  
  22. format slot 6 of player with book named "&bMVP" to run [make player execute command "systemgrant %arg-1% MVP"]
  23.  
  24. format slot 7 of player with book named "&7Member" to run [make player execute command "systemgrant %arg-1% Default"]
  25.  
  26.  
  27. format slot 13 of player with barrier named "&c&lCancel" to close
  28.  
  29. command /systemgrant [<offline player>] [<text>]:
  30. permission: *
  31. permission message: &cYou cannot access our rank system.
  32. trigger:
  33. if arg-1 is not set:
  34. send "&cPlease specify a player."
  35. else:
  36. open chest with 1 rows named "&cGrant %arg-1%" to player
  37. wait 1 tick
  38. format slot 3 of player with green wool named "&aConfirm" to close then run [make console execute command "/pex user %arg-1% group set %arg-2% "] -> [send "&cYou updated %arg-1%'s rank to &e%arg-2%"] -> [send "&cYour rank has been updated to &e%arg-2%" to arg-1]
  39.  
  40. format slot 5 of player with red wool named "&cCancel" to close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement