Advertisement
twogz

Untitled

Jul 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 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. trigger:
  9. if player does not have permission "&ccore.admin":
  10. message "&cYou have permission rank admin or higher to use this command!"
  11.  
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement