Advertisement
Aooni-Server

maintenance

Aug 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.45 KB | None | 0 0
  1. on load:
  2.     set {maintenance} to false
  3.  
  4. command /maintenance:
  5.     permission: skript.admin
  6.     trigger:
  7.         set {maintenance} to true
  8.  
  9. on connect:
  10.     "%player%" is not "bururaku"
  11.     kick the player due to "&cThis server is under maintenance now. %nl%&cこのサーバーは現在メンテナンス中です"
  12.  
  13. command /kicktest:
  14.     trigger:
  15.         kick the player due to "&cThis server is under maintenance now. %nl%&cこのサーバーは現在メンテナンス中です"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement