kazuken0814

Untitled

Sep 18th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. on first join:
  2. broadcast "&d[firstjoin] &b%player%"
  3. set {firstjoin.%player%} to true
  4. stop
  5. on join:
  6. if {firstjoin.%player%} is true:
  7. broadcast "&c[join] &b%player%"
  8. stop
  9. on quit:
  10. broadcast "&c[quit] &b%player%"
  11. stop
Advertisement
Add Comment
Please, Sign In to add comment