RokiJack1326

Skript

Apr 6th, 2019
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. on chat:
  2. player's gamemode is adventure
  3. player do not have permission "server.jinro"
  4. cancel event
  5. broadcast "&e- &c%player% &4> &b%message%"
  6. command "execute @a ~ ~ ~ /playsound entity.item.pickup master @s"
  7. on chat:
  8. player have permission "server.jinro"
  9. cancel event
  10. broadcast "&e- &4%player% &4> &b%message%"
  11. command "execute @a ~ ~ ~ /playsound entity.item.pickup master @s"
  12. on join:
  13. set join message to "&4&l[&c&l+&4&l] &e&l%player%"
  14. command "execute @a ~ ~ ~ /playsound block.note.pling master @s ~ ~ ~ 5"
  15. teleport player to world's spawn point
  16. on quit:
  17. set quit message to "&4&l[&c&l-&4&l] &e&l%player%"
  18. command "execute @a ~ ~ ~ /playsound block.note.pling master @s ~ ~ ~ 5 0.1"
  19. on first join:
  20. broadcast "&4&l[&d&l+&4&l] &e&l%player%"
  21. on death:
  22. wait 1 tick
  23. force the player to respawn
  24. on chat:
  25. player's gamemode is survival
  26. cancel event
  27. message "&4&l【-JinRou-】現在チャットができません"
  28. on chat:
  29. player's gamemode is spectator
  30. cancel event
  31. message "&4&l【-JinRou-】現在チャットができません"
  32. command /close:
  33. permission: skript.admin
  34. trigger:
  35. command "/whitelist on"
  36. loop all players:
  37. loop-player is not an op
  38. kick the loop-player due to "this server is not open to pulic"
  39. message "this server is not open to public now"
Add Comment
Please, Sign In to add comment