Advertisement
K2Rk1o

[Skript]・Join/Quit/Connect

Jan 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Options:
  2. #-------------------#
  3. #Join・Quit・Connect
  4. #-------------------#
  5. #例:join: ようこそ!%player%さん! (%player%=鯖に入った人の名前)
  6. join:
  7. #Playerが鯖に参加したときに上のメッセージが流れます。
  8. quit:
  9. #Playerが鯖から退出したときに上のメッセージが流れます。
  10. join_first:
  11. #Playerが初めて鯖に参加したときに上のメッセージが流れます。
  12. connect:
  13. #Playerが鯖に接続しようとすると上のメッセージが流れます。
  14.  
  15.  
  16. On join:
  17. set join message to "{@join}"
  18.  
  19. On quit:
  20. set quit message to "{@quit}"
  21.  
  22. On first join:
  23. set join message to "{@join_first}"
  24.  
  25. On connect:
  26. broadcast "{@connect}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement