Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 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. scoreboard:
  25. multipliers:
  26. '1':
  27. '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. ALL:
  39. name: '&9A - Shop'
  40. permission: QuickSell.shop.ALL
  41. itemtype: CHEST
  42. lore: []
  43. amount: 1
  44. inheritance: []
  45. price:
  46. STONE: 100.0.0
  47. stone:50.0
  48. dirt:10.0
  49. sand:100.0
  50. gravel:100.0
  51. gold_ore:1000.0.0
  52. iron_ore:1000.0
  53. coal_ore:1000.0
  54. log:10.0
  55. lapis_ore:2000.0
  56. sandstone:2000.0
  57. diamond_ore:10000.0
  58. emerald:20000.0
  59. emerald_block:200000.0
  60. hardened_clay:10000000.0
  61. packed_ice:100000000.0
  62. obsidian:99909101.0
  63. mycelium:99999999999.0
  64. planks:100.0
  65. stonebrick:1092.0
  66. prismarine:1213.0
  67. netherrack:918230.0
  68. soul_sand:1321335.0
  69. glowstone:412412.0
  70. mob_spawner:42314.0
  71. end_stone:6453634.0
  72. sponge:313123.0
  73. diamond:90290909.0
  74. gold_block:2132.0
  75. iron_block:3214.0
  76. coal_block:91830.0
  77. QUARTZ_BLOCK:928293.0
  78. COAL:100.0
  79. MOSSY_COBBLESTONE:10000.0
  80. PUMPKIN:3000.0
  81. REDSTONE_BLOCK:10000.0
  82. redstone:213221.0
  83. BOOK:10000.0
  84. BOOKSHELF:10290.0
  85. BRICKS:10000.0
  86. NOTE_BLOCK:10000.0
  87. list:
  88. - All
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement