Advertisement
nunonuno_riku

Untitled

Nov 13th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. command /join:
  2. trigger:
  3. if {Join} is true:
  4. add {matching} to 1
  5. send "&c[System]参加しました"
  6. stop
  7. if {join} is false:
  8. send "&c[System]満員だったため参加できませんでした。"
  9. stop
  10. if {matching} is 4:
  11. set {join} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement