Advertisement
Macaroon_020

Untitled

Dec 14th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  1. on rightclick on a zombie:
  2. if Name of clicked entity is "§d§l初期§aピッケル§b配布§cゾンビ":
  3. wait a tick
  4. add 0 to {FirstPick.%player%}
  5. if {FirstPick.%player%} is 1:
  6. execute console command "/execute %player% ~ ~ ~ /tellraw @s ""[§dFirst§c-§aPickaxe§f] §dFirst§c-§aPickaxe&cは一回しかもらえません"""
  7. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.endermen.teleport master @s ~ ~ ~ 1 0.5"
  8. if {FirstPick.%player%} is 0:
  9. execute console command "/execute %player% ~ ~ ~ /give @s minecraft:wooden_pickaxe 1 0 {""display"":{""Name"":""§e*§7<§d§c-§dFirst§c-§aPickaxe§c-§7>§e*"",""Lore"":[""§a一番最初だ...がんばれ!"",""§a【§6status§a】"",""§a効率強化: §d0"",""§eExp§a: §d1"",""§7破壊可能§a: §d石""]},""Unbreakable"":1b,""ench"":[{""id"":32s,""lvl"":0s}],""HideFlags"":63,""CanDestroy"":[""minecraft:stone""]}"
  10. execute console command "/execute %player% ~ ~ ~ /tellraw @s ""[§dFirst§c-§aPickaxe§f] §e*§7<§d§c-§dFirst§c-§aPickaxe§c-§7>§e*§aを渡しました"""
  11. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.player.levelup master @s ~ ~ ~ 1 1"
  12. set {FirstPick.%player%} to 1
  13. on mine of stone:
  14. add 1 to {Mining.%player%}
  15.  
  16. wait 5 seconds
  17. set event-block to stone
  18. on mine of coal_ore:
  19. add 1 to {Mining.%player%}
  20.  
  21. wait 5 seconds
  22. set event-block to coal_ore
  23. on mine of stone:
  24. name of held item contains "§3Crystal" #初めてのピッケルで掘ったイベント
  25.  
  26. on mine of stone:
  27. name of held item contains "§e*§7<§d§c-§dFirst§c-§aPickaxe§c-§7>§e*" #初めてのピッケルで掘ったイベント
  28. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  29. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 1"
  30. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  31. on mine of stone:
  32. name of held item contains "§e*§7<§d§c-§aLv-1§c-§aPickaxe§c-§7>§e*" #Lv1のピッケルで掘ったイベント
  33. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  34. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 1"
  35. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  36. on mine of stone:
  37. name of held item contains "§e*§7<§d§c-§aLv-2§c-§aPickaxe§c-§7>§e*" #Lv2のピッケルで掘ったイベント
  38. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  39. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 1"
  40. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  41. on mine of stone:
  42. name of held item contains "§e*§7<§d§c-§aLv-3§c-§aPickaxe§c-§7>§e*" #Lv3のピッケルで掘ったイベント
  43. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  44. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 2"
  45. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  46. on mine of stone:
  47. name of held item contains "§e*§7<§d§c-§aLv-4§c-§aPickaxe§c-§7>§e*" #Lv4のピッケルで掘ったイベント
  48. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  49. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 2"
  50. show 3 "note" particles at location of event-block for player offset by 0.4, 0.4, 0.4
  51. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  52. on mine of stone:
  53. name of held item contains "§e*§7<§d§c-§aLv-5§c-§aPickaxe§c-§7>§e*" #Lv5のピッケルで掘ったイベント
  54. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  55. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 2"
  56. show 3 "note" particles at location of event-block for player offset by 0.4, 0.4, 0.4
  57. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  58. on mine of stone:
  59. name of held item contains "§e*§7<§d§c-§aLv-6§c-§aPickaxe§c-§7>§e*" #Lv6のピッケルで掘ったイベント
  60. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  61. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 3"
  62. show 3 "note" particles at location of event-block for player offset by 0.4, 0.4, 0.4
  63. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  64. on mine of stone:
  65. name of held item contains "§e*§7<§d§c-§aLv-7§c-§aPickaxe§c-§7>§e*" #Lv7のピッケルで掘ったイベント
  66. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  67. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 3"
  68. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  69. on mine of stone:
  70. name of held item contains "§e*§7<§d§c-§aLv-8§c-§aPickaxe§c-§7>§e*" #Lv8のピッケルで掘ったイベント
  71. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  72. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 3"
  73. show 3 "note" particles at location of event-block for player offset by 0.4, 0.4, 0.4
  74. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  75. on mine of stone:
  76. name of held item contains "§e*§7<§d§c-§aLv-9§c-§aPickaxe§c-§7>§e*" #Lv9のピッケルで掘ったイベント
  77. execute console command "/execute %player% ~ ~ ~ /playsound entity.experience_orb.pickup master @s"
  78. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 3"
  79. show 3 "note" particles at location of event-block for player offset by 0.4, 0.4, 0.4
  80. execute console command "/execute @a[name=%player%,tag=Vip] ~ ~ ~ /scoreboard players add @s mip 2"
  81. on mine of coal_ore:
  82. name of held item contains "§e*§7<§d§c-§aLv-10§c-§aPickaxe§c-§7>§e*" #Lv10のピッケルで掘ったイベント
  83. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.player.levelup master @s"
  84. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 5"
  85. on mine of coal_ore:
  86. name of held item contains "§e*§7<§d§c-§aLv-11§c-§aPickaxe§c-§7>§e*" #Lv11のピッケルで掘ったイベント
  87. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.player.levelup master @s"
  88. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 5"
  89. on mine of coal_ore:
  90. name of held item contains "§e*§7<§d§c-§aLv-12§c-§aPickaxe§c-§7>§e*" #Lv12のピッケルで掘ったイベント
  91. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.player.levelup master @s"
  92. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 5"
  93. on mine of coal_ore:
  94. name of held item contains "§e*§7<§d§c-§aLv-13§c-§aPickaxe§c-§7>§e*" #Lv13のピッケルで掘ったイベント
  95. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.player.levelup master @s"
  96. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 5"
  97. on mine of coal_ore:
  98. name of held item contains "§e*§7<§d§c-§aLv-14§c-§aPickaxe§c-§7>§e*" #Lv14のピッケルで掘ったイベント
  99. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.player.levelup master @s"
  100. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 5"
  101. set {_l} to random integer between 1 and 60
  102. if {_l} is between 1 and 9:
  103. execute console command "/execute %player% ~ ~ ~ /give @s minecraft:prismarine_shard 1 0 {""display"":{""Name"":""§f§l謎§6の§b欠片"",""Lore"":[""§a集めたらいいことがありそうな予感"",""§6とりあえず§d集めるといい""]}}"
  104.  
  105. on mine of coal_ore:
  106. name of held item contains "§e*§7<§d§c-§aLv-15§c-§aPickaxe§c-§7>§e*" #Lv15のピッケルで掘ったイベント
  107. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.player.levelup master @s"
  108. execute console command "/execute %player% ~ ~ ~ /scoreboard players add %player% mip 5"
  109. set {_l2} to random integer between 1 and 55
  110. if {_l2} is between 1 and 9:
  111. execute console command "/execute %player% ~ ~ ~ /give @s minecraft:prismarine_shard 1 0 {""display"":{""Name"":""§f§l謎§6の§b欠片"",""Lore"":[""§a集めたらいいことがありそうな予感"",""§6とりあえず§d集めるといい""]}}"
  112. on rightclick on a creeper:
  113. if Name of clicked entity is "§aShop §b5§6Exp§c→§d1§e円":
  114. wait a tick
  115. execute console command "execute @a[name=%player%,score_mip_min=0,score_mip=4] ~ ~ ~ /tellraw @s ""§f[§2money§f] §c1円に換金するには5Exp必要です"""
  116. execute console command "execute @a[name=%player%,score_mip_min=0,score_mip=4] ~ ~ ~ /playsound minecraft:entity.endermen.teleport master @s ~ ~ ~ 1 0.5"
  117. execute console command "execute @a[name=%player%,score_mip_min=5] ~ ~ ~ /scoreboard players add @s money 1"
  118. execute console command "execute @a[name=%player%,score_mip_min=5] ~ ~ ~ /tellraw @s ""[§2money§f] §a5§eExp§aを1円に換金しました"""
  119. execute console command "execute @a[name=%player%,score_mip_min=5] ~ ~ ~ /playsound minecraft:block.note.bass master @s"
  120. execute console command "execute @a[name=%player%,score_mip_min=5] ~ ~ ~ /playsound minecraft:entity.experience_orb.pickup master @s"
  121. execute console command "execute @a[name=%player%,score_mip_min=5] ~ ~ ~ /scoreboard players remove @s mip 5"
  122. on rightclick on a skeleton:
  123. if Name of clicked entity is "§aShop §b50§6Exp§c→§d10§e円":
  124. wait a tick
  125. execute console command "execute @a[name=%player%,score_mip_min=0,score_mip=49] ~ ~ ~ /tellraw @s ""§f[§2money§f] §c10円に換金するには50Exp必要です"""
  126. execute console command "execute @a[name=%player%,score_mip_min=0,score_mip=49] ~ ~ ~ /playsound minecraft:entity.endermen.teleport master @s ~ ~ ~ 1 0.5"
  127. execute console command "execute @a[name=%player%,score_mip_min=50] ~ ~ ~ /scoreboard players add @s money 10"
  128. execute console command "execute @a[name=%player%,score_mip_min=50] ~ ~ ~ /tellraw @s ""[§2money§f] §a50§eExp§aを10円に換金しました"""
  129. execute console command "execute @a[name=%player%,score_mip_min=50] ~ ~ ~ /playsound minecraft:block.note.bass master @s"
  130. execute console command "execute @a[name=%player%,score_mip_min=50] ~ ~ ~ /playsound minecraft:entity.experience_orb.pickup master @s"
  131. execute console command "execute @a[name=%player%,score_mip_min=50] ~ ~ ~ /scoreboard players remove @s mip 50"
  132.  
  133. on mine of cyan hardened clay:
  134. name of held item contains "§a<§c-§bCRP§c-§dPickaxe§c-§a>" #CPRのピッケルで掘ったイベント
  135. execute console command "/execute @e[tag=cpr] ~ ~ ~ /scoreboard players add @e[tag=cpr] mcs 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement