kazuken0814

Untitled

Sep 3rd, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. command /party [<text>] [<text>] [<player>]:
  2. trigger:
  3. if arg 1 is "create":
  4. if arg 2 is "%arg 2%":
  5. add player to {party::%arg 2%::*}
  6. if arg 1 is "invite":
  7. if arg 2 is "%arg 2%":
  8. if arg 3 is player:
  9. send "&b%player%さんから%arg 2%への招待が来ています。" to arg 3
  10. send "&bもし承認するなら、/party accept %arg 2% と打ってください" to arg 3
  11. send "&b%arg 3%さんに招待を送りました。"
  12. if
Advertisement
Add Comment
Please, Sign In to add comment