RyuKa_

Untitled

Aug 10th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. on join:
  3. if {liste.joueurs::*} contains "%player%":
  4. stop
  5. else:
  6. add player to {liste.joueurs::*}
  7. command /balancetop:
  8. aliases: /baltop
  9. trigger:
  10. {money.%player's UUID%} is set
  11. set {_baltop::*} to sorted {var::*} from highest to lowest
  12. loop {_baltop::*}:
  13. open virtual chest with 1 row named "&aBalanceTop" to player
  14. format gui slot 1 of player with diamond block named "%loop-value%" to do nothing
  15. if loop-index > 5:
  16. stop
Add Comment
Please, Sign In to add comment