Advertisement
SuzukazeK

Untitled

Nov 25th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. options:
  2. prefix : &6&l[&eKurumiKitPvP&6&l] &9≫
  3.  
  4. command /setspeed <text> [<number>]:
  5. aliases: /ss
  6. permission: op
  7. trigger:
  8. if arg 1 is "walk" or "w":
  9. set player's walk speed to arg 2
  10. send "{@prefix} &a%player%の「&e&l歩行速度&a」を「&6&l%arg 2%&a」に設定しました"
  11. else if arg 1 is "fly" or "f":
  12. set player's fly speed to arg 2
  13. send "{@prefix} &a%player%の「&e&l飛行速度&a」を「&6&l%arg 2%&a」に設定しました"
  14. else if arg 1 is "reset" or "r":
  15. set player's walk speed to 0.2
  16. set player's fly speed to 0.1
  17. send "{@prefix} &a%player%の「&e&l速度&a」を&6&lリセット&aしました"
  18.  
  19. command /copyflip [<text>]:
  20. aliases: /cf
  21. permission: op
  22. trigger:
  23. execute player command "//copy"
  24. execute player command "//flip"
  25. if arg is "-a":
  26. execute player command "//paste -a"
  27. stop
  28. execute player command "//paste"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement