Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. #########################
  2. #
  3. # itemshopAssignment
  4. # type: assignment
  5. # debug: false
  6. # actions:
  7. # on assignment:
  8. # - trigger name:click state:true
  9. # on click:
  10. # - flag player currentshop:blockshopList
  11. # - inventory open d:mainGlobalShopGui
  12. #
  13. # itemshopList:
  14. # type: yaml data
  15. # items:
  16. # - bstone
  17. #
  18. # item:
  19. # type: item
  20. # debug: false
  21. # material: i@stone
  22. # lore:
  23. # - <&7>Price: <&e>₱<script.yaml_key[price]>
  24. # - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  25. # price:
  26. #
  27. #########################
  28.  
  29. farmshopAssignment:
  30. type: assignment
  31. debug: false
  32. actions:
  33. on assignment:
  34. - trigger name:click state:true
  35. on click:
  36. - flag player currentshop:farmshopList
  37. - inventory open d:mainGlobalShopGui
  38.  
  39. farmshopList:
  40. type: yaml data
  41. items:
  42. - fmwheat_seeds
  43. - fmpumpkin_seeds
  44. - fmmelon_seed
  45. # - fcocoa_beans
  46. - fmbeetroot_seeds
  47. - fmpotato
  48. - fmcarrot
  49. - fmsugar_cane
  50. - fmwheat
  51. # - fmmelon_slice
  52. # - fmmelon
  53. - fbamboo
  54. - fmcactus
  55. - fmnether_wart
  56. - fcocoa_beans
  57. - fsweet_berries
  58. - fbeetroot_seeds
  59. - fbeetroot
  60.  
  61. fbamboo:
  62. type: item
  63. debug: false
  64. material: bamboo
  65. lore:
  66. - <&7>Price: <&e>₱<script.yaml_key[price]>
  67. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  68. price: 15
  69. sellprice: 5
  70.  
  71. fmwheat_seeds:
  72. type: item
  73. debug: false
  74. material: wheat_seeds
  75. lore:
  76. - <&7>Price: <&e>₱<script.yaml_key[price]>
  77. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  78. price: 10
  79. sellprice: 2
  80.  
  81. fmpumpkin_seeds:
  82. type: item
  83. debug: false
  84. material: pumpkin_seeds
  85. lore:
  86. - <&7>Price: <&e>₱<script.yaml_key[price]>
  87. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  88. price: 15
  89. sellprice: 2
  90.  
  91. fmmelon_seeds:
  92. type: item
  93. debug: false
  94. material: melon_seeds
  95. lore:
  96. - <&7>Price: <&e>₱<script.yaml_key[price]>
  97. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  98. price: 15
  99. sellprice: 2
  100.  
  101. #fcocoa_beans:
  102. # type: item
  103. # debug: false
  104. # material: cocoa_beans
  105. # lore:
  106. # - <&7>Price: <&e>₱<script.yaml_key[price]>
  107. # - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  108. # price: 10
  109.  
  110.  
  111. fmbeetroot_seeds:
  112. type: item
  113. debug: false
  114. material: beetroot_seeds
  115. lore:
  116. - <&7>Price: <&e>₱<script.yaml_key[price]>
  117. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  118. price: 15
  119. sellprice: 5
  120.  
  121. fmpotato:
  122. type: item
  123. debug: false
  124. material: potato
  125. lore:
  126. - <&7>Price: <&e>₱<script.yaml_key[price]>
  127. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  128. price: 50
  129. sellprice: 7
  130.  
  131. fmcarrot:
  132. type: item
  133. debug: false
  134. material: carrot
  135. lore:
  136. - <&7>Price: <&e>₱<script.yaml_key[price]>
  137. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  138. price: 50
  139. sellprice: 7
  140.  
  141. fmsugar_cane:
  142. type: item
  143. debug: false
  144. material: sugar_cane
  145. lore:
  146. - <&7>Price: <&e>₱<script.yaml_key[price]>
  147. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  148. price: 10
  149. sellprice: 5
  150.  
  151. fmwheat:
  152. type: item
  153. debug: false
  154. material: wheat
  155. lore:
  156. - <&7>Price: <&e>₱<script.yaml_key[price]>
  157. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  158. price: 20
  159. sellprice: 7
  160.  
  161. #fmmelon_slice:
  162. # type: item
  163. # debug: false
  164. # material: melon_slice
  165. # lore:
  166. # - <&7>Price: <&e>₱<script.yaml_key[price]>
  167. # - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  168. # price: 3
  169.  
  170. #fmmelon:
  171. # type: item
  172. # debug: false
  173. # material: melon
  174. # lore:
  175. # - <&7>Price: <&e>₱<script.yaml_key[price]>
  176. # - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  177. # price: 30
  178.  
  179. fmcactus:
  180. type: item
  181. debug: false
  182. material: cactus
  183. lore:
  184. - <&7>Price: <&e>₱<script.yaml_key[price]>
  185. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  186. price: 20
  187. sellprice: 5
  188.  
  189. fmnether_wart:
  190. type: item
  191. debug: false
  192. material: nether_wart
  193. lore:
  194. - <&7>Price: <&e>₱<script.yaml_key[price]>
  195. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  196. price: 20
  197. sellprice: 7
  198.  
  199. fcocoa_beans:
  200. type: item
  201. debug: false
  202. material: cocoa_beans
  203. lore:
  204. - <&7>Price: <&e>₱<script.yaml_key[price]>
  205. - <&7>Sell price: <&e>¢50
  206. price: 50
  207. sellprice: 0.5
  208.  
  209. fsweet_berries:
  210. type: item
  211. debug: false
  212. material: sweet_berries
  213. lore:
  214. - <&7>Price: <&e>₱<script.yaml_key[price]>
  215. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  216. price: 50
  217. sellprice: 4
  218.  
  219. fbeetroot:
  220. type: item
  221. debug: false
  222. material: beetroot
  223. lore:
  224. - <&7>Price: <&e>₱<script.yaml_key[price]>
  225. - <&7>Sell price: <&e>₱<script.yaml_key[sellprice]>
  226. price: 50
  227. sellprice: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement