Advertisement
maozou

[PvP]Combo

Mar 31st, 2019
2,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. command /delay <text> <number>:
  2. permission: sk.admin
  3. trigger:
  4. if arg-1 is "set" or "reset":
  5. if arg-1 is "set":
  6. set {delay::a} to arg-2
  7. loop all players:
  8. set maximum damage delay of loop-player to arg-2 ticks
  9. send "&a最大攻撃速度を%arg-2%にしました。"
  10. if arg-1 is "reset":
  11. set {delay::a} to 1
  12. loop all players:
  13. set maximum damage delay of loop-player to 1 ticks
  14. send "&a最大攻撃速度をリセットしました。"
  15. if arg-2 is number:
  16. else:
  17. send "&a--------==&cDelay&a==---------"
  18. send "&a製作者:maozou &7参考: 1va"
  19. send "&b使い方:"
  20. send "&a/delay <数値>"
  21. else:
  22. send "&a--------==&cDelay&a==---------"
  23. send "&a製作者:maozou &7参考: 1va"
  24. send "&b使い方:"
  25. send "&a/delay <数値>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement