Advertisement
Guest User

Prophacy's Shop Skript

a guest
Feb 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.76 KB | None | 0 0
  1. command /shop:
  2. trigger:
  3. play sound "entity_chicken_egg" with volume 1 with pitch 1 at player for player
  4. open virtual chest inventory with size 6 named "&8Server Shop" to player
  5. make gui slot 0 of player with black glass pane named " " to do nothing
  6. make gui slot 1 of player with black glass pane named " " to do nothing
  7. make gui slot 2 of player with black glass pane named " " to do nothing
  8. make gui slot 3 of player with black glass pane named " " to do nothing
  9. make gui slot 4 of player with black glass pane named " " to do nothing
  10. make gui slot 5 of player with black glass pane named " " to do nothing
  11. make gui slot 6 of player with black glass pane named " " to do nothing
  12. make gui slot 7 of player with black glass pane named " " to do nothing
  13. make gui slot 8 of player with black glass pane named " " to do nothing
  14. make gui slot 9 of player with black glass pane named " " to do nothing
  15. make gui slot 17 of player with black glass pane named " " to do nothing
  16. make gui slot 18 of player with black glass pane named " " to do nothing
  17. make gui slot 26 of player with black glass pane named " " to do nothing
  18. make gui slot 27 of player with black glass pane named " " to do nothing
  19. make gui slot 36 of player with black glass pane named " " to do nothing
  20. make gui slot 44 of player with black glass pane named " " to do nothing
  21. make gui slot 53 of player with black glass pane named " " to do nothing
  22. make gui slot 52 of player with black glass pane named " " to do nothing
  23. make gui slot 51 of player with black glass pane named " " to do nothing
  24. make gui slot 50 of player with black glass pane named " " to do nothing
  25. make gui slot 49 of player with black glass pane named " " to do nothing
  26. make gui slot 48 of player with black glass pane named " " to do nothing
  27. make gui slot 47 of player with black glass pane named " " to do nothing
  28. make gui slot 46 of player with black glass pane named " " to do nothing
  29. make gui slot 45 of player with black glass pane named " " to do nothing
  30. make gui slot 36 of player with black glass pane named " " to do nothing
  31. make gui slot 45 of player with black glass pane named " " to do nothing
  32. make gui slot 45 of player with black glass pane named " " to do nothing
  33. make gui slot 35 of player with black glass pane named " " to run:
  34. if {secret::%player%} = false:
  35. send "&7You found a &c&lSECRET &eYou now get 1 Credit!"
  36. add 1 to {credits::%player%}
  37. set {secret::%player%} to true
  38. close player's inventory
  39. else if {secret::%player%} = true:
  40. send "&7You already found this &c&lSECRET"
  41. close player's inventory
  42. make gui slot 12 of player with grass named "&7Blocks" to run:
  43. open virtual chest inventory with size 6 named "&8Blocks" to player
  44. make gui slot 0 of player with black glass pane named " " to do nothing
  45. make gui slot 1 of player with black glass pane named " " to do nothing
  46. make gui slot 2 of player with black glass pane named " " to do nothing
  47. make gui slot 3 of player with black glass pane named " " to do nothing
  48. make gui slot 4 of player with black glass pane named " " to do nothing
  49. make gui slot 5 of player with black glass pane named " " to do nothing
  50. make gui slot 6 of player with black glass pane named " " to do nothing
  51. make gui slot 7 of player with black glass pane named " " to do nothing
  52. make gui slot 8 of player with black glass pane named " " to do nothing
  53. make gui slot 9 of player with black glass pane named " " to do nothing
  54. make gui slot 17 of player with black glass pane named " " to do nothing
  55. make gui slot 18 of player with black glass pane named " " to do nothing
  56. make gui slot 27 of player with black glass pane named " " to do nothing
  57. make gui slot 36 of player with black glass pane named " " to do nothing
  58. make gui slot 45 of player with black glass pane named " " to do nothing
  59. make gui slot 46 of player with black glass pane named " " to do nothing
  60. make gui slot 47 of player with black glass pane named " " to do nothing
  61. make gui slot 48 of player with black glass pane named " " to do nothing
  62. make gui slot 49 of player with arrow named "&cBack " with lore "&cClick to go back" to run:
  63. execute player command "shop"
  64. make gui slot 50 of player with black glass pane named " " to do nothing
  65. make gui slot 51 of player with black glass pane named " " to do nothing
  66. make gui slot 52 of player with black glass pane named " " to do nothing
  67. make gui slot 53 of player with black glass pane named " " to do nothing
  68. make gui slot 26 of player with black glass pane named " " to do nothing
  69. make gui slot 35 of player with black glass pane named " " to do nothing
  70. make gui slot 44 of player with black glass pane named " " to do nothing
  71. make gui slot 10 of player with grass named "&7Grass" with lore "&a$100$ for 16" to run:
  72. if player's balance is greater than or equal to 100:
  73. remove 100 from player's balance
  74. give player 16 grass
  75. send "&aBought 16 Grass for 100$"
  76. else:
  77. send "&c&oYou Do Not Have Enough Money"
  78. make gui slot 11 of player with stone named "&7Stone" with lore "&a$100$ for 16" to run:
  79. if player's balance is greater than or equal to 100:
  80. remove 100 from player's balance
  81. give player 16 stone
  82. send "&aBought 16 Stone for 100$"
  83. else:
  84. send "&c&oYou Do Not Have Enough Money"
  85. make gui slot 12 of player with stone brick named "&7Stone Brick" with lore "&a$100$ for 16" to run:
  86. if player's balance is greater than or equal to 100:
  87. remove 100 from player's balance
  88. give player 16 stone brick
  89. send "&aBought 16 Stone Brick for 100$"
  90. else:
  91. send "&c&oYou Do Not Have Enough Money"
  92. make gui slot 13 of player with granite named "&7Granite" with lore "&a$150$ for 16" to run:
  93. if player's balance is greater than or equal to 100:
  94. remove 150 from player's balance
  95. give player 16 granite
  96. send "&aBought 16 Granite for 100$"
  97. else:
  98. send "&c&oYou Do Not Have Enough Money"
  99. make gui slot 14 of player with andesite named "&7Andesite" with lore "&a$100$ for 16" to run:
  100. if player's balance is greater than or equal to 100:
  101. remove 100 from player's balance
  102. give player 16 andesite
  103. send "&aBought 16 Andesite for 100$"
  104. else:
  105. send "&c&oYou Do Not Have Enough Money"
  106. make gui slot 15 of player with oak log named "&7Oak Log" with lore "&a$100$ for 16" to run:
  107. if player's balance is greater than or equal to 100:
  108. remove 100 from player's balance
  109. give player 16 oak log
  110. send "&aBought 16 Oak Log for 100$"
  111. else:
  112. send "&c&oYou Do Not Have Enough Money"
  113. make gui slot 16 of player with spruce log named "&7Spruce Log" with lore "&a$100$ for 16" to run:
  114. if player's balance is greater than or equal to 100:
  115. remove 100 from player's balance
  116. give player 16 spruce log
  117. send "&aBought 16 Spruce Log for 100$"
  118. else:
  119. send "&c&oYou Do Not Have Enough Money"
  120. make gui slot 19 of player with birch log named "&7Birch Log" with lore "&a$100$ for 16" to run:
  121. if player's balance is greater than or equal to 100:
  122. remove 100 from player's balance
  123. give player 16 birch log
  124. send "&aBought 16 Birch Log for 100$"
  125. else:
  126. send "&c&oYou Do Not Have Enough Money"
  127. make gui slot 20 of player with dark oak log named "&7Dark Oak Log" with lore "&a$100$ for 16" to run:
  128. if player's balance is greater than or equal to 100:
  129. remove 100 from player's balance
  130. give player 16 dark oak log
  131. send "&aBought 16 Dark Oak Log for 100$"
  132. else:
  133. send "&c&oYou Do Not Have Enough Money"
  134. make gui slot 21 of player with quartz block named "&7Quartz Block" with lore "&a$100$ for 16" to run:
  135. if player's balance is greater than or equal to 100:
  136. remove 100 from player's balance
  137. give player 16 quartz block
  138. send "&aBought 16 Quartz Block for 100$"
  139. else:
  140. send "&c&oYou Do Not Have Enough Money"
  141. make gui slot 22 of player with cobble_stone block named "&7Cobblestone" with lore "&a$100$ for 16" to run:
  142. if player's balance is greater than or equal to 100:
  143. remove 100 from player's balance
  144. give player 16 cobble_stone
  145. send "&aBought 16 Cobble Stone for 100$"
  146. else:
  147. send "&cYou Do Not Have Enough Money"
  148. make gui slot 23 of player with netherrack block named "&7Netherrack" with lore "&a$250$ for 16" to run:
  149. if player's balance is greater than or equal to 250:
  150. remove 250 from player's balance
  151. give player 16 netherrack
  152. send "&aBought 16 Netherrack for 250$"
  153. else:
  154. send "&c&oYou Do Not Have Enough Money"
  155. make gui slot 24 of player with sand block named "&7Sand" with lore "&a$150$ for 16" to run:
  156. if player's balance is greater than or equal to 150:
  157. remove 150 from player's balance
  158. give player 16 sand
  159. send "&aBought 16 Sand for 150$"
  160. else:
  161. send "&c&oYou Do Not Have Enough Money"
  162. make gui slot 25 of player with ice block named "&7Ice" with lore "&a$500$ for 16" to run:
  163. if player's balance is greater than or equal to 500:
  164. remove 500 from player's balance
  165. give player 16 ice
  166. send "&aBought 16 Ice for 500$"
  167. else:
  168. send "&c&oYou Do Not Have Enough Money"
  169. make gui slot 28 of player with packed_ice block named "&7Packed Ice" with lore "&a$750$ for 16" to run:
  170. if player's balance is greater than or equal to 750:
  171. remove 750 from player's balance
  172. give player 16 packed_ice
  173. send "&aBought 16 Packed Ice for 750$"
  174. else:
  175. send "&c&oYou Do Not Have Enough Money"
  176. make gui slot 29 of player with soul_sand named "&7Soul Sand" with lore "&a$650$ for 16" to run:
  177. if player's balance is greater than or equal to 650:
  178. remove 650 from player's balance
  179. give player 16 soul_sand
  180. send "&aBought 16 Soul Sand for 650$"
  181. else:
  182. send "&c&oYou Do Not Have Enough Money"
  183. make gui slot 30 of player with plain_glass_block named "&7Glass" with lore "&a$650$ for 16" to run:
  184. if player's balance is greater than or equal to 650:
  185. remove 650 from player's balance
  186. give player 16 plain_glass_block
  187. send "&aBought 16 Glass for 650$"
  188. else:
  189. send "&c&oYou Do Not Have Enough Money"
  190. make gui slot 31 of player with oak_fence named "&7Fence" with lore "&a$250$ for 16" to run:
  191. if player's balance is greater than or equal to 250:
  192. remove 250 from player's balance
  193. give player 16 oak_fence
  194. send "&aBought 16 Fences for 250$"
  195. else:
  196. send "&c&oYou Do Not Have Enough Money"
  197. make gui slot 32 of player with slime_block named "&7Slime Block" with lore "&a$500$ for 16" to run:
  198. if player's balance is greater than or equal to 500:
  199. remove 500 from player's balance
  200. give player 16 slime_block
  201. send "&aBought 16 Slime Block for 500$"
  202. else:
  203. send "&c&oYou Do Not Have Enough Money"
  204. make gui slot 43 of player with string named "&7String" with lore "&a$2500$ for 4" to run:
  205. if player's balance is greater than or equal to 2500:
  206. remove 2500 from player's balance
  207. give player 4 string
  208. send "&aBought 4 Sting for 2500$"
  209. else:
  210. send "&c&oYou Do Not Have Enough Money"
  211. make gui slot 14 of player with diamond pickaxe named "&7Tools" to run:
  212. open virtual chest inventory with size 6 named "&7Tools" to player
  213. make gui slot 0 of player with black glass pane named " " to do nothing
  214. make gui slot 1 of player with black glass pane named " " to do nothing
  215. make gui slot 2 of player with black glass pane named " " to do nothing
  216. make gui slot 3 of player with black glass pane named " " to do nothing
  217. make gui slot 4 of player with black glass pane named " " to do nothing
  218. make gui slot 5 of player with black glass pane named " " to do nothing
  219. make gui slot 6 of player with black glass pane named " " to do nothing
  220. make gui slot 7 of player with black glass pane named " " to do nothing
  221. make gui slot 8 of player with black glass pane named " " to do nothing
  222. make gui slot 9 of player with black glass pane named " " to do nothing
  223. make gui slot 17 of player with black glass pane named " " to do nothing
  224. make gui slot 18 of player with black glass pane named " " to do nothing
  225. make gui slot 27 of player with black glass pane named " " to do nothing
  226. make gui slot 36 of player with black glass pane named " " to do nothing
  227. make gui slot 45 of player with black glass pane named " " to do nothing
  228. make gui slot 46 of player with black glass pane named " " to do nothing
  229. make gui slot 47 of player with black glass pane named " " to do nothing
  230. make gui slot 48 of player with black glass pane named " " to do nothing
  231. make gui slot 49 of player with arrow named "&cBack " with lore "&cClick to go back" to run:
  232. execute player command "shop"
  233. make gui slot 50 of player with black glass pane named " " to do nothing
  234. make gui slot 51 of player with black glass pane named " " to do nothing
  235. make gui slot 52 of player with black glass pane named " " to do nothing
  236. make gui slot 53 of player with black glass pane named " " to do nothing
  237. make gui slot 26 of player with black glass pane named " " to do nothing
  238. make gui slot 35 of player with black glass pane named " " to do nothing
  239. make gui slot 44 of player with black glass pane named " " to do nothing
  240. make gui slot 10 of player with diamond pickaxe named "&7Diamond Pickaxe" with lore "&a$500$ for 1" to run:
  241. if player's balance is greater than or equal to 500:
  242. remove 500 from player's balance
  243. give player 1 diamond pickaxe
  244. send "&aBought 1 Diamond Pickaxe for 500$"
  245. else:
  246. send "&c&oYou Do Not Have Enough Money"
  247. make gui slot 11 of player with diamond shovel named "&7Diamond Shovel" with lore "&a$500$ for 1" to run:
  248. if player's balance is greater than or equal to 500:
  249. remove 500 from player's balance
  250. give player 1 diamond shovel
  251. send "&aBought 1 Diamond Pickaxe for 500$"
  252. else:
  253. send "&c&oYou Do Not Have Enough Money"
  254. make gui slot 12 of player with diamond hoe named "&7Diamond Hoe" with lore "&a$750 for 1" to run:
  255. if player's balance is greater than or equal to 750:
  256. remove 750 from player's balance
  257. give player 1 diamond hoe
  258. send "&aBought 1 Diamond Hoe for 750$"
  259. else:
  260. send "&c&oYou Do Not Have Enough Money"
  261. make gui slot 20 of player with cactus named "&aFarming" to run:
  262. open virtual chest inventory with size 6 named "&8Farming" to player
  263. make gui slot 0 of player with black glass pane named " " to do nothing
  264. make gui slot 1 of player with black glass pane named " " to do nothing
  265. make gui slot 2 of player with black glass pane named " " to do nothing
  266. make gui slot 3 of player with black glass pane named " " to do nothing
  267. make gui slot 4 of player with black glass pane named " " to do nothing
  268. make gui slot 5 of player with black glass pane named " " to do nothing
  269. make gui slot 6 of player with black glass pane named " " to do nothing
  270. make gui slot 7 of player with black glass pane named " " to do nothing
  271. make gui slot 8 of player with black glass pane named " " to do nothing
  272. make gui slot 9 of player with black glass pane named " " to do nothing
  273. make gui slot 17 of player with black glass pane named " " to do nothing
  274. make gui slot 18 of player with black glass pane named " " to do nothing
  275. make gui slot 27 of player with black glass pane named " " to do nothing
  276. make gui slot 36 of player with black glass pane named " " to do nothing
  277. make gui slot 45 of player with black glass pane named " " to do nothing
  278. make gui slot 46 of player with black glass pane named " " to do nothing
  279. make gui slot 47 of player with black glass pane named " " to do nothing
  280. make gui slot 48 of player with black glass pane named " " to do nothing
  281. make gui slot 49 of player with arrow named "&cBack " with lore "&cClick to go back" to run:
  282. execute player command "shop"
  283. make gui slot 50 of player with black glass pane named " " to do nothing
  284. make gui slot 51 of player with black glass pane named " " to do nothing
  285. make gui slot 52 of player with black glass pane named " " to do nothing
  286. make gui slot 53 of player with black glass pane named " " to do nothing
  287. make gui slot 26 of player with black glass pane named " " to do nothing
  288. make gui slot 35 of player with black glass pane named " " to do nothing
  289. make gui slot 44 of player with black glass pane named " " to do nothing
  290. make gui slot 10 of player with seeds named "&7Seeds" with lore "&a$100$ for 16" to run:
  291. if player's balance is greater than or equal to 100:
  292. remove 100 from player's balance
  293. give player 16 seeds
  294. send "&aBought 16 Seeds for 100$"
  295. else:
  296. send "&c&oYou Do Not Have Enough Money"
  297. make gui slot 11 of player with sugar_cane_item named "&7Sugercanes" with lore "&a$1500$ for 8" to run:
  298. if player's balance is greater than or equal to 500:
  299. remove 500 from player's balance
  300. give player 8 sugar_cane_item
  301. send "&aBought 8 Sugarcanes for 500$"
  302. else:
  303. send "&c&oYou Do Not Have Enough Money"
  304. make gui slot 12 of player with cactus named "&7Cactus" with lore "&a$2500$ for 8" to run:
  305. if player's balance is greater than or equal to 1000:
  306. remove 1000 from player's balance
  307. give player 8 cactus
  308. send "&aBought 8 Cactus for 1000$"
  309. else:
  310. send "&c&oYou Do Not Have Enough Money"
  311. make gui slot 13 of player with pumpkin_seeds named "&7Pumpkin Seeds" with lore "&a$250$ for 8" to run:
  312. if player's balance is greater than or equal to 250:
  313. remove 250 from player's balance
  314. give player 8 pumpkin_seeds
  315. send "&aBought 8 Pumpkin Seeds for $110"
  316. else:
  317. send "&c&oYou Do Not Have Enough Money"
  318. make gui slot 14 of player with nether_wart_item named "&7Nether Wart" with lore "&a$500$ for 8" to run:
  319. if player's balance is greater than or equal to 500:
  320. remove 500 from player's balance
  321. give player 8 nether_wart_item
  322. send "&aBought 8 Netherwart for $1000"
  323. else:
  324. send "&c&oYou Do Not Have Enough Money"
  325. make gui slot 22 of player with redstone named "&cRedstone" to run:
  326. open virtual chest inventory with size 6 named "&cRedstone" to player
  327. make gui slot 0 of player with black glass pane named " " to do nothing
  328. make gui slot 1 of player with black glass pane named " " to do nothing
  329. make gui slot 2 of player with black glass pane named " " to do nothing
  330. make gui slot 3 of player with black glass pane named " " to do nothing
  331. make gui slot 4 of player with black glass pane named " " to do nothing
  332. make gui slot 5 of player with black glass pane named " " to do nothing
  333. make gui slot 6 of player with black glass pane named " " to do nothing
  334. make gui slot 7 of player with black glass pane named " " to do nothing
  335. make gui slot 8 of player with black glass pane named " " to do nothing
  336. make gui slot 9 of player with black glass pane named " " to do nothing
  337. make gui slot 17 of player with black glass pane named " " to do nothing
  338. make gui slot 18 of player with black glass pane named " " to do nothing
  339. make gui slot 27 of player with black glass pane named " " to do nothing
  340. make gui slot 36 of player with black glass pane named " " to do nothing
  341. make gui slot 45 of player with black glass pane named " " to do nothing
  342. make gui slot 46 of player with black glass pane named " " to do nothing
  343. make gui slot 47 of player with black glass pane named " " to do nothing
  344. make gui slot 48 of player with black glass pane named " " to do nothing
  345. make gui slot 49 of player with arrow named "&cBack " with lore "&cClick to go back" to run:
  346. execute player command "shop"
  347. make gui slot 50 of player with black glass pane named " " to do nothing
  348. make gui slot 51 of player with black glass pane named " " to do nothing
  349. make gui slot 52 of player with black glass pane named " " to do nothing
  350. make gui slot 53 of player with black glass pane named " " to do nothing
  351. make gui slot 26 of player with black glass pane named " " to do nothing
  352. make gui slot 35 of player with black glass pane named " " to do nothing
  353. make gui slot 44 of player with black glass pane named " " to do nothing
  354. make gui slot 10 of player with redstone named "&7Redstone" with lore "&a$250$ for 16" to run:
  355. if player's balance is greater than or equal to 250:
  356. remove 250 from player's balance
  357. give player 16 redstone
  358. send "&aBought 16 Redstone for 250$"
  359. else:
  360. send "&c&oYou do not have enough money!"
  361. make gui slot 11 of player with redstone_repeater_item named "&7Redstone Repeater" with lore "&a$500$ for 8" to run:
  362. if player's balance is greater than or equal to 500:
  363. remove 500 from player's balance
  364. give player 8 redstone_repeater_item
  365. send "&aBought 8 Redstone Repeaters for 500$"
  366. else:
  367. send "&c&oYou do not have enough money!"
  368. make gui slot 12 of player with hopper named "&7Hopper" with lore "&a$4000 for 1" to run:
  369. if player's balance is greater than or equal to 4000:
  370. remove 4000 from player's balance
  371. give player 1 hopper
  372. send "&aBought 1 Hopper for 4000$"
  373. else:
  374. send "&c&oYou do not have enough money!"
  375. make gui slot 13 of player with piston_base named "&7Piston" with lore "&a$1500 for 8" to run:
  376. if player's balance is greater than or equal to 1500:
  377. remove 1500 from player's balance
  378. give player 8 piston_base
  379. send "&aBought 8 Piston(s) for 1500$"
  380. else:
  381. send "&c&oYou do not have enough money!"
  382. make gui slot 14 of player with observer named "&7Observer" with lore "&a$2500 for 1" to run:
  383. if player's balance is greater than or equal to 2500:
  384. remove 2500 from player's balance
  385. give player 1 observer
  386. send "&aBought 1 Observers for 2500$"
  387. else:
  388. send "&c&oYou do not have enough money!"
  389. make gui slot 15 of player with lava_bucket named "&7Lava" with lore "&a$5000 for 1" to run:
  390. if player's balance is greater than or equal to 5000:
  391. remove 5000 from player's balance
  392. give player 1 lava_bucket
  393. send "&aBought 1 Lava Bucket for 5000$"
  394. else:
  395. send "&c&oYou do not have enough money!"
  396. make gui slot 16 of player with redstone_comparator_item named "&7Redstone Comparator" with lore "&a$5000 for 16" to run:
  397. if player's balance is greater than or equal to 5000:
  398. remove 5000 from player's balance
  399. give player 16 redstone_comparator_item
  400. send "&aBought 16 Redstone Comparator for 5000$"
  401. else:
  402. send "&c&oYou do not have enough money!"
  403. make gui slot 19 of player with dropper named "&7Dropper" with lore "&a$5000 for 16" to run:
  404. if player's balance is greater than or equal to 5000:
  405. remove 5000 from player's balance
  406. give player 16 dropper
  407. send "&aBought 16 Droppers for 5000$"
  408. else:
  409. send "&c&oYou do not have enough money!"
  410. make gui slot 20 of player with trapped_chest named "&7Trapped Chest" with lore "&a$3500 for 8" to run:
  411. if player's balance is greater than or equal to 3500:
  412. remove 5000 from player's balance
  413. give player 8 trapped_chest
  414. send "&aBought 8 Trapped Chest for 3500$"
  415. else:
  416. send "&c&oYou do not have enough money!"
  417. make gui slot 24 of player with diamond named "&bOres" to run:
  418. open virtual chest inventory with size 6 named "&bOres" to player
  419. make gui slot 0 of player with black glass pane named " " to do nothing
  420. make gui slot 1 of player with black glass pane named " " to do nothing
  421. make gui slot 2 of player with black glass pane named " " to do nothing
  422. make gui slot 3 of player with black glass pane named " " to do nothing
  423. make gui slot 4 of player with black glass pane named " " to do nothing
  424. make gui slot 5 of player with black glass pane named " " to do nothing
  425. make gui slot 6 of player with black glass pane named " " to do nothing
  426. make gui slot 7 of player with black glass pane named " " to do nothing
  427. make gui slot 8 of player with black glass pane named " " to do nothing
  428. make gui slot 9 of player with black glass pane named " " to do nothing
  429. make gui slot 17 of player with black glass pane named " " to do nothing
  430. make gui slot 18 of player with black glass pane named " " to do nothing
  431. make gui slot 27 of player with black glass pane named " " to do nothing
  432. make gui slot 36 of player with black glass pane named " " to do nothing
  433. make gui slot 45 of player with black glass pane named " " to do nothing
  434. make gui slot 46 of player with black glass pane named " " to do nothing
  435. make gui slot 47 of player with black glass pane named " " to do nothing
  436. make gui slot 48 of player with black glass pane named " " to do nothing
  437. make gui slot 49 of player with arrow named "&cBack " with lore "&cClick to go back" to run:
  438. execute player command "shop"
  439. make gui slot 50 of player with black glass pane named " " to do nothing
  440. make gui slot 51 of player with black glass pane named " " to do nothing
  441. make gui slot 52 of player with black glass pane named " " to do nothing
  442. make gui slot 53 of player with black glass pane named " " to do nothing
  443. make gui slot 26 of player with black glass pane named " " to do nothing
  444. make gui slot 35 of player with black glass pane named " " to do nothing
  445. make gui slot 44 of player with black glass pane named " " to do nothing
  446. make gui slot 10 of player with coal named "&7Coal" with lore "&a$750 for 16" to run:
  447. if player's balance is greater than or equal to 750:
  448. remove 750 from player's balance
  449. give player 16 coal
  450. send "&aBought 16 Coal for 750$"
  451. else:
  452. send "&c&oYou do not have enough money!"
  453. make gui slot 11 of player with iron_ingot named "&7Iron" with lore "&a$5500 for 16" to run:
  454. if player's balance is greater than or equal to 1500:
  455. remove 1500 from player's balance
  456. give player 16 iron_ingot
  457. send "&aBought 16 Iron for 1500$"
  458. else:
  459. send "&c&oYou do not have enough money!"
  460. make gui slot 12 of player with gold_ingot named "&7Gold" with lore "&a$2500 for 16" to run:
  461. if player's balance is greater than or equal to 3000:
  462. remove 3000 from player's balance
  463. give player 16 gold_ingot
  464. send "&aBought 16 Gold for 3000$"
  465. else:
  466. send "&c&oYou do not have enough money!"
  467. make gui slot 13 of player with diamond named "&7Diamond" with lore "&a$7500 for 16" to run:
  468. if player's balance is greater than or equal to 7500:
  469. remove 7500 from player's balance
  470. give player 16 diamond
  471. send "&aBought 16 Diamond for 1250$"
  472. else:
  473. send "&c&oYou do not have enough money!"
  474. make gui slot 14 of player with lapis named "&7Lapis" with lore "&a$500 for 16" to run:
  475. if player's balance is greater than or equal to 500:
  476. remove 500 from player's balance
  477. give player 16 lapis
  478. send "&aBought 16 Lapis for 1200$"
  479. else:
  480. send "&c&oYou do not have enough money!"
  481. make gui slot 19 of player with coal_block named "&7Coal Block" with lore "&a$12000 for 16" to run:
  482. if player's balance is greater than or equal to 12000:
  483. remove 12000 from player's balance
  484. give player 16 coal_block
  485. send "&aBought 16 Coal Blocks for 12000$"
  486. else:
  487. send "&c&oYou do not have enough money!"
  488. make gui slot 20 of player with iron_block named "&7Iron Block" with lore "&a$70000 for 16" to run:
  489. if player's balance is greater than or equal to 70000:
  490. remove 70000 from player's balance
  491. give player 16 iron_block
  492. send "&aBought 16 Iron Blocks for 70000$"
  493. else:
  494. send "&c&oYou do not have enough money!"
  495. make gui slot 21 of player with gold_block named "&7Gold Block" with lore "&a$30000 for 16" to run:
  496. if player's balance is greater than or equal to 30000:
  497. remove 30000 from player's balance
  498. give player 16 gold_block
  499. send "&aBought 16 Gold Blocks for 30000$"
  500. else:
  501. send "&c&oYou do not have enough money!"
  502. make gui slot 22 of player with diamond_block named "&7Diamond Block" with lore "&a$75000 for 16" to run:
  503. if player's balance is greater than or equal to 75000:
  504. remove 75000 from player's balance
  505. give player 16 diamond_block
  506. send "&aBought 16 Diamond Blocks for 20000$"
  507. else:
  508. send "&c&oYou do not have enough money!"
  509. make gui slot 23 of player with lapis_block named "&7Lapis Block" with lore "&a$6000 for 16" to run:
  510. if player's balance is greater than or equal to 6000:
  511. remove 6000 from player's balance
  512. give player 16 lapis_block
  513. send "&aBought 16 Lapis Blocks for 6000$"
  514. else:
  515. send "&c&oYou do not have enough money!"
  516. make gui slot 30 of player with crafting_table named "&bPermissions" to run:
  517. send "&7&oComing soon!"
  518. make gui slot 32 of player with mob_spawner named "&7Spawners" to run:
  519. open virtual chest inventory with size 3 named "&7Spawners" to player
  520. make gui slot 0 of player with black glass pane named " " to do nothing
  521. make gui slot 1 of player with black glass pane named " " to do nothing
  522. make gui slot 2 of player with black glass pane named " " to do nothing
  523. make gui slot 3 of player with black glass pane named " " to do nothing
  524. make gui slot 4 of player with black glass pane named " " to do nothing
  525. make gui slot 5 of player with black glass pane named " " to do nothing
  526. make gui slot 6 of player with black glass pane named " " to do nothing
  527. make gui slot 7 of player with black glass pane named " " to do nothing
  528. make gui slot 8 of player with black glass pane named " " to do nothing
  529. make gui slot 9 of player with black glass pane named " " to do nothing
  530. make gui slot 17 of player with black glass pane named " " to do nothing
  531. make gui slot 18 of player with black glass pane named " " to do nothing
  532. make gui slot 19 of player with black glass pane named " " to do nothing
  533. make gui slot 20 of player with black glass pane named " " to do nothing
  534. make gui slot 21 of player with black glass pane named " " to do nothing
  535. make gui slot 23 of player with black glass pane named " " to do nothing
  536. make gui slot 24 of player with black glass pane named " " to do nothing
  537. make gui slot 25 of player with black glass pane named " " to do nothing
  538. make gui slot 26 of player with black glass pane named " " to do nothing
  539. make gui slot 10 of player with mob_spawner named "&7Pig Spawner" with lore "&a$175,000 for 1" to run:
  540. if player's balance is greater than or equal to 175000:
  541. remove 175000 from player's balance
  542. execute console command "ss give %player% pig 1"
  543. send "&aBought 1 Pig Spawner for 175000$"
  544. else:
  545. send "&c&oYou do not have enough money!"
  546. make gui slot 11 of player with mob_spawner named "&7Skeleton Spawner" with lore "&a$350,000 for 1" to run:
  547. if player's balance is greater than or equal to 350000:
  548. remove 350000 from player's balance
  549. execute console command "ss give %player% skeleton 1"
  550. send "&aBought 1 Skeleton Spawner for 350000$"
  551. else:
  552. send "&c&oYou do not have enough money!"
  553. make gui slot 12 of player with mob_spawner named "&7Zombie Spawner" with lore "&a$350,000 for 1" to run:
  554. if player's balance is greater than or equal to 350000:
  555. remove 350000 from player's balance
  556. execute console command "ss give %player% zombie 1"
  557. send "&aBought 1 Zombie Spawner for 350000$"
  558. else:
  559. send "&c&oYou do not have enough money!"
  560. make gui slot 13 of player with mob_spawner named "&7Cow Spawner" with lore "&a$500,000 for 1" to run:
  561. if player's balance is greater than or equal to 500000:
  562. remove 500000 from player's balance
  563. execute console command "ss give %player% cow 1"
  564. send "&aBought 1 Cow Spawner for 500000$"
  565. else:
  566. send "&c&oYou do not have enough money!"
  567. make gui slot 14 of player with mob_spawner named "&7Spider Spawner" with lore "&a$1,000,000 for 1" to run:
  568. if player's balance is greater than or equal to 1000000:
  569. remove 1000000 from player's balance
  570. execute console command "ss give %player% spider 1"
  571. send "&aBought 1 Spider Spawner for 1000000$"
  572. else:
  573. send "&c&oYou do not have enough money!"
  574. make gui slot 15 of player with mob_spawner named "&7Iron Golem Spawner" with lore "&a$10,000,000 for 1" to run:
  575. if player's balance is greater than or equal to 100000000:
  576. remove 10000000 from player's balance
  577. execute console command "ss give %player% irongolem 1"
  578. send "&aBought 1 Iron Golem Spawner for $10000000"
  579. else:
  580. send "&c&oYou do not have enough money!"
  581. make gui slot 22 of player with arrow named "&cBack " with lore "&cClick to go back" to run:
  582. execute player command "shop"
  583. make gui slot 40 of player with paper named "&dSuffixes" to run:
  584. open virtual chest inventory with size 6 named "&dSuffixes" to player
  585. make gui slot 0 of player with black glass pane named " " to do nothing
  586. make gui slot 1 of player with black glass pane named " " to do nothing
  587. make gui slot 2 of player with black glass pane named " " to do nothing
  588. make gui slot 3 of player with black glass pane named " " to do nothing
  589. make gui slot 4 of player with black glass pane named " " to do nothing
  590. make gui slot 5 of player with black glass pane named " " to do nothing
  591. make gui slot 6 of player with black glass pane named " " to do nothing
  592. make gui slot 7 of player with black glass pane named " " to do nothing
  593. make gui slot 8 of player with black glass pane named " " to do nothing
  594. make gui slot 9 of player with black glass pane named " " to do nothing
  595. make gui slot 17 of player with black glass pane named " " to do nothing
  596. make gui slot 18 of player with black glass pane named " " to do nothing
  597. make gui slot 27 of player with black glass pane named " " to do nothing
  598. make gui slot 36 of player with black glass pane named " " to do nothing
  599. make gui slot 45 of player with black glass pane named " " to do nothing
  600. make gui slot 46 of player with black glass pane named " " to do nothing
  601. make gui slot 47 of player with black glass pane named " " to do nothing
  602. make gui slot 48 of player with black glass pane named " " to do nothing
  603. make gui slot 49 of player with arrow named "&cBack " with lore "&cClick to go back" to run:
  604. execute player command "shop"
  605. make gui slot 50 of player with black glass pane named " " to do nothing
  606. make gui slot 51 of player with black glass pane named " " to do nothing
  607. make gui slot 52 of player with black glass pane named " " to do nothing
  608. make gui slot 53 of player with black glass pane named " " to do nothing
  609. make gui slot 26 of player with black glass pane named " " to do nothing
  610. make gui slot 35 of player with black glass pane named " " to do nothing
  611. make gui slot 44 of player with black glass pane named " " to do nothing
  612. make gui slot 12 of player with paper named "&8[&6Rich&8]" with lore "&a$1,000,000 for 1" to run:
  613. if player's balance is greater than or equal to 1000000:
  614. remove 1000000 from player's balance
  615. execute console command "pex user %player% add ""rich"""
  616. send "&aBought 1 Suffix Enable in /tags"
  617. else:
  618. send "&c&oYou Do Not Have Enough Money"
  619. make gui slot 10 of player with paper named "&8[&7Poor&8]" with lore "&a$20,000 for 1" to run:
  620. if player's balance is greater than or equal to 20000:
  621. remove 20000 from player's balance
  622. execute console command "pex user %player% add ""poor"""
  623. send "&aBought 1 Suffix Enable in /tags"
  624. else:
  625. send "&c&oYou Do Not Have Enough Money"
  626. make gui slot 11 of player with paper named "&8[&aBored&8]" with lore "&a$250,000 for 1" to run:
  627. if player's balance is greater than or equal to 250000:
  628. remove 250000 from player's balance
  629. execute console command "pex user %player% add ""bored"""
  630. send "&aBought 1 Suffix Enable in /tags"
  631. else:
  632. send "&c&oYou Do Not Have Enough Money"
  633. make gui slot 13 of player with paper named "&8[&cGod Farmer&8]" with lore "&a$1,500,000 for 1" to run:
  634. if player's balance is greater than or equal to 1500000:
  635. remove 1500000 from player's balance
  636. execute console command "pex user %player% add ""farmer"""
  637. send "&aBought 1 Suffix Enable in /tags"
  638. else:
  639. send "&c&oYou Do Not Have Enough Money"
  640. make gui slot 14 of player with paper named "&8[&9The Claimer&8]" with lore "&a$2,000,000 for 1" to run:
  641. if player's balance is greater than or equal to 2000000:
  642. remove 2000000 from player's balance
  643. execute console command "pex user %player% add ""claimer"""
  644. send "&aBought 1 Suffix Enable in /tags"
  645. else:
  646. send "&c&oYou Do Not Have Enough Money"
  647. make gui slot 15 of player with paper named "&8[&eCrazy&8]" with lore "&a$9,999,999 for 1" to run:
  648. if player's balance is greater than or equal to 9999999:
  649. remove 9999999 from player's balance
  650. execute console command "pex user %player% add ""crazy"""
  651. send "&aBought 1 Suffix Enable in /tags"
  652. else:
  653. send "&c&oYou Do Not Have Enough Money"
  654. make gui slot 16 of player with paper named "&8[&c???&8]" with lore "&a$20,000,000 for 1" to run:
  655. if player's balance is greater than or equal to 20000000:
  656. remove 20000000 from player's balance
  657. execute console command "pex user %player% add ""heart"""
  658. send "&aBought 1 Suffix Enable in /tags"
  659. else:
  660. send "&c&oYou Do Not Have Enough Money"
  661. make gui slot 10 of player with paper named "&8[&7Poor&8]" with lore "&a$20,000 for 1" to run:
  662. if player's balance is greater than or equal to 20000:
  663. remove 20000 from player's balance
  664. execute console command "pex user %player% suffix ""&8 [&7Poor&8]"""
  665. send "&aBought 1 Suffix Enable in /tags"
  666. else:
  667. send "&c&oYou Do Not Have Enough Money"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement