Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. #
  2. # Name: QuickSell
  3. # Author: mrCookieSlime
  4. #
  5. # Do not modify the Config while the Server is running
  6. # otherwise bad things might happen!
  7. #
  8. # This Plugin also requires CS-CoreLib to run!
  9. # If you don't have it installed already, its going to be
  10. # automatically installed for you
  11. #
  12. # This Plugin utilises an Auto-Updater. If you want to turn that off,
  13. # simply set options -> auto-update to false
  14. options:
  15. auto-update: true
  16. sell-gui-rows: 3
  17. locked-item: STAINED_GLASS_PANE-14
  18. sign-prefix: '&7[&eSell&7]'
  19. sellall-sign-prefix: '&a&oSell All'
  20. pregenerate-all-item-prices: false
  21. enable-menu-line: false
  22. enable-commands: true
  23. shop:
  24. enable-hierarchy: false
  25. enable-logging: true
  26. boosters:
  27. extension-mode: false
  28. refresh-every: 10
  29. commands-on-sell: []
  30. sound:
  31. enabled: true
  32. sound: ORB_PICKUP
  33. shops:
  34. A:
  35. name: '&9A - Shop'
  36. permission: QuickSell.shop.A
  37. itemtype: CHEST
  38. lore: []
  39. Basic:
  40. name: Basic
  41. permission: quicksell.shop.basic
  42. itemtype: CHEST
  43. lore: []
  44. amount: 1
  45. inheritance: []
  46. price:
  47. COBBLESTONE: 8.0
  48. DIAMOND_PICKAXE: 0.0
  49. STONE: 10.0
  50. COAL_BLOCK: 180.0
  51. IRON_INGOT: 50.0
  52. IRON_BLOCK-nodata: 450.0
  53. COAL: 20.0
  54. GOLD_BLOCK: 250
  55. DIAMOND_BLOCK: 4500
  56. DIAMOND: 500
  57. GOLD_INGOT: 2250
  58. EMERALD_BLOCK: 9000
  59. EMERALD: 1000
  60. LAPIS_BLOCK: 900
  61. INK_SACK: 100
  62. REDSTONE_BLOCK: 675
  63. REDSTONE: 75
  64. QUARTZ_BLOCK: 1.0
  65. QUARTZ: 1.0
  66. IRON_ORE: 40
  67. GOLD_ORE: 2000
  68. Donor1:
  69. name: Donor1
  70. permission: quicksell.shop.donor1
  71. itemtype: CHEST
  72. lore: []
  73. amount: 1
  74. inheritance: []
  75. price:
  76. EMERALD_BLOCK: 10800
  77. EMERALD: 1200
  78. COBBLESTONE: 9.6
  79. STONE: 12.0
  80. COAL_BLOCK: 216.0
  81. IRON_INGOT: 60.0
  82. IRON_BLOCK-nodata: 540.0
  83. COAL: 24.0
  84. GOLD_BLOCK: 300
  85. DIAMOND_BLOCK: 5400
  86. DIAMOND: 600
  87. GOLD_INGOT: 2700
  88. LAPIS_BLOCK: 1080
  89. INK_SACK: 120
  90. REDSTONE_BLOCK: 810
  91. REDSTONE: 90
  92. QUARTZ_BLOCK: 1.2
  93. QUARTZ: 1.2
  94. Donor2:
  95. name: Donor2
  96. permission: quicksell.shop.donor2
  97. itemtype: CHEST
  98. lore: []
  99. amount: 1
  100. inheritance: []
  101. price:
  102. EMERALD_BLOCK: 12600
  103. EMERALD: 1400
  104. COBBLESTONE: 11.2
  105. STONE: 14.0
  106. COAL_BLOCK: 252
  107. IRON_INGOT: 70
  108. IRON_BLOCK-nodata: 630
  109. COAL: 28
  110. GOLD_BLOCK: 350
  111. DIAMOND_BLOCK: 6300
  112. DIAMOND: 700
  113. GOLD_INGOT: 3150
  114. LAPIS_BLOCK: 1260
  115. INK_SACK: 140
  116. REDSTONE_BLOCK: 945
  117. REDSTONE: 105
  118. QUARTZ_BLOCK: 1.0
  119. QUARTZ: 1.0
  120. Donor3:
  121. name: Donor3
  122. permission: quicksell.shop.donor3
  123. itemtype: CHEST
  124. lore: []
  125. amount: 1
  126. inheritance: []
  127. price:
  128. EMERALD_BLOCK: 14400
  129. EMERALD: 1600
  130. COBBLESTONE: 12.8
  131. STONE: 16.0
  132. COAL_BLOCK: 234
  133. IRON_INGOT: 80
  134. IRON_BLOCK-nodata: 720
  135. COAL: 32.0
  136. GOLD_BLOCK: 400
  137. DIAMOND_BLOCK: 7200
  138. DIAMOND: 800
  139. GOLD_INGOT: 3600
  140. LAPIS_BLOCK: 1440
  141. INK_SACK: 160
  142. REDSTONE_BLOCK: 14400
  143. REDSTONE: 16001.0
  144. QUARTZ_BLOCK: 1.0
  145. QUARTZ: 1.0
  146. Donor4:
  147. name: Donor4
  148. permission: quicksell.shop.donor4
  149. itemtype: CHEST
  150. lore: []
  151. amount: 1
  152. inheritance: []
  153. price:
  154. EMERALD_BLOCK: 16200
  155. EMERALD: 18000
  156. COBBLESTONE: 14.4
  157. STONE: 18.0
  158. COAL_BLOCK: 324
  159. IRON_INGOT: 90
  160. IRON_BLOCK-nodata: 810
  161. COAL: 36
  162. GOLD_BLOCK: 450
  163. DIAMOND_BLOCK: 8100
  164. DIAMOND: 900
  165. GOLD_INGOT: 4050
  166. LAPIS_BLOCK: 1620
  167. INK_SACK: 180
  168. REDSTONE_BLOCK: 16200
  169. REDSTONE: 18000
  170. Donor5:
  171. name: Donor5
  172. permission: quicksell.shop.donor5
  173. itemtype: CHEST
  174. lore: []
  175. amount: 1
  176. inheritance: []
  177. price:
  178. EMERALD_BLOCK: 18000
  179. EMERALD: 20000
  180. COBBLESTONE: 16
  181. STONE: 20.0
  182. COAL_BLOCK: 360.0
  183. IRON_INGOT: 100.0
  184. IRON_BLOCK-nodata: 900.0
  185. COAL: 40.0
  186. GOLD_BLOCK: 500
  187. DIAMOND_BLOCK: 9000
  188. DIAMOND: 1000
  189. GOLD_INGOT: 4500
  190. LAPIS_BLOCK: 1800
  191. INK_SACK: 200
  192. REDSTONE_BLOCK: 1800.0
  193. REDSTONE: 20000.0
  194. list:
  195. - Basic
  196. - Donor1
  197. - Donor2
  198. - Donor3
  199. - Donor4
  200. - Donor5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement