Advertisement
Guest User

Untitled

a guest
Jun 5th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. on join:
  2. set join message to "&d(&cBot&d) &a[ログイン]&e%player%さんがサーバーに参加しました"
  3.  
  4. on quit:
  5. set quit message to "&d(&cBot&d) &6[ログアウト]&e%player%さんが落ちました"
  6.  
  7. command /announce [<text>]:
  8. permission: skript.admin
  9. trigger:
  10. if arg-1 is set:
  11. broadcast "&e&l[Announce]&c&l %arg-1%"
  12. if arg-1 is not set:
  13. message "&d(&6Bot&d)&a使用法:/announce [text] または /an [text]"
  14.  
  15. command /an [<text>]:
  16. permission: skript.admin
  17. trigger:
  18. if arg-1 is set:
  19. broadcast "&e&l[Announce]&c&l %arg-1%"
  20. if arg-1 is not set:
  21. message "&d(&6Bot&d)&a使用法:/an [text] または /announce [text]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement