Advertisement
K2Rk1o

Untitled

Dec 21st, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. command /status [<offline player>]:
  2. trigger:
  3. if arg-1 is not set:
  4. open chest with 3 row named "&e&l%player%'s &6&lStatus" to player
  5. wait 2 tick
  6. format slot 10 of player with beacon named "&aLevel" with lore "&8[&6&l%{lvl.%player%}%&8]" to close
  7. format slot 11 of player with emerald named "&eXP" with lore "&8[&a&l%{xp.%player%}%&8]" to close
  8. format slot 12 of player with diamond named "&bSP" with lore "&8[&6&l%{}%&8]" to close
  9. format slot 13 of player with stone sword named "&cPower" with lore "&8[&6&l%{str::%player%}%&8]" to close
  10. format slot 14 of player with iron chestplate named "&9Defense" with lore "&8[&6&l%{def::%player%}%&8]" to close
  11. format slot 15 of player with feather named "&bSpeed" with lore "&8[&6&l%{spd::%player%}%&8]" to close
  12. if arg-1 is set:
  13. open chest with 3 row named "&e&l%arg-1%'s &6&lStatus" to player
  14. wait 2 tick
  15. format slot 10 of player with beacon named "&aLevel" with lore "&8[&6&l%{lvl::%arg-1%}%&8]" to close
  16. format slot 11 of player with emerald named "&eXP" with lore "&8[&a&l%{xp::%arg-1%}%&8]" to close
  17. format slot 12 of player with diamond named "&bSP" with lore "&8[&6&l%{sp::%arg-1%}%&8]" to close
  18. format slot 13 of player with stone sword named "&cPower" with lore "&8[&6&l%{str::%arg-1%}%&8]" to close
  19. format slot 14 of player with iron chestplate named "&9Defense" with lore "&8[&6&l%{def::%arg-1%}%&8]" to close
  20. format slot 15 of player with feather named "&bSpeed" with lore "&8[&6&l%{spd::%arg-1%}%&8]" to close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement