Advertisement
Guest User

Untitled

a guest
May 16th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. # AutoSell version: 1.6.4 Main Configuration
  2. #
  3. # A fully customizable automatic toggleable shop/mining utility system where players can type /autosell to toggle
  4. # automatic selling while mining if in mines/regions that have shops associated with them.
  5. # If no mine/region integration is enabled, players will be able to autosell in any enabled worlds if they have permission to access a shop
  6. # playe.
  7. # You can create as many shop lists you want. Each shop must have a unique priority set
  8. # with 1 being the highest priority (if permissions are used). You can also configure if players can only get paid in certain
  9. # mines/regions!
  10. check_updates: true
  11. block_listener_priority: HIGHEST
  12. hooks:
  13. mine_reset_lite:
  14. enabled: true
  15. worldguard:
  16. enabled: false
  17. prisonmines:
  18. enabled: false
  19. tools_never_break: true
  20. multiplier_limit: 100.0
  21. autosell:
  22. allow_creative: false
  23. require_tools: true
  24. take_sold_items: true
  25. disabled_worlds:
  26. - someworld
  27. - someotherworld
  28. multipliers_enabled: true
  29. interval_announcements:
  30. enabled: true
  31. interval: 60
  32. has_multiplier_message:
  33. - '&8&m-----------------------------------------------------'
  34. - '&eYour AutoSell stats...'
  35. - '&bItems Sold&7: &f%items%'
  36. - '&bAmount&7: &a$&f%amount%'
  37. - '&bMultiplier: &f%multiplier%'
  38. - '&8&m-----------------------------------------------------'
  39. no_multiplier_message:
  40. - '&8&m-----------------------------------------------------'
  41. - '&eYour AutoSell stats...'
  42. - '&bItems Sold&7: &f%items%'
  43. - '&bAmount&7: &a$&f%amount%'
  44. - '&8&m-----------------------------------------------------'
  45. signsell:
  46. per_shop_permissions: true
  47. has_multiplier_message:
  48. - '&8&m-----------------------------------------------------'
  49. - '&bItems Sold&7: &f%items%'
  50. - '&bAmount&7: &a$&f%amount%'
  51. - '&bMultiplier: &f%multiplier%'
  52. - '&8&m-----------------------------------------------------'
  53. no_multiplier_message:
  54. - '&8&m-----------------------------------------------------'
  55. - '&bItems Sold&7: &f%items%'
  56. - '&bAmount&7: &a$&f%amount%'
  57. - '&8&m-----------------------------------------------------'
  58. sellall:
  59. enabled: true
  60. use_perm_shop_when_no_shop_is_at_location: true
  61. has_multiplier_message:
  62. - '&8&m-----------------------------------------------------'
  63. - '&bItems Sold&7: &f%items%'
  64. - '&bAmount&7: &a$&f%amount%'
  65. - '&bMultiplier: &f%multiplier%'
  66. - '&8&m-----------------------------------------------------'
  67. no_multiplier_message:
  68. - '&8&m-----------------------------------------------------'
  69. - '&bItems Sold&7: &f%items%'
  70. - '&bAmount&7: &a$&f%amount%'
  71. - '&8&m-----------------------------------------------------'
  72. item_drops:
  73. drops2inv:
  74. enabled: true
  75. require_permission_node: false
  76. autosell_areas_only: false
  77. disabled_worlds:
  78. - someworld
  79. - someotherworld
  80. ignored_blocks:
  81. - SKULL_ITEM
  82. - SKULL
  83. allowed_instead_of_ignored: false
  84. silk_touch:
  85. enabled: true
  86. auto_smelt:
  87. enabled: true
  88. toggle_on_join: true
  89. disabled_worlds:
  90. - someworld
  91. - someotherworld
  92. smelt_list:
  93. - GOLD_ORE,GOLD_INGOT
  94. - IRON_ORE,IRON_INGOT
  95. - WOOL;3,WOOL;5
  96. - STONE,STONE
  97. fortune:
  98. enabled: true
  99. minimum_drops: 1
  100. maximum_drops: 1000
  101. multiplier: 1.2
  102. modifier: 1
  103. random_drop_amount: true
  104. disabled_worlds:
  105. - someworld
  106. - someotherworld
  107. fortune_blocks:
  108. - DIAMOND_ORE
  109. - EMERALD_ORE
  110. - GOLD_ORE
  111. - IRON_ORE
  112. - LAPIS_ORE
  113. - REDSTONE_ORE
  114. - QUARTZ_ORE
  115. - COAL_ORE
  116. - DIAMOND_BLOCK
  117. - EMERALD_BLOCK
  118. - GOLD_BLOCK
  119. - IRON_BLOCK
  120. - LAPIS_BLOCK
  121. - REDSTONE_BLOCK
  122. - QUARTZ_BLOCK
  123. - COAL_BLOCK
  124. ingot_to_block:
  125. enabled: true
  126. toggle_on_join: true
  127. auto_blocks_interval: 30
  128. shop_items_info:
  129. use_gui: true
  130. message:
  131. - '&8&m-----------------------------------------------------'
  132. - '&aShop: &f%shop%'
  133. - '%items%'
  134. - '&8&m-----------------------------------------------------'
  135. item_format: '&7%material%&f:&7%data% &f- &a$&f%price_1%'
  136. vkbackpack:
  137. bptoggle_on_join: true
  138. shops:
  139. Shop1:
  140. priority: 1
  141. shop_list:
  142. - STONE,0.50
  143. - COBBLESTONE,0.20
  144. - IRON_ORE,0.35
  145. - COAL_ORE,0.20
  146. money:
  147. fix_money: true
  148. use_custom_format: false
  149. custom_format: '#,###.00'
  150. thousands_format: k
  151. millions_format: M
  152. billions_format: B
  153. trillions_format: T
  154. quadrillions_format: Q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement