grantygames

Untitled

Jul 12th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. command /setmito [<player>]:
  2. permission: seila
  3. trigger:
  4. clear {mito}
  5. set arg 1's prefix to "&5[Mito]&f"
  6. broadcast "Novo mito do pvp : %{mito}%"
  7. set {mito} to arg 1
  8. send "Setado"
  9. command /mito:
  10. trigger:
  11. send "Mito:%{mito}%"
  12. on death of player:
  13. if attacker is player:
  14. if victim is equal to {mito}:
  15. set victim's prefix to " "
  16. make console execute command "/setmito %attacker%"
  17. stop
Advertisement
Add Comment
Please, Sign In to add comment