Advertisement
Guest User

Untitled

a guest
Aug 13th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 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. open-only-shop-with-permission: false
  21. pregenerate-all-item-prices: false
  22. enable-menu-line: false
  23. enable-commands: true
  24. scoreboard:
  25. enabled: true
  26. multipliers:
  27. 1,0: '&7No multiplier :('
  28. timeleft:
  29. '0': '&7No time left :('
  30. boosters:
  31. same-multiplier-increases-time: false
  32. refresh-every: 10
  33. commands-on-sell: []
  34. sound:
  35. enabled: true
  36. sound: ORB_PICKUP
  37. shops:
  38. A:
  39. name: '&9A - Shop'
  40. permission: QuickSell.shop.A
  41. itemtype: CHEST
  42. lore: []
  43. amount: 1
  44. inheritance: []
  45. price:
  46. COBBLESTONE: 10.0
  47. ANDESITE: 15.0
  48. GRANITE: 15.0
  49. DIONITE: 15.0
  50. DIORITE: 15.0
  51. COAL: 20.0
  52. IRONINGOT: 25.0
  53. list:
  54. - A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement