SHOW:
|
|
- or go back to the newest paste.
| 1 | command /playerstats [<player>]: | |
| 2 | - | aliases: /ps |
| 2 | + | aliases: /pstats |
| 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=--==--==--==--==--==--==--=" |