sora200507

Untitled

Feb 15th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. on damage of a player:
  2. victim is player
  3. message "&c%damage%ダメージを受けた!" to victim
  4. stop
  5. on damage of a entity:
  6. attacker is player
  7. message "&c%damage%ダメージを与えた!" to attacker
  8. on damage of a player:
  9. victim is player
  10. attacker is player
  11. message "&a[PvPSystem]&c%damage%ダメージを与えた!" to attacker
  12. message "&a[PVPSystem]&c%damage%ダメージを受けた!" to victim
Advertisement
Add Comment
Please, Sign In to add comment