kaizyukun

Untitled

Sep 24th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. command /openenderchest:
  2. trigger:
  3. execute player command "/openender %player%"
  4. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  5.  
  6. command /blt:
  7. trigger:
  8. execute player command "/balancetop"
  9. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  10.  
  11.  
  12. command /jsb:
  13. trigger:
  14. execute player command "/jobs browse"
  15. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  16.  
  17. command /homesetting:
  18. trigger:
  19. execute player command "/homesettings"
  20. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  21.  
  22.  
  23. command /worldselect:
  24. trigger:
  25. execute player command "/ws"
  26. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  27.  
  28.  
  29. command /menu:
  30. trigger:
  31. execute player command "/mainmenu"
  32. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  33.  
  34. command /sh [<text>]:
  35. trigger:
  36. if arg 1 is not set:
  37. send "引数を設定してください"
  38. if arg 1 is "a":
  39. execute player command "/sethome a"
  40. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  41. stop
  42. if arg 1 is "b":
  43. execute player command "/sethome b"
  44. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  45. stop
  46. if arg 1 is "c":
  47. execute player command "/sethome c"
  48. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  49. stop
  50.  
  51. command /ht [<text>]:
  52. trigger:
  53. if arg 1 is not set:
  54. send "引数を設定してください"
  55. if arg 1 is "a":
  56. execute player command "/home a"
  57. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  58. stop
  59. if arg 1 is "b":
  60. execute player command "/home b"
  61. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  62. stop
  63. if arg 1 is "c":
  64. execute player command "/home c"
  65. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  66. stop
  67.  
  68. command /dh [<text>]:
  69. trigger:
  70. if arg 1 is not set:
  71. send "引数を設定してください"
  72. if arg 1 is "a":
  73. execute player command "/delhome a"
  74. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  75. stop
  76. if arg 1 is "b":
  77. execute player command "/delhome b"
  78. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  79. stop
  80. if arg 1 is "c":
  81. execute player command "/delhome c"
  82. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  83. stop
  84.  
  85. command /tpmv [<text>]:
  86. trigger:
  87. if arg 1 is not set:
  88. send "引数を設定してください"
  89. if arg 1 is "main_world":
  90. execute console command "/mvtp main_world %player%"
  91. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  92. stop
  93. if arg 1 is "shigen":
  94. execute console command "/mvtp shigen %player%"
  95. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  96. stop
  97. if arg 1 is "shigen_nether":
  98. execute console command "/mvtp main_nether %player%"
  99. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  100. stop
  101. if arg 1 is "shigen_end":
  102. send "Comming soon!"
  103. stop
  104. execute console command "/mvtp shigen_end %player%"
  105. execute console command "/playsound minecraft:block.note_block.pling player %player% ~ ~ ~ 100"
  106. stop
  107.  
  108. command /url:
  109. trigger:
  110. message "&dDiscord → https://discord.gg/RzuCDd8"
  111. message "&bTwitter →https://twitter.com/budou_mcserver"
  112. message "&9JMS →https://minecraft.jp/servers/grapeserver.ddns.net"
Add Comment
Please, Sign In to add comment