Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 KB | None | 0 0
  1. command /drop:
  2. trigger:
  3. open chest with 3 rows named "&e&lPodglad Ogolny Stoniarek" to player
  4.  
  5. set {_i1} to stone named "&7&lZwykla &a&lStoniarka"
  6. set 2nd line of lore of {_i1} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  7. set 3rd line of lore of {_i1} to "&7&l- Zwyklym Swiecie"
  8.  
  9. set slot 11 of player's current inventory to {_i1}
  10.  
  11. set {_i2} to end stone named "&e&lEndowa &a&lStoniarka"
  12. set 2nd line of lore of {_i2} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  13. set 3rd line of lore of {_i2} to "&e&l- Endowym Swiecie"
  14.  
  15. set slot 13 of player's current inventory to {_i2}
  16.  
  17. set {_i3} to end stone named "&c&lNetherowa &a&lStoniarka"
  18. set 2nd line of lore of {_i3} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  19. set 3rd line of lore of {_i3} to "&c&l- Netherowym Swiecie"
  20.  
  21. set slot 13 of player's current inventory to {_i3}
  22.  
  23. loop 27 times:
  24. if slot loop-number - 1 of player's current inventory is air:
  25. if name of player's current inventory is "&e&lPodglad Ogolny Stoniarek":
  26. set slot loop-number - 1 of player's current inventory to black stained glass pane named "&5&l***"
  27.  
  28. on inventory click:
  29. if name of clicked inventory is "&e&lPodglad Ogolny Stoniarek":
  30. if clicked slot is 11:
  31. open chest with 3 rows named "&7&lZwykla Stoniarka" to player
  32.  
  33. set {_i1} to coal named "&8&l3%"
  34.  
  35. set slot 10 of player's current inventory to {_i1}
  36.  
  37. set {_i2} to iron ingot named "&7&l2%"
  38.  
  39. set slot 11 of player's current inventory to {_i2}
  40.  
  41. set {_i3} to gold ingot named "&e&l2%"
  42.  
  43. set slot 12 of player's current inventory to {_i3}
  44.  
  45. set {_i4} to redstone named "&c&l2%"
  46.  
  47. set slot 13 of player's current inventory to {_i4}
  48.  
  49. set {_i5} to lapis lazuli named "&3&l1%"
  50.  
  51. set slot 14 of player's current inventory to {_i5}
  52.  
  53. set {_i6} to diamond named "&b&l0.5%"
  54.  
  55. set slot 15 of player's current inventory to {_i6}
  56.  
  57. set {_i7} to emerald named "&a&l0.5%"
  58.  
  59. set slot 16 of player's current inventory to {_i7}
  60.  
  61. set {_i8} to arrow named "&f&lCOFNIJ"
  62.  
  63. set slot 26 of player's current inventory to {_i8}
  64.  
  65. loop 27 times:
  66. if slot loop-number - 1 of player's current inventory is air:
  67. if name of player's current inventory is "&7&lZwykla Stoniarka":
  68. set slot loop-number - 1 of player's current inventory to black stained glass pane named "&5&l***"
  69. if clicked slot is 15:
  70. open chest with 3 rows named "&c&lNetherowa Stoniarka" to player
  71.  
  72. set {_i1} to obsidian named "&8&l3%"
  73.  
  74. set slot 10 of player's current inventory to {_i1}
  75.  
  76. set {_i2} to nether wart named "&7&l2%"
  77.  
  78. set slot 11 of player's current inventory to {_i2}
  79.  
  80. set {_i3} to nether brick named "&e&l2%"
  81.  
  82. set slot 12 of player's current inventory to {_i3}
  83.  
  84. set {_i4} to red mushroom named "&c&l2%"
  85.  
  86. set slot 13 of player's current inventory to {_i4}
  87.  
  88. set {_i5} to nether quartz named "&3&l1%"
  89.  
  90. set slot 14 of player's current inventory to {_i5}
  91.  
  92. set {_i6} to glowstone dust named "&b&l0.5%"
  93.  
  94. set slot 15 of player's current inventory to {_i6}
  95.  
  96. set {_i7} to blaze powder named "&a&l0.5%"
  97.  
  98. set slot 16 of player's current inventory to {_i7}
  99.  
  100. set {_i8} to arrow named "&f&lCOFNIJ"
  101.  
  102. set slot 26 of player's current inventory to {_i8}
  103.  
  104. loop 27 times:
  105. if slot loop-number - 1 of player's current inventory is air:
  106. if name of player's current inventory is "&c&lNetherowa Stoniarka":
  107. set slot loop-number - 1 of player's current inventory to black stained glass pane named "&5&l***"
  108. if clicked slot is 13:
  109. open chest with 3 rows named "&e&lEndowa Stoniarka" to player
  110.  
  111. set {_i1} to ender pearl named "&8&l3%"
  112.  
  113. set slot 10 of player's current inventory to {_i1}
  114.  
  115. set {_i2} to eye of ender named "&7&l2%"
  116.  
  117. set slot 11 of player's current inventory to {_i2}
  118.  
  119. set {_i3} to end rod named "&e&l2%"
  120.  
  121. set slot 12 of player's current inventory to {_i3}
  122.  
  123. set {_i4} to chorus plant named "&c&l2%"
  124.  
  125. set slot 13 of player's current inventory to {_i4}
  126.  
  127. set {_i5} to arrow named "&f&lCOFNIJ"
  128.  
  129. set slot 26 of player's current inventory to {_i5}
  130.  
  131. loop 27 times:
  132. if slot loop-number - 1 of player's current inventory is air:
  133. if name of player's current inventory is "&e&lEndowa Stoniarka":
  134. set slot loop-number - 1 of player's current inventory to black stained glass pane named "&5&l***"
  135.  
  136.  
  137. on inventory click:
  138. if name of clicked inventory is "&7&lZwykla Stoniarka":
  139. if clicked slot is 26:
  140. close player's current inventory
  141. open chest with 3 rows named "&e&lPodglad Ogolny Stoniarek" to player
  142.  
  143. set {_i1} to stone named "&7&lZwykla &a&lStoniarka"
  144. set 2nd line of lore of {_i1} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  145. set 3rd line of lore of {_i1} to "&7&l- Zwyklym Swiecie"
  146.  
  147. set slot 11 of player's current inventory to {_i1}
  148.  
  149. set {_i2} to end stone named "&e&lEndowa &a&lStoniarka"
  150. set 2nd line of lore of {_i2} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  151. set 3rd line of lore of {_i2} to "&e&l- Endowym Swiecie"
  152.  
  153. set slot 13 of player's current inventory to {_i2}
  154.  
  155. set {_i3} to end stone named "&c&lNetherowa &a&lStoniarka"
  156. set 2nd line of lore of {_i3} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  157. set 3rd line of lore of {_i3} to "&c&l- Netherowym Swiecie"
  158.  
  159. set slot 13 of player's current inventory to {_i3}
  160.  
  161. loop 27 times:
  162. if slot loop-number - 1 of player's current inventory is air:
  163. if name of player's current inventory is "&e&lPodglad Ogolny Stoniarek":
  164. set slot loop-number - 1 of player's current inventory to black stained glass pane named "&5&l***"
  165.  
  166.  
  167. on inventory click:
  168. if name of clicked inventory is "&e&lEndowa Stoniarka":
  169. if clicked slot is 26:
  170. close player's current inventory
  171. open chest with 3 rows named "&e&lPodglad Ogolny Stoniarek" to player
  172.  
  173. set {_i1} to stone named "&7&lZwykla &a&lStoniarka"
  174. set 2nd line of lore of {_i1} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  175. set 3rd line of lore of {_i1} to "&7&l- Zwyklym Swiecie"
  176.  
  177. set slot 11 of player's current inventory to {_i1}
  178.  
  179. set {_i2} to end stone named "&e&lEndowa &a&lStoniarka"
  180. set 2nd line of lore of {_i2} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  181. set 3rd line of lore of {_i2} to "&e&l- Endowym Swiecie"
  182.  
  183. set slot 13 of player's current inventory to {_i2}
  184.  
  185. set {_i3} to end stone named "&c&lNetherowa &a&lStoniarka"
  186. set 2nd line of lore of {_i3} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  187. set 3rd line of lore of {_i3} to "&c&l- Netherowym Swiecie"
  188.  
  189. set slot 13 of player's current inventory to {_i3}
  190.  
  191. loop 27 times:
  192. if slot loop-number - 1 of player's current inventory is air:
  193. if name of player's current inventory is "&e&lPodglad Ogolny Stoniarek":
  194. set slot loop-number - 1 of player's current inventory to black stained glass pane named "&5&l***"
  195.  
  196.  
  197. on inventory click:
  198. if name of clicked inventory is "&c&lNetherowa Stoniarka":
  199. if clicked slot is 26:
  200. close player's current inventory
  201. open chest with 3 rows named "&e&lPodglad Ogolny Stoniarek" to player
  202.  
  203. set {_i1} to stone named "&7&lZwykla &a&lStoniarka"
  204. set 2nd line of lore of {_i1} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  205. set 3rd line of lore of {_i1} to "&7&l- Zwyklym Swiecie"
  206.  
  207. set slot 11 of player's current inventory to {_i1}
  208.  
  209. set {_i2} to end stone named "&e&lEndowa &a&lStoniarka"
  210. set 2nd line of lore of {_i2} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  211. set 3rd line of lore of {_i2} to "&e&l- Endowym Swiecie"
  212.  
  213. set slot 13 of player's current inventory to {_i2}
  214.  
  215. set {_i3} to end stone named "&c&lNetherowa &a&lStoniarka"
  216. set 2nd line of lore of {_i3} to "&f&lKliknij aby zobaczyc drop ze Stoniarki znajdujacej sie w:"
  217. set 3rd line of lore of {_i3} to "&c&l- Netherowym Swiecie"
  218.  
  219. set slot 13 of player's current inventory to {_i3}
  220.  
  221. loop 27 times:
  222. if slot loop-number - 1 of player's current inventory is air:
  223. if name of player's current inventory is "&e&lPodglad Ogolny Stoniarek":
  224. set slot loop-number - 1 of player's current inventory to black stained glass pane named "&5&l***"
  225.  
  226.  
  227. on inventory click:
  228. if name of clicked inventory is "&c&lNetherowa Stoniarka":
  229. cancel event
  230.  
  231. on inventory click:
  232. if name of clicked inventory is "&e&lEndowa Stoniarka":
  233. cancel event
  234.  
  235. on inventory click:
  236. if name of clicked inventory is "&7&lZwykla Stoniarka":
  237. cancel event
  238.  
  239. on inventory click:
  240. if name of clicked inventory is "&e&lPodglad Ogolny Stoniarek":
  241. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement