###########################################################
# This configuration file is used to customize the #
# Wandering Collector plugin. Adjust the settings below #
# to change which items can be traded, set item limits, #
# configure trade counts, pricing (with tiered pricing), #
###########################################################
# -------------------------------------------------------------------
# Whitelist: Only items listed here will be available for trade.
# Add or remove items as needed. Custom items from other plugins
# (such as ItemsAdder or Oraxen) can be specified using namespaces.
# -------------------------------------------------------------------
- 'ENCHANTED_GOLDEN_APPLE'
- 'DEEPSLATE_EMERALD_ORE'
- 'DEEPSLATE_DIAMOND_ORE'
# - 'namespace:custom_sword' # Example: Custom item via ItemsAdder or Oraxen
# - 'another_namespace:another_custom_item'
###########################################################
# Configure the maximum number of each item allowed in the #
# database. The "default" limit applies to any item not #
# explicitly listed below. Adjust these values based on your#
# server's needs to prevent database bloat. #
###########################################################
default: 200 # Default maximum for any item not explicitly listed.
# Add additional item limits here if needed.
###########################################################
# These settings determine how wandering traders generate #
# trades. You can set the number of trades, as well as the #
# pricing logic which includes tiered pricing and a fallback #
# default pricing range. #
###########################################################
# -------------------------------------------------------------------
# Trade Count: The wandering trader will offer a random number of
# trades between these two values every time they spawn.
# -------------------------------------------------------------------
# -------------------------------------------------------------------
# Tiered Pricing: When 'use_tiers' is true, the plugin will use the
# defined tiers to set trade prices. Each tier specifies a price range
# and a list of items that belong to that tier.
# -------------------------------------------------------------------
# High Tier: For high-value items. Adjust the min/max values as needed.
enabled: false # Set to false to disable this tier.
min: 30 # Minimum price for items in this tier.
max: 45 # Maximum price for items in this tier.
# Medium Tier: For mid-value items.
enabled: false # Enable or disable this pricing tier.
min: 20 # Minimum price for items in this tier.
max: 29 # Maximum price for items in this tier.
# Low Tier: For lower value or common items.
enabled: false # Set to false to skip this tier.
min: 10 # Minimum price for items in this tier.
max: 15 # Maximum price for items in this tier.
# -------------------------------------------------------------------
# Default Pricing: If an item does not match any enabled tier, or if
# tiered pricing is disabled, this range is used as a fallback.
# -------------------------------------------------------------------
# -------------------------------------------------------------------
# Currency Item: Defines the item used as the currency for trades.
# The plugin will use the specified material and, if enabled, will add
# custom name and lore to the item.
# -------------------------------------------------------------------
check_material_only: true # If true, only the material is checked (ignores metadata).
material: DRAGON_BREATH # The material used as currency.
name: '&d&lSoul' # Custom display name for the currency item.
- '&6This is the soul of banned players!'
- '&6Use it for trades at &4&l/spawn!'
###########################################################
# When enabled, items will be removed from the database #
# after they are traded. Note: This does not affect items #
# already offered by spawned traders. #
###########################################################
enabled: false # Set to true to enable one-time trades.
###########################################################
# This section defines the properties of the trader egg, #
# which is used to spawn the Wandering Collector. Customize #
# the appearance (name, lore, enchantments) as desired. #
###########################################################
enchanted: true # If true, the egg will have a glowing enchantment.
name: '&dWondering Collector' # The display name for the trader egg.
- '&7Find lost items from players!'