Advertisement
yazyu2

Untitled

Aug 11th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. options:
  2. time: 3 #○秒後に蹴りますって言う通知
  3.  
  4. on connect:
  5. if {met} is "now":
  6. message "&6&l現在Legend RPGは&d&lメンテナンスか現在準備中のため参加が出来ません"
  7. cancel event
  8.  
  9. command /met:
  10. permission: per.op
  11. trigger:
  12. if {met} is "now" or not set:
  13. set {met} to "now"
  14. broadcast "&4メンテナンスの為&7%{@time}%秒後&4に運営以外の人は強制退出となります"
  15. wait %{@time}% second
  16. loop a players:
  17. loop-player is not an op
  18. kick the loop-player due to "メンテナンスです"
  19. if {met} is "now":
  20. set {met} to "nomet"
  21. broadcast "&bメンテナンスモードが解除されました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement