Advertisement
Guest User

Config.yml

a guest
Feb 20th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 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: 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: false
  26. refresh-every: 10
  27. commands-on-sell: []
  28. sound:
  29. enabled: true
  30. sound: ORB_PICKUP
  31. shops:
  32. A:
  33. name: '&9A - Shop'
  34. permission: QuickSell.shop.A
  35. itemtype: CHEST
  36. lore: []
  37. amount: 1
  38. inheritance: []
  39. price:
  40. COBBLESTONE: 0.0
  41. list:
  42. - A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement