TWSSYesterday

Untitled

Jan 28th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 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: 5
  17. locked-item: ENDER_CHEST
  18. sign-prefix: '&7[&eSell&7]'
  19. sellall-sign-prefix: '&a&oSell All'
  20. open-only-shop-with-permission: false
  21. pregenerate-all-item-prices: false
  22. enable-menu-line: false
  23. enable-commands: true
  24. boosters:
  25. same-multiplier-increases-time: true
  26. refresh-every: 10
  27. commands-on-sell: []
  28. sound:
  29. enabled: true
  30. sound: ORB_PICKUP
  31. shops:
  32. Donator:
  33. name: '&9Donator'
  34. amount: 32
  35. itemtype: CHEST
  36. lore: []
  37. permission: QuickSell.shop.Donator
  38. inheritance: []
  39. price:
  40. COBBLESTONE: 5.0
  41. REDSTONE: 25.0
  42. IRON_INGOT: 40.0
  43. APPLE: 5.0
  44. LOG: 5.0
  45. VIP:
  46. name: '&9VIP'
  47. amount: 32
  48. itemtype: CHEST
  49. lore: []
  50. permission: QuickSell.shop.VIP
  51. inheritance: []
  52. price:
  53. COBBLESTONE: 7.5
  54. REDSTONE: 40.0
  55. IRON_INGOT: 75.0
  56. APPLE: 10.0
  57. GRASS: 90.0
  58. LOG: 5.0
  59. Premium:
  60. name: '&9Premium'
  61. amount: 32
  62. itemtype: CHEST
  63. lore: []
  64. permission: QuickSell.shop.Premium
  65. inheritance: []
  66. price:
  67. COBBLESTONE: 7.5
  68. REDSTONE: 40.0
  69. IRON_INGOT: 75.0
  70. APPLE: 10.0
  71. GRASS: 90.0
  72. LOG: 5.0
  73. EMERALD: 60
  74. Elite:
  75. name: '&9Elite'
  76. amount: 32
  77. itemtype: CHEST
  78. lore: []
  79. permission: QuickSell.shop.Elite
  80. inheritance: []
  81. price:
  82. COBBLESTONE: 7.5
  83. REDSTONE: 40.0
  84. IRON_INGOT: 75.0
  85. APPLE: 10.0
  86. GRASS: 90.0
  87. LOG: 5.0
  88. EMERALD: 75
  89. King:
  90. name: '&9King'
  91. amount: 32
  92. itemtype: CHEST
  93. lore: []
  94. permission: QuickSell.shop.King
  95. inheritance: []
  96. price:
  97. COBBLESTONE: 7.5
  98. REDSTONE: 40.0
  99. IRON_INGOT: 75.0
  100. APPLE: 10.0
  101. GRASS: 90.0
  102. LOG: 5.0
  103. EMERALD: 100
  104. Myth:
  105. name: '&9Myth'
  106. amount: 32
  107. itemtype: CHEST
  108. lore: []
  109. permission: QuickSell.shop.Myth
  110. inheritance: []
  111. price:
  112. COBBLESTONE: 7.5
  113. REDSTONE: 40.0
  114. IRON_INGOT: 75.0
  115. APPLE: 10.0
  116. GRASS: 90.0
  117. LOG: 5.0
  118. EMERALD: 150
  119. Prime:
  120. name: '&9Prime'
  121. amount: 32
  122. itemtype: CHEST
  123. lore: []
  124. permission: QuickSell.shop.Prime
  125. inheritance: []
  126. price:
  127. COBBLESTONE: 7.5
  128. REDSTONE: 40.0
  129. IRON_INGOT: 75.0
  130. APPLE: 10.0
  131. GRASS: 90.0
  132. LOG: 5.0
  133. EMERALD_BLOCK: 5000
  134. list:
  135. - Donator
  136. - VIP
  137. - Premium
  138. - Elite
  139. - King
  140. - Myth
  141. - Prime
Add Comment
Please, Sign In to add comment