Guest User

Untitled

a guest
Mar 3rd, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.58 KB | None | 0 0
  1. # Autor: sworip
  2. # Wersja: 1.0
  3. # zakaz podszywania się pod autora
  4. # zakaz zarabiania oraz zmiany nicku
  5.  
  6.  
  7. variables:
  8. {lvl.%player%} = 1
  9. {cb.%player%} = true
  10.  
  11. command /cobblestone:
  12. trigger:
  13. if {cb.%player%} is true:
  14. set {cb.%player%} to false
  15. send " &6» &7Wylaczyles drop cobblestone!"
  16. stop
  17. if {cb.%player%} is false:
  18. set {cb.%player%} to true
  19. send " &6» &7Wlaczyles drop cobblestone!"
  20. stop
  21.  
  22. options:
  23. yd: 25
  24. dc: 1.0
  25. ec: 1.3
  26. gc: 1.6
  27. ic: 2.45
  28. epc: 0.1
  29.  
  30. command /drop:
  31. usage: "&aPoprawne uzycie to &e/drop"
  32. trigger:
  33. open chest with 3 rows named "&6Drop ze &8stone" to player
  34. wait 1 tick
  35. format slot 0 of player with 1 of diamond named "&bDiament" with lore "&4» &6Szansa:&b Diament 3.0%%" to be unstealable
  36. format slot 1 of player with 1 of emerald named "&aEmerald" with lore "&4» &6Szansa:&a Emerald 2.8%%" to be unstealable
  37. format slot 2 of player with 1 of ender pearl named "&8Ender Pearl" with lore "&4» &6Szansa:&8 1.0%%" to be unstealable
  38. format slot 3 of player with 1 of gold ingot named "&eZloto" with lore "&4» &6Szansa:&e 2.6%%" to be unstealable
  39. format slot 4 of player with 1 of iron ingot named "&8Zelazo" with lore "&4» &6Szansa:&8 5.3%%" to be unstealable
  40. format slot 5 of player with 1 of 263 named "&8Wegiel" with lore "&4» &6Szansa:&8 3.6%%" to be unstealable
  41. format slot 6 of player with 1 of bookshelf named "&cbiblioteczka" with lore "&4» &6Szansa:&c 0.1%%" to be unstealable
  42. format slot 7 of player with 1 of tnt named "&4TNT" with lore "&4» &6Szansa:&4 0.1%%" to be unstealable
  43. format slot 8 of player with 1 of gunpowder named "&6Proch" with lore "&4» &6Szansa:&6 3.6%%" to be unstealable
  44. format slot 9 of player with 1 of obsidian named "&8obsidian" with lore "&4» &6Szansa:&8 5%%" to be unstealable
  45. format slot 10 of player with 1 of sand named "&ePiasek" with lore "&4» &6Szansa:&e 1.3%%" to be unstealable
  46. format slot 11 of player with 1 of apple named "&cjablka" with lore "&4» &6Szansa:&c 15%%" to be unstealable
  47. format slot 18 of player with 1 of diamond block named "&bWiekszy drop!" with lore "&aW raz z lepsza ranga masz wieszky drop!" to be unstealable
  48. format slot 19 of player with 1 of emerald block named "&5Elita" with lore "&6Ranga &dElit &6ma dostep do kilofa z naj dropem!" to be unstealable
  49. stop
  50.  
  51. on mine of diamond ore:
  52. cancel event
  53. set block to air
  54. send " &6» &7Drop z tej rudy jest wylaczony!"
  55. send " &6» &7Aby zobaczyc szanse na drop wpisz &6/drop&7!"
  56. stop
  57. on mine of emerald ore:
  58. cancel event
  59. set block to air
  60. send " &6» &7Drop z tej rudy jest wylaczony!"
  61. send " &6» &7Aby zobaczyc szanse na drop wpisz &6/drop&7!"
  62. stop
  63. on mine of gold ore:
  64. cancel event
  65. set block to air
  66. send " &6» &7Drop z tej rudy jest wylaczony!"
  67. send " &6» &7Aby zobaczyc szanse na drop wpisz &6/drop&7!"
  68. stop
  69. on mine of iron ore:
  70. cancel event
  71. set block to air
  72. send " &6» &7Drop z tej rudy jest wylaczony!"
  73. send " &6» &7Aby zobaczyc szanse na drop wpisz &6/drop&7!"
  74. stop
  75. on mine of lapis ore:
  76. cancel event
  77. set block to air
  78. send " &6» &7Drop z tej rudy jest wylaczony!"
  79. send " &6» &7Aby zobaczyc szanse na drop wpisz &6/drop&7!"
  80. stop
  81. on mine of coal ore:
  82. cancel event
  83. set block to air
  84. send " &6» &7Drop z tej rudy jest wylaczony!"
  85. send " &6» &7Aby zobaczyc szanse na drop wpisz &6/drop&7!"
  86. stop
  87. on mine of redstone ore:
  88. cancel event
  89. set block to air
  90. send " &6» &7Drop z tej rudy jest wylaczony!"
  91. send " &6» &7Aby zobaczyc szanse na drop wpisz &6/drop&7!"
  92. stop
  93.  
  94. on mine of stone:
  95. player has permission "k.drop.gracz":
  96. cancel event
  97. set block to air
  98. damage player's tool by 1
  99. if {cb.%player%} is true:
  100. drop 1 cobblestone
  101. if chance of 100%:
  102. if chance of 1%:
  103. drop 1 ender pearl
  104. give 5 xp to the player
  105. stop
  106. if chance of 5.3%:
  107. drop 1 iron ingot
  108. give 1 xp to the player
  109. stop
  110. if chance of 2.6%:
  111. drop 1 gold ingot
  112. give 1 xp to the player
  113. stop
  114. if chance of 2.8%:
  115. drop 1 emerald
  116. give 1 xp to the player
  117. stop
  118. if chance of 2.4%:
  119. drop 3 redstone
  120. give 1 xp to the player
  121. stop
  122. if chance of 15%:
  123. drop 1 apple
  124. stop
  125. if chance of 0.1%:
  126. drop 1 tnt
  127. give 2 xp to the player
  128. stop
  129. if chance of 3.6%:
  130. drop 3 coal
  131. give 2 xp to the player
  132. stop
  133. if chance of 1.3%:
  134. drop 1 sand
  135. give 2 xp to the player
  136. stop
  137. if chance of 3.6%:
  138. drop 1 gunpowder
  139. give 2 xp to the player
  140. stop
  141. if chance of 3%:
  142. drop 1 diamond
  143. give 2 xp to the player
  144. stop
  145. if chance of 3%:
  146. if player's y-coordinate is less than 15%:
  147. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  148. chance of 6%:
  149. drop 2 diamond
  150. give 2 xp to the player
  151. stop
  152. chance of 13%:
  153. drop 2 iron ingot
  154. give 2 xp to the player
  155. stop
  156. chance of 8%:
  157. drop 2 gold ingot
  158. give 2 xp to the player
  159. stop
  160. chance of 9%:
  161. drop 2 emerald
  162. give 2 xp to the player
  163. stop
  164. chance of 5%:
  165. drop 2 ender pearl
  166. give 2 xp to the player
  167. stop
  168. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  169. chance of 4.5%:
  170. drop 2 diamond
  171. give 2 xp to the player
  172. stop
  173. chance of 9%:
  174. drop 2 iron ingot
  175. give 2 xp to the player
  176. stop
  177. chance of 8%:
  178. drop 2 gold ingot
  179. give 2 xp to the player
  180. stop
  181. chance of 9%:
  182. drop 2 emerald
  183. give 2 xp to the player
  184. stop
  185. chance of 3%:
  186. drop 2 ender pearl
  187. give 2 xp to the player
  188. stop
  189. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  190. chance of 4%:
  191. drop 2 diamond
  192. give 2 xp to the player
  193. stop
  194. chance of 7%:
  195. drop 2 iron ingot
  196. give 2 xp to the player
  197. stop
  198. chance of 6%:
  199. drop 2 gold ingot
  200. give 2 xp to the player
  201. stop
  202. chance of 5%:
  203. drop 2 emerald
  204. give 2 xp to the player
  205. stop
  206. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  207. chance of 4%:
  208. drop 2 diamond
  209. give 2 xp to the player
  210. stop
  211. if {cb.%player%} is false:
  212. if chance of 100%:
  213. if chance of 1%:
  214. if chance of 1%:
  215. drop 1 ender pearl
  216. give 5 xp to the player
  217. stop
  218. if chance of 5.3%:
  219. drop 1 iron ingot
  220. give 1 xp to the player
  221. stop
  222. if chance of 2.6%:
  223. drop 1 gold ingot
  224. give 1 xp to the player
  225. stop
  226. if chance of 2.8%:
  227. drop 1 emerald
  228. give 1 xp to the player
  229. stop
  230. if chance of 2.4%:
  231. drop 3 redstone
  232. give 1 xp to the player
  233. stop
  234. if chance of 15%:
  235. drop 1 apple
  236. stop
  237. if chance of 0.1%:
  238. drop 1 tnt
  239. give 2 xp to the player
  240. stop
  241. if chance of 3.6%:
  242. drop 3 coal
  243. give 2 xp to the player
  244. stop
  245. if chance of 1.3%:
  246. drop 1 sand
  247. give 2 xp to the player
  248. stop
  249. if chance of 3.6%:
  250. drop 1 gunpowder
  251. give 2 xp to the player
  252. stop
  253. if chance of 3%:
  254. drop 1 diamond
  255. give 2 xp to the player
  256. stop
  257. if chance of 3%:
  258. if player's y-coordinate is less than 15%:
  259. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  260. chance of 6%:
  261. drop 2 diamond
  262. give 2 xp to the player
  263. stop
  264. chance of 13%:
  265. drop 2 iron ingot
  266. give 2 xp to the player
  267. stop
  268. chance of 8%:
  269. drop 2 gold ingot
  270. give 2 xp to the player
  271. stop
  272. chance of 9%:
  273. drop 2 emerald
  274. give 2 xp to the player
  275. stop
  276. chance of 5%:
  277. drop 2 ender pearl
  278. give 2 xp to the player
  279. stop
  280. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  281. chance of 4.5%:
  282. drop 2 diamond
  283. give 2 xp to the player
  284. stop
  285. chance of 9%:
  286. drop 2 iron ingot
  287. give 2 xp to the player
  288. stop
  289. chance of 8%:
  290. drop 2 gold ingot
  291. give 2 xp to the player
  292. stop
  293. chance of 9%:
  294. drop 2 emerald
  295. give 2 xp to the player
  296. stop
  297. chance of 3%:
  298. drop 2 ender pearl
  299. give 2 xp to the player
  300. stop
  301. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  302. chance of 4%:
  303. drop 2 diamond
  304. give 2 xp to the player
  305. stop
  306. chance of 7%:
  307. drop 2 iron ingot
  308. give 2 xp to the player
  309. stop
  310. chance of 6%:
  311. drop 2 gold ingot
  312. give 2 xp to the player
  313. stop
  314. chance of 5%:
  315. drop 2 emerald
  316. give 2 xp to the player
  317. stop
  318. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  319. chance of 4%:
  320. drop 2 diamond
  321. give 2 xp to the player
  322. stop
  323. on mine of stone:
  324. player has permission "vip.drop":
  325. cancel event
  326. set block to air
  327. damage player's tool by 1
  328. if {cb.%player%} is true:
  329. drop 1 cobblestone
  330. give 2 xp to the player
  331. if chance of 100%:
  332. if chance of 1.2%:
  333. drop 1 ender pearl
  334. give 5 xp to the player
  335. stop
  336. if chance of 6.3%:
  337. drop 1 iron ingot
  338. give 2 xp to the player
  339. stop
  340. if chance of 3.6%:
  341. drop 1 gold ingot
  342. give 2 xp to the player
  343. stop
  344. if chance of 3.8%:
  345. drop 1 emerald
  346. give 2 xp to the player
  347. stop
  348. if chance of 3.4%:
  349. drop 3 redstone
  350. give 2 xp to the player
  351. stop
  352. if chance of 18%:
  353. drop 1 apple
  354. stop
  355. if chance of 0.2%:
  356. drop 1 tnt
  357. give 2 xp to the player
  358. stop
  359. if chance of 4.6%:
  360. drop 3 coal
  361. give 2 xp to the player
  362. stop
  363. if chance of 2.3%:
  364. drop 1 sand
  365. give 2 xp to the player
  366. stop
  367. if chance of 4.6%:
  368. drop 1 gunpowder
  369. give 2 xp to the player
  370. stop
  371. if chance of 3.5%:
  372. drop 1 diamond
  373. give 2 xp to the player
  374. stop
  375. if chance of 3%:
  376. if player's y-coordinate is less than 15%:
  377. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  378. chance of 6%:
  379. drop 2 diamond
  380. give 2 xp to the player
  381. stop
  382. chance of 10%:
  383. drop 2 iron ingot
  384. give 2 xp to the player
  385. stop
  386. chance of 8%:
  387. drop 2 gold ingot
  388. give 2 xp to the player
  389. stop
  390. chance of 9%:
  391. drop 2 emerald
  392. give 2 xp to the player
  393. stop
  394. chance of 5%:
  395. drop 2 ender pearl
  396. give 2 xp to the player
  397. stop
  398. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  399. chance of 4.5%:
  400. drop 2 diamond
  401. give 2 xp to the player
  402. stop
  403. chance of 9%:
  404. drop 2 iron ingot
  405. give 2 xp to the player
  406. stop
  407. chance of 8%:
  408. drop 2 gold ingot
  409. give 2 xp to the player
  410. stop
  411. chance of 9%:
  412. drop 2 emerald
  413. give 2 xp to the player
  414. stop
  415. chance of 3%:
  416. drop 2 ender pearl
  417. give 2 xp to the player
  418. stop
  419. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  420. chance of 4%:
  421. drop 2 diamond
  422. give 2 xp to the player
  423. stop
  424. chance of 7%:
  425. drop 2 iron ingot
  426. give 2 xp to the player
  427. stop
  428. chance of 6%:
  429. drop 2 gold ingot
  430. give 2 xp to the player
  431. stop
  432. chance of 5%:
  433. drop 2 emerald
  434. give 2 xp to the player
  435. stop
  436. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  437. chance of 4%:
  438. drop 2 diamond
  439. give 2 xp to the player
  440. stop
  441. if {cb.%player%} is false:
  442. player has permission "vip.drop":
  443. if chance of 100%:
  444. if chance of 1%:
  445. if chance of 1.2%:
  446. drop 1 ender pearl
  447. give 5 xp to the player
  448. stop
  449. if chance of 6.3%:
  450. drop 1 iron ingot
  451. give 2 xp to the player
  452. stop
  453. if chance of 3.6%:
  454. drop 1 gold ingot
  455. give 2 xp to the player
  456. stop
  457. if chance of 3.8%:
  458. drop 1 emerald
  459. give 2 xp to the player
  460. stop
  461. if chance of 3.4%:
  462. drop 3 redstone
  463. give 2 xp to the player
  464. stop
  465. if chance of 18%:
  466. drop 1 apple
  467. stop
  468. if chance of 0.2%:
  469. drop 1 tnt
  470. give 2 xp to the player
  471. stop
  472. if chance of 4.6%:
  473. drop 3 coal
  474. give 2 xp to the player
  475. stop
  476. if chance of 2.3%:
  477. drop 1 sand
  478. give 2 xp to the player
  479. stop
  480. if chance of 4.6%:
  481. drop 1 gunpowder
  482. give 2 xp to the player
  483. stop
  484. if chance of 3.5%:
  485. drop 1 diamond
  486. give 2 xp to the player
  487. stop
  488. if chance of 3%:
  489. if player's y-coordinate is less than 15%:
  490. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  491. chance of 6%:
  492. drop 2 diamond
  493. give 2 xp to the player
  494. stop
  495. chance of 13%:
  496. drop 2 iron ingot
  497. give 2 xp to the player
  498. stop
  499. chance of 8%:
  500. drop 2 gold ingot
  501. give 2 xp to the player
  502. stop
  503. chance of 9%:
  504. drop 2 emerald
  505. give 2 xp to the player
  506. stop
  507. chance of 5%:
  508. drop 2 ender pearl
  509. give 2 xp to the player
  510. stop
  511. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  512. chance of 4.5%:
  513. drop 2 diamond
  514. give 2 xp to the player
  515. stop
  516. chance of 9%:
  517. drop 2 iron ingot
  518. give 2 xp to the player
  519. stop
  520. chance of 8%:
  521. drop 2 gold ingot
  522. give 2 xp to the player
  523. stop
  524. chance of 9%:
  525. drop 2 emerald
  526. give 2 xp to the player
  527. stop
  528. chance of 3%:
  529. drop 2 ender pearl
  530. give 2 xp to the player
  531. stop
  532. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  533. chance of 4%:
  534. drop 2 diamond
  535. give 2 xp to the player
  536. stop
  537. chance of 7%:
  538. drop 2 iron ingot
  539. give 2 xp to the player
  540. stop
  541. chance of 6%:
  542. drop 2 gold ingot
  543. give 2 xp to the player
  544. stop
  545. chance of 5%:
  546. drop 2 emerald
  547. give 2 xp to the player
  548. stop
  549. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  550. chance of 4%:
  551. drop 2 diamond
  552. give 2 xp to the player
  553. stop
  554. on mine of stone:
  555. player has permission "svip.drop":
  556. cancel event
  557. set block to air
  558. damage player's tool by 1
  559. if {cb.%player%} is true:
  560. drop 1 cobblestone
  561. give 2 xp to the player
  562. if chance of 100%:
  563. if chance of 1%:
  564. if chance of 2%:
  565. drop 1 ender pearl
  566. give 5 xp to the player
  567. stop
  568. if chance of 6.8%:
  569. drop 1 iron ingot
  570. give 2 xp to the player
  571. stop
  572. if chance of 4.0%:
  573. drop 1 gold ingot
  574. give 2 xp to the player
  575. stop
  576. if chance of 4.0%:
  577. drop 1 emerald
  578. give 2 xp to the player
  579. stop
  580. if chance of 3.9%:
  581. drop 3 redstone
  582. give 2 xp to the player
  583. stop
  584. if chance of 20%:
  585. drop 1 apple
  586. give 2 xp to the player
  587. stop
  588. if chance of 0.3%:
  589. drop 1 tnt
  590. give 2 xp to the player
  591. stop
  592. if chance of 4.9%:
  593. drop 3 coal
  594. give 2 xp to the player
  595. stop
  596. if chance of 2.7%:
  597. drop 1 sand
  598. give 2 xp to the player
  599. stop
  600. if chance of 4.9%:
  601. drop 1 gunpowder
  602. give 2 xp to the player
  603. stop
  604. if chance of 3.5%:
  605. drop 1 diamond
  606. give 4 xp to the player
  607. stop
  608. if chance of 3%:
  609. if player's y-coordinate is less than 15%:
  610. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  611. chance of 6%:
  612. drop 2 diamond
  613. give 2 xp to the player
  614. stop
  615. chance of 13%:
  616. drop 2 iron ingot
  617. give 2 xp to the player
  618. stop
  619. chance of 8%:
  620. drop 2 gold ingot
  621. give 2 xp to the player
  622. stop
  623. chance of 9%:
  624. drop 2 emerald
  625. give 2 xp to the player
  626. stop
  627. chance of 5%:
  628. drop 2 ender pearl
  629. give 2 xp to the player
  630. stop
  631. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  632. chance of 4.5%:
  633. drop 2 diamond
  634. give 2 xp to the player
  635. stop
  636. chance of 9%:
  637. drop 2 iron ingot
  638. give 2 xp to the player
  639. stop
  640. chance of 8%:
  641. drop 2 gold ingot
  642. give 2 xp to the player
  643. stop
  644. chance of 9%:
  645. drop 2 emerald
  646. give 2 xp to the player
  647. stop
  648. chance of 3%:
  649. drop 2 ender pearl
  650. give 2 xp to the player
  651. stop
  652. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  653. chance of 4%:
  654. drop 2 diamond
  655. give 2 xp to the player
  656. stop
  657. chance of 7%:
  658. drop 2 iron ingot
  659. give 2 xp to the player
  660. stop
  661. chance of 6%:
  662. drop 2 gold ingot
  663. give 2 xp to the player
  664. stop
  665. chance of 5%:
  666. drop 2 emerald
  667. give 2 xp to the player
  668. stop
  669. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  670. chance of 4%:
  671. drop 2 diamond
  672. give 2 xp to the player
  673. stop
  674. if {cb.%player%} is false:
  675. player has permission "svip.drop":
  676. if chance of 100%:
  677. if chance of 1%:
  678. if chance of 2%:
  679. drop 1 ender pearl
  680. give 5 xp to the player
  681. stop
  682. if chance of 6.8%:
  683. drop 1 iron ingot
  684. give 2 xp to the player
  685. stop
  686. if chance of 4.0%:
  687. drop 1 gold ingot
  688. give 2 xp to the player
  689. stop
  690. if chance of 4.0%:
  691. drop 1 emerald
  692. give 2 xp to the player
  693. stop
  694. if chance of 3.9%:
  695. drop 3 redstone
  696. give 2 xp to the player
  697. stop
  698. if chance of 20%:
  699. drop 1 apple
  700. give 2 xp to the player
  701. stop
  702. if chance of 0.3%:
  703. drop 1 tnt
  704. give 2 xp to the player
  705. stop
  706. if chance of 4.9%:
  707. drop 3 coal
  708. give 2 xp to the player
  709. stop
  710. if chance of 2.7%:
  711. drop 1 sand
  712. give 2 xp to the player
  713. stop
  714. if chance of 4.9%:
  715. drop 1 gunpowder
  716. give 2 xp to the player
  717. stop
  718. if chance of 3.5%:
  719. drop 1 diamond
  720. give 4 xp to the player
  721. stop
  722. if chance of 3%:
  723. if player's y-coordinate is less than 15%:
  724. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  725. chance of 6%:
  726. drop 2 diamond
  727. give 2 xp to the player
  728. stop
  729. chance of 13%:
  730. drop 2 iron ingot
  731. give 2 xp to the player
  732. stop
  733. chance of 8%:
  734. drop 2 gold ingot
  735. give 2 xp to the player
  736. stop
  737. chance of 9%:
  738. drop 2 emerald
  739. give 2 xp to the player
  740. stop
  741. chance of 5%:
  742. drop 2 ender pearl
  743. give 2 xp to the player
  744. stop
  745. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  746. chance of 4.5%:
  747. drop 2 diamond
  748. give 2 xp to the player
  749. stop
  750. chance of 9%:
  751. drop 2 iron ingot
  752. give 2 xp to the player
  753. stop
  754. chance of 8%:
  755. drop 2 gold ingot
  756. give 2 xp to the player
  757. stop
  758. chance of 9%:
  759. drop 2 emerald
  760. give 2 xp to the player
  761. stop
  762. chance of 3%:
  763. drop 2 ender pearl
  764. give 2 xp to the player
  765. stop
  766. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  767. chance of 4%:
  768. drop 2 diamond
  769. give 2 xp to the player
  770. stop
  771. chance of 7%:
  772. drop 2 iron ingot
  773. give 2 xp to the player
  774. stop
  775. chance of 6%:
  776. drop 2 gold ingot
  777. give 2 xp to the player
  778. stop
  779. chance of 5%:
  780. drop 2 emerald
  781. give 2 xp to the player
  782. stop
  783. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  784. chance of 4%:
  785. drop 2 diamond
  786. give 2 xp to the player
  787. stop
  788. on mine of stone:
  789. player has permission "elit.drop":
  790. cancel event
  791. set block to air
  792. damage player's tool by 1
  793. if {cb.%player%} is true:
  794. drop 1 cobblestone
  795. give 2 xp to the player
  796. if chance of 100%:
  797. if chance of 3%:
  798. drop 1 ender pearl
  799. give 5 xp to the player
  800. stop
  801. if chance of 8.8%:
  802. drop 1 iron ingot
  803. give 2 xp to the player
  804. stop
  805. if chance of 6.0%:
  806. drop 1 gold ingot
  807. give 5 xp to the player
  808. stop
  809. if chance of 6.0%:
  810. drop 1 emerald
  811. give 4 xp to the player
  812. stop
  813. if chance of 5.9%:
  814. drop 3 redstone
  815. give 4 xp to the player
  816. stop
  817. if chance of 25%:
  818. drop 1 apple
  819. give 2 xp to the player
  820. stop
  821. if chance of 0.8%:
  822. drop 1 tnt
  823. give 4 xp to the player
  824. stop
  825. if chance of 7.0%:
  826. drop 3 coal
  827. give 4 xp to the player
  828. stop
  829. if chance of 3.7%:
  830. drop 1 sand
  831. give 4 xp to the player
  832. stop
  833. if chance of 8.0%:
  834. drop 1 gunpowder
  835. give 4 xp to the player
  836. stop
  837. if chance of 5.0%:
  838. drop 1 diamond
  839. give 4 xp to the player
  840. stop
  841. if chance of 3%:
  842. if player's y-coordinate is less than 15%:
  843. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  844. chance of 6%:
  845. drop 2 diamond
  846. give 2 xp to the player
  847. stop
  848. chance of 13%:
  849. drop 2 iron ingot
  850. give 2 xp to the player
  851. stop
  852. chance of 8%:
  853. drop 2 gold ingot
  854. give 2 xp to the player
  855. stop
  856. chance of 9%:
  857. drop 2 emerald
  858. give 2 xp to the player
  859. stop
  860. chance of 5%:
  861. drop 2 ender pearl
  862. give 2 xp to the player
  863. stop
  864. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  865. chance of 4.5%:
  866. drop 2 diamond
  867. give 2 xp to the player
  868. stop
  869. chance of 9%:
  870. drop 2 iron ingot
  871. give 2 xp to the player
  872. stop
  873. chance of 8%:
  874. drop 2 gold ingot
  875. give 2 xp to the player
  876. stop
  877. chance of 9%:
  878. drop 2 emerald
  879. give 2 xp to the player
  880. stop
  881. chance of 3%:
  882. drop 2 ender pearl
  883. give 2 xp to the player
  884. stop
  885. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  886. chance of 4%:
  887. drop 2 diamond
  888. give 2 xp to the player
  889. stop
  890. chance of 7%:
  891. drop 2 iron ingot
  892. give 2 xp to the player
  893. stop
  894. chance of 6%:
  895. drop 2 gold ingot
  896. give 2 xp to the player
  897. stop
  898. chance of 5%:
  899. drop 2 emerald
  900. give 2 xp to the player
  901. stop
  902. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  903. chance of 4%:
  904. drop 2 diamond
  905. give 2 xp to the player
  906. stop
  907. if {cb.%player%} is false:
  908. player has permission "elit.drop":
  909. if chance of 100%:
  910. if chance of 3%:
  911. drop 1 ender pearl
  912. give 5 xp to the player
  913. stop
  914. if chance of 8.8%:
  915. drop 1 iron ingot
  916. give 2 xp to the player
  917. stop
  918. if chance of 6.0%:
  919. drop 1 gold ingot
  920. give 5 xp to the player
  921. stop
  922. if chance of 6.0%:
  923. drop 1 emerald
  924. give 4 xp to the player
  925. stop
  926. if chance of 5.9%:
  927. drop 3 redstone
  928. give 4 xp to the player
  929. stop
  930. if chance of 25%:
  931. drop 1 apple
  932. give 2 xp to the player
  933. stop
  934. if chance of 0.8%:
  935. drop 1 tnt
  936. give 4 xp to the player
  937. stop
  938. if chance of 7.0%:
  939. drop 3 coal
  940. give 4 xp to the player
  941. stop
  942. if chance of 3.7%:
  943. drop 1 sand
  944. give 4 xp to the player
  945. stop
  946. if chance of 8.0%:
  947. drop 1 gunpowder
  948. give 4 xp to the player
  949. stop
  950. if chance of 5.0%:
  951. drop 1 diamond
  952. give 4 xp to the player
  953. stop
  954. if chance of 3%:
  955. if player's y-coordinate is less than 15%:
  956. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 5:
  957. chance of 6%:
  958. drop 2 diamond
  959. give 2 xp to the player
  960. stop
  961. chance of 13%:
  962. drop 2 iron ingot
  963. give 2 xp to the player
  964. stop
  965. chance of 8%:
  966. drop 2 gold ingot
  967. give 2 xp to the player
  968. stop
  969. chance of 9%:
  970. drop 2 emerald
  971. give 2 xp to the player
  972. stop
  973. chance of 5%:
  974. drop 2 ender pearl
  975. give 2 xp to the player
  976. stop
  977. if player is holding diamond pickaxe of fortune 3 or iron pickaxe of fortune 3:
  978. chance of 4.5%:
  979. drop 2 diamond
  980. give 2 xp to the player
  981. stop
  982. chance of 9%:
  983. drop 2 iron ingot
  984. give 2 xp to the player
  985. stop
  986. chance of 8%:
  987. drop 2 gold ingot
  988. give 2 xp to the player
  989. stop
  990. chance of 9%:
  991. drop 2 emerald
  992. give 2 xp to the player
  993. stop
  994. chance of 3%:
  995. drop 2 ender pearl
  996. give 2 xp to the player
  997. stop
  998. if player is holding diamond pickaxe of fortune 2 or iron pickaxe of fortune 2:
  999. chance of 4%:
  1000. drop 2 diamond
  1001. give 2 xp to the player
  1002. stop
  1003. chance of 7%:
  1004. drop 2 iron ingot
  1005. give 2 xp to the player
  1006. stop
  1007. chance of 6%:
  1008. drop 2 gold ingot
  1009. give 2 xp to the player
  1010. stop
  1011. chance of 5%:
  1012. drop 2 emerald
  1013. give 2 xp to the player
  1014. stop
  1015. if player is holding diamond pickaxe of fortune 1 or iron pickaxe of fortune 1:
  1016. chance of 4%:
  1017. drop 2 diamond
  1018. give 2 xp to the player
  1019. stop
Advertisement
Add Comment
Please, Sign In to add comment