Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. command /pinfo [<offline player>]:
  2. trigger:
  3. set {_slot} to 0
  4. if arg 1 is not set:
  5. open chest with 3 rows named "Online Player Info" to player
  6. wait 2 ticks
  7. loop all players:
  8. format slot {_slot} of player with loop-player's skull named "&3&l%loop-player%" with lore "&bRank: &a%loop-player's group% &4&l&k;;&r &bBalance: &a%loop-player's balance%" to close
  9. add 1 to {_slot}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement