Advertisement
sora200507

Untitled

Aug 15th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. on death of player:
  2. if attacker is player:
  3. execute console command "/pex user %attacker% add bukkit.command.kick"
  4. make attacker execute "/kick %attacker%"
  5. execute console command "/pex user %attacker% remove bukkit.command.kick"
  6. broadcast "&b%player%を殺した罪で%attacker%が鯖からキックされました"
  7. stop
  8. else:
  9. message "&c死んでしまった!"
  10. stop
  11. on damage of player:
  12. if attacker is player:
  13. message "&cプレイヤーを殺すとキックされます 残り体力は%victim's health%です" to attacker
  14. stop
  15. else:
  16. message "&c%damage%ダメージを食らった!" to victim
  17. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement