Advertisement
Itsyuumello

Untitled

Sep 13th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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 "サーバーがメンテナンスになりました"
  8. message "&aホワイトリストを ON にしました!"
  9. command /open:
  10. permission: skript.admin
  11. trigger:
  12. command "/whitelist off"
  13. message "&aホワイトリストを &cOFF にしました!"
  14. command /gm 0
  15. permission: skriptadmin
  16. trigger:
  17. command "/gamemode 0"
  18. message "&fゲームモードを &7SUVIVAL &fモードに変更しました"
  19. command /gm 1
  20. permission: skriptadmin
  21. trigger:
  22. command "/gamemode 1"
  23. message "&fゲームモードを &7CREATIVE &fモードに変更しました"
  24. command /gm 2
  25. permission: skriptadmin
  26. trigger:
  27. command "/gamemode 2"
  28. message "&fゲームモードを &7ADVENTURE &fモードに変更しました"
  29. command /gm 3
  30. permission: skriptadmin
  31. trigger:
  32. command "/gamemode 3"
  33. message "&fゲームモードを &7SPECTATOR &fモードに変更しました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement