Advertisement
miyasoku

Untitled

Oct 9th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. command /afk:
  2. trigger:
  3. if {%player%.afk} is 0
  4. broadcast "&a* &7%player%退席中"
  5. add 1 to {%player%.afk}
  6. else:
  7. if {%player%.afk} is 1
  8. broadcast "&a* &7%player%オンライン"
  9. set {%player%.afk} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement