Advertisement
Oxalist

Untitled

Mar 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. command /stats [<offlineplayer>]:
  2. trigger:
  3. if arg 1 is not set:
  4. send " &c&lYour Stats"
  5. send "&7"
  6. send "&8» &cLevel: &f%{PickaxeLevel.%player%}%"
  7. send "&8» &cBalance: &f%balance of player%"
  8. send "&8» &cShards: &f%{shards.%player%}%"
  9. send "&7"
  10. if arg 1 is set:
  11. send " &c&l%arg 1%'s Stats"
  12. send "&7"
  13. send "&8» &cLevel: &f%{PickaxeLevel.%arg 1%}%"
  14. send "&8» &cBalance: &f%balance of arg 1%"
  15. send "&8» &cShards: &f%{shards.%arg 1%}%"
  16. send "&7"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement