Advertisement
twogz

Untitled

Jul 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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.  
  13. else:
  14. if arg 1 is not set:
  15. message "&cUsage: /tabfix <player>"
  16. else:
  17. execute console command "/nte player %player% prefix &e%{level::%uuid of player%}% &7"
  18. set {level::%uuid of player%} to 0
  19. set {xp::%uuid of player%} to 0
  20. set {xpmax::%uuid of player%} to 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement