Advertisement
maozou

join log and quit log

Nov 10th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. on join:
  2. broadcast "&7[join] &b%player% &ahas joied"
  3. on quit:
  4. broadcast "&7[quit] &b%player% &ahas quit!"
  5. command /joinmessage <text>:
  6. trigger:
  7. if arg 1 is not set:
  8. send "&cerror:文字を入力して下さい。"
  9. on join:
  10. send "%arg 1%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement