1 | ###########################################################
|
2 | # WANDERING COLLECTOR #
|
3 | # #
|
4 | # This configuration file is used to customize the #
|
5 | # Wandering Collector plugin. Adjust the settings below #
|
6 | # to change which items can be traded, set item limits, #
|
7 | # configure trade counts, pricing (with tiered pricing), #
|
8 | # and more. #
|
9 | ###########################################################
|
10 |
|
11 | items:
|
12 | # -------------------------------------------------------------------
|
13 | # Whitelist: Only items listed here will be available for trade.
|
14 | # Add or remove items as needed. Custom items from other plugins
|
15 | # (such as ItemsAdder or Oraxen) can be specified using namespaces.
|
16 | # -------------------------------------------------------------------
|
17 | whitelist_items:
|
18 | - 'DIAMOND'
|
19 | - 'DIAMOND_SWORD'
|
20 | - 'DIAMOND_AXE'
|
21 | - 'DIAMOND_BLOCK'
|
22 | - 'DIAMOND_BOOTS'
|
23 | - 'DIAMOND_CHESTPLATE'
|
24 | - 'DIAMOND_HELMET'
|
25 | - 'DIAMOND_HOE'
|
26 | - 'DIAMOND_HORSE_ARMOR'
|
27 | - 'DIAMOND_LEGGINGS'
|
28 | - 'DIAMOND_ORE'
|
29 | - 'DIAMOND_PICKAXE'
|
30 | - 'DIAMOND_SHOVEL'
|
31 | - 'NETHERITE_BLOCK'
|
32 | - 'NETHERITE_INGOT'
|
33 | - 'NETHERITE_SCRAP'
|
34 | - 'NETHERITE_AXE'
|
35 | - 'NETHERITE_HELMET'
|
36 | - 'NETHERITE_SWORD'
|
37 | - 'NETHER_STAR'
|
38 | - 'IRON_AXE'
|
39 | - 'IRON_BLOCK'
|
40 | - 'IRON_BOOTS'
|
41 | - 'IRON_CHESTPLATE'
|
42 | - 'IRON_HELMET'
|
43 | - 'IRON_INGOT'
|
44 | - 'IRON_LEGGINGS'
|
45 | - 'IRON_ORE'
|
46 | - 'IRON_PICKAXE'
|
47 | - 'IRON_SHOVEL'
|
48 | - 'CHAINMAIL_BOOTS'
|
49 | - 'CHAINMAIL_CHESTPLATE'
|
50 | - 'CHAINMAIL_HELMET'
|
51 | - 'CHAINMAIL_LEGGINGS'
|
52 | - 'POTION'
|
53 | - 'SPLASH_POTION'
|
54 | - 'ENCHANTED_BOOK'
|
55 | - 'EMERALD_ORE'
|
56 | - 'EMERALD_BLOCK'
|
57 | - 'EMERALD'
|
58 | - 'ELYTRA'
|
59 | - 'ENCHANTED_GOLDEN_APPLE'
|
60 | - 'FIREWORK_ROCKET'
|
61 | - 'FISHING_ROD'
|
62 | - 'GOLD_BLOCK'
|
63 | - 'GLOWSTONE'
|
64 | - 'GOLD_INGOT'
|
65 | - 'GOLDEN_APPLE'
|
66 | - 'GOLDEN_AXE'
|
67 | - 'GOLDEN_BOOTS'
|
68 | - 'GOLDEN_CHESTPLATE'
|
69 | - 'GOLDEN_HELMET'
|
70 | - 'GOLDEN_LEGGINGS'
|
71 | - 'GOLDEN_PICKAXE'
|
72 | - 'LIGHT'
|
73 | - 'LAPIS_BLOCK'
|
74 | - 'LAPIS_LAZULI'
|
75 | - 'LAPIS_ORE'
|
76 | - 'DEEPSLATE_LAPIS_ORE'
|
77 | - 'DEEPSLATE_IRON_ORE'
|
78 | - 'DEEPSLATE_GOLD_ORE'
|
79 | - 'DEEPSLATE_EMERALD_ORE'
|
80 | - 'DEEPSLATE_DIAMOND_ORE'
|
81 | - 'COD'
|
82 | - 'COOKIE'
|
83 | - 'CAKE'
|
84 | - 'CONDUIT'
|
85 | - 'COAL_BLOCK'
|
86 | - 'COOKED_BEEF'
|
87 | - 'BLUE_ICE'
|
88 | - 'BEACON'
|
89 | - 'ANCIENT_DEBRIS'
|
90 | - 'AMETHYST_SHARD'
|
91 | - 'AMETHYST_BLOCK'
|
92 | - 'DRAGON_BREATH'
|
93 | - 'TRIPWIRE_HOOK'
|
94 | - 'TRIDENT'
|
95 | - 'NAUTILUS_SHELL'
|
96 | - 'WOLF_SPAWN_EGG'
|
97 | - 'FOX_SPAWN_EGG'
|
98 | - 'BOW'
|
99 | - 'CROSSBOW'
|
100 | - 'BEDROCK'
|
101 | - 'WHITE_BANNER'
|
102 | - 'BLACK_BANNER'
|
103 | - 'ORANGE_BANNER'
|
104 | - 'WRITTEN_BOOK'
|
105 | - 'PAPER'
|
106 | - 'COOKED_BEEF'
|
107 | - 'BROWN_DYE'
|
108 | - 'BAKED_POTATO'
|
109 | - 'GUNPOWDER'
|
110 | - 'QUARTZ'
|
111 | - 'BROWN_DYE'
|
112 | - 'BLAZE_ROD'
|
113 | # - 'namespace:custom_sword' # Example: Custom item via ItemsAdder or Oraxen
|
114 | # - 'another_namespace:another_custom_item'
|
115 |
|
116 | ###########################################################
|
117 | # ITEM LIMITS #
|
118 | # Configure the maximum number of each item allowed in the #
|
119 | # database. The "default" limit applies to any item not #
|
120 | # explicitly listed below. Adjust these values based on your#
|
121 | # server's needs to prevent database bloat. #
|
122 | ###########################################################
|
123 | item_limits:
|
124 | default: 200 # Default maximum for any item not explicitly listed.
|
125 | BLAZE_ROD: 100
|
126 | BROWN_DYE: 100
|
127 | CROSSBOW: 100
|
128 | DIAMOND: 50
|
129 | # Add additional item limits here if needed.
|
130 |
|
131 | ###########################################################
|
132 | # TRADE SETTINGS #
|
133 | # These settings determine how wandering traders generate #
|
134 | # trades. You can set the number of trades, as well as the #
|
135 | # pricing logic which includes tiered pricing and a fallback #
|
136 | # default pricing range. #
|
137 | ###########################################################
|
138 | trade_settings:
|
139 | # -------------------------------------------------------------------
|
140 | # Trade Count: The wandering trader will offer a random number of
|
141 | # trades between these two values every time they spawn.
|
142 | # -------------------------------------------------------------------
|
143 | trade_count:
|
144 | min: 7
|
145 | max: 22
|
146 |
|
147 | price:
|
148 | # -------------------------------------------------------------------
|
149 | # Tiered Pricing: When 'use_tiers' is true, the plugin will use the
|
150 | # defined tiers to set trade prices. Each tier specifies a price range
|
151 | # and a list of items that belong to that tier.
|
152 | # -------------------------------------------------------------------
|
153 | use_tiers: false
|
154 |
|
155 | tiers:
|
156 | # High Tier: For high-value items. Adjust the min/max values as needed.
|
157 | high:
|
158 | enabled: false # Set to false to disable this tier.
|
159 | min: 30 # Minimum price for items in this tier.
|
160 | max: 45 # Maximum price for items in this tier.
|
161 | items:
|
162 | - DIAMOND
|
163 | - NETHERITE_BLOCK
|
164 | - NETHERITE_INGOT
|
165 |
|
166 | # Medium Tier: For mid-value items.
|
167 | medium:
|
168 | enabled: false # Enable or disable this pricing tier.
|
169 | min: 20 # Minimum price for items in this tier.
|
170 | max: 29 # Maximum price for items in this tier.
|
171 | items:
|
172 | - IRON_INGOT
|
173 | - GOLD_INGOT
|
174 | - EMERALD
|
175 |
|
176 | # Low Tier: For lower value or common items.
|
177 | low:
|
178 | enabled: false # Set to false to skip this tier.
|
179 | min: 10 # Minimum price for items in this tier.
|
180 | max: 15 # Maximum price for items in this tier.
|
181 | items:
|
182 | - DIRT
|
183 | - GRASS_BLOCK
|
184 | - COAL
|
185 |
|
186 | # -------------------------------------------------------------------
|
187 | # Default Pricing: If an item does not match any enabled tier, or if
|
188 | # tiered pricing is disabled, this range is used as a fallback.
|
189 | # -------------------------------------------------------------------
|
190 | default:
|
191 | min: 5
|
192 | max: 45
|
193 |
|
194 | # -------------------------------------------------------------------
|
195 | # Currency Item: Defines the item used as the currency for trades.
|
196 | # The plugin will use the specified material and, if enabled, will add
|
197 | # custom name and lore to the item.
|
198 | # -------------------------------------------------------------------
|
199 | item:
|
200 | check_material_only: true # If true, only the material is checked (ignores metadata).
|
201 | material: DRAGON_BREATH # The material used as currency.
|
202 | name: '&d&lSoul' # Custom display name for the currency item.
|
203 | lore:
|
204 | - '&6This is the soul of banned players!'
|
205 | - '&6Use it for trades at &4&l/spawn!'
|
206 |
|
207 | ###########################################################
|
208 | # ONE-TIME TRADES #
|
209 | # When enabled, items will be removed from the database #
|
210 | # after they are traded. Note: This does not affect items #
|
211 | # already offered by spawned traders. #
|
212 | ###########################################################
|
213 | one_time_trades:
|
214 | enabled: false # Set to true to enable one-time trades.
|
215 |
|
216 | ###########################################################
|
217 | # TRADER EGG #
|
218 | # This section defines the properties of the trader egg, #
|
219 | # which is used to spawn the Wandering Collector. Customize #
|
220 | # the appearance (name, lore, enchantments) as desired. #
|
221 | ###########################################################
|
222 | trader_egg:
|
223 | enchanted: true # If true, the egg will have a glowing enchantment.
|
224 | name: '&dWondering Collector' # The display name for the trader egg.
|
225 | lore:
|
226 | - '&7Spawn me!'
|
227 | - '&7Find lost items from players!'
|