Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. command /close:
  2. permission: skript.admin
  3. trigger:
  4. command "/whitelist on"
  5. loop all players:
  6. loop-player is not an op
  7. kick the loop-player due to "this server is not open to pulic"
  8. message "【逃走中】サーバー開放までお待ちください。"
  9.  
  10. on death of player:
  11. if attacker is a player:
  12. set the death message to "&c%player% &fがハンターに確保されました。"
  13.  
  14. if attacker is not a player:
  15. if attacker is set:
  16. set the death message to "&c%player% が原因不明で死亡した。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement