Advertisement
Guest User

AutoSell config.yml

a guest
Dec 18th, 2014
6,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.56 KB | None | 0 0
  1. # AutoSell version: 1.1 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. hooks:
  11.   mine_reset_lite:
  12.     enabled: true
  13.   worldguard:
  14.     enabled: false
  15. tools_never_break: true
  16. autosell:
  17.   allow_creative: false
  18.   require_tools: true
  19.   take_sold_items: true
  20.   disabled_worlds:
  21.  - someworld
  22.   - someotherworld
  23.   multipliers_enabled: true
  24.   interval_announcements:
  25.     enabled: true
  26.     interval: 60
  27.     has_multiplier_message:
  28.    - '&8&m-----------------------------------------------------'
  29.     - '&eYour AutoSell stats...'
  30.     - '&bItems Sold&7: &f%items%'
  31.     - '&bAmount&7: &a$&f%amount%'
  32.     - '&bMultiplier: &f%multiplier%'
  33.     - '&8&m-----------------------------------------------------'
  34.     no_multiplier_message:
  35.    - '&8&m-----------------------------------------------------'
  36.     - '&eYour AutoSell stats...'
  37.     - '&bItems Sold&7: &f%items%'
  38.     - '&bAmount&7: &a$&f%amount%'
  39.     - '&8&m-----------------------------------------------------'
  40. signsell:
  41.   has_multiplier_message:
  42.  - '&8&m-----------------------------------------------------'
  43.   - '&bItems Sold&7: &f%items%'
  44.   - '&bAmount&7: &a$&f%amount%'
  45.   - '&bMultiplier: &f%multiplier%'
  46.   - '&8&m-----------------------------------------------------'
  47.   no_multiplier_message:
  48.  - '&8&m-----------------------------------------------------'
  49.   - '&bItems Sold&7: &f%items%'
  50.   - '&bAmount&7: &a$&f%amount%'
  51.   - '&8&m-----------------------------------------------------'
  52. sellall:
  53.   enabled: true
  54.   use_perm_shop_when_no_shop_is_at_location: true
  55.   has_multiplier_message:
  56.  - '&8&m-----------------------------------------------------'
  57.   - '&bItems Sold&7: &f%items%'
  58.   - '&bAmount&7: &a$&f%amount%'
  59.   - '&bMultiplier: &f%multiplier%'
  60.   - '&8&m-----------------------------------------------------'
  61.   no_multiplier_message:
  62.  - '&8&m-----------------------------------------------------'
  63.   - '&bItems Sold&7: &f%items%'
  64.   - '&bAmount&7: &a$&f%amount%'
  65.   - '&8&m-----------------------------------------------------'
  66. item_drops:
  67.   drops2inv:
  68.     enabled: true
  69.     autosell_areas_only: false
  70.     disabled_worlds:
  71.    - someworld
  72.     - someotherworld
  73.   silk_touch:
  74.     enabled: true
  75.   auto_smelt:
  76.     enabled: true
  77.     toggle_on_join: true
  78.     disabled_worlds:
  79.    - someworld
  80.     - someotherworld
  81.     smelt_list:
  82.    - GOLD_ORE,GOLD_INGOT
  83.     - IRON_ORE,IRON_INGOT
  84.     - WOOL;3,WOOL;5
  85.     - STONE,STONE
  86.   fortune:
  87.     enabled: true
  88.     max_fortune_drops: 100
  89.     disabled_worlds:
  90.    - someworld
  91.     - someotherworld
  92.     fortune_blocks:
  93.    - DIAMOND_ORE
  94.     - EMERALD_ORE
  95.     - GOLD_ORE
  96.     - IRON_ORE
  97.     - LAPIS_ORE
  98.     - REDSTONE_ORE
  99.     - QUARTZ_ORE
  100.     - COAL_ORE
  101.     - DIAMOND_BLOCK
  102.     - EMERALD_BLOCK
  103.     - GOLD_BLOCK
  104.     - IRON_BLOCK
  105.     - LAPIS_BLOCK
  106.     - REDSTONE_BLOCK
  107.     - QUARTZ_BLOCK
  108.     - COAL_BLOCK
  109.   ingot_to_block:
  110.     enabled: true
  111.     toggle_on_join: true
  112. shops:
  113.   Shop1:
  114.     priority: 1
  115.     shop_list:
  116.    - STONE,0.50
  117.     - COBBLESTONE,0.20
  118.     - IRON_ORE,0.35
  119.     - COAL_ORE,0.20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement