kuragonn

Untitled

Nov 11th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. options:
  2. kow: &3&l[&9&lKnockBackofWin&3&l]
  3.  
  4. command /knockbackofwin [<text>]:
  5. aliases: /kow
  6. trigger:
  7. if arg 1 is not set:
  8. message "{@kow} &c項目をしていません。"
  9. if arg 1 is "join"
  10. if {kowJ.%player%} is not 1:
  11. message "{@kow} &eKnockBackofWinに参加しました。"
  12. add 1 to {kowJ.%player%}
  13. else:
  14. message "{@kow} &c常に参加しているロビーがあるのでキャンセルしました。"
  15. if arg 1 is "reset":
  16. message "{@kow} &a %player% さんの設定をクリーンしました。"
  17. set {kowJ.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment