Advertisement
maozou

TT's server skript

Oct 29th, 2018
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. command /aooni [<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" or "onichuukoku" or "zidouON" or "zidouOFF":
  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. broadcast "&1[Aooni] &e&l青鬼を開始します!"
  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 "onichuukoku":
  25. broadcast "&1[Aooni] &e&l鬼を決めます!"
  26. if arg-1 is "help":
  27. send "&9---------------[AooniGame]---------------"
  28. send " &a&lDev: ClockClap"
  29. send "&8- &ahelp&b... AooniGameのヘルプを表示します。"
  30. send "&8- &aonikime&b... 青鬼を決めます。"
  31. send "&8- &atyuukoku&b... 青鬼開始の忠告をします。"
  32. send "&8- &astart&b... 青鬼開始をします。"
  33. send "&8- &aramdom&b... 青鬼をランダムで決めます。"
  34. send "&8- &adairi&b... 青鬼の代理を決めます。"
  35. send "&8- &astop&b... 青鬼を強制終了します。"
  36. send "&8- &aonichuukoku&b... 鬼を決める忠告をします。"
  37. send "&8- &azidouon&b... 青鬼を自動化します。"
  38. send "&8- &azidouoff&b... 青鬼を手動化します。"
  39. send " "
  40. send "&a/aooni onikime <プレイヤー>"
  41. send "&b も利用可能です!<プレイヤー> のところに"
  42. send "&cmcid &bを入れると、その人が必ず鬼になります。"
  43. send "&e例: /aooni onikime maozou"
  44. send "&9-----------------------------------------"
  45. if arg-1 is "zidouON":
  46. execute console command "setblock 38 75 79 redstone_block"
  47. send "&1青鬼を自動にしました。"
  48. if arg-1 is "zidouOFF":
  49. execute console command "setblock 38 75 79 air"
  50. send "&1青鬼を手動にしました。"
  51. else:
  52. send "&9---------------[AooniGame]---------------"
  53. send " &a&lDev: ClockClap"
  54. send "&8- &ahelp&b... AooniGameのヘルプを表示します。"
  55. send "&8- &aonikime&b... 青鬼を決めます。"
  56. send "&8- &atyuukoku&b... 青鬼開始の忠告をします。"
  57. send "&8- &astart&b... 青鬼開始をします。"
  58. send "&8- &aramdom&b... 青鬼をランダムで決めます。"
  59. send "&8- &adairi&b... 青鬼の代理を決めます。"
  60. send "&8- &astop&b... 青鬼を強制終了します。"
  61. send "&8- &aonityuukoku&b... 鬼を決める忠告をします。"
  62. send " "
  63. send "&a/aooni onikime <プレイヤー>"
  64. send "&b も利用可能です!<プレイヤー> のところに"
  65. send "&cmcid &bを入れると、その人が必ず鬼になります。"
  66. send "&e例: /aooni onikime maozou"
  67. send "&9-----------------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement