Advertisement
FrostedWeFall

Pickaxe

Oct 22nd, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.89 KB | None | 0 0
  1. command /custompickaxe [<text>] <player>:
  2. description: Pickaxes
  3. permission: Custompickaxe.Op
  4. trigger:
  5. if arg 1 is set:
  6. if arg 2 is set:
  7. if arg 1 is "Smelt":
  8. give 1 diamond pickaxe named "&0&lSmelter's &7Pickaxe" to arg 2
  9. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &0&lSmelter's &7Pickaxe" to arg 2
  10. else if arg 1 is "Xplosive":
  11. give 1 diamond pickaxe named "&e&lXplosive &7Pickaxe" to arg 2
  12. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &e&lXplosive &7Pickaxe" to arg 2
  13. else if arg 1 is "Purification":
  14. give 1 diamond pickaxe named "&7Pickaxe of &a&lPurification" to arg 2
  15. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &7Pickaxe of &a&lPurification" to arg 2
  16. else if arg 1 is "GoldXpick":
  17. give 1 diamond pickaxe named "&6&lGold &7Xpick" to arg 2
  18. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &6&lGold &7XPick" to arg 2
  19. else if arg 1 is "DiamondXpick":
  20. give 1 diamond pickaxe named "&b&lDiamond &7Xpick" to arg 2
  21. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &b&lDiamond &7XPick" to arg 2
  22. else if arg 1 is "EmeraldXpick":
  23. give 1 diamond pickaxe named "&a&lEmerald &7Xpick" to arg 2
  24. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &a&lEmerald &7XPick" to arg 2
  25. else if arg 1 is "Compressing":
  26. give 1 diamond pickaxe named "&7Pickaxe of &5&lCompressing" to arg 2
  27. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &7Pickaxe of &5&lCompressing" to arg 2
  28. else if arg 1 is "Enchance":
  29. give 1 diamond pickaxe named "&3&lEnhanced &7Xpick" to arg 2
  30. send "&b&lCustom Pickaxes &f&l>> &7You have just received a &3&lEnhanced &7Xpick" to arg 2
  31. #Smelters Pickaxe
  32. on break of gold ore:
  33. tool of the player is not enchanted with fortune
  34. name of player's tool is "&0&lSmelter's &7Pickaxe":
  35. cancel event
  36. set target block to air
  37. drop 1 gold ingot
  38. play mob spawner flames at target block to player
  39. on break of iron ore:
  40. tool of the player is not enchanted with fortune
  41. name of player's tool is "&0&lSmelter's &7Pickaxe":
  42. cancel event
  43. set target block to air
  44. drop 1 iron ingot
  45. play mob spawner flames at target block to player
  46. on break of stone:
  47. tool of the player is not enchanted with fortune
  48. name of player's tool is "&0&lSmelter's &7Pickaxe":
  49. cancel event
  50. set target block to air
  51. drop 1 stone
  52. play mob spawner flames at target block to player
  53. on break of gold ore:
  54. tool of the player is enchanted with fortune 1
  55. name of player's tool is "&0&lSmelter's &7Pickaxe":
  56. cancel event
  57. set target block to air
  58. drop 2 gold ingot
  59. play mob spawner flames at target block to player
  60. on break of iron ore:
  61. tool of the player is enchanted with fortune 1
  62. name of player's tool is "&0&lSmelter's &7Pickaxe":
  63. cancel event
  64. set target block to air
  65. drop 2 iron ingot
  66. play mob spawner flames at target block to player
  67. on break of stone:
  68. tool of the player is enchanted with fortune 1
  69. name of player's tool is "&0&lSmelter's &7Pickaxe":
  70. cancel event
  71. set target block to air
  72. drop 2 stone
  73. play mob spawner flames at target block to player
  74. on break of gold ore:
  75. tool of the player is enchanted with fortune 2
  76. name of player's tool is "&0&lSmelter's &7Pickaxe":
  77. cancel event
  78. set target block to air
  79. drop 3 gold ingot
  80. play mob spawner flames at target block to player
  81. on break of iron ore:
  82. tool of the player is enchanted with fortune 2
  83. name of player's tool is "&0&lSmelter's &7Pickaxe":
  84. cancel event
  85. set target block to air
  86. drop 3 iron ingot
  87. play mob spawner flames at target block to player
  88. on break of stone:
  89. tool of the player is enchanted with fortune 2
  90. name of player's tool is "&0&lSmelter's &7Pickaxe":
  91. cancel event
  92. set target block to air
  93. drop 3 stone
  94. play mob spawner flames at target block to player
  95. on break of gold ore:
  96. tool of the player is enchanted with fortune 3
  97. name of player's tool is "&0&lSmelter's &7Pickaxe":
  98. cancel event
  99. set target block to air
  100. drop 4 gold ingot
  101. on break of iron ore:
  102. tool of the player is enchanted with fortune 3
  103. name of player's tool is "&0&lSmelter's &7Pickaxe":
  104. cancel event
  105. set target block to air
  106. drop 4 iron ingot
  107. on break of stone:
  108. tool of the player is enchanted with fortune 3
  109. name of player's tool is "&0&lSmelter's &7Pickaxe":
  110. cancel event
  111. set target block to air
  112. drop 4 stone
  113. #Pickaxe of Compressing
  114. on break of coal ore:
  115. tool of the player is not enchanted with fortune
  116. name of player's tool is "&7Pickaxe of &5&lCompressing":
  117. cancel event
  118. set target block to air
  119. drop 1 coal block
  120. on break of iron ore:
  121. tool of the player is not enchanted with fortune
  122. name of player's tool is "&7Pickaxe of &5&lCompressing":
  123. cancel event
  124. set target block to air
  125. drop 1 iron block
  126. on break of diamond ore:
  127. tool of the player is not enchanted with fortune
  128. name of player's tool is "&7Pickaxe of &5&lCompressing":
  129. cancel event
  130. set target block to air
  131. drop 1 diamond block
  132. on break of emerald ore:
  133. tool of the player is not enchanted with fortune
  134. name of player's tool is "&7Pickaxe of &5&lCompressing":
  135. cancel event
  136. set target block to air
  137. drop 1 emerald block
  138. on break of lapis lazuli ore:
  139. tool of the player is not enchanted with fortune
  140. name of player's tool is "&7Pickaxe of &5&lCompressing":
  141. cancel event
  142. set target block to air
  143. drop 1 lapis lazuli block
  144. on break of redstone ore:
  145. tool of the player is not enchanted with fortune
  146. name of player's tool is "&7Pickaxe of &5&lCompressing":
  147. cancel event
  148. set target block to air
  149. drop 1 redstone block
  150. on break of gold ore:
  151. tool of the player is not enchanted with fortune
  152. name of player's tool is "&7Pickaxe of &5&lCompressing":
  153. cancel event
  154. set target block to air
  155. drop 1 gold block
  156. on break of stone:
  157. tool of the player is not enchanted with fortune
  158. name of player's tool is "&7Pickaxe of &5&lCompressing":
  159. cancel event
  160. set target block to air
  161. drop 1 Stone
  162. on break of gold ore:
  163. tool of the player is enchanted with fortune 1
  164. name of player's tool is "&7Pickaxe of &5&lCompressing":
  165. cancel event
  166. set target block to air
  167. drop 2 gold block
  168. on break of stone:
  169. tool of the player is enchanted with fortune 1
  170. name of player's tool is "&7Pickaxe of &5&lCompressing":
  171. cancel event
  172. set target block to air
  173. drop 2 stone
  174. on break of coal ore:
  175. tool of the player is enchanted with fortune 1
  176. name of player's tool is "&7Pickaxe of &5&lCompressing":
  177. cancel event
  178. set target block to air
  179. drop 2 coal block
  180. on break of iron ore:
  181. tool of the player is enchanted with fortune 1
  182. name of player's tool is "&7Pickaxe of &5&lCompressing":
  183. cancel event
  184. set target block to air
  185. drop 2 iron block
  186. on break of diamond ore:
  187. tool of the player is enchanted with fortune 1
  188. name of player's tool is "&7Pickaxe of &5&lCompressing":
  189. cancel event
  190. set target block to air
  191. drop 2 diamond block
  192. on break of emerald ore:
  193. tool of the player is enchanted with fortune 1
  194. name of player's tool is "&7Pickaxe of &5&lCompressing":
  195. cancel event
  196. set target block to air
  197. drop 2 emerald block
  198. on break of lapis lazuli ore:
  199. tool of the player is enchanted with fortune 1
  200. name of player's tool is "&7Pickaxe of &5&lCompressing":
  201. cancel event
  202. set target block to air
  203. drop 2 lapis lazuli block
  204. on break of redstone ore:
  205. tool of the player is enchanted with fortune 1
  206. name of player's tool is "&7Pickaxe of &5&lCompressing":
  207. cancel event
  208. set target block to air
  209. drop 2 redstone block
  210. on break of gold ore:
  211. tool of the player is enchanted with fortune 2
  212. name of player's tool is "&7Pickaxe of &5&lCompressing":
  213. cancel event
  214. set target block to air
  215. drop 3 gold block
  216. on break of stone:
  217. tool of the player is enchanted with fortune 2
  218. name of player's tool is "&7Pickaxe of &5&lCompressing":
  219. cancel event
  220. set target block to air
  221. drop 3 stone
  222. on break of coal ore:
  223. tool of the player is enchanted with fortune 2
  224. name of player's tool is "&7Pickaxe of &5&lCompressing":
  225. cancel event
  226. set target block to air
  227. drop 3 coal block
  228. on break of iron ore:
  229. tool of the player is enchanted with fortune 2
  230. name of player's tool is "&7Pickaxe of &5&lCompressing":
  231. cancel event
  232. set target block to air
  233. drop 3 iron block
  234. on break of diamond ore:
  235. tool of the player is enchanted with fortune 2
  236. name of player's tool is "&7Pickaxe of &5&lCompressing":
  237. cancel event
  238. set target block to air
  239. drop 3 diamond block
  240. on break of emerald ore:
  241. tool of the player is enchanted with fortune 2
  242. name of player's tool is "&7Pickaxe of &5&lCompressing":
  243. cancel event
  244. set target block to air
  245. drop 3 emerald block
  246. on break of lapis lazuli ore:
  247. tool of the player is enchanted with fortune 2
  248. name of player's tool is "&7Pickaxe of &5&lCompressing":
  249. cancel event
  250. set target block to air
  251. drop 3 lapis lazuli block
  252. on break of redstone ore:
  253. tool of the player is enchanted with fortune 2
  254. name of player's tool is "&7Pickaxe of &5&lCompressing":
  255. cancel event
  256. set target block to air
  257. drop 3 redstone block
  258. on break of gold ore:
  259. tool of the player is enchanted with fortune 3
  260. name of player's tool is "&7Pickaxe of &5&lCompressing":
  261. cancel event
  262. set target block to air
  263. drop 4 gold block
  264. on break of stone:
  265. tool of the player is enchanted with fortune 3
  266. name of player's tool is "&7Pickaxe of &5&lCompressing":
  267. cancel event
  268. set target block to air
  269. drop 4 stone
  270. on break of coal ore:
  271. tool of the player is enchanted with fortune 3
  272. name of player's tool is "&7Pickaxe of &5&lCompressing":
  273. cancel event
  274. set target block to air
  275. drop 4 coal block
  276. on break of iron ore:
  277. tool of the player is enchanted with fortune 3
  278. name of player's tool is "&7Pickaxe of &5&lCompressing":
  279. cancel event
  280. set target block to air
  281. drop 4 iron block
  282. on break of diamond ore:
  283. tool of the player is enchanted with fortune 3
  284. name of player's tool is "&7Pickaxe of &5&lCompressing":
  285. cancel event
  286. set target block to air
  287. drop 4 diamond block
  288. on break of emerald ore:
  289. tool of the player is enchanted with fortune 3
  290. name of player's tool is "&7Pickaxe of &5&lCompressing":
  291. cancel event
  292. set target block to air
  293. drop 4 emerald block
  294. on break of lapis lazuli ore:
  295. tool of the player is enchanted with fortune 3
  296. name of player's tool is "&7Pickaxe of &5&lCompressing":
  297. cancel event
  298. set target block to air
  299. drop 4 lapis lazuli block
  300. on break of redstone ore:
  301. tool of the player is enchanted with fortune 3
  302. name of player's tool is "&7Pickaxe of &5&lCompressing":
  303. cancel event
  304. set target block to air
  305. drop 4 redstone block
  306.  
  307.  
  308.  
  309.  
  310.  
  311. #Pickaxe of Purification:
  312. on break of stone:
  313. tool of the player is not enchanted with fortune
  314. name of player's tool is "&7Pickaxe of &a&lPurification":
  315. cancel event
  316. set target block to air
  317. drop 1 stone
  318. on break of coal ore:
  319. tool of the player is not enchanted with fortune
  320. name of player's tool is "&7Pickaxe of &a&lPurification":
  321. cancel event
  322. set target block to air
  323. drop 1 diamond
  324. on break of iron ore:
  325. tool of the player is not enchanted with fortune
  326. name of player's tool is "&7Pickaxe of &a&lPurification":
  327. cancel event
  328. set target block to air
  329. drop 1 emerald
  330. on break of redstone ore:
  331. tool of the player is not enchanted with fortune
  332. name of player's tool is "&7Pickaxe of &a&lPurification":
  333. cancel event
  334. set target block to air
  335. drop 1 coal
  336. on break of lapis lazuli ore:
  337. tool of the player is not enchanted with fortune
  338. name of player's tool is "&7Pickaxe of &a&lPurification":
  339. cancel event
  340. set target block to air
  341. drop 1 iron ingot
  342. on break of gold ore:
  343. tool of the player is not enchanted with fortune
  344. name of player's tool is "&7Pickaxe of &a&lPurification":
  345. cancel event
  346. set target block to air
  347. drop 1 gold ingot
  348. on break of stone:
  349. tool of the player is enchanted with fortune 1
  350. name of player's tool is "&7Pickaxe of &a&lPurification":
  351. cancel event
  352. set target block to air
  353. drop 2 stone
  354. on break of coal ore:
  355. tool of the player is enchanted with fortune 1
  356. name of player's tool is "&7Pickaxe of &a&lPurification":
  357. cancel event
  358. set target block to air
  359. drop 2 diamond
  360. on break of iron ore:
  361. tool of the player is enchanted with fortune 1
  362. name of player's tool is "&7Pickaxe of &a&lPurification":
  363. cancel event
  364. set target block to air
  365. drop 2 emerald
  366. on break of redstone ore:
  367. tool of the player is enchanted with fortune 1
  368. name of player's tool is "&7Pickaxe of &a&lPurification":
  369. cancel event
  370. set target block to air
  371. drop 2 coal
  372. on break of lapis lazuli ore:
  373. tool of the player is enchanted with fortune 1
  374. name of player's tool is "&7Pickaxe of &a&lPurification":
  375. cancel event
  376. set target block to air
  377. drop 2 iron ingot
  378. on break of gold ore:
  379. tool of the player is enchanted with fortune 1
  380. name of player's tool is "&7Pickaxe of &a&lPurification":
  381. cancel event
  382. set target block to air
  383. drop 2 gold ingot
  384. on break of stone:
  385. tool of the player is enchanted with fortune 2
  386. name of player's tool is "&7Pickaxe of &a&lPurification":
  387. cancel event
  388. set target block to air
  389. drop 3 stone
  390. on break of coal ore:
  391. tool of the player is enchanted with fortune 2
  392. name of player's tool is "&7Pickaxe of &a&lPurification":
  393. cancel event
  394. set target block to air
  395. drop 3 diamond
  396. on break of iron ore:
  397. tool of the player is enchanted with fortune 2
  398. name of player's tool is "&7Pickaxe of &a&lPurification":
  399. cancel event
  400. set target block to air
  401. drop 3 emerald
  402. on break of redstone ore:
  403. tool of the player is enchanted with fortune 2
  404. name of player's tool is "&7Pickaxe of &a&lPurification":
  405. cancel event
  406. set target block to air
  407. drop 3 coal
  408. on break of lapis lazuli ore:
  409. tool of the player is enchanted with fortune 2
  410. name of player's tool is "&7Pickaxe of &a&lPurification":
  411. cancel event
  412. set target block to air
  413. drop 3 iron ingot
  414. on break of gold ore:
  415. tool of the player is enchanted with fortune 2
  416. name of player's tool is "&7Pickaxe of &a&lPurification":
  417. cancel event
  418. set target block to air
  419. drop 3 gold ingot
  420. on break of stone:
  421. tool of the player is enchanted with fortune 3
  422. name of player's tool is "&7Pickaxe of &a&lPurification":
  423. cancel event
  424. set target block to air
  425. drop 4 stone
  426. on break of coal ore:
  427. tool of the player is enchanted with fortune 3
  428. name of player's tool is "&7Pickaxe of &a&lPurification":
  429. cancel event
  430. set target block to air
  431. drop 4 diamond
  432. on break of iron ore:
  433. tool of the player is enchanted with fortune 3
  434. name of player's tool is "&7Pickaxe of &a&lPurification":
  435. cancel event
  436. set target block to air
  437. drop 4 emerald
  438. on break of redstone ore:
  439. tool of the player is enchanted with fortune 3
  440. name of player's tool is "&7Pickaxe of &a&lPurification":
  441. cancel event
  442. set target block to air
  443. drop 4 coal
  444. on break of lapis lazuli ore:
  445. tool of the player is enchanted with fortune 3
  446. name of player's tool is "&7Pickaxe of &a&lPurification":
  447. cancel event
  448. set target block to air
  449. drop 4 iron ingot
  450. on break of gold ore:
  451. tool of the player is enchanted with fortune 3
  452. name of player's tool is "&7Pickaxe of &a&lPurification":
  453. cancel event
  454. set target block to air
  455. drop 4 gold ingot
  456.  
  457.  
  458. #God Picaxe
  459. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  460. tool of player is not enchanted with fortune
  461. name of player's tool is "&3&lEnhanced &7Xpick":
  462. cancel event
  463. loop blocks in radius 2 around the target block:
  464. if loop-block is gold ore:
  465. set loop-block to air
  466. drop 1 gold block
  467. else if loop-block is coal ore:
  468. set loop-block to air
  469. drop 1 coal block
  470. else if loop-block is iron ore:
  471. set loop-block to air
  472. drop 1 iron block
  473. else if loop-block is stone:
  474. set loop-block to air
  475. drop 1 emerald
  476. else if loop-block is diamond ore:
  477. set loop-block to air
  478. drop 1 diamond block
  479. else if loop-block is emerald ore:
  480. set loop-block to air
  481. drop 1 emerald block
  482. else if loop-block is stone:
  483. set loop-block to air
  484. drop 1 emerald
  485. else if loop-block is gold block:
  486. set loop-block to air
  487. drop 1 gold block
  488. else if loop-block is iron block:
  489. set loop-block to air
  490. drop 1 iron block
  491. else if loop-block is diamond block:
  492. set loop-block to air
  493. drop 1 diamond block
  494. else if loop-block is emerald block:
  495. set loop-block to air
  496. drop 1 emerald block
  497. else if loop-block is redstone ore:
  498. set loop-block to air
  499. drop 1 redstone block
  500. else if loop-block is lapis lazuli ore:
  501. set loop-block to air
  502. drop 1 lapis lazuli block
  503. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  504. tool of player is enchanted with fortune 1
  505. name of player's tool is "&3&lEnhanced &7Xpick":
  506. cancel event
  507. loop blocks in radius 2 around the target block:
  508. if loop-block is gold ore:
  509. set loop-block to air
  510. drop 2 gold block
  511. else if loop-block is coal ore:
  512. set loop-block to air
  513. drop 2 coal block
  514. else if loop-block is iron ore:
  515. set loop-block to air
  516. drop 2 iron block
  517. else if loop-block is stone:
  518. set loop-block to air
  519. drop 2 emerald
  520. else if loop-block is diamond ore:
  521. set loop-block to air
  522. drop 2 diamond block
  523. else if loop-block is emerald ore:
  524. set loop-block to air
  525. drop 2 emerald block
  526. else if loop-block is stone:
  527. set loop-block to air
  528. drop 2 emerald
  529. else if loop-block is gold block:
  530. set loop-block to air
  531. drop 2 gold block
  532. else if loop-block is iron block:
  533. set loop-block to air
  534. drop 2 iron block
  535. else if loop-block is diamond block:
  536. set loop-block to air
  537. drop 2 diamond block
  538. else if loop-block is emerald block:
  539. set loop-block to air
  540. drop 2 emerald block
  541. else if loop-block is redstone ore:
  542. set loop-block to air
  543. drop 2 redstone block
  544. else if loop-block is lapis lazuli ore:
  545. set loop-block to air
  546. drop 2 lapis lazuli block
  547. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  548. tool of player is enchanted with fortune 2
  549. name of player's tool is "&3&lEnhanced &7Xpick":
  550. cancel event
  551. loop blocks in radius 2 around the target block:
  552. if loop-block is gold ore:
  553. set loop-block to air
  554. drop 3 gold block
  555. else if loop-block is coal ore:
  556. set loop-block to air
  557. drop 3 coal block
  558. else if loop-block is iron ore:
  559. set loop-block to air
  560. drop 3 iron block
  561. else if loop-block is stone:
  562. set loop-block to air
  563. drop 3 emerald
  564. else if loop-block is diamond ore:
  565. set loop-block to air
  566. drop 3 diamond block
  567. else if loop-block is emerald ore:
  568. set loop-block to air
  569. drop 3 emerald block
  570. else if loop-block is stone:
  571. set loop-block to air
  572. drop 3 emerald
  573. else if loop-block is gold block:
  574. set loop-block to air
  575. drop 3 gold block
  576. else if loop-block is iron block:
  577. set loop-block to air
  578. drop 3 iron block
  579. else if loop-block is diamond block:
  580. set loop-block to air
  581. drop 3 diamond block
  582. else if loop-block is emerald block:
  583. set loop-block to air
  584. drop 3 emerald block
  585. else if loop-block is redstone ore:
  586. set loop-block to air
  587. drop 3 redstone block
  588. else if loop-block is lapis lazuli ore:
  589. set loop-block to air
  590. drop 3 lapis lazuli block
  591. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  592. tool of player is enchanted with fortune 3
  593. name of player's tool is "&3&lEnhanced &7Xpick":
  594. cancel event
  595. loop blocks in radius 2 around the target block:
  596. if loop-block is gold ore:
  597. set loop-block to air
  598. drop 4 gold block
  599. else if loop-block is coal ore:
  600. set loop-block to air
  601. drop 4 coal block
  602. else if loop-block is iron ore:
  603. set loop-block to air
  604. drop 4 iron block
  605. else if loop-block is stone:
  606. set loop-block to air
  607. drop 4 emerald
  608. else if loop-block is diamond ore:
  609. set loop-block to air
  610. drop 4 diamond block
  611. else if loop-block is emerald ore:
  612. set loop-block to air
  613. drop 4 emerald block
  614. else if loop-block is stone:
  615. set loop-block to air
  616. drop 4 emerald
  617. else if loop-block is gold block:
  618. set loop-block to air
  619. drop 4 gold block
  620. else if loop-block is iron block:
  621. set loop-block to air
  622. drop 4 iron block
  623. else if loop-block is diamond block:
  624. set loop-block to air
  625. drop 4 diamond block
  626. else if loop-block is emerald block:
  627. set loop-block to air
  628. drop 4 emerald block
  629. else if loop-block is redstone ore:
  630. set loop-block to air
  631. drop 4 redstone block
  632. else if loop-block is lapis lazuli ore:
  633. set loop-block to air
  634. drop 4 lapis lazuli block
  635.  
  636. #Explosive Picaxe
  637. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  638. tool of the player is not enchanted with fortune
  639. name of player's tool is "&e&lXplosive &7Pickaxe":
  640. cancel event
  641. loop blocks in radius 2 around the target block:
  642. if loop-block is gold ore:
  643. set loop-block to air
  644. drop 1 gold ore
  645. create a fake explosion at the block infront of the player
  646. else if loop-block is coal ore:
  647. set loop-block to air
  648. drop 1 coal
  649. create a fake explosion at the block infront of the player
  650. else if loop-block is iron ore:
  651. set loop-block to air
  652. drop 1 iron ore
  653. create a fake explosion at the block infront of the player
  654. else if loop-block is stone:
  655. set loop-block to air
  656. drop 1 cobblestone
  657. create a fake explosion at the block infront of the player
  658. else if loop-block is diamond ore:
  659. set loop-block to air
  660. drop 1 diamond
  661. create a fake explosion at the block infront of the player
  662. else if loop-block is emerald ore:
  663. set loop-block to air
  664. drop 1 emerald
  665. create a fake explosion at the block infront of the player
  666. else if loop-block is gold block:
  667. set loop-block to air
  668. drop 1 gold block
  669. create a fake explosion at the block infront of the player
  670. else if loop-block is iron block:
  671. set loop-block to air
  672. drop 1 iron block
  673. create a fake explosion at the block infront of the player
  674. else if loop-block is diamond block:
  675. set loop-block to air
  676. drop 1 diamond block
  677. create a fake explosion at the block infront of the player
  678. else if loop-block is emerald block:
  679. set loop-block to air
  680. drop 1 emerald block
  681. create a fake explosion at the block infront of the player
  682. else if loop-block is lapis lazuli ore:
  683. set loop-block to air
  684. drop 5 lapis lazuli
  685. create a fake explosion at the block infront of the player
  686. else if loop-block is redstone ore:
  687. set loop-block to air
  688. drop 5 redstone
  689. create a fake explosion at the block infront of the player
  690. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  691. tool of the player is enchanted with fortune 1
  692. name of player's tool is "&e&lXplosive &7Pickaxe":
  693. cancel event
  694. loop blocks in radius 2 around the target block:
  695. if loop-block is gold ore:
  696. set loop-block to air
  697. drop 2 gold ore
  698. create a fake explosion at the block infront of the player
  699. else if loop-block is coal ore:
  700. set loop-block to air
  701. drop 2 coal
  702. create a fake explosion at the block infront of the player
  703. else if loop-block is iron ore:
  704. set loop-block to air
  705. drop 2 iron ore
  706. create a fake explosion at the block infront of the player
  707. else if loop-block is stone:
  708. set loop-block to air
  709. drop 2 cobblestone
  710. create a fake explosion at the block infront of the player
  711. else if loop-block is diamond ore:
  712. set loop-block to air
  713. drop 2 diamond
  714. create a fake explosion at the block infront of the player
  715. else if loop-block is emerald ore:
  716. set loop-block to air
  717. drop 2 emerald
  718. create a fake explosion at the block infront of the player
  719. else if loop-block is gold block:
  720. set loop-block to air
  721. drop 2 gold block
  722. create a fake explosion at the block infront of the player
  723. else if loop-block is iron block:
  724. set loop-block to air
  725. drop 2 iron block
  726. create a fake explosion at the block infront of the player
  727. else if loop-block is diamond block:
  728. set loop-block to air
  729. drop 2 diamond block
  730. create a fake explosion at the block infront of the player
  731. else if loop-block is emerald block:
  732. set loop-block to air
  733. drop 2 emerald block
  734. create a fake explosion at the block infront of the player
  735. else if loop-block is lapis lazuli ore:
  736. set loop-block to air
  737. drop 6 lapis lazuli
  738. create a fake explosion at the block infront of the player
  739. else if loop-block is redstone ore:
  740. set loop-block to air
  741. drop 6 redstone
  742. create a fake explosion at the block infront of the player
  743. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  744. tool of the player is enchanted with fortune 2
  745. name of player's tool is "&e&lXplosive &7Pickaxe":
  746. cancel event
  747. loop blocks in radius 2 around the target block:
  748. if loop-block is gold ore:
  749. set loop-block to air
  750. drop 3 gold ore
  751. create a fake explosion at the block infront of the player
  752. else if loop-block is coal ore:
  753. set loop-block to air
  754. drop 3 coal
  755. create a fake explosion at the block infront of the player
  756. else if loop-block is iron ore:
  757. set loop-block to air
  758. drop 3 iron ore
  759. create a fake explosion at the block infront of the player
  760. else if loop-block is stone:
  761. set loop-block to air
  762. drop 3 cobblestone
  763. create a fake explosion at the block infront of the player
  764. else if loop-block is diamond ore:
  765. set loop-block to air
  766. drop 3 diamond
  767. create a fake explosion at the block infront of the player
  768. else if loop-block is emerald ore:
  769. set loop-block to air
  770. drop 3 emerald
  771. create a fake explosion at the block infront of the player
  772. else if loop-block is gold block:
  773. set loop-block to air
  774. drop 3 gold block
  775. create a fake explosion at the block infront of the player
  776. else if loop-block is iron block:
  777. set loop-block to air
  778. drop 3 iron block
  779. create a fake explosion at the block infront of the player
  780. else if loop-block is diamond block:
  781. set loop-block to air
  782. drop 3 diamond block
  783. create a fake explosion at the block infront of the player
  784. else if loop-block is emerald block:
  785. set loop-block to air
  786. drop 3 emerald block
  787. create a fake explosion at the block infront of the player
  788. else if loop-block is lapis lazuli ore:
  789. set loop-block to air
  790. drop 7 lapis lazuli
  791. create a fake explosion at the block infront of the player
  792. else if loop-block is redstone ore:
  793. set loop-block to air
  794. drop 7 redstone
  795. create a fake explosion at the block infront of the player
  796. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  797. tool of the player is enchanted with fortune 3
  798. name of player's tool is "&e&lXplosive &7Pickaxe":
  799. cancel event
  800. loop blocks in radius 2 around the target block:
  801. if loop-block is gold ore:
  802. set loop-block to air
  803. drop 4 gold ore
  804. create a fake explosion at the block infront of the player
  805. else if loop-block is coal ore:
  806. set loop-block to air
  807. drop 4 coal
  808. create a fake explosion at the block infront of the player
  809. else if loop-block is iron ore:
  810. set loop-block to air
  811. drop 4 iron ore
  812. create a fake explosion at the block infront of the player
  813. else if loop-block is stone:
  814. set loop-block to air
  815. drop 4 cobblestone
  816. create a fake explosion at the block infront of the player
  817. else if loop-block is diamond ore:
  818. set loop-block to air
  819. drop 4 diamond
  820. create a fake explosion at the block infront of the player
  821. else if loop-block is emerald ore:
  822. set loop-block to air
  823. drop 4 emerald
  824. create a fake explosion at the block infront of the player
  825. else if loop-block is gold block:
  826. set loop-block to air
  827. drop 4 gold block
  828. create a fake explosion at the block infront of the player
  829. else if loop-block is iron block:
  830. set loop-block to air
  831. drop 4 iron block
  832. create a fake explosion at the block infront of the player
  833. else if loop-block is diamond block:
  834. set loop-block to air
  835. drop 4 diamond block
  836. create a fake explosion at the block infront of the player
  837. else if loop-block is emerald block:
  838. set loop-block to air
  839. drop 4 emerald block
  840. create a fake explosion at the block infront of the player
  841. else if loop-block is lapis lazuli ore:
  842. set loop-block to air
  843. drop 8 lapis lazuli
  844. create a fake explosion at the block infront of the player
  845. else if loop-block is redstone ore:
  846. set loop-block to air
  847. drop 8 redstone
  848. create a fake explosion at the block infront of the player
  849. on break of diamond ore or emerald ore or stone or redstone ore or lapis lazuli ore or coal ore:
  850. if tool of player is any pickaxe of silk touch:
  851. name of player's tool is "&e&lXplosive &7Pickaxe"
  852. cancel event
  853. loop blocks in radius 2 around the target block:
  854. if loop-block is diamond ore:
  855. set loop-block to air
  856. drop 1 diamond ore
  857. else if loop-block is emerald ore:
  858. set loop-block to air
  859. drop 1 emerald ore
  860. else if loop-block is stone:
  861. set loop-block to air
  862. drop 1 stone
  863. else if loop-block is redstone ore:
  864. set loop-block to air
  865. drop 1 redstone ore
  866. else if loop-block is lapis lazuli ore:
  867. set loop-block to air
  868. drop 1 lapis lazuli ore
  869. else if loop-block is coal ore:
  870. set loop-block to air
  871. drop 1 coal ore
  872. #GoldXPickaxe
  873. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  874. tool of the player is not enchanted with fortune
  875. name of player's tool is "&6&lGold &7XPick":
  876. cancel event
  877. loop blocks in radius 2 around the target block:
  878. if loop-block is gold ore:
  879. set loop-block to air
  880. drop 1 gold ingot
  881. create a fake explosion at the block infront of the player
  882. else if loop-block is coal ore:
  883. set loop-block to air
  884. drop 1 gold ingot
  885. create a fake explosion at the block infront of the player
  886. else if loop-block is iron ore:
  887. set loop-block to air
  888. drop 1 gold ingot
  889. create a fake explosion at the block infront of the player
  890. else if loop-block is stone:
  891. set loop-block to air
  892. drop 1 gold ingot
  893. create a fake explosion at the block infront of the player
  894. else if loop-block is diamond ore:
  895. set loop-block to air
  896. drop 1 gold ingot
  897. create a fake explosion at the block infront of the player
  898. else if loop-block is emerald ore:
  899. set loop-block to air
  900. drop 1 gold ingot
  901. create a fake explosion at the block infront of the player
  902. else if loop-block is gold block:
  903. set loop-block to air
  904. drop 1 gold ingot
  905. create a fake explosion at the block infront of the player
  906. else if loop-block is iron block:
  907. set loop-block to air
  908. drop 1 gold ingot
  909. create a fake explosion at the block infront of the player
  910. else if loop-block is diamond block:
  911. set loop-block to air
  912. drop 1 gold ingot
  913. create a fake explosion at the block infront of the player
  914. else if loop-block is emerald block:
  915. set loop-block to air
  916. drop 1 gold ingot
  917. create a fake explosion at the block infront of the player
  918. else if loop-block is lapis lazuli ore:
  919. set loop-block to air
  920. drop 1 gold ingot
  921. create a fake explosion at the block infront of the player
  922. else if loop-block is redstone ore:
  923. set loop-block to air
  924. drop 1 gold ingot
  925. create a fake explosion at the block infront of the player
  926. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  927. tool of the player is enchanted with fortune 1
  928. name of player's tool is "&6&lGold &7XPick":
  929. cancel event
  930. loop blocks in radius 2 around the target block:
  931. if loop-block is gold ore:
  932. set loop-block to air
  933. drop 2 gold ingot
  934. create a fake explosion at the block infront of the player
  935. else if loop-block is coal ore:
  936. set loop-block to air
  937. drop 2 gold ingot
  938. create a fake explosion at the block infront of the player
  939. else if loop-block is iron ore:
  940. set loop-block to air
  941. drop 2 gold ingot
  942. create a fake explosion at the block infront of the player
  943. else if loop-block is stone:
  944. set loop-block to air
  945. drop 2 gold ingot
  946. create a fake explosion at the block infront of the player
  947. else if loop-block is diamond ore:
  948. set loop-block to air
  949. drop 2 gold ingot
  950. create a fake explosion at the block infront of the player
  951. else if loop-block is emerald ore:
  952. set loop-block to air
  953. drop 2 gold ingot
  954. create a fake explosion at the block infront of the player
  955. else if loop-block is gold block:
  956. set loop-block to air
  957. drop 2 gold ingot
  958. create a fake explosion at the block infront of the player
  959. else if loop-block is iron block:
  960. set loop-block to air
  961. drop 2 gold ingot
  962. create a fake explosion at the block infront of the player
  963. else if loop-block is diamond block:
  964. set loop-block to air
  965. drop 2 gold ingot
  966. create a fake explosion at the block infront of the player
  967. else if loop-block is emerald block:
  968. set loop-block to air
  969. drop 2 gold ingot
  970. create a fake explosion at the block infront of the player
  971. else if loop-block is lapis lazuli ore:
  972. set loop-block to air
  973. drop 2 gold ingot
  974. create a fake explosion at the block infront of the player
  975. else if loop-block is redstone ore:
  976. set loop-block to air
  977. drop 2 gold ingot
  978. create a fake explosion at the block infront of the player
  979. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  980. tool of the player is enchanted with fortune 2
  981. name of player's tool is "&6&lGold &7XPick":
  982. cancel event
  983. loop blocks in radius 2 around the target block:
  984. if loop-block is gold ore:
  985. set loop-block to air
  986. drop 3 gold ingot
  987. create a fake explosion at the block infront of the player
  988. else if loop-block is coal ore:
  989. set loop-block to air
  990. drop 3 gold ingot
  991. create a fake explosion at the block infront of the player
  992. else if loop-block is iron ore:
  993. set loop-block to air
  994. drop 3 gold ingot
  995. create a fake explosion at the block infront of the player
  996. else if loop-block is stone:
  997. set loop-block to air
  998. drop 3 gold ingot
  999. create a fake explosion at the block infront of the player
  1000. else if loop-block is diamond ore:
  1001. set loop-block to air
  1002. drop 3 gold ingot
  1003. create a fake explosion at the block infront of the player
  1004. else if loop-block is emerald ore:
  1005. set loop-block to air
  1006. drop 3 gold ingot
  1007. create a fake explosion at the block infront of the player
  1008. else if loop-block is gold block:
  1009. set loop-block to air
  1010. drop 3 gold ingot
  1011. create a fake explosion at the block infront of the player
  1012. else if loop-block is iron block:
  1013. set loop-block to air
  1014. drop 3 gold ingot
  1015. create a fake explosion at the block infront of the player
  1016. else if loop-block is diamond block:
  1017. set loop-block to air
  1018. drop 3 gold ingot
  1019. create a fake explosion at the block infront of the player
  1020. else if loop-block is emerald block:
  1021. set loop-block to air
  1022. drop 3 gold ingot
  1023. create a fake explosion at the block infront of the player
  1024. else if loop-block is lapis lazuli ore:
  1025. set loop-block to air
  1026. drop 3 gold ingot
  1027. create a fake explosion at the block infront of the player
  1028. else if loop-block is redstone ore:
  1029. set loop-block to air
  1030. drop 3 gold ingot
  1031. create a fake explosion at the block infront of the player
  1032. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1033. tool of the player is enchanted with fortune 3
  1034. name of player's tool is "&6&lGold &7XPick":
  1035. cancel event
  1036. loop blocks in radius 2 around the target block:
  1037. if loop-block is gold ore:
  1038. set loop-block to air
  1039. drop 4 gold ingot
  1040. create a fake explosion at the block infront of the player
  1041. else if loop-block is coal ore:
  1042. set loop-block to air
  1043. drop 4 gold ingot
  1044. create a fake explosion at the block infront of the player
  1045. else if loop-block is iron ore:
  1046. set loop-block to air
  1047. drop 4 gold ingot
  1048. create a fake explosion at the block infront of the player
  1049. else if loop-block is stone:
  1050. set loop-block to air
  1051. drop 4 gold ingot
  1052. create a fake explosion at the block infront of the player
  1053. else if loop-block is diamond ore:
  1054. set loop-block to air
  1055. drop 4 gold ingot
  1056. create a fake explosion at the block infront of the player
  1057. else if loop-block is emerald ore:
  1058. set loop-block to air
  1059. drop 4 gold ingot
  1060. create a fake explosion at the block infront of the player
  1061. else if loop-block is gold block:
  1062. set loop-block to air
  1063. drop 4 gold ingot
  1064. create a fake explosion at the block infront of the player
  1065. else if loop-block is iron block:
  1066. set loop-block to air
  1067. drop 4 gold ingot
  1068. create a fake explosion at the block infront of the player
  1069. else if loop-block is diamond block:
  1070. set loop-block to air
  1071. drop 4 gold ingot
  1072. create a fake explosion at the block infront of the player
  1073. else if loop-block is emerald block:
  1074. set loop-block to air
  1075. drop 4 gold ingot
  1076. create a fake explosion at the block infront of the player
  1077. else if loop-block is lapis lazuli ore:
  1078. set loop-block to air
  1079. drop 4 gold ingot
  1080. create a fake explosion at the block infront of the player
  1081. else if loop-block is redstone ore:
  1082. set loop-block to air
  1083. drop 4 gold ingot
  1084. create a fake explosion at the block infront of the player
  1085. on break of diamond ore or emerald ore or stone or redstone ore or lapis lazuli ore or coal ore:
  1086. if tool of player is any pickaxe of silk touch:
  1087. name of player's tool is "&6&lGold &7XPick"
  1088. cancel event
  1089. loop blocks in radius 2 around the target block:
  1090. if loop-block is diamond ore:
  1091. set loop-block to air
  1092. drop 1 diamond ore
  1093. else if loop-block is emerald ore:
  1094. set loop-block to air
  1095. drop 1 emerald ore
  1096. else if loop-block is stone:
  1097. set loop-block to air
  1098. drop 1 stone
  1099. else if loop-block is redstone ore:
  1100. set loop-block to air
  1101. drop 1 redstone ore
  1102. else if loop-block is lapis lazuli ore:
  1103. set loop-block to air
  1104. drop 1 lapis lazuli ore
  1105. else if loop-block is coal ore:
  1106. set loop-block to air
  1107. drop 1 coal ore
  1108. #DiamondXpick
  1109. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1110. tool of the player is not enchanted with fortune
  1111. name of player's tool is "&b&lDiamond &7Xpick":
  1112. cancel event
  1113. loop blocks in radius 2 around the target block:
  1114. if loop-block is gold ore:
  1115. set loop-block to air
  1116. drop 1 diamond
  1117. create a fake explosion at the block infront of the player
  1118. else if loop-block is coal ore:
  1119. set loop-block to air
  1120. drop 1 diamond
  1121. create a fake explosion at the block infront of the player
  1122. else if loop-block is iron ore:
  1123. set loop-block to air
  1124. drop 1 diamond
  1125. create a fake explosion at the block infront of the player
  1126. else if loop-block is stone:
  1127. set loop-block to air
  1128. drop 1 diamond
  1129. create a fake explosion at the block infront of the player
  1130. else if loop-block is diamond ore:
  1131. set loop-block to air
  1132. drop 1 diamond
  1133. create a fake explosion at the block infront of the player
  1134. else if loop-block is emerald ore:
  1135. set loop-block to air
  1136. drop 1 diamond
  1137. create a fake explosion at the block infront of the player
  1138. else if loop-block is gold block:
  1139. set loop-block to air
  1140. drop 1 diamond
  1141. create a fake explosion at the block infront of the player
  1142. else if loop-block is iron block:
  1143. set loop-block to air
  1144. drop 1 diamond
  1145. create a fake explosion at the block infront of the player
  1146. else if loop-block is diamond block:
  1147. set loop-block to air
  1148. drop 1 diamond
  1149. create a fake explosion at the block infront of the player
  1150. else if loop-block is emerald block:
  1151. set loop-block to air
  1152. drop 1 diamond
  1153. create a fake explosion at the block infront of the player
  1154. else if loop-block is lapis lazuli ore:
  1155. set loop-block to air
  1156. drop 1 diamond
  1157. create a fake explosion at the block infront of the player
  1158. else if loop-block is redstone ore:
  1159. set loop-block to air
  1160. drop 1 diamond
  1161. create a fake explosion at the block infront of the player
  1162. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1163. tool of the player is enchanted with fortune 1
  1164. name of player's tool is "&b&lDiamond &7Xpick":
  1165. cancel event
  1166. loop blocks in radius 2 around the target block:
  1167. if loop-block is gold ore:
  1168. set loop-block to air
  1169. drop 2 diamond
  1170. create a fake explosion at the block infront of the player
  1171. else if loop-block is coal ore:
  1172. set loop-block to air
  1173. drop 2 diamond
  1174. create a fake explosion at the block infront of the player
  1175. else if loop-block is iron ore:
  1176. set loop-block to air
  1177. drop 2 diamond
  1178. create a fake explosion at the block infront of the player
  1179. else if loop-block is stone:
  1180. set loop-block to air
  1181. drop 2 diamond
  1182. create a fake explosion at the block infront of the player
  1183. else if loop-block is diamond ore:
  1184. set loop-block to air
  1185. drop 2 diamond
  1186. create a fake explosion at the block infront of the player
  1187. else if loop-block is emerald ore:
  1188. set loop-block to air
  1189. drop 2 diamond
  1190. create a fake explosion at the block infront of the player
  1191. else if loop-block is gold block:
  1192. set loop-block to air
  1193. drop 2 diamond
  1194. create a fake explosion at the block infront of the player
  1195. else if loop-block is iron block:
  1196. set loop-block to air
  1197. drop 2 diamond
  1198. create a fake explosion at the block infront of the player
  1199. else if loop-block is diamond block:
  1200. set loop-block to air
  1201. drop 2 diamond
  1202. create a fake explosion at the block infront of the player
  1203. else if loop-block is emerald block:
  1204. set loop-block to air
  1205. drop 2 diamond
  1206. create a fake explosion at the block infront of the player
  1207. else if loop-block is lapis lazuli ore:
  1208. set loop-block to air
  1209. drop 2 diamond
  1210. create a fake explosion at the block infront of the player
  1211. else if loop-block is redstone ore:
  1212. set loop-block to air
  1213. drop 2 diamond
  1214. create a fake explosion at the block infront of the player
  1215. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1216. tool of the player is enchanted with fortune 2
  1217. name of player's tool is "&b&lDiamond &7Xpick":
  1218. cancel event
  1219. loop blocks in radius 2 around the target block:
  1220. if loop-block is gold ore:
  1221. set loop-block to air
  1222. drop 3 diamond
  1223. create a fake explosion at the block infront of the player
  1224. else if loop-block is coal ore:
  1225. set loop-block to air
  1226. drop 3 diamond
  1227. create a fake explosion at the block infront of the player
  1228. else if loop-block is iron ore:
  1229. set loop-block to air
  1230. drop 3 diamond
  1231. create a fake explosion at the block infront of the player
  1232. else if loop-block is stone:
  1233. set loop-block to air
  1234. drop 3 diamond
  1235. create a fake explosion at the block infront of the player
  1236. else if loop-block is diamond ore:
  1237. set loop-block to air
  1238. drop 3 diamond
  1239. create a fake explosion at the block infront of the player
  1240. else if loop-block is emerald ore:
  1241. set loop-block to air
  1242. drop 3 diamond
  1243. create a fake explosion at the block infront of the player
  1244. else if loop-block is gold block:
  1245. set loop-block to air
  1246. drop 3 diamond
  1247. create a fake explosion at the block infront of the player
  1248. else if loop-block is iron block:
  1249. set loop-block to air
  1250. drop 3 diamond
  1251. create a fake explosion at the block infront of the player
  1252. else if loop-block is diamond block:
  1253. set loop-block to air
  1254. drop 3 diamond
  1255. create a fake explosion at the block infront of the player
  1256. else if loop-block is emerald block:
  1257. set loop-block to air
  1258. drop 3 diamond
  1259. create a fake explosion at the block infront of the player
  1260. else if loop-block is lapis lazuli ore:
  1261. set loop-block to air
  1262. drop 3 diamond
  1263. create a fake explosion at the block infront of the player
  1264. else if loop-block is redstone ore:
  1265. set loop-block to air
  1266. drop 3 diamond
  1267. create a fake explosion at the block infront of the player
  1268. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1269. tool of the player is enchanted with fortune 3
  1270. name of player's tool is "&b&lDiamond &7Xpick":
  1271. cancel event
  1272. loop blocks in radius 2 around the target block:
  1273. if loop-block is gold ore:
  1274. set loop-block to air
  1275. drop 4 diamond
  1276. create a fake explosion at the block infront of the player
  1277. else if loop-block is coal ore:
  1278. set loop-block to air
  1279. drop 4 diamond
  1280. create a fake explosion at the block infront of the player
  1281. else if loop-block is iron ore:
  1282. set loop-block to air
  1283. drop 4 diamond
  1284. create a fake explosion at the block infront of the player
  1285. else if loop-block is stone:
  1286. set loop-block to air
  1287. drop 4 diamond
  1288. create a fake explosion at the block infront of the player
  1289. else if loop-block is diamond ore:
  1290. set loop-block to air
  1291. drop 4 diamond
  1292. create a fake explosion at the block infront of the player
  1293. else if loop-block is emerald ore:
  1294. set loop-block to air
  1295. drop 4 diamond
  1296. create a fake explosion at the block infront of the player
  1297. else if loop-block is gold block:
  1298. set loop-block to air
  1299. drop 4 diamond
  1300. create a fake explosion at the block infront of the player
  1301. else if loop-block is iron block:
  1302. set loop-block to air
  1303. drop 4 diamond
  1304. create a fake explosion at the block infront of the player
  1305. else if loop-block is diamond block:
  1306. set loop-block to air
  1307. drop 4 diamond
  1308. create a fake explosion at the block infront of the player
  1309. else if loop-block is emerald block:
  1310. set loop-block to air
  1311. drop 4 diamond
  1312. create a fake explosion at the block infront of the player
  1313. else if loop-block is lapis lazuli ore:
  1314. set loop-block to air
  1315. drop 4 diamond
  1316. create a fake explosion at the block infront of the player
  1317. else if loop-block is redstone ore:
  1318. set loop-block to air
  1319. drop 4 diamond
  1320. create a fake explosion at the block infront of the player
  1321. on break of diamond ore or emerald ore or stone or redstone ore or lapis lazuli ore or coal ore:
  1322. if tool of player is any pickaxe of silk touch:
  1323. name of player's tool is "&b&lDiamond &7Xpick"
  1324. cancel event
  1325. loop blocks in radius 2 around the target block:
  1326. if loop-block is diamond ore:
  1327. set loop-block to air
  1328. drop 1 diamond ore
  1329. else if loop-block is emerald ore:
  1330. set loop-block to air
  1331. drop 1 emerald ore
  1332. else if loop-block is stone:
  1333. set loop-block to air
  1334. drop 1 stone
  1335. else if loop-block is redstone ore:
  1336. set loop-block to air
  1337. drop 1 redstone ore
  1338. else if loop-block is lapis lazuli ore:
  1339. set loop-block to air
  1340. drop 1 lapis lazuli ore
  1341. else if loop-block is coal ore:
  1342. set loop-block to air
  1343. drop 1 coal ore
  1344. #EmeraldXpick
  1345. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1346. tool of the player is not enchanted with fortune
  1347. name of player's tool is "&a&lEmerald &7Xpick":
  1348. cancel event
  1349. loop blocks in radius 2 around the target block:
  1350. if loop-block is gold ore:
  1351. set loop-block to air
  1352. drop 1 emerald
  1353. create a fake explosion at the block infront of the player
  1354. else if loop-block is coal ore:
  1355. set loop-block to air
  1356. drop 1 emerald
  1357. create a fake explosion at the block infront of the player
  1358. else if loop-block is iron ore:
  1359. set loop-block to air
  1360. drop 1 emerald
  1361. create a fake explosion at the block infront of the player
  1362. else if loop-block is stone:
  1363. set loop-block to air
  1364. drop 1 emerald
  1365. create a fake explosion at the block infront of the player
  1366. else if loop-block is diamond ore:
  1367. set loop-block to air
  1368. drop 1 emerald
  1369. create a fake explosion at the block infront of the player
  1370. else if loop-block is emerald ore:
  1371. set loop-block to air
  1372. drop 1 emerald
  1373. create a fake explosion at the block infront of the player
  1374. else if loop-block is gold block:
  1375. set loop-block to air
  1376. drop 1 emerald
  1377. create a fake explosion at the block infront of the player
  1378. else if loop-block is iron block:
  1379. set loop-block to air
  1380. drop 1 emerald
  1381. create a fake explosion at the block infront of the player
  1382. else if loop-block is diamond block:
  1383. set loop-block to air
  1384. drop 1 emerald
  1385. create a fake explosion at the block infront of the player
  1386. else if loop-block is emerald block:
  1387. set loop-block to air
  1388. drop 1 emerald
  1389. create a fake explosion at the block infront of the player
  1390. else if loop-block is lapis lazuli ore:
  1391. set loop-block to air
  1392. drop 1 emerald
  1393. create a fake explosion at the block infront of the player
  1394. else if loop-block is redstone ore:
  1395. set loop-block to air
  1396. drop 1 emerald
  1397. create a fake explosion at the block infront of the player
  1398. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1399. tool of the player is enchanted with fortune 1
  1400. name of player's tool is "&a&lEmerald &7Xpick":
  1401. cancel event
  1402. loop blocks in radius 2 around the target block:
  1403. if loop-block is gold ore:
  1404. set loop-block to air
  1405. drop 2 emerald
  1406. create a fake explosion at the block infront of the player
  1407. else if loop-block is coal ore:
  1408. set loop-block to air
  1409. drop 2 emerald
  1410. create a fake explosion at the block infront of the player
  1411. else if loop-block is iron ore:
  1412. set loop-block to air
  1413. drop 2 emerald
  1414. create a fake explosion at the block infront of the player
  1415. else if loop-block is stone:
  1416. set loop-block to air
  1417. drop 2 emerald
  1418. create a fake explosion at the block infront of the player
  1419. else if loop-block is diamond ore:
  1420. set loop-block to air
  1421. drop 2 emerald
  1422. create a fake explosion at the block infront of the player
  1423. else if loop-block is emerald ore:
  1424. set loop-block to air
  1425. drop 2 emerald
  1426. create a fake explosion at the block infront of the player
  1427. else if loop-block is gold block:
  1428. set loop-block to air
  1429. drop 2 emerald
  1430. create a fake explosion at the block infront of the player
  1431. else if loop-block is iron block:
  1432. set loop-block to air
  1433. drop 2 emerald
  1434. create a fake explosion at the block infront of the player
  1435. else if loop-block is diamond block:
  1436. set loop-block to air
  1437. drop 2 emerald
  1438. create a fake explosion at the block infront of the player
  1439. else if loop-block is emerald block:
  1440. set loop-block to air
  1441. drop 2 emerald
  1442. create a fake explosion at the block infront of the player
  1443. else if loop-block is lapis lazuli ore:
  1444. set loop-block to air
  1445. drop 2 emerald
  1446. create a fake explosion at the block infront of the player
  1447. else if loop-block is redstone ore:
  1448. set loop-block to air
  1449. drop 2 emerald
  1450. create a fake explosion at the block infront of the player
  1451. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1452. tool of the player is enchanted with fortune 2
  1453. name of player's tool is "&a&lEmerald &7Xpick":
  1454. cancel event
  1455. loop blocks in radius 2 around the target block:
  1456. if loop-block is gold ore:
  1457. set loop-block to air
  1458. drop 3 emerald
  1459. create a fake explosion at the block infront of the player
  1460. else if loop-block is coal ore:
  1461. set loop-block to air
  1462. drop 3 emerald
  1463. create a fake explosion at the block infront of the player
  1464. else if loop-block is iron ore:
  1465. set loop-block to air
  1466. drop 3 emerald
  1467. create a fake explosion at the block infront of the player
  1468. else if loop-block is stone:
  1469. set loop-block to air
  1470. drop 3 emerald
  1471. create a fake explosion at the block infront of the player
  1472. else if loop-block is diamond ore:
  1473. set loop-block to air
  1474. drop 3 emerald
  1475. create a fake explosion at the block infront of the player
  1476. else if loop-block is emerald ore:
  1477. set loop-block to air
  1478. drop 3 emerald
  1479. create a fake explosion at the block infront of the player
  1480. else if loop-block is gold block:
  1481. set loop-block to air
  1482. drop 3 emerald
  1483. create a fake explosion at the block infront of the player
  1484. else if loop-block is iron block:
  1485. set loop-block to air
  1486. drop 3 emerald
  1487. create a fake explosion at the block infront of the player
  1488. else if loop-block is diamond block:
  1489. set loop-block to air
  1490. drop 3 emerald
  1491. create a fake explosion at the block infront of the player
  1492. else if loop-block is emerald block:
  1493. set loop-block to air
  1494. drop 3 emerald
  1495. create a fake explosion at the block infront of the player
  1496. else if loop-block is lapis lazuli ore:
  1497. set loop-block to air
  1498. drop 3 emerald
  1499. create a fake explosion at the block infront of the player
  1500. else if loop-block is redstone ore:
  1501. set loop-block to air
  1502. drop 3 emerald
  1503. create a fake explosion at the block infront of the player
  1504. on break of gold ore or iron ore or diamond ore or emerald ore or stone or gold block or diamond block or emerald block or iron block or redstone ore or lapis lazuli ore or coal ore:
  1505. tool of the player is enchanted with fortune 3
  1506. name of player's tool is "&a&lEmerald &7Xpick":
  1507. cancel event
  1508. loop blocks in radius 2 around the target block:
  1509. if loop-block is gold ore:
  1510. set loop-block to air
  1511. drop 4 emerald
  1512. create a fake explosion at the block infront of the player
  1513. else if loop-block is coal ore:
  1514. set loop-block to air
  1515. drop 4 emerald
  1516. create a fake explosion at the block infront of the player
  1517. else if loop-block is iron ore:
  1518. set loop-block to air
  1519. drop 4 emerald
  1520. create a fake explosion at the block infront of the player
  1521. else if loop-block is stone:
  1522. set loop-block to air
  1523. drop 4 emerald
  1524. create a fake explosion at the block infront of the player
  1525. else if loop-block is diamond ore:
  1526. set loop-block to air
  1527. drop 4 emerald
  1528. create a fake explosion at the block infront of the player
  1529. else if loop-block is emerald ore:
  1530. set loop-block to air
  1531. drop 4 emerald
  1532. create a fake explosion at the block infront of the player
  1533. else if loop-block is gold block:
  1534. set loop-block to air
  1535. drop 4 emerald
  1536. create a fake explosion at the block infront of the player
  1537. else if loop-block is iron block:
  1538. set loop-block to air
  1539. drop 4 emerald
  1540. create a fake explosion at the block infront of the player
  1541. else if loop-block is diamond block:
  1542. set loop-block to air
  1543. drop 4 emerald
  1544. create a fake explosion at the block infront of the player
  1545. else if loop-block is emerald block:
  1546. set loop-block to air
  1547. drop 4 emerald
  1548. create a fake explosion at the block infront of the player
  1549. else if loop-block is lapis lazuli ore:
  1550. set loop-block to air
  1551. drop 4 emerald
  1552. create a fake explosion at the block infront of the player
  1553. else if loop-block is redstone ore:
  1554. set loop-block to air
  1555. drop 4 emerald
  1556. create a fake explosion at the block infront of the player
  1557. on break of diamond ore or emerald ore or stone or redstone ore or lapis lazuli ore or coal ore:
  1558. if tool of player is any pickaxe of silk touch:
  1559. name of player's tool is "&4&lExplosive &7Pickaxe"
  1560. cancel event
  1561. loop blocks in radius 2 around the target block:
  1562. if loop-block is diamond ore:
  1563. set loop-block to air
  1564. drop 1 diamond ore
  1565. else if loop-block is emerald ore:
  1566. set loop-block to air
  1567. drop 1 emerald ore
  1568. else if loop-block is stone:
  1569. set loop-block to air
  1570. drop 1 stone
  1571. else if loop-block is redstone ore:
  1572. set loop-block to air
  1573. drop 1 redstone ore
  1574. else if loop-block is lapis lazuli ore:
  1575. set loop-block to air
  1576. drop 1 lapis lazuli ore
  1577. else if loop-block is coal ore:
  1578. set loop-block to air
  1579. drop 1 coal ore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement