Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.15 KB | None | 0 0
  1. # AutoSell version: 1.1.2.3 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.   ezrankslite:
  16.     enabled: true
  17.     update_scoreboard_on_sell: true
  18.     fix_money: true
  19. tools_never_break: false
  20. autosell:
  21.   allow_creative: false
  22.   require_tools: true
  23.   take_sold_items: true
  24.   disabled_worlds:
  25.  - someworld
  26.   - someotherworld
  27.   multipliers_enabled: true
  28.   interval_announcements:
  29.     enabled: true
  30.     interval: 30
  31.     has_multiplier_message:
  32.    - '&8&m-----------------------------------------------------'
  33.     - '&bItems Sold&7: &f%items%'
  34.     - '&bAmount&7: &a$&f%amount%'
  35.     - '&bMultiplier: &f%multiplier%'
  36.     - '&8&m-----------------------------------------------------'
  37.     no_multiplier_message:
  38.    - '&8&m-----------------------------------------------------'
  39.     - '&eYour AutoSell stats...'
  40.     - '&bItems Sold&7: &f%items%'
  41.     - '&bAmount&7: &a$&f%amount%'
  42.     - '&8&m-----------------------------------------------------'
  43. signsell:
  44.   per_shop_permissions: true
  45.   has_multiplier_message:
  46.  - '&8&m-----------------------------------------------------'
  47.   - '&bItems Sold&7: &f%items%'
  48.   - '&bAmount&7: &a$&f%amount%'
  49.   - '&bMultiplier: &f%multiplier%'
  50.   - '&8&m-----------------------------------------------------'
  51.   no_multiplier_message:
  52.  - '&8&m-----------------------------------------------------'
  53.   - '&bItems Sold&7: &f%items%'
  54.   - '&bAmount&7: &a$&f%amount%'
  55.   - '&8&m-----------------------------------------------------'
  56. sellall:
  57.   enabled: true
  58.   use_perm_shop_when_no_shop_is_at_location: true
  59.   has_multiplier_message:
  60.  - '&8&m-----------------------------------------------------'
  61.   - '&bItems Sold&7: &f%items%'
  62.   - '&bAmount&7: &a$&f%amount%'
  63.   - '&bMultiplier: &f%multiplier%'
  64.   - '&8&m-----------------------------------------------------'
  65.   no_multiplier_message:
  66.  - '&8&m-----------------------------------------------------'
  67.   - '&bItems Sold&7: &f%items%'
  68.   - '&bAmount&7: &a$&f%amount%'
  69.   - '&8&m-----------------------------------------------------'
  70. item_drops:
  71.   drops2inv:
  72.     enabled: true
  73.     autosell_areas_only: false
  74.     disabled_worlds:
  75.    - someworld
  76.     - someotherworld
  77.   silk_touch:
  78.     enabled: true
  79.   auto_smelt:
  80.     enabled: true
  81.     toggle_on_join: true
  82.     disabled_worlds:
  83.    - someworld
  84.     - someotherworld
  85.     smelt_list:
  86.    - GOLD_ORE,GOLD_INGOT
  87.     - IRON_ORE,IRON_INGOT
  88.     - WOOL;3,WOOL;5
  89.     - STONE,STONE
  90.   fortune:
  91.     enabled: true
  92.     min_fortune_drops: 1
  93.     modifier_1: 4
  94.     modifier_2: 5
  95.     modifier_3: 7
  96.     modifier_4: 1
  97.     max_fortune_drops: 100
  98.     disabled_worlds:
  99.    - someworld
  100.     - someotherworld
  101.     fortune_blocks:
  102.    - DIAMOND_ORE
  103.     - EMERALD_ORE
  104.     - GOLD_ORE
  105.     - IRON_ORE
  106.     - LAPIS_ORE
  107.     - REDSTONE_ORE
  108.     - QUARTZ_ORE
  109.     - COAL_ORE
  110.     - DIAMOND_BLOCK
  111.     - EMERALD_BLOCK
  112.     - GOLD_BLOCK
  113.     - IRON_BLOCK
  114.     - LAPIS_BLOCK
  115.     - REDSTONE_BLOCK
  116.     - QUARTZ_BLOCK
  117.     - COAL_BLOCK
  118.     use_multiplier_system: 100
  119.   ingot_to_block:
  120.     enabled: true
  121.     toggle_on_join: true
  122. shops:
  123.   A-Mine:
  124.     priority: 2
  125.     shop_list:
  126.    - COAL;0,2.0
  127.     - COAL_ORE;0,2.4
  128.     - STONE;0,1.0
  129.     - IRON_BLOCK;0,30.0
  130.     - IRON_INGOT;0,3.25
  131.     - COAL_BLOCK;0,18.0
  132.     - COBBLESTONE;0,0.5
  133.     - DIAMOND;0,4.0
  134.     - EMERALD;0,50.0
  135.     - IRON_ORE;0,5.0
  136.   B-Mine:
  137.     priority: 1
  138.     shop_list:
  139.    - DIAMOND_ORE;0,10.0
  140.     - GOLD_INGOT;0,5.0
  141.     - GOLD_ORE;0,6.0
  142.     - STONE;0,1.0
  143.     - DIAMOND_BLOCK;0,72.0
  144.     - DIAMOND;0,8.0
  145.     - COBBLESTONE;0,0.5
  146.     - GOLD_BLOCK;0,45.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement