Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. script options: #put this at the very top of the Skript.
  2. $ use permissions #put this underneath script options: with one tab.
  3. every 10 seconds:
  4. loop all players:
  5. if {kills.%loop-player's UUID%} = 50:
  6. send "&cYou haved ranked up to Rouge!" to loop-player
  7. add "essentials.kits.rouge" to loop-player's permissions
  8. else if {kills.%loop-player's UUID%} = 100:
  9. send "&cYou haved ranked up to Phantom!" to loop-player
  10. add "essentials.kits.phantom" to loop-player's permissions
  11. else if {kills.%loop-player's UUID%} = 150:
  12. send "&cYou haved ranked up to Hero!" to loop-player
  13. add "essentials.kits.hero" to loop-player's permissions
  14. else if {kills.%loop-player's UUID%} = 200:
  15. send "&cYou haved ranked up to Superior!" to loop-player
  16. add "essentials.kits.superior" to loop-player's permissions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement