Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.69 KB | None | 0 0
  1. command /stonebuy:
  2. trigger:
  3. if player's balance is between 0 and 95:
  4. send "&c OG-Games &f» &fYou don't have enough money!" to player
  5. else:
  6. make console execute command "/eco take %player% 95"
  7. make console execute command "/give %player% stone 16"
  8. send "&c OG-Games &f» &fSuccessfully bought!" to player
  9. stop
  10. command /cobblestonebuy:
  11. trigger:
  12. if player's balance is between 0 and 47:
  13. send "&c OG-Games &f» &fYou don't have enough money!" to player
  14. else:
  15. make console execute command "/eco take %player% 48"
  16. make console execute command "/give %player% cobblestone 16"
  17. send "&c OG-Games &f» &fSuccessfully bought!" to player
  18. stop
  19. command /dirtbuy:
  20. trigger:
  21. if player's balance is between 0 and 31:
  22. send "&c OG-Games &f» &fYou don't have enough money!" to player
  23. else:
  24. make console execute command "/eco take %player% 32"
  25. make console execute command "/give %player% dirt 16"
  26. send "&c OG-Games &f» &fSuccessfully bought!" to player
  27. stop
  28. command /myceliumbuy:
  29. trigger:
  30. if player's balance is between 0 and 63:
  31. send "&c OG-Games &f» &fYou don't have enough money!" to player
  32. else:
  33. make console execute command "/eco take %player% "
  34. make console execute command "/give %player% mycelium 16"
  35. send "&c OG-Games &f» &fSuccessfully bought!" to player
  36. stop
  37. command /sandbuy:
  38. trigger:
  39. if player's balance is between 0 and 79:
  40. send "&c OG-Games &f» &fYou don't have enough money!" to player
  41. else:
  42. make console execute command "/eco take %player% "
  43. make console execute command "/give %player% sand 16"
  44. send "&c OG-Games &f» &fSuccessfully bought!" to player
  45. stop
  46. command /soulsandbuy:
  47. trigger:
  48. if player's balance is between 0 and 127:
  49. send "&c OG-Games &f» &fYou don't have enough money!" to player
  50. else:
  51. make console execute command "/eco take %player% "
  52. make console execute command "/give %player% soulsand 16"
  53. send "&c OG-Games &f» &fSuccessfully bought!" to player
  54. stop
  55. command /gravelbuy:
  56. trigger:
  57. if player's balance is between 0 and 111:
  58. send "&c OG-Games &f» &fYou don't have enough money!" to player
  59. else:
  60. make console execute command "/eco take %player% "
  61. make console execute command "/give %player% gravel 16"
  62. send "&c OG-Games &f» &fSuccessfully bought!" to player
  63. stop
  64. command /oaklogbuy:
  65. trigger:
  66. if player's balance is between 0 and 31:
  67. send "&c OG-Games &f» &fYou don't have enough money!" to player
  68. else:
  69. make console execute command "/eco take %player% "
  70. make console execute command "/give %player% oak 16"
  71. send "&c OG-Games &f» &fSuccessfully bought!" to player
  72. stop
  73. command /sprucelogbuy:
  74. trigger:
  75. if player's balance is between 0 and 47:
  76. send "&c OG-Games &f» &fYou don't have enough money!" to player
  77. else:
  78. make console execute command "/eco take %player% "
  79. make console execute command "/give %player% spurce 16"
  80. send "&c OG-Games &f» &fSuccessfully bought!" to player
  81. stop
  82. command /birchlogbuy:
  83. trigger:
  84. if player's balance is between 0 and 79:
  85. send "&c OG-Games &f» &fYou don't have enough money!" to player
  86. else:
  87. make console execute command "/eco take %player% "
  88. make console execute command "/give %player% birch 16"
  89. send "&c OG-Games &f» &fSuccessfully bought!" to player
  90. stop
  91. command /junglelogbuy:
  92. trigger:
  93. if player's balance is between 0 and 63:
  94. send "&c OG-Games &f» &fYou don't have enough money!" to player
  95. else:
  96. make console execute command "/eco take %player% "
  97. make console execute command "/give %player% jungle 16"
  98. send "&c OG-Games &f» &fSuccessfully bought!" to player
  99. stop
  100. command /acacialogbuy:
  101. trigger:
  102. if player's balance is between 0 and 97:
  103. send "&c OG-Games &f» &fYou don't have enough money!" to player
  104. else:
  105. make console execute command "/eco take %player% "
  106. make console execute command "/give %player% acacia 16"
  107. send "&c OG-Games &f» &fSuccessfully bought!" to player
  108. stop
  109. command /darkoaklogbuy:
  110. trigger:
  111. if player's balance is between 0 and 111:
  112. send "&c OG-Games &f» &fYou don't have enough money!" to player
  113. else:
  114. make console execute command "/eco take %player% "
  115. make console execute command "/give %player% darkoaklog 16"
  116. send "&c OG-Games &f» &fSuccessfully bought!" to player
  117. stop
  118. command /quartzblockbuy:
  119. trigger:
  120. if player's balance is between 0 and 239:
  121. send "&c OG-Games &f» &fYou don't have enough money!" to player
  122. else:
  123. make console execute command "/eco take %player% "
  124. make console execute command "/give %player% quartzblock 16"
  125. send "&c OG-Games &f» &fSuccessfully bought!" to player
  126. stop
  127. command /bricksbuy:
  128. trigger:
  129. if player's balance is between 0 and 207:
  130. send "&c OG-Games &f» &fYou don't have enough money!" to player
  131. else:
  132. make console execute command "/eco take %player% "
  133. make console execute command "/give %player% bricks 16"
  134. send "&c OG-Games &f» &fSuccessfully bought!" to player
  135. stop
  136. command /stonebricksbuy:
  137. trigger:
  138. if player's balance is between 0 and 127:
  139. send "&c OG-Games &f» &fYou don't have enough money!" to player
  140. else:
  141. make console execute command "/eco take %player% "
  142. make console execute command "/give %player% stonebricks 16"
  143. send "&c OG-Games &f» &fSuccessfully bought!" to player
  144. stop
  145. command /bookshelfbuy:
  146. trigger:
  147. if player's balance is between 0 and :
  148. send "&c OG-Games &f» &fYou don't have enough money!" to player
  149. else:
  150. make console execute command "/eco take %player% "
  151. make console execute command "/give %player% bookshelf 16"
  152. send "&c OG-Games &f» &fSuccessfully bought!" to player
  153. stop
  154. command /obisidianbuy:
  155. trigger:
  156. if player's balance is between 0 and 143:
  157. send "&c OG-Games &f» &fYou don't have enough money!" to player
  158. else:
  159. make console execute command "/eco take %player% "
  160. make console execute command "/give %player% obsidian 16"
  161. send "&c OG-Games &f» &fSuccessfully bought!" to player
  162. stop
  163. command /netherbrickbuy:
  164. trigger:
  165. if player's balance is between 0 and 303:
  166. send "&c OG-Games &f» &fYou don't have enough money!" to player
  167. else:
  168. make console execute command "/eco take %player% "
  169. make console execute command "/give %player% netherbrick 16"
  170. send "&c OG-Games &f» &fSuccessfully bought!" to player
  171. stop
  172. command /netherrackbuy:
  173. trigger:
  174. if player's balance is between 0 and 159:
  175. send "&c OG-Games &f» &fYou don't have enough money!" to player
  176. else:
  177. make console execute command "/eco take %player% "
  178. make console execute command "/give %player% netherrack 16"
  179. send "&c OG-Games &f» &fSuccessfully bought!" to player
  180. stop
  181. command /prismarinebuy:
  182. trigger:
  183. if player's balance is between 0 and 159:
  184. send "&c OG-Games &f» &fYou don't have enough money!" to player
  185. else:
  186. make console execute command "/eco take %player% "
  187. make console execute command "/give %player% prismarine 16"
  188. send "&c OG-Games &f» &fSuccessfully bought!" to player
  189. stop
  190. command /prismarinebricksbuy:
  191. trigger:
  192. if player's balance is between 0 and 159:
  193. send "&c OG-Games &f» &fYou don't have enough money!" to player
  194. else:
  195. make console execute command "/eco take %player% "
  196. make console execute command "/give %player% prismarinebricks 16"
  197. send "&c OG-Games &f» &fSuccessfully bought!" to player
  198. stop
  199. command /darkprismarinebuy:
  200. trigger:
  201. if player's balance is between 0 and 159:
  202. send "&c OG-Games &f» &fYou don't have enough money!" to player
  203. else:
  204. make console execute command "/eco take %player% "
  205. make console execute command "/give %player% darkprismarine 16"
  206. send "&c OG-Games &f» &fSuccessfully bought!" to player
  207. stop
  208. command /sealanternbuy:
  209. trigger:
  210. if player's balance is between 0 and 239:
  211. send "&c OG-Games &f» &fYou don't have enough money!" to player
  212. else:
  213. make console execute command "/eco take %player% "
  214. make console execute command "/give %player% sealantern 16"
  215. send "&c OG-Games &f» &fSuccessfully bought!" to player
  216. stop
  217. command /claybuy:
  218. trigger:
  219. if player's balance is between 0 and 191:
  220. send "&c OG-Games &f» &fYou don't have enough money!" to player
  221. else:
  222. make console execute command "/eco take %player% "
  223. make console execute command "/give %player% clay 16"
  224. send "&c OG-Games &f» &fSuccessfully bought!" to player
  225. stop
  226. command /whitestainedclaybuy:
  227. trigger:
  228. if player's balance is between 0 and 191:
  229. send "&c OG-Games &f» &fYou don't have enough money!" to player
  230. else:
  231. make console execute command "/eco take %player% "
  232. make console execute command "/give %player% whitestainedclay 16"
  233. send "&c OG-Games &f» &fSuccessfully bought!" to player
  234. stop
  235. command /orangestainedclaybuy:
  236. trigger:
  237. if player's balance is between 0 and 191:
  238. send "&c OG-Games &f» &fYou don't have enough money!" to player
  239. else:
  240. make console execute command "/eco take %player% "
  241. make console execute command "/give %player% orangestainedclay 16"
  242. send "&c OG-Games &f» &fSuccessfully bought!" to player
  243. stop
  244. command /magentastainedclaybuy:
  245. trigger:
  246. if player's balance is between 0 and 191:
  247. send "&c OG-Games &f» &fYou don't have enough money!" to player
  248. else:
  249. make console execute command "/eco take %player% "
  250. make console execute command "/give %player% magentastainedclay 16"
  251. send "&c OG-Games &f» &fSuccessfully bought!" to player
  252. stop
  253. command /lightbluestainedclaybuy:
  254. trigger:
  255. if player's balance is between 0 and 191:
  256. send "&c OG-Games &f» &fYou don't have enough money!" to player
  257. else:
  258. make console execute command "/eco take %player% "
  259. make console execute command "/give %player% lightbluestainedclay 16"
  260. send "&c OG-Games &f» &fSuccessfully bought!" to player
  261. stop
  262. command /yellowstainedclaybuy:
  263. trigger:
  264. if player's balance is between 0 and 191:
  265. send "&c OG-Games &f» &fYou don't have enough money!" to player
  266. else:
  267. make console execute command "/eco take %player% "
  268. make console execute command "/give %player% yellowstainedclay 16"
  269. send "&c OG-Games &f» &fSuccessfully bought!" to player
  270. stop
  271. command /limestainedclaybuy:
  272. trigger:
  273. if player's balance is between 0 and 191:
  274. send "&c OG-Games &f» &fYou don't have enough money!" to player
  275. else:
  276. make console execute command "/eco take %player% "
  277. make console execute command "/give %player% limestainedclay 16"
  278. send "&c OG-Games &f» &fSuccessfully bought!" to player
  279. stop
  280. command /pinkstainedclaybuy:
  281. trigger:
  282. if player's balance is between 0 and 191:
  283. send "&c OG-Games &f» &fYou don't have enough money!" to player
  284. else:
  285. make console execute command "/eco take %player% "
  286. make console execute command "/give %player% pinkstainedclay 16"
  287. send "&c OG-Games &f» &fSuccessfully bought!" to player
  288. stop
  289. command /graystainedclaybuy:
  290. trigger:
  291. if player's balance is between 0 and 191:
  292. send "&c OG-Games &f» &fYou don't have enough money!" to player
  293. else:
  294. make console execute command "/eco take %player% "
  295. make console execute command "/give %player% graystainedclay 16"
  296. send "&c OG-Games &f» &fSuccessfully bought!" to player
  297. stop
  298. command /lightgraystainedclaybuy:
  299. trigger:
  300. if player's balance is between 0 and 191:
  301. send "&c OG-Games &f» &fYou don't have enough money!" to player
  302. else:
  303. make console execute command "/eco take %player% "
  304. make console execute command "/give %player% lightgraystainedclay 16"
  305. send "&c OG-Games &f» &fSuccessfully bought!" to player
  306. stop
  307. command /cyanstainedclaybuy:
  308. trigger:
  309. if player's balance is between 0 and 191:
  310. send "&c OG-Games &f» &fYou don't have enough money!" to player
  311. else:
  312. make console execute command "/eco take %player% "
  313. make console execute command "/give %player% cyanstainedclay 16"
  314. send "&c OG-Games &f» &fSuccessfully bought!" to player
  315. stop
  316. command /purplestainedclaybuy:
  317. trigger:
  318. if player's balance is between 0 and 191:
  319. send "&c OG-Games &f» &fYou don't have enough money!" to player
  320. else:
  321. make console execute command "/eco take %player% "
  322. make console execute command "/give %player% purplestainedclay 16"
  323. send "&c OG-Games &f» &fSuccessfully bought!" to player
  324. stop
  325. command /bluestainedclaybuy:
  326. trigger:
  327. if player's balance is between 0 and 191:
  328. send "&c OG-Games &f» &fYou don't have enough money!" to player
  329. else:
  330. make console execute command "/eco take %player% "
  331. make console execute command "/give %player% bluestainedclay 16"
  332. send "&c OG-Games &f» &fSuccessfully bought!" to player
  333. stop
  334. command /brownstainedclaybuy:
  335. trigger:
  336. if player's balance is between 0 and 191:
  337. send "&c OG-Games &f» &fYou don't have enough money!" to player
  338. else:
  339. make console execute command "/eco take %player% "
  340. make console execute command "/give %player% brownstainedclay 16"
  341. send "&c OG-Games &f» &fSuccessfully bought!" to player
  342. stop
  343. command /greenstainedclaybuy:
  344. trigger:
  345. if player's balance is between 0 and 191:
  346. send "&c OG-Games &f» &fYou don't have enough money!" to player
  347. else:
  348. make console execute command "/eco take %player% "
  349. make console execute command "/give %player% greenstainedclay 16"
  350. send "&c OG-Games &f» &fSuccessfully bought!" to player
  351. stop
  352. command /redstainedclaybuy:
  353. trigger:
  354. if player's balance is between 0 and 191:
  355. send "&c OG-Games &f» &fYou don't have enough money!" to player
  356. else:
  357. make console execute command "/eco take %player% "
  358. make console execute command "/give %player% redstainedclay 16"
  359. send "&c OG-Games &f» &fSuccessfully bought!" to player
  360. stop
  361. command /blackstainedclaybuy:
  362. trigger:
  363. if player's balance is between 0 and 191:
  364. send "&c OG-Games &f» &fYou don't have enough money!" to player
  365. else:
  366. make console execute command "/eco take %player% "
  367. make console execute command "/give %player% blackstainedclay 16"
  368. send "&c OG-Games &f» &fSuccessfully bought!" to player
  369. stop
  370. command /hardenedstainedclaybuy:
  371. trigger:
  372. if player's balance is between 0 and 191:
  373. send "&c OG-Games &f» &fYou don't have enough money!" to player
  374. else:
  375. make console execute command "/eco take %player% "
  376. make console execute command "/give %player% hardenedstainedclay 16"
  377. send "&c OG-Games &f» &fSuccessfully bought!" to player
  378. stop
  379. command /woolbuy:
  380. trigger:
  381. if player's balance is between 0 and 143:
  382. send "&c OG-Games &f» &fYou don't have enough money!" to player
  383. else:
  384. make console execute command "/eco take %player% "
  385. make console execute command "/give %player% wool 16"
  386. send "&c OG-Games &f» &fSuccessfully bought!" to player
  387. stop
  388. command /orangewoolbuy:
  389. trigger:
  390. if player's balance is between 0 and 143:
  391. send "&c OG-Games &f» &fYou don't have enough money!" to player
  392. else:
  393. make console execute command "/eco take %player% "
  394. make console execute command "/give %player% orangewool 16"
  395. send "&c OG-Games &f» &fSuccessfully bought!" to player
  396. stop
  397. command /magentawoolbuy:
  398. trigger:
  399. if player's balance is between 0 and 143:
  400. send "&c OG-Games &f» &fYou don't have enough money!" to player
  401. else:
  402. make console execute command "/eco take %player% "
  403. make console execute command "/give %player% magentawool 16"
  404. send "&c OG-Games &f» &fSuccessfully bought!" to player
  405. stop
  406. command /lightbluewoolbuy:
  407. trigger:
  408. if player's balance is between 0 and 143:
  409. send "&c OG-Games &f» &fYou don't have enough money!" to player
  410. else:
  411. make console execute command "/eco take %player% "
  412. make console execute command "/give %player% lightbluewool 16"
  413. send "&c OG-Games &f» &fSuccessfully bought!" to player
  414. stop
  415. command /yellowwoolbuy:
  416. trigger:
  417. if player's balance is between 0 and 143:
  418. send "&c OG-Games &f» &fYou don't have enough money!" to player
  419. else:
  420. make console execute command "/eco take %player% "
  421. make console execute command "/give %player% yellowwool 16"
  422. send "&c OG-Games &f» &fSuccessfully bought!" to player
  423. stop
  424. command /limewoolbuy:
  425. trigger:
  426. if player's balance is between 0 and 143:
  427. send "&c OG-Games &f» &fYou don't have enough money!" to player
  428. else:
  429. make console execute command "/eco take %player% "
  430. make console execute command "/give %player% limewool 16"
  431. send "&c OG-Games &f» &fSuccessfully bought!" to player
  432. stop
  433. command /pinkwoolbuy:
  434. trigger:
  435. if player's balance is between 0 and 143:
  436. send "&c OG-Games &f» &fYou don't have enough money!" to player
  437. else:
  438. make console execute command "/eco take %player% "
  439. make console execute command "/give %player% pinkwool 16"
  440. send "&c OG-Games &f» &fSuccessfully bought!" to player
  441. stop
  442. command /graywoolbuy:
  443. trigger:
  444. if player's balance is between 0 and 143:
  445. send "&c OG-Games &f» &fYou don't have enough money!" to player
  446. else:
  447. make console execute command "/eco take %player% "
  448. make console execute command "/give %player% graywool 16"
  449. send "&c OG-Games &f» &fSuccessfully bought!" to player
  450. stop
  451. command /lightgraywoolbuy:
  452. trigger:
  453. if player's balance is between 0 and 143:
  454. send "&c OG-Games &f» &fYou don't have enough money!" to player
  455. else:
  456. make console execute command "/eco take %player% "
  457. make console execute command "/give %player% lightgraywool 16"
  458. send "&c OG-Games &f» &fSuccessfully bought!" to player
  459. stop
  460. command /cyanwoolbuy:
  461. trigger:
  462. if player's balance is between 0 and 143:
  463. send "&c OG-Games &f» &fYou don't have enough money!" to player
  464. else:
  465. make console execute command "/eco take %player% "
  466. make console execute command "/give %player% cyanwool 16"
  467. send "&c OG-Games &f» &fSuccessfully bought!" to player
  468. stop
  469. command /purplewoolbuy:
  470. trigger:
  471. if player's balance is between 0 and 143:
  472. send "&c OG-Games &f» &fYou don't have enough money!" to player
  473. else:
  474. make console execute command "/eco take %player% "
  475. make console execute command "/give %player% purplewool 16"
  476. send "&c OG-Games &f» &fSuccessfully bought!" to player
  477. stop
  478. command /bluewoolbuy:
  479. trigger:
  480. if player's balance is between 0 and 143:
  481. send "&c OG-Games &f» &fYou don't have enough money!" to player
  482. else:
  483. make console execute command "/eco take %player% "
  484. make console execute command "/give %player% bluewool 16"
  485. send "&c OG-Games &f» &fSuccessfully bought!" to player
  486. stop
  487. command /brownwoolbuy:
  488. trigger:
  489. if player's balance is between 0 and 143:
  490. send "&c OG-Games &f» &fYou don't have enough money!" to player
  491. else:
  492. make console execute command "/eco take %player% "
  493. make console execute command "/give %player% brownwool 16"
  494. send "&c OG-Games &f» &fSuccessfully bought!" to player
  495. stop
  496. command /greenwoolbuy:
  497. trigger:
  498. if player's balance is between 0 and 143:
  499. send "&c OG-Games &f» &fYou don't have enough money!" to player
  500. else:
  501. make console execute command "/eco take %player% "
  502. make console execute command "/give %player% greenwool 16"
  503. send "&c OG-Games &f» &fSuccessfully bought!" to player
  504. stop
  505. command /redwoolbuy:
  506. trigger:
  507. if player's balance is between 0 and 143:
  508. send "&c OG-Games &f» &fYou don't have enough money!" to player
  509. else:
  510. make console execute command "/eco take %player% "
  511. make console execute command "/give %player% redwool 16"
  512. send "&c OG-Games &f» &fSuccessfully bought!" to player
  513. stop
  514. command /blackwoolbuy:
  515. trigger:
  516. if player's balance is between 0 and 143:
  517. send "&c OG-Games &f» &fYou don't have enough money!" to player
  518. else:
  519. make console execute command "/eco take %player% "
  520. make console execute command "/give %player% blackwool 16"
  521. send "&c OG-Games &f» &fSuccessfully bought!" to player
  522. stop
  523. command /glassbuy:
  524. trigger:
  525. if player's balance is between 0 and 93:
  526. send "&c OG-Games &f» &fYou don't have enough money!" to player
  527. else:
  528. make console execute command "/eco take %player% "
  529. make console execute command "/give %player% glass 16"
  530. send "&c OG-Games &f» &fSuccessfully bought!" to player
  531. stop
  532. command /glasspanebuy:
  533. trigger:
  534. if player's balance is between 0 and 63:
  535. send "&c OG-Games &f» &fYou don't have enough money!" to player
  536. else:
  537. make console execute command "/eco take %player% "
  538. make console execute command "/give %player% glasspane 16"
  539. send "&c OG-Games &f» &fSuccessfully bought!" to player
  540. stop
  541. command /icebuy:
  542. trigger:
  543. if player's balance is between 0 and 4:
  544. send "&c OG-Games &f» &fYou don't have enough money!" to player
  545. else:
  546. make console execute command "/eco take %player% "
  547. make console execute command "/give %player% ice 16"
  548. send "&c OG-Games &f» &fSuccessfully bought!" to player
  549. stop
  550. command /ironblockbuy:
  551. trigger:
  552. if player's balance is between 0 and 499:
  553. send "&c OG-Games &f» &fYou don't have enough money!" to player
  554. else:
  555. make console execute command "/eco take %player% "
  556. make console execute command "/give %player% ironblock 16"
  557. send "&c OG-Games &f» &fSuccessfully bought!" to player
  558. stop
  559. command /goldblockbuy:
  560. trigger:
  561. if player's balance is between 0 and 999:
  562. send "&c OG-Games &f» &fYou don't have enough money!" to player
  563. else:
  564. make console execute command "/eco take %player% "
  565. make console execute command "/give %player% goldblock 16"
  566. send "&c OG-Games &f» &fSuccessfully bought!" to player
  567. stop
  568. command /diamondblockbuy:
  569. trigger:
  570. if player's balance is between 0 and 4999:
  571. send "&c OG-Games &f» &fYou don't have enough money!" to player
  572. else:
  573. make console execute command "/eco take %player% "
  574. make console execute command "/give %player% diamondblock 16"
  575. send "&c OG-Games &f» &fSuccessfully bought!" to player
  576. stop
  577. command /emeraldblockbuy:
  578. trigger:
  579. if player's balance is between 0 and 9999:
  580. send "&c OG-Games &f» &fYou don't have enough money!" to player
  581. else:
  582. make console execute command "/eco take %player% "
  583. make console execute command "/give %player% emeraldblock 16"
  584. send "&c OG-Games &f» &fSuccessfully bought!" to player
  585. stop
  586. command /grasssell:
  587. trigger:
  588. if amount of stone in player's inventory is less than 16:
  589. send "&c OG-Games &f» &fYou don't have enough items!" to player
  590. else:
  591. make console execute command "/eco give %player% 80"
  592. remove 16 grass from player's inventory
  593. send "&c OG-Games &f» &fSuccessfully sold!" to player
  594. stop
  595. command /stonesell:
  596. trigger:
  597. if amount of stone in player's inventory is less than 16:
  598. send "&c OG-Games &f» &fYou don't have enough items!" to player
  599. else:
  600. make console execute command "/eco give %player% 95"
  601. remove 16 stone from player's inventory
  602. send "&c OG-Games &f» &fSuccessfully sold!" to player
  603. stop
  604. command /cobblestonesell:
  605. trigger:
  606. if amount of cobblestone in player's inventory is less than 16:
  607. send "&c OG-Games &f» &fYou don't have enough items!" to player
  608. else:
  609. make console execute command "/eco give %player% 48"
  610. remove 16 cobblestone from player's inventory
  611. send "&c OG-Games &f» &fSuccessfully sold!" to player
  612. stop
  613. command /dirtsell:
  614. trigger:
  615. if amount of dirt in player's inventory is less than 16:
  616. send "&c OG-Games &f» &fYou don't have enough items!" to player
  617. else:
  618. make console execute command "/eco give %player% 32"
  619. remove 16 dirt from player's inventory
  620. send "&c OG-Games &f» &fSuccessfully sold!" to player
  621. stop
  622. command /myceliumsell:
  623. trigger:
  624. if amount of in player's inventory is less than 16:
  625. send "&c OG-Games &f» &fYou don't have enough items!" to player
  626. else:
  627. make console execute command "/eco give %player% "
  628. remove 16 mycelium from player's inventory
  629. send "&c OG-Games &f» &fSuccessfully sold!" to player
  630. stop
  631. command /sandsell:
  632. trigger:
  633. if amount of in player's inventory is less than 16:
  634. send "&c OG-Games &f» &fYou don't have enough items!" to player
  635. else:
  636. make console execute command "/eco give %player% "
  637. remove 16 sand from player's inventory
  638. send "&c OG-Games &f» &fSuccessfully sold!" to player
  639. stop
  640. command /soulsandsell:
  641. trigger:
  642. if amount of in player's inventory is less than 16:
  643. send "&c OG-Games &f» &fYou don't have enough items!" to player
  644. else:
  645. make console execute command "/eco give %player% "
  646. remove 16 soulsand from player's inventory
  647. send "&c OG-Games &f» &fSuccessfully sold!" to player
  648. stop
  649. command /gravelsell:
  650. trigger:
  651. if amount of in player's inventory is less than 16:
  652. send "&c OG-Games &f» &fYou don't have enough items!" to player
  653. else:
  654. make console execute command "/eco give %player% "
  655. remove 16 gravel from player's inventory
  656. send "&c OG-Games &f» &fSuccessfully sold!" to player
  657. stop
  658. command /oaklogsell:
  659. trigger:
  660. if amount of in player's inventory is less than 16:
  661. send "&c OG-Games &f» &fYou don't have enough items!" to player
  662. else:
  663. make console execute command "/eco give %player% "
  664. remove 16 oak from player's inventory
  665. send "&c OG-Games &f» &fSuccessfully sold!" to player
  666. stop
  667. command /sprucelogsell:
  668. trigger:
  669. if amount of in player's inventory is less than 16:
  670. send "&c OG-Games &f» &fYou don't have enough items!" to player
  671. else:
  672. make console execute command "/eco give %player% "
  673. remove 16 spurce from player's inventory
  674. send "&c OG-Games &f» &fSuccessfully sold!" to player
  675. stop
  676. command /birchlogsell:
  677. trigger:
  678. if amount of quartz in player's inventory is less than 16:
  679. send "&c OG-Games &f» &fYou don't have enough items!" to player
  680. else:
  681. make console execute command "/eco give %player% "
  682. remove 16 birch from player's inventory
  683. send "&c OG-Games &f» &fSuccessfully sold!" to player
  684. stop
  685. command /junglelogsell:
  686. trigger:
  687. if amount of in player's inventory is less than 16:
  688. send "&c OG-Games &f» &fYou don't have enough items!" to player
  689. else:
  690. make console execute command "/eco give %player% "
  691. remove 16 jungle from player's inventory
  692. send "&c OG-Games &f» &fSuccessfully sold!" to player
  693. stop
  694. command /acacialogsell:
  695. trigger:
  696. if amount of in player's inventory is less than 16:
  697. send "&c OG-Games &f» &fYou don't have enough items!" to player
  698. else:
  699. make console execute command "/eco give %player% "
  700. remove 16 acacia from player's inventory
  701. send "&c OG-Games &f» &fSuccessfully sold!" to player
  702. stop
  703. command /darkoaklogsell:
  704. trigger:
  705. if amount of in player's inventory is less than 16:
  706. send "&c OG-Games &f» &fYou don't have enough items!" to player
  707. else:
  708. make console execute command "/eco give %player% "
  709. remove 16 darkoaklog from player's inventory
  710. send "&c OG-Games &f» &fSuccessfully sold!" to player
  711. stop
  712. command /quartzblocksell:
  713. trigger:
  714. if amount of in player's inventory is less than 16:
  715. send "&c OG-Games &f» &fYou don't have enough items!" to player
  716. else:
  717. make console execute command "/eco give %player% "
  718. remove 16 quartzblock from player's inventory
  719. send "&c OG-Games &f» &fSuccessfully sold!" to player
  720. stop
  721. command /brickssell:
  722. trigger:
  723. if amount of in player's inventory is less than 16:
  724. send "&c OG-Games &f» &fYou don't have enough items!" to player
  725. else:
  726. make console execute command "/eco give %player% "
  727. remove 16 bricks from player's inventory
  728. send "&c OG-Games &f» &fSuccessfully sold!" to player
  729. stop
  730. command /stonebrickssell:
  731. trigger:
  732. if amount of in player's inventory is less than 16:
  733. send "&c OG-Games &f» &fYou don't have enough items!" to player
  734. else:
  735. make console execute command "/eco give %player% "
  736. remove 16 stonebricks from player's inventory
  737. send "&c OG-Games &f» &fSuccessfully sold!" to player
  738. stop
  739. command /bookshelfsell:
  740. trigger:
  741. if amount of in player's inventory is less than 16:
  742. send "&c OG-Games &f» &fYou don't have enough items!" to player
  743. else:
  744. make console execute command "/eco give %player% "
  745. remove 16 bookshelf from player's inventory
  746. send "&c OG-Games &f» &fSuccessfully sold!" to player
  747. stop
  748. command /obisidiansell:
  749. trigger:
  750. if amount of in player's inventory is less than 16:
  751. send "&c OG-Games &f» &fYou don't have enough items!" to player
  752. else:
  753. make console execute command "/eco give %player% "
  754. remove 16 obsidian from player's inventory
  755. send "&c OG-Games &f» &fSuccessfully sold!" to player
  756. stop
  757. command /netherbricksell:
  758. trigger:
  759. if amount of in player's inventory is less than 16:
  760. send "&c OG-Games &f» &fYou don't have enough items!" to player
  761. else:
  762. make console execute command "/eco give %player% "
  763. remove 16 netherbrick from player's inventory
  764. send "&c OG-Games &f» &fSuccessfully sold!" to player
  765. stop
  766. command /netherracksell:
  767. trigger:
  768. if amount of in player's inventory is less than 16:
  769. send "&c OG-Games &f» &fYou don't have enough items!" to player
  770. else:
  771. make console execute command "/eco give %player% "
  772. remove 16 netherrack from player's inventory
  773. send "&c OG-Games &f» &fSuccessfully sold!" to player
  774. stop
  775. command /prismarinesell:
  776. trigger:
  777. if amount of in player's inventory is less than 16:
  778. send "&c OG-Games &f» &fYou don't have enough items!" to player
  779. else:
  780. make console execute command "/eco give %player% "
  781. remove 16 prismarine from player's inventory
  782. send "&c OG-Games &f» &fSuccessfully sold!" to player
  783. stop
  784. command /prismarinebrickssell:
  785. trigger:
  786. if amount of in player's inventory is less than 16:
  787. send "&c OG-Games &f» &fYou don't have enough items!" to player
  788. else:
  789. make console execute command "/eco give %player% "
  790. remove 16 prismarinebricks from player's inventory
  791. send "&c OG-Games &f» &fSuccessfully sold!" to player
  792. stop
  793. command /darkprismarinesell:
  794. trigger:
  795. if amount of in player's inventory is less than 16:
  796. send "&c OG-Games &f» &fYou don't have enough items!" to player
  797. else:
  798. make console execute command "/eco give %player% "
  799. remove 16 darkprismarine from player's inventory
  800. send "&c OG-Games &f» &fSuccessfully sold!" to player
  801. stop
  802. command /sealanternsell:
  803. trigger:
  804. if amount of in player's inventory is less than 16:
  805. send "&c OG-Games &f» &fYou don't have enough items!" to player
  806. else:
  807. make console execute command "/eco give %player% "
  808. remove 16 sealantern from player's inventory
  809. send "&c OG-Games &f» &fSuccessfully sold!" to player
  810. stop
  811. command /claysell:
  812. trigger:
  813. if amount of in player's inventory is less than 16:
  814. send "&c OG-Games &f» &fYou don't have enough items!" to player
  815. else:
  816. make console execute command "/eco give %player% "
  817. remove 16 clay from player's inventory
  818. send "&c OG-Games &f» &fSuccessfully sold!" to player
  819. stop
  820. command /whitestainedclaysell:
  821. trigger:
  822. if amount of in player's inventory is less than 16:
  823. send "&c OG-Games &f» &fYou don't have enough items!" to player
  824. else:
  825. make console execute command "/eco give %player% "
  826. remove 16 whitestainedclay from player's inventory
  827. send "&c OG-Games &f» &fSuccessfully sold!" to player
  828. stop
  829. command /orangestainedclaysell:
  830. trigger:
  831. if amount of in player's inventory is less than 16:
  832. send "&c OG-Games &f» &fYou don't have enough items!" to player
  833. else:
  834. make console execute command "/eco give %player% "
  835. remove 16 orangestainedclay from player's inventory
  836. send "&c OG-Games &f» &fSuccessfully sold!" to player
  837. stop
  838. command /magentastainedclaysell:
  839. trigger:
  840. if amount of in player's inventory is less than 16:
  841. send "&c OG-Games &f» &fYou don't have enough items!" to player
  842. else:
  843. make console execute command "/eco give %player% "
  844. remove 16 magentastainedclay from player's inventory
  845. send "&c OG-Games &f» &fSuccessfully sold!" to player
  846. stop
  847. command /lightbluestainedclaysell:
  848. trigger:
  849. if amount of in player's inventory is less than 16:
  850. send "&c OG-Games &f» &fYou don't have enough items!" to player
  851. else:
  852. make console execute command "/eco give %player% "
  853. remove 16 lightbluestainedclay from player's inventory
  854. send "&c OG-Games &f» &fSuccessfully sold!" to player
  855. stop
  856. command /yellowstainedclaysell:
  857. trigger:
  858. if amount of in player's inventory is less than 16:
  859. send "&c OG-Games &f» &fYou don't have enough items!" to player
  860. else:
  861. make console execute command "/eco give %player% "
  862. remove 16 yellowstainedclay from player's inventory
  863. send "&c OG-Games &f» &fSuccessfully sold!" to player
  864. stop
  865. command /limestainedclaysell:
  866. trigger:
  867. if amount of in player's inventory is less than 16:
  868. send "&c OG-Games &f» &fYou don't have enough items!" to player
  869. else:
  870. make console execute command "/eco give %player% "
  871. remove 16 limestainedclay from player's inventory
  872. send "&c OG-Games &f» &fSuccessfully sold!" to player
  873. stop
  874. command /pinkstainedclaysell:
  875. trigger:
  876. if amount of in player's inventory is less than 16:
  877. send "&c OG-Games &f» &fYou don't have enough items!" to player
  878. else:
  879. make console execute command "/eco give %player% "
  880. remove 16 pinkstainedclay from player's inventory
  881. send "&c OG-Games &f» &fSuccessfully sold!" to player
  882. stop
  883. command /graystainedclaysell:
  884. trigger:
  885. if amount of in player's inventory is less than 16:
  886. send "&c OG-Games &f» &fYou don't have enough items!" to player
  887. else:
  888. make console execute command "/eco give %player% "
  889. remove 16 graystainedclay from player's inventory
  890. send "&c OG-Games &f» &fSuccessfully sold!" to player
  891. stop
  892. command /lightgraystainedclaysell:
  893. trigger:
  894. if amount of in player's inventory is less than 16:
  895. send "&c OG-Games &f» &fYou don't have enough items!" to player
  896. else:
  897. make console execute command "/eco give %player% "
  898. remove 16 lightgraystainedclay from player's inventory
  899. send "&c OG-Games &f» &fSuccessfully sold!" to player
  900. stop
  901. command /cyanstainedclaysell:
  902. trigger:
  903. if amount of in player's inventory is less than 16:
  904. send "&c OG-Games &f» &fYou don't have enough items!" to player
  905. else:
  906. make console execute command "/eco give %player% "
  907. remove 16 cyanstainedclay from player's inventory
  908. send "&c OG-Games &f» &fSuccessfully sold!" to player
  909. stop
  910. command /purplestainedclaysell:
  911. trigger:
  912. if amount of in player's inventory is less than 16:
  913. send "&c OG-Games &f» &fYou don't have enough items!" to player
  914. else:
  915. make console execute command "/eco give %player% "
  916. remove 16 purplestainedclay from player's inventory
  917. send "&c OG-Games &f» &fSuccessfully sold!" to player
  918. stop
  919. command /bluestainedclaysell:
  920. trigger:
  921. if amount of in player's inventory is less than 16:
  922. send "&c OG-Games &f» &fYou don't have enough items!" to player
  923. else:
  924. make console execute command "/eco give %player% "
  925. remove 16 bluestainedclay from player's inventory
  926. send "&c OG-Games &f» &fSuccessfully sold!" to player
  927. stop
  928. command /brownstainedclaysell:
  929. trigger:
  930. if amount of in player's inventory is less than 16:
  931. send "&c OG-Games &f» &fYou don't have enough items!" to player
  932. else:
  933. make console execute command "/eco give %player% "
  934. remove 16 brownstainedclay from player's inventory
  935. send "&c OG-Games &f» &fSuccessfully sold!" to player
  936. stop
  937. command /greenstainedclaysell:
  938. trigger:
  939. if amount of in player's inventory is less than 16:
  940. send "&c OG-Games &f» &fYou don't have enough items!" to player
  941. else:
  942. make console execute command "/eco give %player% "
  943. remove 16 greenstainedclay from player's inventory
  944. send "&c OG-Games &f» &fSuccessfully sold!" to player
  945. stop
  946. command /redstainedclaysell:
  947. trigger:
  948. if amount of in player's inventory is less than 16:
  949. send "&c OG-Games &f» &fYou don't have enough items!" to player
  950. else:
  951. make console execute command "/eco give %player% "
  952. remove 16 redstainedclay from player's inventory
  953. send "&c OG-Games &f» &fSuccessfully sold!" to player
  954. stop
  955. command /blackstainedclaysell:
  956. trigger:
  957. if amount of in player's inventory is less than 16:
  958. send "&c OG-Games &f» &fYou don't have enough items!" to player
  959. else:
  960. make console execute command "/eco give %player% "
  961. remove 16 blackstainedclay from player's inventory
  962. send "&c OG-Games &f» &fSuccessfully sold!" to player
  963. stop
  964. command /hardenedstainedclaysell:
  965. trigger:
  966. if amount of in player's inventory is less than 16:
  967. send "&c OG-Games &f» &fYou don't have enough items!" to player
  968. else:
  969. make console execute command "/eco give %player% "
  970. remove 16 hardenedstainedclay from player's inventory
  971. send "&c OG-Games &f» &fSuccessfully sold!" to player
  972. stop
  973. command /woolsell:
  974. trigger:
  975. if amount of in player's inventory is less than 16:
  976. send "&c OG-Games &f» &fYou don't have enough items!" to player
  977. else:
  978. make console execute command "/eco give %player% "
  979. remove 16 wool from player's inventory
  980. send "&c OG-Games &f» &fSuccessfully sold!" to player
  981. stop
  982. command /orangewoolsell:
  983. trigger:
  984. if amount of in player's inventory is less than 16:
  985. send "&c OG-Games &f» &fYou don't have enough items!" to player
  986. else:
  987. make console execute command "/eco give %player% "
  988. remove 16 orangewool from player's inventory
  989. send "&c OG-Games &f» &fSuccessfully sold!" to player
  990. stop
  991. command /magentawoolsell:
  992. trigger:
  993. if amount of in player's inventory is less than 16:
  994. send "&c OG-Games &f» &fYou don't have enough items!" to player
  995. else:
  996. make console execute command "/eco give %player% "
  997. remove 16 magentawool from player's inventory
  998. send "&c OG-Games &f» &fSuccessfully sold!" to player
  999. stop
  1000. command /lightbluewoolsell:
  1001. trigger:
  1002. if amount of in player's inventory is less than 16:
  1003. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1004. else:
  1005. make console execute command "/eco give %player% "
  1006. remove 16 lightbluewool from player's inventory
  1007. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1008. stop
  1009. command /yellowwoolsell:
  1010. trigger:
  1011. if amount of in player's inventory is less than 16:
  1012. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1013. else:
  1014. make console execute command "/eco give %player% "
  1015. remove 16 yellowwool from player's inventory
  1016. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1017. stop
  1018. command /limewoolsell:
  1019. trigger:
  1020. if amount of in player's inventory is less than 16:
  1021. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1022. else:
  1023. make console execute command "/eco give %player% "
  1024. remove 16 limewool from player's inventory
  1025. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1026. stop
  1027. command /pinkwoolsell:
  1028. trigger:
  1029. if amount of in player's inventory is less than 16:
  1030. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1031. else:
  1032. make console execute command "/eco give %player% "
  1033. remove 16 pinkwool from player's inventory
  1034. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1035. stop
  1036. command /graywoolsell:
  1037. trigger:
  1038. if amount of in player's inventory is less than 16:
  1039. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1040. else:
  1041. make console execute command "/eco give %player% "
  1042. remove 16 graywool from player's inventory
  1043. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1044. stop
  1045. command /lightgraywoolsell:
  1046. trigger:
  1047. if amount of in player's inventory is less than 16:
  1048. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1049. else:
  1050. make console execute command "/eco give %player% "
  1051. remove 16 lightgraywool from player's inventory
  1052. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1053. stop
  1054. command /cyanwoolsell:
  1055. trigger:
  1056. if amount of in player's inventory is less than 16:
  1057. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1058. else:
  1059. make console execute command "/eco give %player% "
  1060. remove 16 cyanwool from player's inventory
  1061. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1062. stop
  1063. command /purplewoolsell:
  1064. trigger:
  1065. if amount of in player's inventory is less than 16:
  1066. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1067. else:
  1068. make console execute command "/eco give %player% "
  1069. remove 16 purplewool from player's inventory
  1070. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1071. stop
  1072. command /bluewoolsell:
  1073. trigger:
  1074. if amount of in player's inventory is less than 16:
  1075. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1076. else:
  1077. make console execute command "/eco give %player% "
  1078. remove 16 bluewool from player's inventory
  1079. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1080. stop
  1081. command /brownwoolsell:
  1082. trigger:
  1083. if amount of in player's inventory is less than 16:
  1084. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1085. else:
  1086. make console execute command "/eco give %player% "
  1087. remove 16 brownwool from player's inventory
  1088. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1089. stop
  1090. command /greenwoolsell:
  1091. trigger:
  1092. if amount of in player's inventory is less than 16:
  1093. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1094. else:
  1095. make console execute command "/eco give %player% "
  1096. remove 16 greenwool from player's inventory
  1097. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1098. stop
  1099. command /redwoolsell:
  1100. trigger:
  1101. if amount of in player's inventory is less than 16:
  1102. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1103. else:
  1104. make console execute command "/eco give %player% "
  1105. remove 16 redwool from player's inventory
  1106. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1107. stop
  1108. command /blackwoolsell:
  1109. trigger:
  1110. if amount of in player's inventory is less than 16:
  1111. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1112. else:
  1113. make console execute command "/eco give %player% "
  1114. remove 16 blackwool from player's inventory
  1115. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1116. stop
  1117. command /glasssell:
  1118. trigger:
  1119. if amount of in player's inventory is less than 16:
  1120. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1121. else:
  1122. make console execute command "/eco give %player% "
  1123. remove 16 glass from player's inventory
  1124. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1125. stop
  1126. command /glasspanesell:
  1127. trigger:
  1128. if amount of in player's inventory is less than 16:
  1129. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1130. else:
  1131. make console execute command "/eco give %player% "
  1132. remove 16 glasspane from player's inventory
  1133. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1134. stop
  1135. command /icesell:
  1136. trigger:
  1137. if amount of in player's inventory is less than 16:
  1138. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1139. else:
  1140. make console execute command "/eco give %player% "
  1141. remove 16 ice from player's inventory
  1142. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1143. stop
  1144. command /ironblocksell:
  1145. trigger:
  1146. if amount of in player's inventory is less than 16:
  1147. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1148. else:
  1149. make console execute command "/eco give %player% "
  1150. remove 16 ironblock from player's inventory
  1151. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1152. stop
  1153. command /goldblocksell:
  1154. trigger:
  1155. if amount of in player's inventory is less than 16:
  1156. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1157. else:
  1158. make console execute command "/eco give %player% "
  1159. remove 16 goldblock from player's inventory
  1160. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1161. stop
  1162. command /diamondblocksell:
  1163. trigger:
  1164. if amount of in player's inventory is less than 16:
  1165. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1166. else:
  1167. make console execute command "/eco give %player% "
  1168. remove 16 diamondblock from player's inventory
  1169. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1170. stop
  1171. command /emeraldblocksell:
  1172. trigger:
  1173. if amount of in player's inventory is less than 16:
  1174. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1175. else:
  1176. make console execute command "/eco give %player% "
  1177. remove 16 emeraldblock from player's inventory
  1178. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1179. stop
  1180. command /ironswordbuy:
  1181. trigger:
  1182. if player's balance is between 0 and 99:
  1183. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1184. else:
  1185. make console execute command "/eco take %player% "
  1186. make console execute command "/give %player% 16"
  1187. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1188. stop
  1189. command /ironpickaxebuy:
  1190. trigger:
  1191. if player's balance is between 0 and 99:
  1192. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1193. else:
  1194. make console execute command "/eco take %player% "
  1195. make console execute command "/give %player% 16"
  1196. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1197. stop
  1198. command /ironshovelbuy:
  1199. trigger:
  1200. if player's balance is between 0 and 99:
  1201. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1202. else:
  1203. make console execute command "/eco take %player% "
  1204. make console execute command "/give %player% 16"
  1205. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1206. stop
  1207. command /ironaxebuy:
  1208. trigger:
  1209. if player's balance is between 0 and 99:
  1210. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1211. else:
  1212. make console execute command "/eco take %player% "
  1213. make console execute command "/give %player% 16"
  1214. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1215. stop
  1216. command /shearsbuy:
  1217. trigger:
  1218. if player's balance is between 0 and 149:
  1219. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1220. else:
  1221. make console execute command "/eco take %player% "
  1222. make console execute command "/give %player% 16"
  1223. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1224. stop
  1225. command /leadbuy:
  1226. trigger:
  1227. if player's balance is between 0 and 4:
  1228. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1229. else:
  1230. make console execute command "/eco take %player% "
  1231. make console execute command "/give %player% 16"
  1232. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1233. stop
  1234. command /nametagbuy:
  1235. trigger:
  1236. if player's balance is between 0 and 124:
  1237. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1238. else:
  1239. make console execute command "/eco take %player% "
  1240. make console execute command "/give %player% 16"
  1241. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1242. stop
  1243. command /stickbuy:
  1244. trigger:
  1245. if player's balance is between 0 and 4:
  1246. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1247. else:
  1248. make console execute command "/eco take %player% "
  1249. make console execute command "/give %player% 16"
  1250. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1251. stop
  1252. command /ecshopbuy:
  1253. trigger:
  1254. if player's balance is between 0 and 999:
  1255. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1256. else:
  1257. make console execute command "/eco take %player% "
  1258. make console execute command "/manuaddp %player% essentials.enderchest"
  1259. make console execute command "/give %player% 16"
  1260. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1261. stop
  1262. command /torchbuy:
  1263. trigger:
  1264. if player's balance is between 0 and 31:
  1265. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1266. else:
  1267. make console execute command "/eco take %player% "
  1268. make console execute command "/give %player% 16"
  1269. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1270. stop
  1271. command /ironswordsell:
  1272. trigger:
  1273. if amount of in player's inventory is less than 1:
  1274. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1275. else:
  1276. make console execute command "/eco give %player% "
  1277. remove 16 emeraldblock from player's inventory
  1278. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1279. stop
  1280. command /ironpickaxesell:
  1281. trigger:
  1282. if amount of in player's inventory is less than 1:
  1283. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1284. else:
  1285. make console execute command "/eco give %player% "
  1286. remove 16 emeraldblock from player's inventory
  1287. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1288. stop
  1289. command /ironshovelsell:
  1290. trigger:
  1291. if amount of in player's inventory is less than 1:
  1292. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1293. else:
  1294. make console execute command "/eco give %player% "
  1295. remove 16 emeraldblock from player's inventory
  1296. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1297. stop
  1298. command /ironaxesell:
  1299. trigger:
  1300. if amount of in player's inventory is less than 1:
  1301. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1302. else:
  1303. make console execute command "/eco give %player% "
  1304. remove 16 emeraldblock from player's inventory
  1305. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1306. stop
  1307. command /shearssell:
  1308. trigger:
  1309. if amount of in player's inventory is less than 1:
  1310. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1311. else:
  1312. make console execute command "/eco give %player% "
  1313. remove 16 emeraldblock from player's inventory
  1314. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1315. stop
  1316. command /leadsell:
  1317. trigger:
  1318. if amount of in player's inventory is less than 1:
  1319. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1320. else:
  1321. make console execute command "/eco give %player% "
  1322. remove 16 emeraldblock from player's inventory
  1323. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1324. stop
  1325. command /nametagsell:
  1326. trigger:
  1327. if amount of in player's inventory is less than 1:
  1328. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1329. else:
  1330. make console execute command "/eco give %player% "
  1331. remove 16 emeraldblock from player's inventory
  1332. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1333. stop
  1334. command /sticksell:
  1335. trigger:
  1336. if amount of in player's inventory is less than 1:
  1337. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1338. else:
  1339. make console execute command "/eco give %player% "
  1340. remove 16 emeraldblock from player's inventory
  1341. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1342. stop
  1343. command /ecshopsell:
  1344. trigger:
  1345. if amount of in player's inventory is less than 1:
  1346. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1347. else:
  1348. make console execute command "/eco give %player% "
  1349. remove 16 emeraldblock from player's inventory
  1350. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1351. stop
  1352. command /torchsell:
  1353. trigger:
  1354. if amount of in player's inventory is less than 16:
  1355. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1356. else:
  1357. make console execute command "/eco give %player% "
  1358. remove 16 emeraldblock from player's inventory
  1359. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1360. stop
  1361. command /diamondhsell:
  1362. trigger:
  1363. if amount of in player's inventory is less than 1:
  1364. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1365. else:
  1366. make console execute command "/eco give %player% "
  1367. remove 16 emeraldblock from player's inventory
  1368. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1369. stop
  1370. command /diamondcsell:
  1371. trigger:
  1372. if amount of in player's inventory is less than 1:
  1373. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1374. else:
  1375. make console execute command "/eco take %player% y"
  1376. make console execute command "/give %player% z 16"
  1377. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1378. stop
  1379. command /diamondlsell:
  1380. trigger:
  1381. if amount of in player's inventory is less than 1:
  1382. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1383. else:
  1384. make console execute command "/eco give %player% "
  1385. remove 16 emeraldblock from player's inventory
  1386. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1387. stop
  1388. command /diamondbsell:
  1389. trigger:
  1390. if amount of in player's inventory is less than 1:
  1391. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1392. else:
  1393. make console execute command "/eco give %player% "
  1394. remove 16 emeraldblock from player's inventory
  1395. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1396. stop
  1397. command /ironhsell:
  1398. trigger:
  1399. if amount of in player's inventory is less than 1:
  1400. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1401. else:
  1402. make console execute command "/eco give %player% "
  1403. remove 16 emeraldblock from player's inventory
  1404. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1405. stop
  1406. command /ironcsell:
  1407. trigger:
  1408. if amount of in player's inventory is less than 1:
  1409. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1410. else:
  1411. make console execute command "/eco give %player% "
  1412. remove 16 emeraldblock from player's inventory
  1413. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1414. stop
  1415. command /ironlsell:
  1416. trigger:
  1417. if amount of in player's inventory is less than 1:
  1418. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1419. else:
  1420. make console execute command "/eco give %player% "
  1421. remove 16 emeraldblock from player's inventory
  1422. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1423. stop
  1424. command /ironbsell:
  1425. trigger:
  1426. if amount of in player's inventory is less than 1:
  1427. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1428. else:
  1429. make console execute command "/eco give %player% "
  1430. remove 16 emeraldblock from player's inventory
  1431. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1432. stop
  1433. command /diamondhbuy:
  1434. trigger:
  1435. if player's balance is between 0 and 299 :
  1436. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1437. else:
  1438. make console execute command "/eco take %player% 80"
  1439. make console execute command "/give %player% grass 16"
  1440. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1441. stop
  1442. command /diamondcbuy:
  1443. trigger:
  1444. if player's balance is between 0 and 799:
  1445. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1446. else:
  1447. make console execute command "/eco take %player% y"
  1448. make console execute command "/give %player% z 16"
  1449. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1450. stop
  1451. command /diamondlbuy:
  1452. trigger:
  1453. if player's balance is between 0 and 399:
  1454. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1455. else:
  1456. make console execute command "/eco take %player% 80"
  1457. make console execute command "/give %player% grass 16"
  1458. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1459. stop
  1460. command /diamondbbuy:
  1461. trigger:
  1462. if player's balance is between 0 and 149:
  1463. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1464. else:
  1465. make console execute command "/eco take %player% 80"
  1466. make console execute command "/give %player% grass 16"
  1467. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1468. stop
  1469. command /ironhbuy:
  1470. trigger:
  1471. if player's balance is between 0 and 199:
  1472. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1473. else:
  1474. make console execute command "/eco take %player% 80"
  1475. make console execute command "/give %player% grass 16"
  1476. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1477. stop
  1478. command /ironcbuy:
  1479. trigger:
  1480. if player's balance is between 0 and 599:
  1481. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1482. else:
  1483. make console execute command "/eco take %player% 80"
  1484. make console execute command "/give %player% grass 16"
  1485. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1486. stop
  1487. command /ironlbuy:
  1488. trigger:
  1489. if player's balance is between 0 and 349:
  1490. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1491. else:
  1492. make console execute command "/eco take %player% 80"
  1493. make console execute command "/give %player% grass 16"
  1494. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1495. stop
  1496. command /ironbbuy:
  1497. trigger:
  1498. if player's balance is between 0 and 99:
  1499. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1500. else:
  1501. make console execute command "/eco take %player% 80"
  1502. make console execute command "/give %player% grass 16"
  1503. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1504. stop
  1505. command /applebuy:
  1506. trigger:
  1507. if player's balance is between 0 and 74:
  1508. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1509. else:
  1510. make console execute command "/eco take %player% 80"
  1511. make console execute command "/give %player% grass 16"
  1512. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1513. stop
  1514. command /soupbuy:
  1515. trigger:
  1516. if player's balance is between 0 and 74:
  1517. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1518. else:
  1519. make console execute command "/eco take %player% 80"
  1520. make console execute command "/give %player% grass 16"
  1521. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1522. stop
  1523. command /breadbuy:
  1524. trigger:
  1525. if player's balance is between 0 and 59:
  1526. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1527. else:
  1528. make console execute command "/eco take %player% 80"
  1529. make console execute command "/give %player% grass 16"
  1530. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1531. stop
  1532. command /carrotbuy:
  1533. trigger:
  1534. if player's balance is between 0 and 59:
  1535. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1536. else:
  1537. make console execute command "/eco take %player% 80"
  1538. make console execute command "/give %player% grass 16"
  1539. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1540. stop
  1541. command /cakebuy:
  1542. trigger:
  1543. if player's balance is between 0 and 63:
  1544. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1545. else:
  1546. make console execute command "/eco take %player% 80"
  1547. make console execute command "/give %player% grass 16"
  1548. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1549. stop
  1550. command /bpotatobuy:
  1551. trigger:
  1552. if player's balance is between 0 and 39:
  1553. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1554. else:
  1555. make console execute command "/eco take %player% 80"
  1556. make console execute command "/give %player% grass 16"
  1557. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1558. stop
  1559. command /cchickenbuy:
  1560. trigger:
  1561. if player's balance is between 0 and 36.5:
  1562. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1563. else:
  1564. make console execute command "/eco take %player% 80"
  1565. make console execute command "/give %player% grass 16"
  1566. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1567. stop
  1568. command /cporkchopbuy:
  1569. trigger:
  1570. if player's balance is between 0 and 36.5:
  1571. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1572. else:
  1573. make console execute command "/eco take %player% 80"
  1574. make console execute command "/give %player% grass 16"
  1575. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1576. stop
  1577. command /cookiebuy:
  1578. trigger:
  1579. if player's balance is between 0 and 36.5:
  1580. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1581. else:
  1582. make console execute command "/eco take %player% 80"
  1583. make console execute command "/give %player% grass 16"
  1584. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1585. stop
  1586. command /gapplebuy:
  1587. trigger:
  1588. if player's balance is between 0 and 749:
  1589. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1590. else:
  1591. make console execute command "/eco take %player% 80"
  1592. make console execute command "/give %player% grass 16"
  1593. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1594. stop
  1595. command /applesell:
  1596. trigger:
  1597. if amount of in player's inventory is less than 16:
  1598. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1599. else:
  1600. make console execute command "/eco give %player% "
  1601. remove 16 emeraldblock from player's inventory
  1602. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1603. stop
  1604. command /soupsell:
  1605. trigger:
  1606. if amount of in player's inventory is less than 16:
  1607. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1608. else:
  1609. make console execute command "/eco give %player% "
  1610. remove 16 emeraldblock from player's inventory
  1611. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1612. stop
  1613. command /breadsell:
  1614. trigger:
  1615. if amount of in player's inventory is less than 16:
  1616. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1617. else:
  1618. make console execute command "/eco give %player% "
  1619. remove 16 emeraldblock from player's inventory
  1620. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1621. stop
  1622. command /carrotsell:
  1623. trigger:
  1624. if amount of in player's inventory is less than 16:
  1625. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1626. else:
  1627. make console execute command "/eco give %player% "
  1628. remove 16 emeraldblock from player's inventory
  1629. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1630. stop
  1631. command /cakesell:
  1632. trigger:
  1633. if amount of in player's inventory is less than 1:
  1634. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1635. else:
  1636. make console execute command "/eco give %player% "
  1637. remove 16 emeraldblock from player's inventory
  1638. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1639. stop
  1640. command /bpotatosell:
  1641. trigger:
  1642. if amount of in player's inventory is less than 16:
  1643. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1644. else:
  1645. make console execute command "/eco give %player% "
  1646. remove 16 emeraldblock from player's inventory
  1647. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1648. stop
  1649. command /cchickensell:
  1650. trigger:
  1651. if amount of in player's inventory is less than 16:
  1652. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1653. else:
  1654. make console execute command "/eco give %player% "
  1655. remove 16 emeraldblock from player's inventory
  1656. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1657. stop
  1658. command /cporkchopsell:
  1659. trigger:
  1660. if amount of in player's inventory is less than 16:
  1661. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1662. else:
  1663. make console execute command "/eco give %player% "
  1664. remove 16 emeraldblock from player's inventory
  1665. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1666. stop
  1667. command /cookiesell:
  1668. trigger:
  1669. if amount of in player's inventory is less than 16:
  1670. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1671. else:
  1672. make console execute command "/eco give %player% "
  1673. remove 16 emeraldblock from player's inventory
  1674. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1675. stop
  1676. command /gapplesell:
  1677. trigger:
  1678. if amount of in player's inventory is less than 1:
  1679. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1680. else:
  1681. make console execute command "/eco give %player% "
  1682. remove 16 emeraldblock from player's inventory
  1683. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1684. stop
  1685. command /redstonebuy:
  1686. trigger:
  1687. if player's balance is between 0 and 4:
  1688. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1689. else:
  1690. make console execute command "/eco take %player% 80"
  1691. make console execute command "/give %player% grass 16"
  1692. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1693. stop
  1694. command /rblockbuy:
  1695. trigger:
  1696. if player's balance is between 0 and 42:
  1697. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1698. else:
  1699. make console execute command "/eco take %player% 80"
  1700. make console execute command "/give %player% grass 16"
  1701. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1702. stop
  1703. command /rrepeaterbuy:
  1704. trigger:
  1705. if player's balance is between 0 and 15:
  1706. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1707. else:
  1708. make console execute command "/eco take %player% 80"
  1709. make console execute command "/give %player% grass 16"
  1710. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1711. stop
  1712. command /rcomparatorbuy:
  1713. trigger:
  1714. if player's balance is between 0 and 2:
  1715. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1716. else:
  1717. make console execute command "/eco take %player% 80"
  1718. make console execute command "/give %player% grass 16"
  1719. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1720. stop
  1721. command /rtorchbuy:
  1722. trigger:
  1723. if player's balance is between 0 and 49:
  1724. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1725. else:
  1726. make console execute command "/eco take %player% 80"
  1727. make console execute command "/give %player% grass 16"
  1728. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1729. stop
  1730. command /doorbuy:
  1731. trigger:
  1732. if player's balance is between 0 and 9:
  1733. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1734. else:
  1735. make console execute command "/eco take %player% 80"
  1736. make console execute command "/give %player% grass 16"
  1737. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1738. stop
  1739. command /idoorbuy:
  1740. trigger:
  1741. if player's balance is between 0 and 49:
  1742. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1743. else:
  1744. make console execute command "/eco take %player% 80"
  1745. make console execute command "/give %player% grass 16"
  1746. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1747. stop
  1748. command /dropperbuy:
  1749. trigger:
  1750. if player's balance is between 0 and 74:
  1751. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1752. else:
  1753. make console execute command "/eco take %player% 80"
  1754. make console execute command "/give %player% grass 16"
  1755. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1756. stop
  1757. command /dispenserbuy:
  1758. trigger:
  1759. if player's balance is between 0 and 74:
  1760. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1761. else:
  1762. make console execute command "/eco take %player% 80"
  1763. make console execute command "/give %player% grass 16"
  1764. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1765. stop
  1766. command /hopperbuy:
  1767. trigger:
  1768. if player's balance is between 0 and 999:
  1769. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1770. else:
  1771. make console execute command "/eco take %player% 80"
  1772. make console execute command "/give %player% grass 16"
  1773. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1774. stop
  1775. command /trapdoorbuy:
  1776. trigger:
  1777. if player's balance is between 0 and 49:
  1778. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1779. else:
  1780. make console execute command "/eco take %player% 80"
  1781. make console execute command "/give %player% grass 16"
  1782. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1783. stop
  1784. command /itrapdoorbuy:
  1785. trigger:
  1786. if player's balance is between 0 and 49:
  1787. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1788. else:
  1789. make console execute command "/eco take %player% 80"
  1790. make console execute command "/give %player% grass 16"
  1791. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1792. stop
  1793. command /pistonbuy:
  1794. trigger:
  1795. if player's balance is between 0 and 74:
  1796. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1797. else:
  1798. make console execute command "/eco take %player% 80"
  1799. make console execute command "/give %player% grass 16"
  1800. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1801. stop
  1802. command /spistonbuy:
  1803. trigger:
  1804. if player's balance is between 0 and 74:
  1805. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1806. else:
  1807. make console execute command "/eco take %player% 80"
  1808. make console execute command "/give %player% grass 16"
  1809. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1810. stop
  1811. command /noteblockbuy:
  1812. trigger:
  1813. if player's balance is between 0 and 999:
  1814. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1815. else:
  1816. make console execute command "/eco take %player% 80"
  1817. make console execute command "/give %player% grass 16"
  1818. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1819. stop
  1820. command /leverbuy:
  1821. trigger:
  1822. if player's balance is between 0 and 24:
  1823. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1824. else:
  1825. make console execute command "/eco take %player% 80"
  1826. make console execute command "/give %player% grass 16"
  1827. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1828. stop
  1829. command /buttonbuy:
  1830. trigger:
  1831. if player's balance is between 0 and 24:
  1832. send "&c OG-Games &f» &fYou don't have enough money!" to player
  1833. else:
  1834. make console execute command "/eco take %player% 80"
  1835. make console execute command "/give %player% grass 16"
  1836. send "&c OG-Games &f» &fSuccessfully bought!" to player
  1837. stop
  1838. command /redstonesell:
  1839. trigger:
  1840. if amount of in player's inventory is less than 1:
  1841. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1842. else:
  1843. make console execute command "/eco give %player% "
  1844. remove 16 emeraldblock from player's inventory
  1845. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1846. stop
  1847. command /rblocksell:
  1848. trigger:
  1849. if amount of in player's inventory is less than 1:
  1850. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1851. else:
  1852. make console execute command "/eco give %player% "
  1853. remove 16 emeraldblock from player's inventory
  1854. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1855. stop
  1856. command /rrepeatersell:
  1857. trigger:
  1858. if amount of in player's inventory is less than 1:
  1859. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1860. else:
  1861. make console execute command "/eco give %player% "
  1862. remove 16 emeraldblock from player's inventory
  1863. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1864. stop
  1865. command /rcomparatorsell:
  1866. trigger:
  1867. if amount of in player's inventory is less than 1:
  1868. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1869. else:
  1870. make console execute command "/eco give %player% "
  1871. remove 16 emeraldblock from player's inventory
  1872. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1873. stop
  1874. command /rtorchsell:
  1875. trigger:
  1876. if amount of in player's inventory is less than 1:
  1877. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1878. else:
  1879. make console execute command "/eco give %player% "
  1880. remove 16 emeraldblock from player's inventory
  1881. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1882. stop
  1883. command /doorsell:
  1884. trigger:
  1885. if amount of in player's inventory is less than 1:
  1886. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1887. else:
  1888. make console execute command "/eco give %player% "
  1889. remove 16 emeraldblock from player's inventory
  1890. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1891. stop
  1892. command /idoorsell:
  1893. trigger:
  1894. if amount of in player's inventory is less than 1:
  1895. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1896. else:
  1897. make console execute command "/eco give %player% "
  1898. remove 16 emeraldblock from player's inventory
  1899. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1900. stop
  1901. command /droppersell:
  1902. trigger:
  1903. if amount of in player's inventory is less than 1:
  1904. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1905. else:
  1906. make console execute command "/eco give %player% "
  1907. remove 16 emeraldblock from player's inventory
  1908. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1909. stop
  1910. command /dispensersell:
  1911. trigger:
  1912. if amount of in player's inventory is less than 1:
  1913. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1914. else:
  1915. make console execute command "/eco give %player% "
  1916. remove 16 emeraldblock from player's inventory
  1917. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1918. stop
  1919. command /hoppersell:
  1920. trigger:
  1921. if amount of in player's inventory is less than 1:
  1922. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1923. else:
  1924. make console execute command "/eco give %player% "
  1925. remove 16 emeraldblock from player's inventory
  1926. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1927. stop
  1928. command /trapdoorsell:
  1929. trigger:
  1930. if amount of in player's inventory is less than 1:
  1931. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1932. else:
  1933. make console execute command "/eco give %player% "
  1934. remove 16 emeraldblock from player's inventory
  1935. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1936. stop
  1937. command /itrapdoorsell:
  1938. trigger:
  1939. if amount of in player's inventory is less than 1:
  1940. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1941. else:
  1942. make console execute command "/eco give %player% "
  1943. remove 16 emeraldblock from player's inventory
  1944. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1945. stop
  1946. command /pistonsell:
  1947. trigger:
  1948. if amount of in player's inventory is less than 1:
  1949. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1950. else:
  1951. make console execute command "/eco give %player% "
  1952. remove 16 emeraldblock from player's inventory
  1953. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1954. stop
  1955. command /spistonsell:
  1956. trigger:
  1957. if amount of in player's inventory is less than 1:
  1958. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1959. else:
  1960. make console execute command "/eco give %player% "
  1961. remove 16 emeraldblock from player's inventory
  1962. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1963. stop
  1964. command /noteblocksell:
  1965. trigger:
  1966. if amount of in player's inventory is less than 1:
  1967. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1968. else:
  1969. make console execute command "/eco give %player% "
  1970. remove 16 emeraldblock from player's inventory
  1971. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1972. stop
  1973. command /leversell:
  1974. trigger:
  1975. if amount of in player's inventory is less than 1:
  1976. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1977. else:
  1978. make console execute command "/eco give %player% "
  1979. remove 16 emeraldblock from player's inventory
  1980. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1981. stop
  1982. command /buttonsell:
  1983. trigger:
  1984. if amount of in player's inventory is less than 1:
  1985. send "&c OG-Games &f» &fYou don't have enough items!" to player
  1986. else:
  1987. make console execute command "/eco give %player% "
  1988. remove 16 emeraldblock from player's inventory
  1989. send "&c OG-Games &f» &fSuccessfully sold!" to player
  1990. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement