Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. on rightclick with melon block:
  2. player's gamemode is survival
  3. cancel event
  4. message "<red>設置不能ブロックです"
  5.  
  6. on break of melon block:
  7. cancel event
  8. execute console command "/xp 2 @p"
  9. set block to air
  10. give player melon
  11. give player melon
  12. give player melon
  13. chance of 80%:
  14. give player melon
  15. give player melon
  16. chance of 50%:
  17. give player melon
  18. give player melon
  19. wait 150 tick
  20. set block to melon block
  21.  
  22. on rightclick with log:
  23. player's gamemode is survival
  24. cancel event
  25. message "<red>設置不能ブロックです"
  26.  
  27. on break of log:
  28. cancel event
  29. if player's tool is a axe:
  30. execute console command "/xp 2 @p"
  31. set block to air
  32. execute console command "/give @p minecraft:log 1 0"
  33. wait 100 tick
  34. set block to log:0
  35.  
  36. on rightclick with coal ore:
  37. player's gamemode is survival
  38. cancel event
  39. message "<red>設置不能ブロックです"
  40.  
  41. on break of coal ore:
  42. cancel event
  43. if player's tool is a pickaxe:
  44. execute console command "/xp 5 @p"
  45. set block to cobblestone
  46. give player coal
  47. wait 100 tick
  48. set block to coal ore
  49.  
  50. on rightclick with iron ore:
  51. player's gamemode is survival
  52. cancel event
  53. message "<red>設置不能ブロックです"
  54.  
  55. on break of iron ore:
  56. cancel event
  57. if player's tool is a pickaxe:
  58. execute console command "/xp 10 @p"
  59. set block to cobblestone
  60. give player iron ore
  61. wait 150 tick
  62. set block to iron ore
  63.  
  64. on rightclick with lapis ore:
  65. player's gamemode is survival
  66. cancel event
  67. message "<red>設置不能ブロックです"
  68. on break of lapis ore:
  69. cancel event
  70. if player's tool is a pickaxe:
  71. execute console command "/xp 12 @p"
  72. set block to cobblestone
  73. execute console command "/give @p minecraft:dye 4 4
  74. wait 200 tick
  75. set block to lapis ore
  76.  
  77. on rightclick with redstone ore:
  78. player's gamemode is survival
  79. cancel event
  80. message "<red>設置不能ブロックです"
  81.  
  82. on break of redstone ore:
  83. cancel event
  84. if player's tool is a pickaxe:
  85. execute console command "/xp 16 @p"
  86. set block to cobblestone
  87. give player redstone
  88. wait 250 tick
  89. set block to redstone ore
  90.  
  91. on rightclick with gold ore:
  92. player's gamemode is survival
  93. cancel event
  94. message "<red>設置不能ブロックです"
  95.  
  96. on break of gold ore:
  97. cancel event
  98. if player's tool is a pickaxe:
  99. execute console command "/xp 16 @p"
  100. set block to cobblestone
  101. give player gold ingot
  102. if player's tool is enchanted with Fortune 1:
  103. give player gold ingot
  104. if player's tool is enchanted with Fortune 2:
  105. give player gold ingot
  106. give player gold ingot
  107. if player's tool is enchanted with Fortune 3:
  108. give player gold ingot
  109. give player gold ingot
  110. give player gold ingot
  111. wait 300 tick
  112. set block to gold ore
  113.  
  114. on rightclick with emerald ore:
  115. player's gamemode is survival
  116. cancel event
  117. message "<red>設置不能ブロックです"
  118.  
  119. on break of emerald ore:
  120. cancel event
  121. if player's tool is a pickaxe:
  122. execute console command "/xp 30 @p"
  123. set block to cobblestone
  124. give player emerald
  125. wait 300 tick
  126. set block to emerald ore
  127.  
  128. on rightclick with diamond ore:
  129. player's gamemode is survival
  130. cancel event
  131. message "<red>設置不能ブロックです"
  132. on break of diamond ore:
  133. cancel event
  134. if player's tool is a pickaxe:
  135. execute console command "/xp 20 @p"
  136. set block to cobblestone
  137. give player diamond
  138. if player's tool is enchanted with Fortune 1:
  139. give player diamond
  140. if player's tool is enchanted with Fortune 2:
  141. give player diamond
  142. give player diamond
  143. if player's tool is enchanted with Fortune 3:
  144. give player diamond
  145. give player diamond
  146. give player diamond
  147. wait 300 tick
  148. set block to diamond ore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement