Advertisement
fleft17

Untitled

May 24th, 2014
197
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 <text>:
  2. trigger:
  3. if arg is not set:
  4. set {otherstat.%player%} to the player
  5. set {otherstat.%player%} to arg
  6. wait 0.1 second
  7. message "&a&l-------------&b&lFavonius Open PVP&a&l-------------" to the player
  8. message "&c&lKills:&r %{kills.%{otherstat.%player%}%}%" to the player
  9. message "&7&lDeaths:&r %{deaths.%{otherstat.%player%}%}%" to the player
  10. message "&3&lLongshot:&R %{BestLongshot.%{otherstat.%player%}%}%" to the player
  11. message "&9&lKillstreak:&r %{bestkillstreak.%{otherstat.%player%}%}%" to the player
  12. message "&a&l---------------&b&l%player%'s Stats&a&l---------------" to the player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement