Advertisement
nunonuno_riku

Untitled

Jul 23rd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /playerstats [<player>]:
  2. aliases: /ps
  3. trigger:
  4. if arg 1 is not set:
  5. send "&6==--&4&l%player%Stats&6--=="
  6. send "&4&lKD・・・%{%player%.KD}%"
  7. send "&4&lKill・・・%{%player%.kill}%"
  8. send "&4&lDeath・・・%{%player%.death}%"
  9. send "&6=--==--==--==--==--==--==--="
  10. if arg 1 is set:
  11. send "&6==--&4&l%arg 1%Stats&6--=="
  12. send "&4&lKD・・・%{%arg 1%.KD}%"
  13. send "&4&lKill・・・%{%arg 1%.Kill}%"
  14. send "&4&lDeath・・・%{%arg 1%.death}%"
  15. send "&6=--==--==--==--==--==--==--="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement