Advertisement
lowheartrate

blocksellshop.yml new

Jun 20th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. ShopName: blocksellshop
  2. DisplayName: '&2&lBlock &aSell Shop'
  3. Command: #buy:blockshop
  4. signs:
  5. text: '[BlockShop]'
  6. NeedPermissionToCreateSign: true
  7. shop:
  8. Dirt:
  9. MenuItem:
  10. - type:DIRT
  11. - amount:1
  12. #- name:&aPeasent &2Sell Shop
  13. - 'lore:&eSell all of your &a%shopitemname%(s) &efor &a$%reward%!'
  14. PriceType: itemall
  15. Price:
  16. - type:DIRT
  17. RewardType: money
  18. Reward: 0.01
  19. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e!'
  20. ExtraPermission: ''
  21. InventoryLocation: 0
  22.  
  23. Cobblestone:
  24. MenuItem:
  25. - type:COBBLESTONE
  26. - amount:1
  27. #- name: &aPeasent &2Sell Shop
  28. - 'lore:&eSell all of your &a%shopitemname%(s) &efore &a$%reward%!'
  29. PriceType: itemall
  30. Price:
  31. - type: COBBLESTONE
  32. RewardType: money
  33. Reward: 0.03
  34. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e'
  35. ExtraPermission: ''
  36. InventoryLocation: 0
  37.  
  38. Grass:
  39. MenuItem:
  40. - type:GRASS
  41. - amount:1
  42. #- name: &aPeasent &2Sell Shop
  43. - 'lore:&eSell all of your &a%shopitemname%(s) &efore &a$%reward%!'
  44. PriceType: itemall
  45. Price:
  46. - type:GRASS
  47. RewardType: money
  48. Reward: 0.04
  49. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e'
  50. ExtraPermission: ''
  51. InventoryLocation: 0
  52.  
  53. Stone:
  54. MenuItem:
  55. - type:STONE
  56. - amount:1
  57. #- name: &aPeasent &2Sell Shop
  58. - 'lore:&eSell all of your &a%shopitemname%(s) &efore &a$%reward%!'
  59. PriceType: itemall
  60. Price:
  61. - type:STONE
  62. RewardType: money
  63. Reward: 0.04
  64. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e'
  65. ExtraPermission: ''
  66. InventoryLocation: 0
  67.  
  68. Sand:
  69. MenuItem:
  70. - type:SAND
  71. - amount:1
  72. #- name: &aPeasent &2Sell Shop
  73. - 'lore:&eSell all of your &a%shopitemname%(s) &efore &a$%reward%!'
  74. PriceType: itemall
  75. Price:
  76. - type:SAND
  77. RewardType: money
  78. Reward: 0.01
  79. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e'
  80. ExtraPermission: ''
  81. InventoryLocation: 0
  82.  
  83. Diorite:
  84. MenuItem:
  85. - type:STONE
  86. - durability:3
  87. - amount:1
  88. #- name: &aPeasent &2Sell Shop
  89. - 'lore:&eSell all of your &a%shopitemname%(s) &efore &a$%reward%!'
  90. PriceType: itemall
  91. Price:
  92. - type:STONE
  93. - durability:3
  94. RewardType: money
  95. Reward: 0.03
  96. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e'
  97. ExtraPermission: ''
  98. InventoryLocation: 0
  99.  
  100. Andesite:
  101. MenuItem:
  102. - type:STONE
  103. - durability:5
  104. - amount:1
  105. #- name: &aPeasent &2Sell Shop
  106. - 'lore:&eSell all of your &a%shopitemname%(s) &efore &a$%reward%!'
  107. PriceType: itemall
  108. Price:
  109. - type:STONE
  110. - durability:5
  111. RewardType: money
  112. Reward: 0.03
  113. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e'
  114. ExtraPermission: ''
  115. InventoryLocation: 0
  116.  
  117. Granite:
  118. MenuItem:
  119. - type:STONE
  120. - durability:1
  121. - amount:1
  122. #- name: &aPeasent &2Sell Shop
  123. - 'lore:&eSell all of your &a%shopitemname%(s) &efore &a$%reward%!'
  124. PriceType: itemall
  125. Price:
  126. - type:STONE
  127. - durability:1
  128. RewardType: money
  129. Reward: 0.03
  130. Message: '&eYou have sold all of your &a%shopitemname%(s) &eand now have a balance of &a$%balance%&e'
  131. ExtraPermission: ''
  132. InventoryLocation: 0
  133.  
  134. Back:
  135. MenuItem:
  136. - 'lore:&8Back to Menu'
  137. - name: &cBack
  138. - amount:1
  139. - type:REDSTONE
  140. RewardType: SHOP
  141. Reward: menu
  142. PriceType: NOTHING
  143. Message: '&6Leaving the ItemShop...'
  144. ExtraPermission: ''
  145. InventoryLocation: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement