Advertisement
twogz

Untitled

Jul 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. on first join:
  2. set {level::%uuid of player%} to 0
  3. set {xp::%uuid of player%} to 0
  4. set {xpmax::%uuid of player%} to 50
  5. execute console command "/nte player %player% prefix &e%{level::%uuid of player%}% &7"
  6.  
  7. command /tabfix [<player>]:
  8. aliases: core:tabfix
  9. trigger:
  10. if player does not have permission "&ccore.admin":
  11. message "&cYou have permission rank admin or higher to use this command!"
  12. else:
  13. if arg 1 is not set:
  14. message "&cUsage: /tabfix <player>"
  15. else:
  16. execute console command "/nte player %player% prefix &e%{level::%uuid of player%}% &7"
  17. set {level::%uuid of player%} to 0
  18. set {xp::%uuid of player%} to 0
  19. set {xpmax::%uuid of player%} to 50
  20.  
  21. command /shop:
  22. trigger:
  23. if player does not have permission "donor.shop":
  24. execute player command "/needrank"
  25. else:
  26. open chest with 5 rows named "Market" to player
  27. wait 0.6 ticks
  28. format slot 0 of player with nether star named "&6&lYour Balance" with lore "&fMoney &e%player's balance%" to be unstealable
  29.  
  30.  
  31. command /needrank:
  32. aliases: core:needrank
  33. trigger:
  34. message "&cYou have permission rank vip or higher to use this command!"
  35. message "&cPurchase a rank by typing &b/buy &cin chat."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement