Advertisement
Guest User

ttt

a guest
May 25th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. command /rankup:
  2. trigger:
  3. if player has permission "Normal":
  4. make console execute command "manuaddv %player% prefix &7[&cB&7] &7"
  5. make console execute command "manuaddp %player% B"
  6. stop
  7. if player has permission "B":
  8. if player has permission "Normal":
  9. make console execute command "manuaddv %player% prefix &7[&cC&7] &7"
  10. make console execute command "manuaddp %player% C"
  11. stop
  12. if player has permission "C":
  13. if player has permission "Normal":
  14. make console execute command "manuaddv %player% prefix &7[&cD&7] &7"
  15. make console execute command "manuaddp %player% D"
  16. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement