CARAB4O

Untitled

Oct 9th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. command /rank [<offline player>]:
  2. permission: manage.ranks
  3. permission message: &cYou do not have the required permissions to execute this command.
  4. trigger:
  5. if arg-1 is not set:
  6. send "&cIncorrect usage format, /rank <player>"
  7. else if arg-1 is set:
  8. open chest with 5 rows named "&8Selection &8(&n%arg-1%)" to player
  9. format slot 4 of player with arg-1's skull named "&bModifying %arg-1%" with lore "||&rIn this GUI you can modify||&r%arg-1%'s rank.||||&bCurrent Rank||&r &r● &r%{shortrank.%arg-1's uuid%}%" to be unstealable
  10. format slot 29 of player with book named "&4&lHOST" with lore "||&rClick to change %arg-1%'s rank||&rto Host." to close then run [make player execute "manuadd %arg-1% Host"]
  11. format slot 30 of player with book named "&c&lOWNER" with lore "||&rClick to change %arg-1%'s rank||&rto Owner." to close then run [make player execute "manuadd %arg-1% Owner"]
  12. format slot 31 of player with book named "&3&lADMIN" with lore "||&rClick to change %arg-1%'s rank||&rto Admin." to close then run [make player execute "manuadd %arg-1% Admin"]
  13. format slot 32 of player with book named "&e&lMOD" with lore "||&rClick to change %arg-1%'s rank||&rto Mod." to close then run [make player execute "manuadd %arg-1% Mod"]
  14. format slot 33 of player with book named "&a&lJR.MOD" with lore "||&rClick to change %arg-1%'s rank||&rto Jr.Mod." to close then run [make player execute "manuadd %arg-1% JrMod"]
  15. format slot 40 of player with book named "&7Reset Rank" with lore "||&rClick to reset %arg-1%'s rank" to close then run [make player execute "manuadd %arg-1% Default"]
  16. format slot 41 of player with book named "&d&lFAMOUS" with lore "||&rClick to change %arg-1%'s rank||&rto Famous ||||&c&lRequires:&r 600+ Subscribers On YouTube ||&fAnd 1 video with 100 views." to close then run [make player execute "manuadd %arg-1% Famous"]
  17. format slot 39 of player with book named "&5&lYT" with lore "||&rClick to change %arg-1%'s rank||&rto YT||||&7This Will Require, 115 Subs." to close then run [make player execute "manuadd %arg-1% YT"]
Add Comment
Please, Sign In to add comment