Dnthy

Untitled

Aug 12th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. command /maintenance [<text>]:
  2. aliases: /mt
  3. permission: skript maintenance
  4. permission message: &fUnknown command. Type "/help" for help.
  5. trigger:
  6. if arg 1 is "on":
  7. set {mt.mode} to "true"
  8. send "&cメンテナンスモードをオンにしました"
  9. if arg 1 is "off":
  10. set {mt.mode} to "false"
  11. send "&aメンテナンスモードをオフにしました"
  12.  
  13. on connect:
  14. if {mt.mode} is "true":
  15. if player is not op:
  16. kick the player due to "&cサーバーに接続できません"
  17. send "&c%player%が接続しようとしたためブロックしました" to ops
Advertisement
Add Comment
Please, Sign In to add comment