Advertisement
kunihiko_sato

Untitled

Nov 15th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. command /aoonigame [<text>] [<text>]:
  2. permission: aoonigame.command.aoonigame
  3. permission message: You don't enough permission.
  4. aliases: /aooni, /aoonisystems:aoonigame, /aoonisystems:aooni
  5. trigger:
  6. if arg-1 is "start" or "onikime" or "tyuukoku" or "help" or "random" or "dairi" or "stop" or "hirosi":
  7. if arg-1 is "start":
  8. execute console command "setblock 34 83 176 redstone_block"
  9. if arg-1 is "onikime":
  10. if arg-2 is set:
  11. execute console command "tp %arg 2% 29.5 76.0 128.5"
  12. else:
  13. execute console command "setblock 25 65 63 redstone_block"
  14. if arg-1 is "tyuukoku":
  15. execute console command "setblock 35 74 99 redstone_block"
  16. if arg-1 is "random":
  17. execute console command "setblock 18 112 98 redstone_block"
  18. if arg-1 is "dairi":
  19. execute console command "setblock 37 81 102 redstone_block"
  20. if arg-1 is "stop":
  21. execute console command "setblock 36 75 86 redstone_block"
  22. if arg-1 is "hirosi":
  23. execute player command "ch join hirosi"
  24. if arg-1 is "help":
  25. send "&9---------------[AooniGame]---------------"
  26. send " &a&lDev: ClockClap"
  27. send "&8- &ahelp&b... AooniGameのヘルプを表示します。"
  28. send "&8- &aonikime&b... 青鬼を決めます。"
  29. send "&8- &atyuukoku&b... 青鬼開始の忠告をします。"
  30. send "&8- &astart&b... 青鬼開始をします。"
  31. send "&8- &aramdom&b... 青鬼をランダムで決めます。"
  32. send "&8- &adairi&b... 青鬼の代理を決めます。"
  33. send "&8- &astop&b... 青鬼を強制終了します。"
  34. send " "
  35. send "&e&lTIP: &a/aooni onikime <プレイヤー>"
  36. send "&b でもできます!"
  37. send "&9-----------------------------------------"
  38. else:
  39. send "&9---------------[AooniGame]---------------"
  40. send " &a&lDev: ClockClap"
  41. send "&8- &ahelp&b... AooniGameのヘルプを表示します。"
  42. send "&8- &aonikime&b... 青鬼を決めます。"
  43. send "&8- &atyuukoku&b... 青鬼開始の忠告をします。"
  44. send "&8- &astart&b... 青鬼開始をします。"
  45. send "&8- &arandom&b... 青鬼をランダムで決めます。"
  46. send "&8- &adairi&b... 青鬼の代理を決めます。"
  47. send "&8- &astop&b... 青鬼を強制終了します。"
  48. send "&9-----------------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement