Epic Spawners
Highly customizable spawner stacking, upgrading and boosting plugin, which gives you seemingly unlimited editing and creation possibilities of unique spawners for your server.
Part of the Epic Series.
Contents
Getting Started
To install Epic Spawners you will need to:
- Turn your server off.
- Add the required dependencies: Vault, Economy Management Plugin.
- Add the optional dependencies: Holographic Displays.
- Add in the latest version of Epic Spawners which you can find in our marketplace.
- Turn your server back on.
Plugin Files
1 Main:
2
3 # The maximum stack size a spawner can be stacked to.
4 Spawner Max Stack: 5
5
6 # The text displayed in the hologram positioned above every spawner.
7 Spawner Name Format: '&e{TYPE} &fSpawner [&c{AMT}x]'
8
9 # Spawners placed next to each other within this radius will automatically
10 # combine with each other.
11 Force Combine Radius: 0
12
13 # What should be the maximum amount of placed spawners in a chunk?
14 # Setting this to -1 will disable the function.
15 Max Spawners Per Chunk: -1
16
17 # Prevent spawners from being placed next to each other within the specified radius.
18 Deny Place On Force Combine: false
19
20 # The radius checked around a spawner before spawning entities.
21 # By default this is used to make sure there are no more than 7 entities
22 # around any single spawner.
23 Radius To Search Around Spawners: 8x4x8
24
25 # Toggle an alerting chat message after triggered by placing or breaking a spawner.
26 Alerts On Place And Break: true
27
28 # Toggle ability to receive a stacked spawner when breaking a spawner while sneaking.
29 Sneak To Receive A Stacked Spawner: true
30
31 # Toggle holograms showing above spawners.
32 Spawners Have Holograms: true
33
34 # Should natural mob spawners drop upon being broken?
35 Only Drop Placed Spawner: false
36
37 # Should map generated spawners charge a price in order to be broken?
38 # You can configure the cost for each spawner type in the Spawners.yml.
39 Only Charge Natural Spawners: false
40
41 # The tick rate in which spawners will attempt to spawn.
42 # Making this smaller or larger will not effect a spawners spawn rate as
43 # this value only effects the frequency in which a spawn attempt is triggered.
44 Custom Spawner Tick Rate: 10
45
46 # Toggles various sound effects used throughout the plugin.
47 Sounds Enabled: true
48
49 # Should a spawners hologram display its tier if it's tier one?
50 Display Tier In Spawner Title If Tier 1: false
51
52 # Should spawners of different mob types be stackable into a single spawner?
53 OmniSpawners Enabled: true
54
55 # Ability to change mob spawner type with spawn eggs.
56 Convert Spawners With Eggs: true
57
58 # Can spawners be upgraded with money?
59 Upgrade With Economy: true
60
61 # Can spawners be upgraded with Levels?
62 Upgrade With Levels: true
63
64 # Prevent water from flowing next to or on top of a spawner within the here declared radius.
65 # Set to 0 to disable.
66 Spawner Repel Liquid Radius: 1
67
68 # Does redstone power disable a spawner?
69 Redstone Power Deactivates Spawners: true
70
71 # should the button be visible in each spawners overview GUI.
72 Display Help Button In Spawner Overview: true
73
74 # Should spawners not break when blown up?
75 Prevent Spawners From Exploding: false
76
77 # Should broken spawners be added directly to the players inventory?
78 # Alternatively they will drop to the ground?
79 Add Spawners To Inventory On Drop: false
80
81 # The name of the particle shown when upgrading a spawner.
82 Upgrade Particle Type: SPELL_WITCH
83
84 # After every spawner successfully spawns, a new delay is added to it.
85 # That delay is different for every spawner type and can be configured in the Spawners.yml
86 # The number configured here is then added to that delay.
87 Extra Ticks Added To Each Spawn: 0
88
89 # The maximum amount of spawners a player can place. Set to -1 to allow unlimited
90 # spawner placement.
91 Max Spawners Per Player: -1
92
93 # The amount of time in between saving to file.
94 # This is purely a safety function to prevent against unplanned crashes or
95 # restarts. With that said it is advised to keep this enabled.
96 # If however you enjoy living on the edge, feel free to turn it off.
97 Auto Save Interval In Seconds: 15
98
99 # Should natural spawners be disabled?
100 Disable Natural Spawners: false
101
102 # If enabled mobs spawned by spawners will not move or attack.
103 Nerf Spawner Mobs: false
104 Equations:
105
106 # The equation that defines the amount of mobs a spawner will spawn each time it is triggered.
107 # This is ran once for each spawner in the stack then summed up after. You may use the variable {STACK_SIZE}
108 # or {RAND} If you like. For more information about how to make equations for this option look up the
109 # Java ScriptEngine.
110 Mobs Spawned Per Single Spawn: '{RAND}'
111
112 # This value depicts the variable {RAND} in equations used by this plugin
113 # It generates a random number between (by default) 1 and 4.
114 Random Amount Variable: '1:4'
115
116 # Which economy plugin should be used?
117 # Supported plugins you have installed: "Vault".
118 Economy: Vault
119
120 # Which hologram plugin should be used?
121 # You can choose from "HolographicDisplays".
122 Hologram: HolographicDisplays
123
124 # Should players in creative have to pay for perks like upgrades and boosting?
125 Charge For Creative: false
126
127 Spawner Boosting:
128
129 # The highest multiplier a spawner can be boosted to.
130 Max Multiplier For A Spawner Boost: 5
131
132 # The cost required when a player boosts their own spawner.
133 # If you would rather charge experience or economy then enter respectively
134 # ECO or XP in place of the default DIAMOND.
135 Item Charged For A Boost: DIAMOND:2
136
137 entity:
138
139 # Should hostile mobs attack only if attacked first?
140 Hostile Mobs Attack Second: false
141
142 Spawner Drops:
143
144 # Should stacked spawners always drop their whole stack when broken?
145 Only Drop Stacked Spawners: false
146
147 # Should spawners drop when enough mobs of that spawners type are killed?
148 Allow Killing Mobs To Drop Spawners: true
149
150 # Can mobs from spawners count towards the spawner drop count?
151 Count Unnatural Kills Towards Spawner Drop: false
152
153 # Amount of mob kills required to drop a spawner.
154 Kills Needed for Drop: 100
155
156 # Alert players every x amount of kills before dropping spawner.
157 Alert Every X Before Drop: 10
158
159 # Chance of a TNT explosion dropping a spawner.
160 Chance On TNT Explosion: 100%
161
162 # Chance of a creeper explosion dropping a spawner.
163 Chance On Creeper Explosion: 100%
164
165 # Do spawners drop when broken with a pick enchanted with silk touch?
166 Drop On SilkTouch: true
167
168 # What level of silk touch is required to drop a spawner?
169 Minimum Required Silktouch Level: 1
170
171 # Chance of a natural spawner dropping with silk touch.
172 Chance On Natural Silktouch: 100%
173
174 # Chance of a placed spawner dropping with silk touch.
175 Chance On Placed Silktouch: 100%
176
177 Interfaces:
178
179 # Item to be displayed as the icon for exiting the interface.
180 Exit Icon: OAK_DOOR
181
182 # Item to be displayed as the icon for buying a spawner.
183 Buy Icon: EMERALD
184
185 # Item to be displayed as the icon for economy upgrades.
186 Economy Icon: SUNFLOWER
187
188 # Item to be displayed as the icon for XP upgrades.
189 XP Icon: EXPERIENCE_BOTTLE
190
191 Convert Icon: EGG
192
193 Boost Icon: BLAZE_POWDER
194
195 Glass Type 1: GRAY_STAINED_GLASS_PANE
196
197 Glass Type 2: BLUE_STAINED_GLASS_PANE
198
199 Glass Type 3: LIGHT_BLUE_STAINED_GLASS_PANE
200
201 System:
202
203 # The enabled language file.
204 # More language files (if available) can be found in the plugins data folder.
205 Language Mode: en_US
1 Spawners:
2 ELDER_GUARDIAN:
3 Allowed: true
4 Custom: false
5 Upgradable: true
6 Custom-Goal: 0
7 Convertible: true
8 Convert-Ratio: 45%
9 Craftable: false
10 Recipe-Layout: AAAABAAAA
11 Recipe-Ingredients:
12 - A, IRON_BARS
13 - B, SPAWN_EGG
14 Tiers:
15 Tier_1:
16 Entities:
17 - ELDER_GUARDIAN
18 Blocks: []
19 Items: []
20 Command: []
21 Display-Name: Elder Guardian
22 Spawn-Blocks:
23 - WATER
24 Spawn-On-Fire: false
25 Cost-Economy: 10.0
26 Cost-Levels: 2
27 Tick-Rate: 800:200
28 Pickup-Cost: 0.0
29 Pick-Damage: 1
30 Spawn-Effect: HALO
31 Spawn-Effect-Particle: REDSTONE
32 Entity-Spawn-Particle: SMOKE
33 Spawner-Spawn-Particle: FIRE
34 Particle-Amount: NORMAL
35 Particle-Effect-Boosted-Only: true
36 Conditions:
37 Biomes: ALL
38 Height: 0:256
39 Light: DARK
40 Storm Only: false
41 Max Entities Around Spawner: 6
42 Required Player Distance And Amount: '16:1'
43 Display-Item: AIR
44 WITHER_SKELETON:
45 Allowed: true
46 Custom: false
47 Upgradable: true
48 Custom-Goal: 0
49 Convertible: true
50 Convert-Ratio: 45%
51 Craftable: false
52 Recipe-Layout: AAAABAAAA
53 Recipe-Ingredients:
54 - A, IRON_BARS
55 - B, SPAWN_EGG
56 Tiers:
57 Tier_1:
58 Entities:
59 - WITHER_SKELETON
60 Blocks: []
61 Items: []
62 Command: []
63 Display-Name: Wither Skeleton
64 Spawn-Blocks:
65 - AIR
66 Spawn-On-Fire: false
67 Cost-Economy: 10.0
68 Cost-Levels: 2
69 Tick-Rate: 800:200
70 Pickup-Cost: 0.0
71 Pick-Damage: 1
72 Spawn-Effect: HALO
73 Spawn-Effect-Particle: REDSTONE
74 Entity-Spawn-Particle: SMOKE
75 Spawner-Spawn-Particle: FIRE
76 Particle-Amount: NORMAL
77 Particle-Effect-Boosted-Only: true
78 Conditions:
79 Biomes: ALL
80 Height: 0:256
81 Light: DARK
82 Storm Only: false
83 Max Entities Around Spawner: 6
84 Required Player Distance And Amount: '16:1'
85 Display-Item: AIR
86 STRAY:
87 Allowed: true
88 Custom: false
89 Upgradable: true
90 Custom-Goal: 0
91 Convertible: true
92 Convert-Ratio: 45%
93 Craftable: false
94 Recipe-Layout: AAAABAAAA
95 Recipe-Ingredients:
96 - A, IRON_BARS
97 - B, SPAWN_EGG
98 Tiers:
99 Tier_1:
100 Entities:
101 - STRAY
102 Blocks: []
103 Items: []
104 Command: []
105 Display-Name: Stray
106 Spawn-Blocks:
107 - AIR
108 Spawn-On-Fire: false
109 Cost-Economy: 10.0
110 Cost-Levels: 2
111 Tick-Rate: 800:200
112 Pickup-Cost: 0.0
113 Pick-Damage: 1
114 Spawn-Effect: HALO
115 Spawn-Effect-Particle: REDSTONE
116 Entity-Spawn-Particle: SMOKE
117 Spawner-Spawn-Particle: FIRE
118 Particle-Amount: NORMAL
119 Particle-Effect-Boosted-Only: true
120 Conditions:
121 Biomes: ALL
122 Height: 0:256
123 Light: DARK
124 Storm Only: false
125 Max Entities Around Spawner: 6
126 Required Player Distance And Amount: '16:1'
127 Display-Item: AIR
128 HUSK:
129 Allowed: true
130 Custom: false
131 Upgradable: true
132 Custom-Goal: 0
133 Convertible: true
134 Convert-Ratio: 45%
135 Craftable: false
136 Recipe-Layout: AAAABAAAA
137 Recipe-Ingredients:
138 - A, IRON_BARS
139 - B, SPAWN_EGG
140 Tiers:
141 Tier_1:
142 Entities:
143 - HUSK
144 Blocks: []
145 Items: []
146 Command: []
147 Display-Name: Husk
148 Spawn-Blocks:
149 - AIR
150 Spawn-On-Fire: false
151 Cost-Economy: 10.0
152 Cost-Levels: 2
153 Tick-Rate: 800:200
154 Pickup-Cost: 0.0
155 Pick-Damage: 1
156 Spawn-Effect: HALO
157 Spawn-Effect-Particle: REDSTONE
158 Entity-Spawn-Particle: SMOKE
159 Spawner-Spawn-Particle: FIRE
160 Particle-Amount: NORMAL
161 Particle-Effect-Boosted-Only: true
162 Conditions:
163 Biomes: ALL
164 Height: 0:256
165 Light: DARK
166 Storm Only: false
167 Max Entities Around Spawner: 6
168 Required Player Distance And Amount: '16:1'
169 Display-Item: AIR
170 ZOMBIE_VILLAGER:
171 Allowed: true
172 Custom: false
173 Upgradable: true
174 Custom-Goal: 0
175 Convertible: true
176 Convert-Ratio: 45%
177 Craftable: false
178 Recipe-Layout: AAAABAAAA
179 Recipe-Ingredients:
180 - A, IRON_BARS
181 - B, SPAWN_EGG
182 Tiers:
183 Tier_1:
184 Entities:
185 - ZOMBIE_VILLAGER
186 Blocks: []
187 Items: []
188 Command: []
189 Display-Name: Zombie Villager
190 Spawn-Blocks:
191 - AIR
192 Spawn-On-Fire: false
193 Cost-Economy: 10.0
194 Cost-Levels: 2
195 Tick-Rate: 800:200
196 Pickup-Cost: 0.0
197 Pick-Damage: 1
198 Spawn-Effect: HALO
199 Spawn-Effect-Particle: REDSTONE
200 Entity-Spawn-Particle: SMOKE
201 Spawner-Spawn-Particle: FIRE
202 Particle-Amount: NORMAL
203 Particle-Effect-Boosted-Only: true
204 Conditions:
205 Biomes: ALL
206 Height: 0:256
207 Light: DARK
208 Storm Only: false
209 Max Entities Around Spawner: 6
210 Required Player Distance And Amount: '16:1'
211 Display-Item: AIR
212 SKELETON_HORSE:
213 Allowed: true
214 Custom: false
215 Upgradable: true
216 Custom-Goal: 0
217 Convertible: true
218 Convert-Ratio: 45%
219 Craftable: false
220 Recipe-Layout: AAAABAAAA
221 Recipe-Ingredients:
222 - A, IRON_BARS
223 - B, SPAWN_EGG
224 Tiers:
225 Tier_1:
226 Entities:
227 - SKELETON_HORSE
228 Blocks: []
229 Items: []
230 Command: []
231 Display-Name: Skeleton Horse
232 Spawn-Blocks:
233 - AIR
234 Spawn-On-Fire: false
235 Cost-Economy: 10.0
236 Cost-Levels: 2
237 Tick-Rate: 800:200
238 Pickup-Cost: 0.0
239 Pick-Damage: 1
240 Spawn-Effect: HALO
241 Spawn-Effect-Particle: REDSTONE
242 Entity-Spawn-Particle: SMOKE
243 Spawner-Spawn-Particle: FIRE
244 Particle-Amount: NORMAL
245 Particle-Effect-Boosted-Only: true
246 Conditions:
247 Biomes: ALL
248 Height: 0:256
249 Light: BOTH
250 Storm Only: false
251 Max Entities Around Spawner: 6
252 Required Player Distance And Amount: '16:1'
253 Display-Item: AIR
254 ZOMBIE_HORSE:
255 Allowed: true
256 Custom: false
257 Upgradable: true
258 Custom-Goal: 0
259 Convertible: true
260 Convert-Ratio: 45%
261 Craftable: false
262 Recipe-Layout: AAAABAAAA
263 Recipe-Ingredients:
264 - A, IRON_BARS
265 - B, SPAWN_EGG
266 Tiers:
267 Tier_1:
268 Entities:
269 - ZOMBIE_HORSE
270 Blocks: []
271 Items: []
272 Command: []
273 Display-Name: Zombie Horse
274 Spawn-Blocks:
275 - AIR
276 Spawn-On-Fire: false
277 Cost-Economy: 10.0
278 Cost-Levels: 2
279 Tick-Rate: 800:200
280 Pickup-Cost: 0.0
281 Pick-Damage: 1
282 Spawn-Effect: HALO
283 Spawn-Effect-Particle: REDSTONE
284 Entity-Spawn-Particle: SMOKE
285 Spawner-Spawn-Particle: FIRE
286 Particle-Amount: NORMAL
287 Particle-Effect-Boosted-Only: true
288 Conditions:
289 Biomes: ALL
290 Height: 0:256
291 Light: BOTH
292 Storm Only: false
293 Max Entities Around Spawner: 6
294 Required Player Distance And Amount: '16:1'
295 Display-Item: AIR
296 DONKEY:
297 Allowed: true
298 Custom: false
299 Upgradable: true
300 Custom-Goal: 0
301 Convertible: true
302 Convert-Ratio: 45%
303 Craftable: false
304 Recipe-Layout: AAAABAAAA
305 Recipe-Ingredients:
306 - A, IRON_BARS
307 - B, SPAWN_EGG
308 Tiers:
309 Tier_1:
310 Entities:
311 - DONKEY
312 Blocks: []
313 Items: []
314 Command: []
315 Display-Name: Donkey
316 Spawn-Blocks:
317 - AIR
318 Spawn-On-Fire: false
319 Cost-Economy: 10.0
320 Cost-Levels: 2
321 Tick-Rate: 800:200
322 Pickup-Cost: 0.0
323 Pick-Damage: 1
324 Spawn-Effect: HALO
325 Spawn-Effect-Particle: REDSTONE
326 Entity-Spawn-Particle: SMOKE
327 Spawner-Spawn-Particle: FIRE
328 Particle-Amount: NORMAL
329 Particle-Effect-Boosted-Only: true
330 Conditions:
331 Biomes: ALL
332 Height: 0:256
333 Light: BOTH
334 Storm Only: false
335 Max Entities Around Spawner: 6
336 Required Player Distance And Amount: '16:1'
337 Display-Item: AIR
338 MULE:
339 Allowed: true
340 Custom: false
341 Upgradable: true
342 Custom-Goal: 0
343 Convertible: true
344 Convert-Ratio: 45%
345 Craftable: false
346 Recipe-Layout: AAAABAAAA
347 Recipe-Ingredients:
348 - A, IRON_BARS
349 - B, SPAWN_EGG
350 Tiers:
351 Tier_1:
352 Entities:
353 - MULE
354 Blocks: []
355 Items: []
356 Command: []
357 Display-Name: Mule
358 Spawn-Blocks:
359 - AIR
360 Spawn-On-Fire: false
361 Cost-Economy: 10.0
362 Cost-Levels: 2
363 Tick-Rate: 800:200
364 Pickup-Cost: 0.0
365 Pick-Damage: 1
366 Spawn-Effect: HALO
367 Spawn-Effect-Particle: REDSTONE
368 Entity-Spawn-Particle: SMOKE
369 Spawner-Spawn-Particle: FIRE
370 Particle-Amount: NORMAL
371 Particle-Effect-Boosted-Only: true
372 Conditions:
373 Biomes: ALL
374 Height: 0:256
375 Light: BOTH
376 Storm Only: false
377 Max Entities Around Spawner: 6
378 Required Player Distance And Amount: '16:1'
379 Display-Item: AIR
380 EVOKER:
381 Allowed: true
382 Custom: false
383 Upgradable: true
384 Custom-Goal: 0
385 Convertible: true
386 Convert-Ratio: 45%
387 Craftable: false
388 Recipe-Layout: AAAABAAAA
389 Recipe-Ingredients:
390 - A, IRON_BARS
391 - B, SPAWN_EGG
392 Tiers:
393 Tier_1:
394 Entities:
395 - EVOKER
396 Blocks: []
397 Items: []
398 Command: []
399 Display-Name: Evoker
400 Spawn-Blocks:
401 - AIR
402 Spawn-On-Fire: false
403 Cost-Economy: 10.0
404 Cost-Levels: 2
405 Tick-Rate: 800:200
406 Pickup-Cost: 0.0
407 Pick-Damage: 1
408 Spawn-Effect: HALO
409 Spawn-Effect-Particle: REDSTONE
410 Entity-Spawn-Particle: SMOKE
411 Spawner-Spawn-Particle: FIRE
412 Particle-Amount: NORMAL
413 Particle-Effect-Boosted-Only: true
414 Conditions:
415 Biomes: ALL
416 Height: 0:256
417 Light: DARK
418 Storm Only: false
419 Max Entities Around Spawner: 6
420 Required Player Distance And Amount: '16:1'
421 Display-Item: AIR
422 VEX:
423 Allowed: true
424 Custom: false
425 Upgradable: true
426 Custom-Goal: 0
427 Convertible: true
428 Convert-Ratio: 45%
429 Craftable: false
430 Recipe-Layout: AAAABAAAA
431 Recipe-Ingredients:
432 - A, IRON_BARS
433 - B, SPAWN_EGG
434 Tiers:
435 Tier_1:
436 Entities:
437 - VEX
438 Blocks: []
439 Items: []
440 Command: []
441 Display-Name: Vex
442 Spawn-Blocks:
443 - AIR
444 Spawn-On-Fire: false
445 Cost-Economy: 10.0
446 Cost-Levels: 2
447 Tick-Rate: 800:200
448 Pickup-Cost: 0.0
449 Pick-Damage: 1
450 Spawn-Effect: HALO
451 Spawn-Effect-Particle: REDSTONE
452 Entity-Spawn-Particle: SMOKE
453 Spawner-Spawn-Particle: FIRE
454 Particle-Amount: NORMAL
455 Particle-Effect-Boosted-Only: true
456 Conditions:
457 Biomes: ALL
458 Height: 0:256
459 Light: DARK
460 Storm Only: false
461 Max Entities Around Spawner: 6
462 Required Player Distance And Amount: '16:1'
463 Display-Item: AIR
464 VINDICATOR:
465 Allowed: true
466 Custom: false
467 Upgradable: true
468 Custom-Goal: 0
469 Convertible: true
470 Convert-Ratio: 45%
471 Craftable: false
472 Recipe-Layout: AAAABAAAA
473 Recipe-Ingredients:
474 - A, IRON_BARS
475 - B, SPAWN_EGG
476 Tiers:
477 Tier_1:
478 Entities:
479 - VINDICATOR
480 Blocks: []
481 Items: []
482 Command: []
483 Display-Name: Vindicator
484 Spawn-Blocks:
485 - AIR
486 Spawn-On-Fire: false
487 Cost-Economy: 10.0
488 Cost-Levels: 2
489 Tick-Rate: 800:200
490 Pickup-Cost: 0.0
491 Pick-Damage: 1
492 Spawn-Effect: HALO
493 Spawn-Effect-Particle: REDSTONE
494 Entity-Spawn-Particle: SMOKE
495 Spawner-Spawn-Particle: FIRE
496 Particle-Amount: NORMAL
497 Particle-Effect-Boosted-Only: true
498 Conditions:
499 Biomes: ALL
500 Height: 0:256
501 Light: DARK
502 Storm Only: false
503 Max Entities Around Spawner: 6
504 Required Player Distance And Amount: '16:1'
505 Display-Item: AIR
506 ILLUSIONER:
507 Allowed: true
508 Custom: false
509 Upgradable: true
510 Custom-Goal: 0
511 Convertible: true
512 Convert-Ratio: 45%
513 Craftable: false
514 Recipe-Layout: AAAABAAAA
515 Recipe-Ingredients:
516 - A, IRON_BARS
517 - B, SPAWN_EGG
518 Tiers:
519 Tier_1:
520 Entities:
521 - ILLUSIONER
522 Blocks: []
523 Items: []
524 Command: []
525 Display-Name: Illusioner
526 Spawn-Blocks:
527 - AIR
528 Spawn-On-Fire: false
529 Cost-Economy: 10.0
530 Cost-Levels: 2
531 Tick-Rate: 800:200
532 Pickup-Cost: 0.0
533 Pick-Damage: 1
534 Spawn-Effect: HALO
535 Spawn-Effect-Particle: REDSTONE
536 Entity-Spawn-Particle: SMOKE
537 Spawner-Spawn-Particle: FIRE
538 Particle-Amount: NORMAL
539 Particle-Effect-Boosted-Only: true
540 Conditions:
541 Biomes: ALL
542 Height: 0:256
543 Light: DARK
544 Storm Only: false
545 Max Entities Around Spawner: 6
546 Required Player Distance And Amount: '16:1'
547 Display-Item: AIR
548 CREEPER:
549 Allowed: true
550 Custom: false
551 Upgradable: true
552 Custom-Goal: 0
553 Convertible: true
554 Convert-Ratio: 45%
555 Craftable: false
556 Recipe-Layout: AAAABAAAA
557 Recipe-Ingredients:
558 - A, IRON_BARS
559 - B, SPAWN_EGG
560 Tiers:
561 Tier_1:
562 Entities:
563 - CREEPER
564 Blocks: []
565 Items: []
566 Command: []
567 Display-Name: Creeper
568 Spawn-Blocks:
569 - AIR
570 Spawn-On-Fire: false
571 Cost-Economy: 10.0
572 Cost-Levels: 2
573 Tick-Rate: 800:200
574 Pickup-Cost: 0.0
575 Pick-Damage: 1
576 Spawn-Effect: HALO
577 Spawn-Effect-Particle: REDSTONE
578 Entity-Spawn-Particle: SMOKE
579 Spawner-Spawn-Particle: FIRE
580 Particle-Amount: NORMAL
581 Particle-Effect-Boosted-Only: true
582 Conditions:
583 Biomes: ALL
584 Height: 0:256
585 Light: DARK
586 Storm Only: false
587 Max Entities Around Spawner: 6
588 Required Player Distance And Amount: '16:1'
589 Display-Item: AIR
590 SKELETON:
591 Allowed: true
592 Custom: false
593 Upgradable: true
594 Custom-Goal: 0
595 Convertible: true
596 Convert-Ratio: 45%
597 Craftable: false
598 Recipe-Layout: AAAABAAAA
599 Recipe-Ingredients:
600 - A, IRON_BARS
601 - B, SPAWN_EGG
602 Tiers:
603 Tier_1:
604 Entities:
605 - SKELETON
606 Blocks: []
607 Items: []
608 Command: []
609 Display-Name: Skeleton
610 Spawn-Blocks:
611 - AIR
612 Spawn-On-Fire: false
613 Cost-Economy: 10.0
614 Cost-Levels: 2
615 Tick-Rate: 800:200
616 Pickup-Cost: 0.0
617 Pick-Damage: 1
618 Spawn-Effect: HALO
619 Spawn-Effect-Particle: REDSTONE
620 Entity-Spawn-Particle: SMOKE
621 Spawner-Spawn-Particle: FIRE
622 Particle-Amount: NORMAL
623 Particle-Effect-Boosted-Only: true
624 Conditions:
625 Biomes: ALL
626 Height: 0:256
627 Light: DARK
628 Storm Only: false
629 Max Entities Around Spawner: 6
630 Required Player Distance And Amount: '16:1'
631 Display-Item: AIR
632 SPIDER:
633 Allowed: true
634 Custom: false
635 Upgradable: true
636 Custom-Goal: 0
637 Convertible: true
638 Convert-Ratio: 45%
639 Craftable: false
640 Recipe-Layout: AAAABAAAA
641 Recipe-Ingredients:
642 - A, IRON_BARS
643 - B, SPAWN_EGG
644 Tiers:
645 Tier_1:
646 Entities:
647 - SPIDER
648 Blocks: []
649 Items: []
650 Command: []
651 Display-Name: Spider
652 Spawn-Blocks:
653 - AIR
654 Spawn-On-Fire: false
655 Cost-Economy: 10.0
656 Cost-Levels: 2
657 Tick-Rate: 800:200
658 Pickup-Cost: 0.0
659 Pick-Damage: 1
660 Spawn-Effect: HALO
661 Spawn-Effect-Particle: REDSTONE
662 Entity-Spawn-Particle: SMOKE
663 Spawner-Spawn-Particle: FIRE
664 Particle-Amount: NORMAL
665 Particle-Effect-Boosted-Only: true
666 Conditions:
667 Biomes: ALL
668 Height: 0:256
669 Light: DARK
670 Storm Only: false
671 Max Entities Around Spawner: 6
672 Required Player Distance And Amount: '16:1'
673 Display-Item: AIR
674 GIANT:
675 Allowed: true
676 Custom: false
677 Upgradable: true
678 Custom-Goal: 0
679 Convertible: true
680 Convert-Ratio: 45%
681 Craftable: false
682 Recipe-Layout: AAAABAAAA
683 Recipe-Ingredients:
684 - A, IRON_BARS
685 - B, SPAWN_EGG
686 Tiers:
687 Tier_1:
688 Entities:
689 - GIANT
690 Blocks: []
691 Items: []
692 Command: []
693 Display-Name: Giant
694 Spawn-Blocks:
695 - AIR
696 Spawn-On-Fire: false
697 Cost-Economy: 10.0
698 Cost-Levels: 2
699 Tick-Rate: 800:200
700 Pickup-Cost: 0.0
701 Pick-Damage: 1
702 Spawn-Effect: HALO
703 Spawn-Effect-Particle: REDSTONE
704 Entity-Spawn-Particle: SMOKE
705 Spawner-Spawn-Particle: FIRE
706 Particle-Amount: NORMAL
707 Particle-Effect-Boosted-Only: true
708 Conditions:
709 Biomes: ALL
710 Height: 0:256
711 Light: DARK
712 Storm Only: false
713 Max Entities Around Spawner: 6
714 Required Player Distance And Amount: '16:1'
715 Display-Item: AIR
716 ZOMBIE:
717 Allowed: true
718 Custom: false
719 Upgradable: true
720 Custom-Goal: 0
721 Convertible: true
722 Convert-Ratio: 45%
723 Craftable: false
724 Recipe-Layout: AAAABAAAA
725 Recipe-Ingredients:
726 - A, IRON_BARS
727 - B, SPAWN_EGG
728 Tiers:
729 Tier_1:
730 Entities:
731 - ZOMBIE
732 Blocks: []
733 Items: []
734 Command: []
735 Display-Name: Zombie
736 Spawn-Blocks:
737 - AIR
738 Spawn-On-Fire: false
739 Cost-Economy: 10.0
740 Cost-Levels: 2
741 Tick-Rate: 800:200
742 Pickup-Cost: 0.0
743 Pick-Damage: 1
744 Spawn-Effect: HALO
745 Spawn-Effect-Particle: REDSTONE
746 Entity-Spawn-Particle: SMOKE
747 Spawner-Spawn-Particle: FIRE
748 Particle-Amount: NORMAL
749 Particle-Effect-Boosted-Only: true
750 Conditions:
751 Biomes: ALL
752 Height: 0:256
753 Light: DARK
754 Storm Only: false
755 Max Entities Around Spawner: 6
756 Required Player Distance And Amount: '16:1'
757 Display-Item: AIR
758 SLIME:
759 Allowed: true
760 Custom: false
761 Upgradable: true
762 Custom-Goal: 0
763 Convertible: true
764 Convert-Ratio: 45%
765 Craftable: false
766 Recipe-Layout: AAAABAAAA
767 Recipe-Ingredients:
768 - A, IRON_BARS
769 - B, SPAWN_EGG
770 Tiers:
771 Tier_1:
772 Entities:
773 - SLIME
774 Blocks: []
775 Items: []
776 Command: []
777 Display-Name: Slime
778 Spawn-Blocks:
779 - AIR
780 Spawn-On-Fire: false
781 Cost-Economy: 10.0
782 Cost-Levels: 2
783 Tick-Rate: 800:200
784 Pickup-Cost: 0.0
785 Pick-Damage: 1
786 Spawn-Effect: HALO
787 Spawn-Effect-Particle: REDSTONE
788 Entity-Spawn-Particle: SMOKE
789 Spawner-Spawn-Particle: FIRE
790 Particle-Amount: NORMAL
791 Particle-Effect-Boosted-Only: true
792 Conditions:
793 Biomes: ''
794 Height: 50:70
795 Light: BOTH
796 Storm Only: false
797 Max Entities Around Spawner: 6
798 Required Player Distance And Amount: '16:1'
799 Display-Item: AIR
800 GHAST:
801 Allowed: true
802 Custom: false
803 Upgradable: true
804 Custom-Goal: 0
805 Convertible: true
806 Convert-Ratio: 45%
807 Craftable: false
808 Recipe-Layout: AAAABAAAA
809 Recipe-Ingredients:
810 - A, IRON_BARS
811 - B, SPAWN_EGG
812 Tiers:
813 Tier_1:
814 Entities:
815 - GHAST
816 Blocks: []
817 Items: []
818 Command: []
819 Display-Name: Ghast
820 Spawn-Blocks:
821 - AIR
822 Spawn-On-Fire: false
823 Cost-Economy: 10.0
824 Cost-Levels: 2
825 Tick-Rate: 800:200
826 Pickup-Cost: 0.0
827 Pick-Damage: 1
828 Spawn-Effect: HALO
829 Spawn-Effect-Particle: REDSTONE
830 Entity-Spawn-Particle: SMOKE
831 Spawner-Spawn-Particle: FIRE
832 Particle-Amount: NORMAL
833 Particle-Effect-Boosted-Only: true
834 Conditions:
835 Biomes: ALL
836 Height: 0:256
837 Light: BOTH
838 Storm Only: false
839 Max Entities Around Spawner: 6
840 Required Player Distance And Amount: '16:1'
841 Display-Item: AIR
842 ZOMBIFIED_PIGLIN:
843 Allowed: true
844 Custom: false
845 Upgradable: true
846 Custom-Goal: 0
847 Convertible: true
848 Convert-Ratio: 45%
849 Craftable: false
850 Recipe-Layout: AAAABAAAA
851 Recipe-Ingredients:
852 - A, IRON_BARS
853 - B, SPAWN_EGG
854 Tiers:
855 Tier_1:
856 Entities:
857 - ZOMBIFIED_PIGLIN
858 Blocks: []
859 Items: []
860 Command: []
861 Display-Name: Zombified Piglin
862 Spawn-Blocks:
863 - AIR
864 Spawn-On-Fire: false
865 Cost-Economy: 10.0
866 Cost-Levels: 2
867 Tick-Rate: 800:200
868 Pickup-Cost: 0.0
869 Pick-Damage: 1
870 Spawn-Effect: HALO
871 Spawn-Effect-Particle: REDSTONE
872 Entity-Spawn-Particle: SMOKE
873 Spawner-Spawn-Particle: FIRE
874 Particle-Amount: NORMAL
875 Particle-Effect-Boosted-Only: true
876 Conditions:
877 Biomes: ALL
878 Height: 0:256
879 Light: DARK
880 Storm Only: false
881 Max Entities Around Spawner: 6
882 Required Player Distance And Amount: '16:1'
883 Display-Item: AIR
884 ENDERMAN:
885 Allowed: true
886 Custom: false
887 Upgradable: true
888 Custom-Goal: 0
889 Convertible: true
890 Convert-Ratio: 45%
891 Craftable: false
892 Recipe-Layout: AAAABAAAA
893 Recipe-Ingredients:
894 - A, IRON_BARS
895 - B, SPAWN_EGG
896 Tiers:
897 Tier_1:
898 Entities:
899 - ENDERMAN
900 Blocks: []
901 Items: []
902 Command: []
903 Display-Name: Enderman
904 Spawn-Blocks:
905 - AIR
906 Spawn-On-Fire: false
907 Cost-Economy: 10.0
908 Cost-Levels: 2
909 Tick-Rate: 800:200
910 Pickup-Cost: 0.0
911 Pick-Damage: 1
912 Spawn-Effect: HALO
913 Spawn-Effect-Particle: REDSTONE
914 Entity-Spawn-Particle: SMOKE
915 Spawner-Spawn-Particle: FIRE
916 Particle-Amount: NORMAL
917 Particle-Effect-Boosted-Only: true
918 Conditions:
919 Biomes: ALL
920 Height: 0:256
921 Light: DARK
922 Storm Only: false
923 Max Entities Around Spawner: 6
924 Required Player Distance And Amount: '16:1'
925 Display-Item: AIR
926 CAVE_SPIDER:
927 Allowed: true
928 Custom: false
929 Upgradable: true
930 Custom-Goal: 0
931 Convertible: true
932 Convert-Ratio: 45%
933 Craftable: false
934 Recipe-Layout: AAAABAAAA
935 Recipe-Ingredients:
936 - A, IRON_BARS
937 - B, SPAWN_EGG
938 Tiers:
939 Tier_1:
940 Entities:
941 - CAVE_SPIDER
942 Blocks: []
943 Items: []
944 Command: []
945 Display-Name: Cave Spider
946 Spawn-Blocks:
947 - AIR
948 Spawn-On-Fire: false
949 Cost-Economy: 10.0
950 Cost-Levels: 2
951 Tick-Rate: 800:200
952 Pickup-Cost: 0.0
953 Pick-Damage: 1
954 Spawn-Effect: HALO
955 Spawn-Effect-Particle: REDSTONE
956 Entity-Spawn-Particle: SMOKE
957 Spawner-Spawn-Particle: FIRE
958 Particle-Amount: NORMAL
959 Particle-Effect-Boosted-Only: true
960 Conditions:
961 Biomes: ALL
962 Height: 0:256
963 Light: DARK
964 Storm Only: false
965 Max Entities Around Spawner: 6
966 Required Player Distance And Amount: '16:1'
967 Display-Item: AIR
968 SILVERFISH:
969 Allowed: true
970 Custom: false
971 Upgradable: true
972 Custom-Goal: 0
973 Convertible: true
974 Convert-Ratio: 45%
975 Craftable: false
976 Recipe-Layout: AAAABAAAA
977 Recipe-Ingredients:
978 - A, IRON_BARS
979 - B, SPAWN_EGG
980 Tiers:
981 Tier_1:
982 Entities:
983 - SILVERFISH
984 Blocks: []
985 Items: []
986 Command: []
987 Display-Name: Silverfish
988 Spawn-Blocks:
989 - AIR
990 Spawn-On-Fire: false
991 Cost-Economy: 10.0
992 Cost-Levels: 2
993 Tick-Rate: 800:200
994 Pickup-Cost: 0.0
995 Pick-Damage: 1
996 Spawn-Effect: HALO
997 Spawn-Effect-Particle: REDSTONE
998 Entity-Spawn-Particle: SMOKE
999 Spawner-Spawn-Particle: FIRE
1000 Particle-Amount: NORMAL
1001 Particle-Effect-Boosted-Only: true
1002 Conditions:
1003 Biomes: ALL
1004 Height: 0:256
1005 Light: DARK
1006 Storm Only: false
1007 Max Entities Around Spawner: 6
1008 Required Player Distance And Amount: '16:1'
1009 Display-Item: AIR
1010 BLAZE:
1011 Allowed: true
1012 Custom: false
1013 Upgradable: true
1014 Custom-Goal: 0
1015 Convertible: true
1016 Convert-Ratio: 45%
1017 Craftable: false
1018 Recipe-Layout: AAAABAAAA
1019 Recipe-Ingredients:
1020 - A, IRON_BARS
1021 - B, SPAWN_EGG
1022 Tiers:
1023 Tier_1:
1024 Entities:
1025 - BLAZE
1026 Blocks: []
1027 Items: []
1028 Command: []
1029 Display-Name: Blaze
1030 Spawn-Blocks:
1031 - AIR
1032 Spawn-On-Fire: false
1033 Cost-Economy: 10.0
1034 Cost-Levels: 2
1035 Tick-Rate: 800:200
1036 Pickup-Cost: 0.0
1037 Pick-Damage: 1
1038 Spawn-Effect: HALO
1039 Spawn-Effect-Particle: REDSTONE
1040 Entity-Spawn-Particle: SMOKE
1041 Spawner-Spawn-Particle: FIRE
1042 Particle-Amount: NORMAL
1043 Particle-Effect-Boosted-Only: true
1044 Conditions:
1045 Biomes: ALL
1046 Height: 0:256
1047 Light: DARK
1048 Storm Only: false
1049 Max Entities Around Spawner: 6
1050 Required Player Distance And Amount: '16:1'
1051 Display-Item: AIR
1052 MAGMA_CUBE:
1053 Allowed: true
1054 Custom: false
1055 Upgradable: true
1056 Custom-Goal: 0
1057 Convertible: true
1058 Convert-Ratio: 45%
1059 Craftable: false
1060 Recipe-Layout: AAAABAAAA
1061 Recipe-Ingredients:
1062 - A, IRON_BARS
1063 - B, SPAWN_EGG
1064 Tiers:
1065 Tier_1:
1066 Entities:
1067 - MAGMA_CUBE
1068 Blocks: []
1069 Items: []
1070 Command: []
1071 Display-Name: Magma Cube
1072 Spawn-Blocks:
1073 - AIR
1074 Spawn-On-Fire: false
1075 Cost-Economy: 10.0
1076 Cost-Levels: 2
1077 Tick-Rate: 800:200
1078 Pickup-Cost: 0.0
1079 Pick-Damage: 1
1080 Spawn-Effect: HALO
1081 Spawn-Effect-Particle: REDSTONE
1082 Entity-Spawn-Particle: SMOKE
1083 Spawner-Spawn-Particle: FIRE
1084 Particle-Amount: NORMAL
1085 Particle-Effect-Boosted-Only: true
1086 Conditions:
1087 Biomes: ALL
1088 Height: 0:256
1089 Light: BOTH
1090 Storm Only: false
1091 Max Entities Around Spawner: 6
1092 Required Player Distance And Amount: '16:1'
1093 Display-Item: AIR
1094 ENDER_DRAGON:
1095 Allowed: true
1096 Custom: false
1097 Upgradable: true
1098 Custom-Goal: 0
1099 Convertible: true
1100 Convert-Ratio: 45%
1101 Craftable: false
1102 Recipe-Layout: AAAABAAAA
1103 Recipe-Ingredients:
1104 - A, IRON_BARS
1105 - B, SPAWN_EGG
1106 Tiers:
1107 Tier_1:
1108 Entities:
1109 - ENDER_DRAGON
1110 Blocks: []
1111 Items: []
1112 Command: []
1113 Display-Name: Ender Dragon
1114 Spawn-Blocks:
1115 - AIR
1116 Spawn-On-Fire: false
1117 Cost-Economy: 10.0
1118 Cost-Levels: 2
1119 Tick-Rate: 800:200
1120 Pickup-Cost: 0.0
1121 Pick-Damage: 1
1122 Spawn-Effect: HALO
1123 Spawn-Effect-Particle: REDSTONE
1124 Entity-Spawn-Particle: SMOKE
1125 Spawner-Spawn-Particle: FIRE
1126 Particle-Amount: NORMAL
1127 Particle-Effect-Boosted-Only: true
1128 Conditions:
1129 Biomes: ALL
1130 Height: 0:256
1131 Light: BOTH
1132 Storm Only: false
1133 Max Entities Around Spawner: 6
1134 Required Player Distance And Amount: '16:1'
1135 Display-Item: AIR
1136 WITHER:
1137 Allowed: true
1138 Custom: false
1139 Upgradable: true
1140 Custom-Goal: 0
1141 Convertible: true
1142 Convert-Ratio: 45%
1143 Craftable: false
1144 Recipe-Layout: AAAABAAAA
1145 Recipe-Ingredients:
1146 - A, IRON_BARS
1147 - B, SPAWN_EGG
1148 Tiers:
1149 Tier_1:
1150 Entities:
1151 - WITHER
1152 Blocks: []
1153 Items: []
1154 Command: []
1155 Display-Name: Wither
1156 Spawn-Blocks:
1157 - AIR
1158 Spawn-On-Fire: false
1159 Cost-Economy: 10.0
1160 Cost-Levels: 2
1161 Tick-Rate: 800:200
1162 Pickup-Cost: 0.0
1163 Pick-Damage: 1
1164 Spawn-Effect: HALO
1165 Spawn-Effect-Particle: REDSTONE
1166 Entity-Spawn-Particle: SMOKE
1167 Spawner-Spawn-Particle: FIRE
1168 Particle-Amount: NORMAL
1169 Particle-Effect-Boosted-Only: true
1170 Conditions:
1171 Biomes: ALL
1172 Height: 0:256
1173 Light: DARK
1174 Storm Only: false
1175 Max Entities Around Spawner: 6
1176 Required Player Distance And Amount: '16:1'
1177 Display-Item: AIR
1178 BAT:
1179 Allowed: true
1180 Custom: false
1181 Upgradable: true
1182 Custom-Goal: 0
1183 Convertible: true
1184 Convert-Ratio: 45%
1185 Craftable: false
1186 Recipe-Layout: AAAABAAAA
1187 Recipe-Ingredients:
1188 - A, IRON_BARS
1189 - B, SPAWN_EGG
1190 Tiers:
1191 Tier_1:
1192 Entities:
1193 - BAT
1194 Blocks: []
1195 Items: []
1196 Command: []
1197 Display-Name: Bat
1198 Spawn-Blocks:
1199 - AIR
1200 Spawn-On-Fire: false
1201 Cost-Economy: 10.0
1202 Cost-Levels: 2
1203 Tick-Rate: 800:200
1204 Pickup-Cost: 0.0
1205 Pick-Damage: 1
1206 Spawn-Effect: HALO
1207 Spawn-Effect-Particle: REDSTONE
1208 Entity-Spawn-Particle: SMOKE
1209 Spawner-Spawn-Particle: FIRE
1210 Particle-Amount: NORMAL
1211 Particle-Effect-Boosted-Only: true
1212 Conditions:
1213 Biomes: ALL
1214 Height: 0:256
1215 Light: BOTH
1216 Storm Only: false
1217 Max Entities Around Spawner: 6
1218 Required Player Distance And Amount: '16:1'
1219 Display-Item: AIR
1220 WITCH:
1221 Allowed: true
1222 Custom: false
1223 Upgradable: true
1224 Custom-Goal: 0
1225 Convertible: true
1226 Convert-Ratio: 45%
1227 Craftable: false
1228 Recipe-Layout: AAAABAAAA
1229 Recipe-Ingredients:
1230 - A, IRON_BARS
1231 - B, SPAWN_EGG
1232 Tiers:
1233 Tier_1:
1234 Entities:
1235 - WITCH
1236 Blocks: []
1237 Items: []
1238 Command: []
1239 Display-Name: Witch
1240 Spawn-Blocks:
1241 - AIR
1242 Spawn-On-Fire: false
1243 Cost-Economy: 10.0
1244 Cost-Levels: 2
1245 Tick-Rate: 800:200
1246 Pickup-Cost: 0.0
1247 Pick-Damage: 1
1248 Spawn-Effect: HALO
1249 Spawn-Effect-Particle: REDSTONE
1250 Entity-Spawn-Particle: SMOKE
1251 Spawner-Spawn-Particle: FIRE
1252 Particle-Amount: NORMAL
1253 Particle-Effect-Boosted-Only: true
1254 Conditions:
1255 Biomes: ALL
1256 Height: 0:256
1257 Light: DARK
1258 Storm Only: false
1259 Max Entities Around Spawner: 6
1260 Required Player Distance And Amount: '16:1'
1261 Display-Item: AIR
1262 ENDERMITE:
1263 Allowed: true
1264 Custom: false
1265 Upgradable: true
1266 Custom-Goal: 0
1267 Convertible: true
1268 Convert-Ratio: 45%
1269 Craftable: false
1270 Recipe-Layout: AAAABAAAA
1271 Recipe-Ingredients:
1272 - A, IRON_BARS
1273 - B, SPAWN_EGG
1274 Tiers:
1275 Tier_1:
1276 Entities:
1277 - ENDERMITE
1278 Blocks: []
1279 Items: []
1280 Command: []
1281 Display-Name: Endermite
1282 Spawn-Blocks:
1283 - AIR
1284 Spawn-On-Fire: false
1285 Cost-Economy: 10.0
1286 Cost-Levels: 2
1287 Tick-Rate: 800:200
1288 Pickup-Cost: 0.0
1289 Pick-Damage: 1
1290 Spawn-Effect: HALO
1291 Spawn-Effect-Particle: REDSTONE
1292 Entity-Spawn-Particle: SMOKE
1293 Spawner-Spawn-Particle: FIRE
1294 Particle-Amount: NORMAL
1295 Particle-Effect-Boosted-Only: true
1296 Conditions:
1297 Biomes: ALL
1298 Height: 0:256
1299 Light: DARK
1300 Storm Only: false
1301 Max Entities Around Spawner: 6
1302 Required Player Distance And Amount: '16:1'
1303 Display-Item: AIR
1304 GUARDIAN:
1305 Allowed: true
1306 Custom: false
1307 Upgradable: true
1308 Custom-Goal: 0
1309 Convertible: true
1310 Convert-Ratio: 45%
1311 Craftable: false
1312 Recipe-Layout: AAAABAAAA
1313 Recipe-Ingredients:
1314 - A, IRON_BARS
1315 - B, SPAWN_EGG
1316 Tiers:
1317 Tier_1:
1318 Entities:
1319 - GUARDIAN
1320 Blocks: []
1321 Items: []
1322 Command: []
1323 Display-Name: Guardian
1324 Spawn-Blocks:
1325 - AIR
1326 Spawn-On-Fire: false
1327 Cost-Economy: 10.0
1328 Cost-Levels: 2
1329 Tick-Rate: 800:200
1330 Pickup-Cost: 0.0
1331 Pick-Damage: 1
1332 Spawn-Effect: HALO
1333 Spawn-Effect-Particle: REDSTONE
1334 Entity-Spawn-Particle: SMOKE
1335 Spawner-Spawn-Particle: FIRE
1336 Particle-Amount: NORMAL
1337 Particle-Effect-Boosted-Only: true
1338 Conditions:
1339 Biomes: ALL
1340 Height: 0:256
1341 Light: DARK
1342 Storm Only: false
1343 Max Entities Around Spawner: 6
1344 Required Player Distance And Amount: '16:1'
1345 Display-Item: AIR
1346 SHULKER:
1347 Allowed: true
1348 Custom: false
1349 Upgradable: true
1350 Custom-Goal: 0
1351 Convertible: true
1352 Convert-Ratio: 45%
1353 Craftable: false
1354 Recipe-Layout: AAAABAAAA
1355 Recipe-Ingredients:
1356 - A, IRON_BARS
1357 - B, SPAWN_EGG
1358 Tiers:
1359 Tier_1:
1360 Entities:
1361 - SHULKER
1362 Blocks: []
1363 Items: []
1364 Command: []
1365 Display-Name: Shulker
1366 Spawn-Blocks:
1367 - AIR
1368 Spawn-On-Fire: false
1369 Cost-Economy: 10.0
1370 Cost-Levels: 2
1371 Tick-Rate: 800:200
1372 Pickup-Cost: 0.0
1373 Pick-Damage: 1
1374 Spawn-Effect: HALO
1375 Spawn-Effect-Particle: REDSTONE
1376 Entity-Spawn-Particle: SMOKE
1377 Spawner-Spawn-Particle: FIRE
1378 Particle-Amount: NORMAL
1379 Particle-Effect-Boosted-Only: true
1380 Conditions:
1381 Biomes: ALL
1382 Height: 0:256
1383 Light: BOTH
1384 Storm Only: false
1385 Max Entities Around Spawner: 6
1386 Required Player Distance And Amount: '16:1'
1387 Display-Item: AIR
1388 PIG:
1389 Allowed: true
1390 Custom: false
1391 Upgradable: true
1392 Custom-Goal: 0
1393 Convertible: true
1394 Convert-Ratio: 45%
1395 Craftable: false
1396 Recipe-Layout: AAAABAAAA
1397 Recipe-Ingredients:
1398 - A, IRON_BARS
1399 - B, SPAWN_EGG
1400 Tiers:
1401 Tier_1:
1402 Entities:
1403 - PIG
1404 Blocks: []
1405 Items: []
1406 Command: []
1407 Display-Name: Pig
1408 Spawn-Blocks:
1409 - GRASS_BLOCK
1410 Spawn-On-Fire: false
1411 Cost-Economy: 10.0
1412 Cost-Levels: 2
1413 Tick-Rate: 800:200
1414 Pickup-Cost: 0.0
1415 Pick-Damage: 1
1416 Spawn-Effect: HALO
1417 Spawn-Effect-Particle: REDSTONE
1418 Entity-Spawn-Particle: SMOKE
1419 Spawner-Spawn-Particle: FIRE
1420 Particle-Amount: NORMAL
1421 Particle-Effect-Boosted-Only: true
1422 Conditions:
1423 Biomes: ALL
1424 Height: 0:256
1425 Light: BOTH
1426 Storm Only: false
1427 Max Entities Around Spawner: 6
1428 Required Player Distance And Amount: '16:1'
1429 Display-Item: AIR
1430 SHEEP:
1431 Allowed: true
1432 Custom: false
1433 Upgradable: true
1434 Custom-Goal: 0
1435 Convertible: true
1436 Convert-Ratio: 45%
1437 Craftable: false
1438 Recipe-Layout: AAAABAAAA
1439 Recipe-Ingredients:
1440 - A, IRON_BARS
1441 - B, SPAWN_EGG
1442 Tiers:
1443 Tier_1:
1444 Entities:
1445 - SHEEP
1446 Blocks: []
1447 Items: []
1448 Command: []
1449 Display-Name: Sheep
1450 Spawn-Blocks:
1451 - GRASS_BLOCK
1452 Spawn-On-Fire: false
1453 Cost-Economy: 10.0
1454 Cost-Levels: 2
1455 Tick-Rate: 800:200
1456 Pickup-Cost: 0.0
1457 Pick-Damage: 1
1458 Spawn-Effect: HALO
1459 Spawn-Effect-Particle: REDSTONE
1460 Entity-Spawn-Particle: SMOKE
1461 Spawner-Spawn-Particle: FIRE
1462 Particle-Amount: NORMAL
1463 Particle-Effect-Boosted-Only: true
1464 Conditions:
1465 Biomes: ALL
1466 Height: 0:256
1467 Light: BOTH
1468 Storm Only: false
1469 Max Entities Around Spawner: 6
1470 Required Player Distance And Amount: '16:1'
1471 Display-Item: AIR
1472 COW:
1473 Allowed: true
1474 Custom: false
1475 Upgradable: true
1476 Custom-Goal: 0
1477 Convertible: true
1478 Convert-Ratio: 45%
1479 Craftable: false
1480 Recipe-Layout: AAAABAAAA
1481 Recipe-Ingredients:
1482 - A, IRON_BARS
1483 - B, SPAWN_EGG
1484 Tiers:
1485 Tier_1:
1486 Entities:
1487 - COW
1488 Blocks: []
1489 Items: []
1490 Command: []
1491 Display-Name: Cow
1492 Spawn-Blocks:
1493 - GRASS_BLOCK
1494 Spawn-On-Fire: false
1495 Cost-Economy: 10.0
1496 Cost-Levels: 2
1497 Tick-Rate: 800:200
1498 Pickup-Cost: 0.0
1499 Pick-Damage: 1
1500 Spawn-Effect: HALO
1501 Spawn-Effect-Particle: REDSTONE
1502 Entity-Spawn-Particle: SMOKE
1503 Spawner-Spawn-Particle: FIRE
1504 Particle-Amount: NORMAL
1505 Particle-Effect-Boosted-Only: true
1506 Conditions:
1507 Biomes: ALL
1508 Height: 0:256
1509 Light: BOTH
1510 Storm Only: false
1511 Max Entities Around Spawner: 6
1512 Required Player Distance And Amount: '16:1'
1513 Display-Item: AIR
1514 CHICKEN:
1515 Allowed: true
1516 Custom: false
1517 Upgradable: true
1518 Custom-Goal: 0
1519 Convertible: true
1520 Convert-Ratio: 45%
1521 Craftable: false
1522 Recipe-Layout: AAAABAAAA
1523 Recipe-Ingredients:
1524 - A, IRON_BARS
1525 - B, SPAWN_EGG
1526 Tiers:
1527 Tier_1:
1528 Entities:
1529 - CHICKEN
1530 Blocks: []
1531 Items: []
1532 Command: []
1533 Display-Name: Chicken
1534 Spawn-Blocks:
1535 - GRASS_BLOCK
1536 Spawn-On-Fire: false
1537 Cost-Economy: 10.0
1538 Cost-Levels: 2
1539 Tick-Rate: 800:200
1540 Pickup-Cost: 0.0
1541 Pick-Damage: 1
1542 Spawn-Effect: HALO
1543 Spawn-Effect-Particle: REDSTONE
1544 Entity-Spawn-Particle: SMOKE
1545 Spawner-Spawn-Particle: FIRE
1546 Particle-Amount: NORMAL
1547 Particle-Effect-Boosted-Only: true
1548 Conditions:
1549 Biomes: ALL
1550 Height: 0:256
1551 Light: BOTH
1552 Storm Only: false
1553 Max Entities Around Spawner: 6
1554 Required Player Distance And Amount: '16:1'
1555 Display-Item: AIR
1556 SQUID:
1557 Allowed: true
1558 Custom: false
1559 Upgradable: true
1560 Custom-Goal: 0
1561 Convertible: true
1562 Convert-Ratio: 45%
1563 Craftable: false
1564 Recipe-Layout: AAAABAAAA
1565 Recipe-Ingredients:
1566 - A, IRON_BARS
1567 - B, SPAWN_EGG
1568 Tiers:
1569 Tier_1:
1570 Entities:
1571 - SQUID
1572 Blocks: []
1573 Items: []
1574 Command: []
1575 Display-Name: Squid
1576 Spawn-Blocks:
1577 - WATER
1578 Spawn-On-Fire: false
1579 Cost-Economy: 10.0
1580 Cost-Levels: 2
1581 Tick-Rate: 800:200
1582 Pickup-Cost: 0.0
1583 Pick-Damage: 1
1584 Spawn-Effect: HALO
1585 Spawn-Effect-Particle: REDSTONE
1586 Entity-Spawn-Particle: SMOKE
1587 Spawner-Spawn-Particle: FIRE
1588 Particle-Amount: NORMAL
1589 Particle-Effect-Boosted-Only: true
1590 Conditions:
1591 Biomes: ALL
1592 Height: 0:256
1593 Light: BOTH
1594 Storm Only: false
1595 Max Entities Around Spawner: 6
1596 Required Player Distance And Amount: '16:1'
1597 Display-Item: AIR
1598 WOLF:
1599 Allowed: true
1600 Custom: false
1601 Upgradable: true
1602 Custom-Goal: 0
1603 Convertible: true
1604 Convert-Ratio: 45%
1605 Craftable: false
1606 Recipe-Layout: AAAABAAAA
1607 Recipe-Ingredients:
1608 - A, IRON_BARS
1609 - B, SPAWN_EGG
1610 Tiers:
1611 Tier_1:
1612 Entities:
1613 - WOLF
1614 Blocks: []
1615 Items: []
1616 Command: []
1617 Display-Name: Wolf
1618 Spawn-Blocks:
1619 - AIR
1620 Spawn-On-Fire: false
1621 Cost-Economy: 10.0
1622 Cost-Levels: 2
1623 Tick-Rate: 800:200
1624 Pickup-Cost: 0.0
1625 Pick-Damage: 1
1626 Spawn-Effect: HALO
1627 Spawn-Effect-Particle: REDSTONE
1628 Entity-Spawn-Particle: SMOKE
1629 Spawner-Spawn-Particle: FIRE
1630 Particle-Amount: NORMAL
1631 Particle-Effect-Boosted-Only: true
1632 Conditions:
1633 Biomes: ALL
1634 Height: 0:256
1635 Light: BOTH
1636 Storm Only: false
1637 Max Entities Around Spawner: 6
1638 Required Player Distance And Amount: '16:1'
1639 Display-Item: AIR
1640 MUSHROOM_COW:
1641 Allowed: true
1642 Custom: false
1643 Upgradable: true
1644 Custom-Goal: 0
1645 Convertible: true
1646 Convert-Ratio: 45%
1647 Craftable: false
1648 Recipe-Layout: AAAABAAAA
1649 Recipe-Ingredients:
1650 - A, IRON_BARS
1651 - B, SPAWN_EGG
1652 Tiers:
1653 Tier_1:
1654 Entities:
1655 - MUSHROOM_COW
1656 Blocks: []
1657 Items: []
1658 Command: []
1659 Display-Name: Mushroom Cow
1660 Spawn-Blocks:
1661 - MYCELIUM
1662 Spawn-On-Fire: false
1663 Cost-Economy: 10.0
1664 Cost-Levels: 2
1665 Tick-Rate: 800:200
1666 Pickup-Cost: 0.0
1667 Pick-Damage: 1
1668 Spawn-Effect: HALO
1669 Spawn-Effect-Particle: REDSTONE
1670 Entity-Spawn-Particle: SMOKE
1671 Spawner-Spawn-Particle: FIRE
1672 Particle-Amount: NORMAL
1673 Particle-Effect-Boosted-Only: true
1674 Conditions:
1675 Biomes: ALL
1676 Height: 0:256
1677 Light: BOTH
1678 Storm Only: false
1679 Max Entities Around Spawner: 6
1680 Required Player Distance And Amount: '16:1'
1681 Display-Item: AIR
1682 SNOWMAN:
1683 Allowed: true
1684 Custom: false
1685 Upgradable: true
1686 Custom-Goal: 0
1687 Convertible: true
1688 Convert-Ratio: 45%
1689 Craftable: false
1690 Recipe-Layout: AAAABAAAA
1691 Recipe-Ingredients:
1692 - A, IRON_BARS
1693 - B, SPAWN_EGG
1694 Tiers:
1695 Tier_1:
1696 Entities:
1697 - SNOWMAN
1698 Blocks: []
1699 Items: []
1700 Command: []
1701 Display-Name: Snowman
1702 Spawn-Blocks:
1703 - AIR
1704 Spawn-On-Fire: false
1705 Cost-Economy: 10.0
1706 Cost-Levels: 2
1707 Tick-Rate: 800:200
1708 Pickup-Cost: 0.0
1709 Pick-Damage: 1
1710 Spawn-Effect: HALO
1711 Spawn-Effect-Particle: REDSTONE
1712 Entity-Spawn-Particle: SMOKE
1713 Spawner-Spawn-Particle: FIRE
1714 Particle-Amount: NORMAL
1715 Particle-Effect-Boosted-Only: true
1716 Conditions:
1717 Biomes: ALL
1718 Height: 0:256
1719 Light: BOTH
1720 Storm Only: false
1721 Max Entities Around Spawner: 6
1722 Required Player Distance And Amount: '16:1'
1723 Display-Item: AIR
1724 OCELOT:
1725 Allowed: true
1726 Custom: false
1727 Upgradable: true
1728 Custom-Goal: 0
1729 Convertible: true
1730 Convert-Ratio: 45%
1731 Craftable: false
1732 Recipe-Layout: AAAABAAAA
1733 Recipe-Ingredients:
1734 - A, IRON_BARS
1735 - B, SPAWN_EGG
1736 Tiers:
1737 Tier_1:
1738 Entities:
1739 - OCELOT
1740 Blocks: []
1741 Items: []
1742 Command: []
1743 Display-Name: Ocelot
1744 Spawn-Blocks:
1745 - GRASS_BLOCK
1746 - JUNGLE_LEAVES
1747 - ACACIA_LEAVES
1748 - BIRCH_LEAVES
1749 - DARK_OAK_LEAVES
1750 - OAK_LEAVES
1751 - SPRUCE_LEAVES
1752 Spawn-On-Fire: false
1753 Cost-Economy: 10.0
1754 Cost-Levels: 2
1755 Tick-Rate: 800:200
1756 Pickup-Cost: 0.0
1757 Pick-Damage: 1
1758 Spawn-Effect: HALO
1759 Spawn-Effect-Particle: REDSTONE
1760 Entity-Spawn-Particle: SMOKE
1761 Spawner-Spawn-Particle: FIRE
1762 Particle-Amount: NORMAL
1763 Particle-Effect-Boosted-Only: true
1764 Conditions:
1765 Biomes: ALL
1766 Height: 0:256
1767 Light: BOTH
1768 Storm Only: false
1769 Max Entities Around Spawner: 6
1770 Required Player Distance And Amount: '16:1'
1771 Display-Item: AIR
1772 IRON_GOLEM:
1773 Allowed: true
1774 Custom: false
1775 Upgradable: true
1776 Custom-Goal: 0
1777 Convertible: true
1778 Convert-Ratio: 45%
1779 Craftable: false
1780 Recipe-Layout: AAAABAAAA
1781 Recipe-Ingredients:
1782 - A, IRON_BARS
1783 - B, SPAWN_EGG
1784 Tiers:
1785 Tier_1:
1786 Entities:
1787 - IRON_GOLEM
1788 Blocks: []
1789 Items: []
1790 Command: []
1791 Display-Name: Iron Golem
1792 Spawn-Blocks:
1793 - AIR
1794 Spawn-On-Fire: false
1795 Cost-Economy: 10.0
1796 Cost-Levels: 2
1797 Tick-Rate: 800:200
1798 Pickup-Cost: 0.0
1799 Pick-Damage: 1
1800 Spawn-Effect: HALO
1801 Spawn-Effect-Particle: REDSTONE
1802 Entity-Spawn-Particle: SMOKE
1803 Spawner-Spawn-Particle: FIRE
1804 Particle-Amount: NORMAL
1805 Particle-Effect-Boosted-Only: true
1806 Conditions:
1807 Biomes: ALL
1808 Height: 0:256
1809 Light: BOTH
1810 Storm Only: false
1811 Max Entities Around Spawner: 6
1812 Required Player Distance And Amount: '16:1'
1813 Display-Item: AIR
1814 HORSE:
1815 Allowed: true
1816 Custom: false
1817 Upgradable: true
1818 Custom-Goal: 0
1819 Convertible: true
1820 Convert-Ratio: 45%
1821 Craftable: false
1822 Recipe-Layout: AAAABAAAA
1823 Recipe-Ingredients:
1824 - A, IRON_BARS
1825 - B, SPAWN_EGG
1826 Tiers:
1827 Tier_1:
1828 Entities:
1829 - HORSE
1830 Blocks: []
1831 Items: []
1832 Command: []
1833 Display-Name: Horse
1834 Spawn-Blocks:
1835 - GRASS_BLOCK
1836 Spawn-On-Fire: false
1837 Cost-Economy: 10.0
1838 Cost-Levels: 2
1839 Tick-Rate: 800:200
1840 Pickup-Cost: 0.0
1841 Pick-Damage: 1
1842 Spawn-Effect: HALO
1843 Spawn-Effect-Particle: REDSTONE
1844 Entity-Spawn-Particle: SMOKE
1845 Spawner-Spawn-Particle: FIRE
1846 Particle-Amount: NORMAL
1847 Particle-Effect-Boosted-Only: true
1848 Conditions:
1849 Biomes: ALL
1850 Height: 0:256
1851 Light: BOTH
1852 Storm Only: false
1853 Max Entities Around Spawner: 6
1854 Required Player Distance And Amount: '16:1'
1855 Display-Item: AIR
1856 RABBIT:
1857 Allowed: true
1858 Custom: false
1859 Upgradable: true
1860 Custom-Goal: 0
1861 Convertible: true
1862 Convert-Ratio: 45%
1863 Craftable: false
1864 Recipe-Layout: AAAABAAAA
1865 Recipe-Ingredients:
1866 - A, IRON_BARS
1867 - B, SPAWN_EGG
1868 Tiers:
1869 Tier_1:
1870 Entities:
1871 - RABBIT
1872 Blocks: []
1873 Items: []
1874 Command: []
1875 Display-Name: Rabbit
1876 Spawn-Blocks:
1877 - GRASS_BLOCK
1878 Spawn-On-Fire: false
1879 Cost-Economy: 10.0
1880 Cost-Levels: 2
1881 Tick-Rate: 800:200
1882 Pickup-Cost: 0.0
1883 Pick-Damage: 1
1884 Spawn-Effect: HALO
1885 Spawn-Effect-Particle: REDSTONE
1886 Entity-Spawn-Particle: SMOKE
1887 Spawner-Spawn-Particle: FIRE
1888 Particle-Amount: NORMAL
1889 Particle-Effect-Boosted-Only: true
1890 Conditions:
1891 Biomes: ALL
1892 Height: 0:256
1893 Light: BOTH
1894 Storm Only: false
1895 Max Entities Around Spawner: 6
1896 Required Player Distance And Amount: '16:1'
1897 Display-Item: AIR
1898 POLAR_BEAR:
1899 Allowed: true
1900 Custom: false
1901 Upgradable: true
1902 Custom-Goal: 0
1903 Convertible: true
1904 Convert-Ratio: 45%
1905 Craftable: false
1906 Recipe-Layout: AAAABAAAA
1907 Recipe-Ingredients:
1908 - A, IRON_BARS
1909 - B, SPAWN_EGG
1910 Tiers:
1911 Tier_1:
1912 Entities:
1913 - POLAR_BEAR
1914 Blocks: []
1915 Items: []
1916 Command: []
1917 Display-Name: Polar Bear
1918 Spawn-Blocks:
1919 - AIR
1920 Spawn-On-Fire: false
1921 Cost-Economy: 10.0
1922 Cost-Levels: 2
1923 Tick-Rate: 800:200
1924 Pickup-Cost: 0.0
1925 Pick-Damage: 1
1926 Spawn-Effect: HALO
1927 Spawn-Effect-Particle: REDSTONE
1928 Entity-Spawn-Particle: SMOKE
1929 Spawner-Spawn-Particle: FIRE
1930 Particle-Amount: NORMAL
1931 Particle-Effect-Boosted-Only: true
1932 Conditions:
1933 Biomes: ALL
1934 Height: 0:256
1935 Light: BOTH
1936 Storm Only: false
1937 Max Entities Around Spawner: 6
1938 Required Player Distance And Amount: '16:1'
1939 Display-Item: AIR
1940 LLAMA:
1941 Allowed: true
1942 Custom: false
1943 Upgradable: true
1944 Custom-Goal: 0
1945 Convertible: true
1946 Convert-Ratio: 45%
1947 Craftable: false
1948 Recipe-Layout: AAAABAAAA
1949 Recipe-Ingredients:
1950 - A, IRON_BARS
1951 - B, SPAWN_EGG
1952 Tiers:
1953 Tier_1:
1954 Entities:
1955 - LLAMA
1956 Blocks: []
1957 Items: []
1958 Command: []
1959 Display-Name: Llama
1960 Spawn-Blocks:
1961 - GRASS_BLOCK
1962 Spawn-On-Fire: false
1963 Cost-Economy: 10.0
1964 Cost-Levels: 2
1965 Tick-Rate: 800:200
1966 Pickup-Cost: 0.0
1967 Pick-Damage: 1
1968 Spawn-Effect: HALO
1969 Spawn-Effect-Particle: REDSTONE
1970 Entity-Spawn-Particle: SMOKE
1971 Spawner-Spawn-Particle: FIRE
1972 Particle-Amount: NORMAL
1973 Particle-Effect-Boosted-Only: true
1974 Conditions:
1975 Biomes: ALL
1976 Height: 0:256
1977 Light: BOTH
1978 Storm Only: false
1979 Max Entities Around Spawner: 6
1980 Required Player Distance And Amount: '16:1'
1981 Display-Item: AIR
1982 PARROT:
1983 Allowed: true
1984 Custom: false
1985 Upgradable: true
1986 Custom-Goal: 0
1987 Convertible: true
1988 Convert-Ratio: 45%
1989 Craftable: false
1990 Recipe-Layout: AAAABAAAA
1991 Recipe-Ingredients:
1992 - A, IRON_BARS
1993 - B, SPAWN_EGG
1994 Tiers:
1995 Tier_1:
1996 Entities:
1997 - PARROT
1998 Blocks: []
1999 Items: []
2000 Command: []
2001 Display-Name: Parrot
2002 Spawn-Blocks:
2003 - AIR
2004 Spawn-On-Fire: false
2005 Cost-Economy: 10.0
2006 Cost-Levels: 2
2007 Tick-Rate: 800:200
2008 Pickup-Cost: 0.0
2009 Pick-Damage: 1
2010 Spawn-Effect: HALO
2011 Spawn-Effect-Particle: REDSTONE
2012 Entity-Spawn-Particle: SMOKE
2013 Spawner-Spawn-Particle: FIRE
2014 Particle-Amount: NORMAL
2015 Particle-Effect-Boosted-Only: true
2016 Conditions:
2017 Biomes: ALL
2018 Height: 0:256
2019 Light: BOTH
2020 Storm Only: false
2021 Max Entities Around Spawner: 6
2022 Required Player Distance And Amount: '16:1'
2023 Display-Item: AIR
2024 VILLAGER:
2025 Allowed: true
2026 Custom: false
2027 Upgradable: true
2028 Custom-Goal: 0
2029 Convertible: true
2030 Convert-Ratio: 45%
2031 Craftable: false
2032 Recipe-Layout: AAAABAAAA
2033 Recipe-Ingredients:
2034 - A, IRON_BARS
2035 - B, SPAWN_EGG
2036 Tiers:
2037 Tier_1:
2038 Entities:
2039 - VILLAGER
2040 Blocks: []
2041 Items: []
2042 Command: []
2043 Display-Name: Villager
2044 Spawn-Blocks:
2045 - AIR
2046 Spawn-On-Fire: false
2047 Cost-Economy: 10.0
2048 Cost-Levels: 2
2049 Tick-Rate: 800:200
2050 Pickup-Cost: 0.0
2051 Pick-Damage: 1
2052 Spawn-Effect: HALO
2053 Spawn-Effect-Particle: REDSTONE
2054 Entity-Spawn-Particle: SMOKE
2055 Spawner-Spawn-Particle: FIRE
2056 Particle-Amount: NORMAL
2057 Particle-Effect-Boosted-Only: true
2058 Conditions:
2059 Biomes: ALL
2060 Height: 0:256
2061 Light: BOTH
2062 Storm Only: false
2063 Max Entities Around Spawner: 6
2064 Required Player Distance And Amount: '16:1'
2065 Display-Item: AIR
2066 TURTLE:
2067 Allowed: true
2068 Custom: false
2069 Upgradable: true
2070 Custom-Goal: 0
2071 Convertible: true
2072 Convert-Ratio: 45%
2073 Craftable: false
2074 Recipe-Layout: AAAABAAAA
2075 Recipe-Ingredients:
2076 - A, IRON_BARS
2077 - B, SPAWN_EGG
2078 Tiers:
2079 Tier_1:
2080 Entities:
2081 - TURTLE
2082 Blocks: []
2083 Items: []
2084 Command: []
2085 Display-Name: Turtle
2086 Spawn-Blocks:
2087 - AIR
2088 Spawn-On-Fire: false
2089 Cost-Economy: 10.0
2090 Cost-Levels: 2
2091 Tick-Rate: 800:200
2092 Pickup-Cost: 0.0
2093 Pick-Damage: 1
2094 Spawn-Effect: HALO
2095 Spawn-Effect-Particle: REDSTONE
2096 Entity-Spawn-Particle: SMOKE
2097 Spawner-Spawn-Particle: FIRE
2098 Particle-Amount: NORMAL
2099 Particle-Effect-Boosted-Only: true
2100 Conditions:
2101 Biomes: ALL
2102 Height: 0:256
2103 Light: BOTH
2104 Storm Only: false
2105 Max Entities Around Spawner: 6
2106 Required Player Distance And Amount: '16:1'
2107 Display-Item: AIR
2108 PHANTOM:
2109 Allowed: true
2110 Custom: false
2111 Upgradable: true
2112 Custom-Goal: 0
2113 Convertible: true
2114 Convert-Ratio: 45%
2115 Craftable: false
2116 Recipe-Layout: AAAABAAAA
2117 Recipe-Ingredients:
2118 - A, IRON_BARS
2119 - B, SPAWN_EGG
2120 Tiers:
2121 Tier_1:
2122 Entities:
2123 - PHANTOM
2124 Blocks: []
2125 Items: []
2126 Command: []
2127 Display-Name: Phantom
2128 Spawn-Blocks:
2129 - AIR
2130 Spawn-On-Fire: false
2131 Cost-Economy: 10.0
2132 Cost-Levels: 2
2133 Tick-Rate: 800:200
2134 Pickup-Cost: 0.0
2135 Pick-Damage: 1
2136 Spawn-Effect: HALO
2137 Spawn-Effect-Particle: REDSTONE
2138 Entity-Spawn-Particle: SMOKE
2139 Spawner-Spawn-Particle: FIRE
2140 Particle-Amount: NORMAL
2141 Particle-Effect-Boosted-Only: true
2142 Conditions:
2143 Biomes: ALL
2144 Height: 0:256
2145 Light: BOTH
2146 Storm Only: false
2147 Max Entities Around Spawner: 6
2148 Required Player Distance And Amount: '16:1'
2149 Display-Item: AIR
2150 COD:
2151 Allowed: true
2152 Custom: false
2153 Upgradable: true
2154 Custom-Goal: 0
2155 Convertible: true
2156 Convert-Ratio: 45%
2157 Craftable: false
2158 Recipe-Layout: AAAABAAAA
2159 Recipe-Ingredients:
2160 - A, IRON_BARS
2161 - B, SPAWN_EGG
2162 Tiers:
2163 Tier_1:
2164 Entities:
2165 - COD
2166 Blocks: []
2167 Items: []
2168 Command: []
2169 Display-Name: Cod
2170 Spawn-Blocks:
2171 - WATER
2172 Spawn-On-Fire: false
2173 Cost-Economy: 10.0
2174 Cost-Levels: 2
2175 Tick-Rate: 800:200
2176 Pickup-Cost: 0.0
2177 Pick-Damage: 1
2178 Spawn-Effect: HALO
2179 Spawn-Effect-Particle: REDSTONE
2180 Entity-Spawn-Particle: SMOKE
2181 Spawner-Spawn-Particle: FIRE
2182 Particle-Amount: NORMAL
2183 Particle-Effect-Boosted-Only: true
2184 Conditions:
2185 Biomes: ALL
2186 Height: 0:256
2187 Light: BOTH
2188 Storm Only: false
2189 Max Entities Around Spawner: 6
2190 Required Player Distance And Amount: '16:1'
2191 Display-Item: AIR
2192 SALMON:
2193 Allowed: true
2194 Custom: false
2195 Upgradable: true
2196 Custom-Goal: 0
2197 Convertible: true
2198 Convert-Ratio: 45%
2199 Craftable: false
2200 Recipe-Layout: AAAABAAAA
2201 Recipe-Ingredients:
2202 - A, IRON_BARS
2203 - B, SPAWN_EGG
2204 Tiers:
2205 Tier_1:
2206 Entities:
2207 - SALMON
2208 Blocks: []
2209 Items: []
2210 Command: []
2211 Display-Name: Salmon
2212 Spawn-Blocks:
2213 - WATER
2214 Spawn-On-Fire: false
2215 Cost-Economy: 10.0
2216 Cost-Levels: 2
2217 Tick-Rate: 800:200
2218 Pickup-Cost: 0.0
2219 Pick-Damage: 1
2220 Spawn-Effect: HALO
2221 Spawn-Effect-Particle: REDSTONE
2222 Entity-Spawn-Particle: SMOKE
2223 Spawner-Spawn-Particle: FIRE
2224 Particle-Amount: NORMAL
2225 Particle-Effect-Boosted-Only: true
2226 Conditions:
2227 Biomes: ALL
2228 Height: 0:256
2229 Light: BOTH
2230 Storm Only: false
2231 Max Entities Around Spawner: 6
2232 Required Player Distance And Amount: '16:1'
2233 Display-Item: AIR
2234 PUFFERFISH:
2235 Allowed: true
2236 Custom: false
2237 Upgradable: true
2238 Custom-Goal: 0
2239 Convertible: true
2240 Convert-Ratio: 45%
2241 Craftable: false
2242 Recipe-Layout: AAAABAAAA
2243 Recipe-Ingredients:
2244 - A, IRON_BARS
2245 - B, SPAWN_EGG
2246 Tiers:
2247 Tier_1:
2248 Entities:
2249 - PUFFERFISH
2250 Blocks: []
2251 Items: []
2252 Command: []
2253 Display-Name: Pufferfish
2254 Spawn-Blocks:
2255 - WATER
2256 Spawn-On-Fire: false
2257 Cost-Economy: 10.0
2258 Cost-Levels: 2
2259 Tick-Rate: 800:200
2260 Pickup-Cost: 0.0
2261 Pick-Damage: 1
2262 Spawn-Effect: HALO
2263 Spawn-Effect-Particle: REDSTONE
2264 Entity-Spawn-Particle: SMOKE
2265 Spawner-Spawn-Particle: FIRE
2266 Particle-Amount: NORMAL
2267 Particle-Effect-Boosted-Only: true
2268 Conditions:
2269 Biomes: ALL
2270 Height: 0:256
2271 Light: BOTH
2272 Storm Only: false
2273 Max Entities Around Spawner: 6
2274 Required Player Distance And Amount: '16:1'
2275 Display-Item: AIR
2276 TROPICAL_FISH:
2277 Allowed: true
2278 Custom: false
2279 Upgradable: true
2280 Custom-Goal: 0
2281 Convertible: true
2282 Convert-Ratio: 45%
2283 Craftable: false
2284 Recipe-Layout: AAAABAAAA
2285 Recipe-Ingredients:
2286 - A, IRON_BARS
2287 - B, SPAWN_EGG
2288 Tiers:
2289 Tier_1:
2290 Entities:
2291 - TROPICAL_FISH
2292 Blocks: []
2293 Items: []
2294 Command: []
2295 Display-Name: Tropical Fish
2296 Spawn-Blocks:
2297 - WATER
2298 Spawn-On-Fire: false
2299 Cost-Economy: 10.0
2300 Cost-Levels: 2
2301 Tick-Rate: 800:200
2302 Pickup-Cost: 0.0
2303 Pick-Damage: 1
2304 Spawn-Effect: HALO
2305 Spawn-Effect-Particle: REDSTONE
2306 Entity-Spawn-Particle: SMOKE
2307 Spawner-Spawn-Particle: FIRE
2308 Particle-Amount: NORMAL
2309 Particle-Effect-Boosted-Only: true
2310 Conditions:
2311 Biomes: ALL
2312 Height: 0:256
2313 Light: BOTH
2314 Storm Only: false
2315 Max Entities Around Spawner: 6
2316 Required Player Distance And Amount: '16:1'
2317 Display-Item: AIR
2318 DROWNED:
2319 Allowed: true
2320 Custom: false
2321 Upgradable: true
2322 Custom-Goal: 0
2323 Convertible: true
2324 Convert-Ratio: 45%
2325 Craftable: false
2326 Recipe-Layout: AAAABAAAA
2327 Recipe-Ingredients:
2328 - A, IRON_BARS
2329 - B, SPAWN_EGG
2330 Tiers:
2331 Tier_1:
2332 Entities:
2333 - DROWNED
2334 Blocks: []
2335 Items: []
2336 Command: []
2337 Display-Name: Drowned
2338 Spawn-Blocks:
2339 - AIR
2340 Spawn-On-Fire: false
2341 Cost-Economy: 10.0
2342 Cost-Levels: 2
2343 Tick-Rate: 800:200
2344 Pickup-Cost: 0.0
2345 Pick-Damage: 1
2346 Spawn-Effect: HALO
2347 Spawn-Effect-Particle: REDSTONE
2348 Entity-Spawn-Particle: SMOKE
2349 Spawner-Spawn-Particle: FIRE
2350 Particle-Amount: NORMAL
2351 Particle-Effect-Boosted-Only: true
2352 Conditions:
2353 Biomes: ALL
2354 Height: 0:256
2355 Light: DARK
2356 Storm Only: false
2357 Max Entities Around Spawner: 6
2358 Required Player Distance And Amount: '16:1'
2359 Display-Item: AIR
2360 DOLPHIN:
2361 Allowed: true
2362 Custom: false
2363 Upgradable: true
2364 Custom-Goal: 0
2365 Convertible: true
2366 Convert-Ratio: 45%
2367 Craftable: false
2368 Recipe-Layout: AAAABAAAA
2369 Recipe-Ingredients:
2370 - A, IRON_BARS
2371 - B, SPAWN_EGG
2372 Tiers:
2373 Tier_1:
2374 Entities:
2375 - DOLPHIN
2376 Blocks: []
2377 Items: []
2378 Command: []
2379 Display-Name: Dolphin
2380 Spawn-Blocks:
2381 - AIR
2382 Spawn-On-Fire: false
2383 Cost-Economy: 10.0
2384 Cost-Levels: 2
2385 Tick-Rate: 800:200
2386 Pickup-Cost: 0.0
2387 Pick-Damage: 1
2388 Spawn-Effect: HALO
2389 Spawn-Effect-Particle: REDSTONE
2390 Entity-Spawn-Particle: SMOKE
2391 Spawner-Spawn-Particle: FIRE
2392 Particle-Amount: NORMAL
2393 Particle-Effect-Boosted-Only: true
2394 Conditions:
2395 Biomes: ALL
2396 Height: 0:256
2397 Light: BOTH
2398 Storm Only: false
2399 Max Entities Around Spawner: 6
2400 Required Player Distance And Amount: '16:1'
2401 Display-Item: AIR
2402 CAT:
2403 Allowed: true
2404 Custom: false
2405 Upgradable: true
2406 Custom-Goal: 0
2407 Convertible: true
2408 Convert-Ratio: 45%
2409 Craftable: false
2410 Recipe-Layout: AAAABAAAA
2411 Recipe-Ingredients:
2412 - A, IRON_BARS
2413 - B, SPAWN_EGG
2414 Tiers:
2415 Tier_1:
2416 Entities:
2417 - CAT
2418 Blocks: []
2419 Items: []
2420 Command: []
2421 Display-Name: Cat
2422 Spawn-Blocks:
2423 - GRASS_BLOCK
2424 Spawn-On-Fire: false
2425 Cost-Economy: 10.0
2426 Cost-Levels: 2
2427 Tick-Rate: 800:200
2428 Pickup-Cost: 0.0
2429 Pick-Damage: 1
2430 Spawn-Effect: HALO
2431 Spawn-Effect-Particle: REDSTONE
2432 Entity-Spawn-Particle: SMOKE
2433 Spawner-Spawn-Particle: FIRE
2434 Particle-Amount: NORMAL
2435 Particle-Effect-Boosted-Only: true
2436 Conditions:
2437 Biomes: ALL
2438 Height: 0:256
2439 Light: BOTH
2440 Storm Only: false
2441 Max Entities Around Spawner: 6
2442 Required Player Distance And Amount: '16:1'
2443 Display-Item: AIR
2444 PANDA:
2445 Allowed: true
2446 Custom: false
2447 Upgradable: true
2448 Custom-Goal: 0
2449 Convertible: true
2450 Convert-Ratio: 45%
2451 Craftable: false
2452 Recipe-Layout: AAAABAAAA
2453 Recipe-Ingredients:
2454 - A, IRON_BARS
2455 - B, SPAWN_EGG
2456 Tiers:
2457 Tier_1:
2458 Entities:
2459 - PANDA
2460 Blocks: []
2461 Items: []
2462 Command: []
2463 Display-Name: Panda
2464 Spawn-Blocks:
2465 - AIR
2466 Spawn-On-Fire: false
2467 Cost-Economy: 10.0
2468 Cost-Levels: 2
2469 Tick-Rate: 800:200
2470 Pickup-Cost: 0.0
2471 Pick-Damage: 1
2472 Spawn-Effect: HALO
2473 Spawn-Effect-Particle: REDSTONE
2474 Entity-Spawn-Particle: SMOKE
2475 Spawner-Spawn-Particle: FIRE
2476 Particle-Amount: NORMAL
2477 Particle-Effect-Boosted-Only: true
2478 Conditions:
2479 Biomes: ALL
2480 Height: 0:256
2481 Light: BOTH
2482 Storm Only: false
2483 Max Entities Around Spawner: 6
2484 Required Player Distance And Amount: '16:1'
2485 Display-Item: AIR
2486 PILLAGER:
2487 Allowed: true
2488 Custom: false
2489 Upgradable: true
2490 Custom-Goal: 0
2491 Convertible: true
2492 Convert-Ratio: 45%
2493 Craftable: false
2494 Recipe-Layout: AAAABAAAA
2495 Recipe-Ingredients:
2496 - A, IRON_BARS
2497 - B, SPAWN_EGG
2498 Tiers:
2499 Tier_1:
2500 Entities:
2501 - PILLAGER
2502 Blocks: []
2503 Items: []
2504 Command: []
2505 Display-Name: Pillager
2506 Spawn-Blocks:
2507 - AIR
2508 Spawn-On-Fire: false
2509 Cost-Economy: 10.0
2510 Cost-Levels: 2
2511 Tick-Rate: 800:200
2512 Pickup-Cost: 0.0
2513 Pick-Damage: 1
2514 Spawn-Effect: HALO
2515 Spawn-Effect-Particle: REDSTONE
2516 Entity-Spawn-Particle: SMOKE
2517 Spawner-Spawn-Particle: FIRE
2518 Particle-Amount: NORMAL
2519 Particle-Effect-Boosted-Only: true
2520 Conditions:
2521 Biomes: ALL
2522 Height: 0:256
2523 Light: DARK
2524 Storm Only: false
2525 Max Entities Around Spawner: 6
2526 Required Player Distance And Amount: '16:1'
2527 Display-Item: AIR
2528 RAVAGER:
2529 Allowed: true
2530 Custom: false
2531 Upgradable: true
2532 Custom-Goal: 0
2533 Convertible: true
2534 Convert-Ratio: 45%
2535 Craftable: false
2536 Recipe-Layout: AAAABAAAA
2537 Recipe-Ingredients:
2538 - A, IRON_BARS
2539 - B, SPAWN_EGG
2540 Tiers:
2541 Tier_1:
2542 Entities:
2543 - RAVAGER
2544 Blocks: []
2545 Items: []
2546 Command: []
2547 Display-Name: Ravager
2548 Spawn-Blocks:
2549 - AIR
2550 Spawn-On-Fire: false
2551 Cost-Economy: 10.0
2552 Cost-Levels: 2
2553 Tick-Rate: 800:200
2554 Pickup-Cost: 0.0
2555 Pick-Damage: 1
2556 Spawn-Effect: HALO
2557 Spawn-Effect-Particle: REDSTONE
2558 Entity-Spawn-Particle: SMOKE
2559 Spawner-Spawn-Particle: FIRE
2560 Particle-Amount: NORMAL
2561 Particle-Effect-Boosted-Only: true
2562 Conditions:
2563 Biomes: ALL
2564 Height: 0:256
2565 Light: DARK
2566 Storm Only: false
2567 Max Entities Around Spawner: 6
2568 Required Player Distance And Amount: '16:1'
2569 Display-Item: AIR
2570 TRADER_LLAMA:
2571 Allowed: true
2572 Custom: false
2573 Upgradable: true
2574 Custom-Goal: 0
2575 Convertible: true
2576 Convert-Ratio: 45%
2577 Craftable: false
2578 Recipe-Layout: AAAABAAAA
2579 Recipe-Ingredients:
2580 - A, IRON_BARS
2581 - B, SPAWN_EGG
2582 Tiers:
2583 Tier_1:
2584 Entities:
2585 - TRADER_LLAMA
2586 Blocks: []
2587 Items: []
2588 Command: []
2589 Display-Name: Trader Llama
2590 Spawn-Blocks:
2591 - AIR
2592 Spawn-On-Fire: false
2593 Cost-Economy: 10.0
2594 Cost-Levels: 2
2595 Tick-Rate: 800:200
2596 Pickup-Cost: 0.0
2597 Pick-Damage: 1
2598 Spawn-Effect: HALO
2599 Spawn-Effect-Particle: REDSTONE
2600 Entity-Spawn-Particle: SMOKE
2601 Spawner-Spawn-Particle: FIRE
2602 Particle-Amount: NORMAL
2603 Particle-Effect-Boosted-Only: true
2604 Conditions:
2605 Biomes: ALL
2606 Height: 0:256
2607 Light: BOTH
2608 Storm Only: false
2609 Max Entities Around Spawner: 6
2610 Required Player Distance And Amount: '16:1'
2611 Display-Item: AIR
2612 WANDERING_TRADER:
2613 Allowed: true
2614 Custom: false
2615 Upgradable: true
2616 Custom-Goal: 0
2617 Convertible: true
2618 Convert-Ratio: 45%
2619 Craftable: false
2620 Recipe-Layout: AAAABAAAA
2621 Recipe-Ingredients:
2622 - A, IRON_BARS
2623 - B, SPAWN_EGG
2624 Tiers:
2625 Tier_1:
2626 Entities:
2627 - WANDERING_TRADER
2628 Blocks: []
2629 Items: []
2630 Command: []
2631 Display-Name: Wandering Trader
2632 Spawn-Blocks:
2633 - AIR
2634 Spawn-On-Fire: false
2635 Cost-Economy: 10.0
2636 Cost-Levels: 2
2637 Tick-Rate: 800:200
2638 Pickup-Cost: 0.0
2639 Pick-Damage: 1
2640 Spawn-Effect: HALO
2641 Spawn-Effect-Particle: REDSTONE
2642 Entity-Spawn-Particle: SMOKE
2643 Spawner-Spawn-Particle: FIRE
2644 Particle-Amount: NORMAL
2645 Particle-Effect-Boosted-Only: true
2646 Conditions:
2647 Biomes: ALL
2648 Height: 0:256
2649 Light: BOTH
2650 Storm Only: false
2651 Max Entities Around Spawner: 6
2652 Required Player Distance And Amount: '16:1'
2653 Display-Item: AIR
2654 FOX:
2655 Allowed: true
2656 Custom: false
2657 Upgradable: true
2658 Custom-Goal: 0
2659 Convertible: true
2660 Convert-Ratio: 45%
2661 Craftable: false
2662 Recipe-Layout: AAAABAAAA
2663 Recipe-Ingredients:
2664 - A, IRON_BARS
2665 - B, SPAWN_EGG
2666 Tiers:
2667 Tier_1:
2668 Entities:
2669 - FOX
2670 Blocks: []
2671 Items: []
2672 Command: []
2673 Display-Name: Fox
2674 Spawn-Blocks:
2675 - AIR
2676 Spawn-On-Fire: false
2677 Cost-Economy: 10.0
2678 Cost-Levels: 2
2679 Tick-Rate: 800:200
2680 Pickup-Cost: 0.0
2681 Pick-Damage: 1
2682 Spawn-Effect: HALO
2683 Spawn-Effect-Particle: REDSTONE
2684 Entity-Spawn-Particle: SMOKE
2685 Spawner-Spawn-Particle: FIRE
2686 Particle-Amount: NORMAL
2687 Particle-Effect-Boosted-Only: true
2688 Conditions:
2689 Biomes: ALL
2690 Height: 0:256
2691 Light: BOTH
2692 Storm Only: false
2693 Max Entities Around Spawner: 6
2694 Required Player Distance And Amount: '16:1'
2695 Display-Item: AIR
2696 BEE:
2697 Allowed: true
2698 Custom: false
2699 Upgradable: true
2700 Custom-Goal: 0
2701 Convertible: true
2702 Convert-Ratio: 45%
2703 Craftable: false
2704 Recipe-Layout: AAAABAAAA
2705 Recipe-Ingredients:
2706 - A, IRON_BARS
2707 - B, SPAWN_EGG
2708 Tiers:
2709 Tier_1:
2710 Entities:
2711 - BEE
2712 Blocks: []
2713 Items: []
2714 Command: []
2715 Display-Name: Bee
2716 Spawn-Blocks:
2717 - AIR
2718 Spawn-On-Fire: false
2719 Cost-Economy: 10.0
2720 Cost-Levels: 2
2721 Tick-Rate: 800:200
2722 Pickup-Cost: 0.0
2723 Pick-Damage: 1
2724 Spawn-Effect: HALO
2725 Spawn-Effect-Particle: REDSTONE
2726 Entity-Spawn-Particle: SMOKE
2727 Spawner-Spawn-Particle: FIRE
2728 Particle-Amount: NORMAL
2729 Particle-Effect-Boosted-Only: true
2730 Conditions:
2731 Biomes: ALL
2732 Height: 0:256
2733 Light: BOTH
2734 Storm Only: false
2735 Max Entities Around Spawner: 6
2736 Required Player Distance And Amount: '16:1'
2737 Display-Item: AIR
2738 HOGLIN:
2739 Allowed: true
2740 Custom: false
2741 Upgradable: true
2742 Custom-Goal: 0
2743 Convertible: true
2744 Convert-Ratio: 45%
2745 Craftable: false
2746 Recipe-Layout: AAAABAAAA
2747 Recipe-Ingredients:
2748 - A, IRON_BARS
2749 - B, SPAWN_EGG
2750 Tiers:
2751 Tier_1:
2752 Entities:
2753 - HOGLIN
2754 Blocks: []
2755 Items: []
2756 Command: []
2757 Display-Name: Hoglin
2758 Spawn-Blocks:
2759 - AIR
2760 Spawn-On-Fire: false
2761 Cost-Economy: 10.0
2762 Cost-Levels: 2
2763 Tick-Rate: 800:200
2764 Pickup-Cost: 0.0
2765 Pick-Damage: 1
2766 Spawn-Effect: HALO
2767 Spawn-Effect-Particle: REDSTONE
2768 Entity-Spawn-Particle: SMOKE
2769 Spawner-Spawn-Particle: FIRE
2770 Particle-Amount: NORMAL
2771 Particle-Effect-Boosted-Only: true
2772 Conditions:
2773 Biomes: ALL
2774 Height: 0:256
2775 Light: BOTH
2776 Storm Only: false
2777 Max Entities Around Spawner: 6
2778 Required Player Distance And Amount: '16:1'
2779 Display-Item: AIR
2780 PIGLIN:
2781 Allowed: true
2782 Custom: false
2783 Upgradable: true
2784 Custom-Goal: 0
2785 Convertible: true
2786 Convert-Ratio: 45%
2787 Craftable: false
2788 Recipe-Layout: AAAABAAAA
2789 Recipe-Ingredients:
2790 - A, IRON_BARS
2791 - B, SPAWN_EGG
2792 Tiers:
2793 Tier_1:
2794 Entities:
2795 - PIGLIN
2796 Blocks: []
2797 Items: []
2798 Command: []
2799 Display-Name: Piglin
2800 Spawn-Blocks:
2801 - AIR
2802 Spawn-On-Fire: false
2803 Cost-Economy: 10.0
2804 Cost-Levels: 2
2805 Tick-Rate: 800:200
2806 Pickup-Cost: 0.0
2807 Pick-Damage: 1
2808 Spawn-Effect: HALO
2809 Spawn-Effect-Particle: REDSTONE
2810 Entity-Spawn-Particle: SMOKE
2811 Spawner-Spawn-Particle: FIRE
2812 Particle-Amount: NORMAL
2813 Particle-Effect-Boosted-Only: true
2814 Conditions:
2815 Biomes: ALL
2816 Height: 0:256
2817 Light: DARK
2818 Storm Only: false
2819 Max Entities Around Spawner: 6
2820 Required Player Distance And Amount: '16:1'
2821 Display-Item: AIR
2822 STRIDER:
2823 Allowed: true
2824 Custom: false
2825 Upgradable: true
2826 Custom-Goal: 0
2827 Convertible: true
2828 Convert-Ratio: 45%
2829 Craftable: false
2830 Recipe-Layout: AAAABAAAA
2831 Recipe-Ingredients:
2832 - A, IRON_BARS
2833 - B, SPAWN_EGG
2834 Tiers:
2835 Tier_1:
2836 Entities:
2837 - STRIDER
2838 Blocks: []
2839 Items: []
2840 Command: []
2841 Display-Name: Strider
2842 Spawn-Blocks:
2843 - AIR
2844 Spawn-On-Fire: false
2845 Cost-Economy: 10.0
2846 Cost-Levels: 2
2847 Tick-Rate: 800:200
2848 Pickup-Cost: 0.0
2849 Pick-Damage: 1
2850 Spawn-Effect: HALO
2851 Spawn-Effect-Particle: REDSTONE
2852 Entity-Spawn-Particle: SMOKE
2853 Spawner-Spawn-Particle: FIRE
2854 Particle-Amount: NORMAL
2855 Particle-Effect-Boosted-Only: true
2856 Conditions:
2857 Biomes: ALL
2858 Height: 0:256
2859 Light: BOTH
2860 Storm Only: false
2861 Max Entities Around Spawner: 6
2862 Required Player Distance And Amount: '16:1'
2863 Display-Item: AIR
2864 ZOGLIN:
2865 Allowed: true
2866 Custom: false
2867 Upgradable: true
2868 Custom-Goal: 0
2869 Convertible: true
2870 Convert-Ratio: 45%
2871 Craftable: false
2872 Recipe-Layout: AAAABAAAA
2873 Recipe-Ingredients:
2874 - A, IRON_BARS
2875 - B, SPAWN_EGG
2876 Tiers:
2877 Tier_1:
2878 Entities:
2879 - ZOGLIN
2880 Blocks: []
2881 Items: []
2882 Command: []
2883 Display-Name: Zoglin
2884 Spawn-Blocks:
2885 - AIR
2886 Spawn-On-Fire: false
2887 Cost-Economy: 10.0
2888 Cost-Levels: 2
2889 Tick-Rate: 800:200
2890 Pickup-Cost: 0.0
2891 Pick-Damage: 1
2892 Spawn-Effect: HALO
2893 Spawn-Effect-Particle: REDSTONE
2894 Entity-Spawn-Particle: SMOKE
2895 Spawner-Spawn-Particle: FIRE
2896 Particle-Amount: NORMAL
2897 Particle-Effect-Boosted-Only: true
2898 Conditions:
2899 Biomes: ALL
2900 Height: 0:256
2901 Light: DARK
2902 Storm Only: false
2903 Max Entities Around Spawner: 6
2904 Required Player Distance And Amount: '16:1'
2905 Display-Item: AIR
2906 PIGLIN_BRUTE:
2907 Allowed: true
2908 Custom: false
2909 Upgradable: true
2910 Custom-Goal: 0
2911 Convertible: true
2912 Convert-Ratio: 45%
2913 Craftable: false
2914 Recipe-Layout: AAAABAAAA
2915 Recipe-Ingredients:
2916 - A, IRON_BARS
2917 - B, SPAWN_EGG
2918 Tiers:
2919 Tier_1:
2920 Entities:
2921 - PIGLIN_BRUTE
2922 Blocks: []
2923 Items: []
2924 Command: []
2925 Display-Name: Piglin Brute
2926 Spawn-Blocks:
2927 - AIR
2928 Spawn-On-Fire: false
2929 Cost-Economy: 10.0
2930 Cost-Levels: 2
2931 Tick-Rate: 800:200
2932 Pickup-Cost: 0.0
2933 Pick-Damage: 1
2934 Spawn-Effect: HALO
2935 Spawn-Effect-Particle: REDSTONE
2936 Entity-Spawn-Particle: SMOKE
2937 Spawner-Spawn-Particle: FIRE
2938 Particle-Amount: NORMAL
2939 Particle-Effect-Boosted-Only: true
2940 Conditions:
2941 Biomes: ALL
2942 Height: 0:256
2943 Light: DARK
2944 Storm Only: false
2945 Max Entities Around Spawner: 6
2946 Required Player Distance And Amount: '16:1'
2947 Display-Item: AIR
Translations
We offer translated versions of this plugin! In order to use them, enter the corresponding Language Code into your config.yml.
Language | Language code |
---|---|
Arabic | ar_EG |
German | de_DE |
English | en_US |
Spanish | es_ES |
Faeroese | fo_FO |
French | fr_FR |
Italian | it_IT |
Dutch | nl_NL |
Norwegian | no_NO |
Polish | pl_PL |
Persian | pr_FA |
Portuguese | pt_PT |
Russian | ru_RU |
Swedish | sv_SE |
Turkish | tr_TR |
Commands and Permissions
Command | Description | Permission Node |
---|---|---|
/es | Display information about EpicSpawners. | Default |
/spawnershop | Opens the spawner shop. | epicspawners.openshop |
/spawnerstats | Allows a player to view their current EpicSpawners stats and see how many kills they have left in order to receive a specific spawner drop. | epicspawners.stats |
/es change <spawnertype> | This allows a player to change spawners to certain types. Example: epicspawners.change.cow | epicspawners.change.<mob> |
/es give <player/all> <spawnertype/random> <multiplier> <amount> | Give a player a specific/random spawner with a custom multiplier and amount. | epicspawners.admin.give |
/es editor | Opens the spawner editor GUI and allows creation/modification of custom spawners. | epicspawners.admin.editor |
/es settings | Edit the EpicSpawners configuration from an in-game GUI. | epicspawners.admin.settings |
/es boost <player> <amount> [duration] | This allows you to boost the spawn rate a player gets from their placed spawners. | epicspawners.admin.boost |
/es reload | Reloads the Configuration and Language files for EpicSpawners. | epicspawners.admin.reload |
/es spawn | Force the spawner you are looking at to spawn so long as the spawn conditions are met | epicspawners.admin.spawn |
Gives all of the available admin permissions. | epicspawners.admin.* | |
This will allow players to receive a spawner when they mine it with a silk touch pickaxe. You can configure the plugin to only allow specific spawners to be mined. You can make any preferred changes in the configuration file, or add them as a permission. Example: epicspawners.silkdrop.pig | epicspawners.silkdrop.* | |
Allows players to mine and receive drops for spawners without a silk touch pick. | epicspawners.no-silk-drop | |
This will allow the player to right-click a spawner and open the GUI. | epicspawners.overview | |
This will allow players to place a spawner for all entities. You can configure the plugin to only allow specific spawners to be placed. You can make any preferred changes in the configuration file, or add them as a permission. Example: epicspawners.place.pig | epicspawners.place.* | |
This will allow players to combine spawners for all entities. You can configure the plugin to only allow specific spawners to be combined. You can make any preferred changes in the configuration file, or add them as a permission. Example: epicspawners.combine.pig | epicspawners.combine.* | |
This will allow EpicSpawners to drop spawners for specific players after reaching their goal. A spawner will only drop if the player meets the goal for killing X amount of a specific NATURAL spawning entity. | epicspawners.Killcounter | |
This will depict what spawners players will see in the shop. Example: epicspawners.shop.pig | epicspawners.shop.* | |
Allows players to change spawner type with an egg. Example: epicspawners.egg.pig | epicspawners.egg.* | |
This will allow players to create and upgrade Omni-Spawners. | epicspawners.omni | |
This will allow a player to bypass all permissions. | epicspawners.bypass | |
This allows players to convert spawners. | epicspawners.convert | |
This will depict what spawners are able to be converted to. Example: epicspawners.convert.pig | epicspawners.convert.<mob> | |
This will allow players to boost their spawners. | epicspawners.canboost | |
Permission to stack spawners. | epicspawners.stack.* | |
Set the spawner place limit for a player where x is the limit. | epicspawners.limit.x |
Custom Spawners
Creating Custom Spawners
How to create a custom spawner in-game
How to create a custom spawner through the spawners.yml file
1 CUSTOM_1:
2 Allowed: true
3 Custom: true
4 Upgradable: true
5 Custom-Goal: 0
6 Convertible: true
7 Convert-Ratio: 45%
8 Craftable: false
9 Recipe-Layout: AAAABAAAA
10 Recipe-Ingredients:
11 - A, IRON_BARS
12 - B, SPAWN_EGG
13 Tiers:
14 Tier_1:
15 Entities:
16 - CHICKEN
17 - PIG
18 - COW
19 - SHEEP
20 Blocks: []
21 Items: []
22 Command: []
23 Display-Name: Animal
24 Spawn-Blocks:
25 - GRASS
26 - DIRT
27 Spawn-On-Fire: false
28 Cost-Economy: 10.0
29 Cost-Levels: 5
30 Tick-Rate: 800:200
31 Pickup-Cost: 1000.0
32 Pick-Damage: 1
33 Spawn-Effect: HALO
34 Spawn-Effect-Particle: REDSTONE
35 Entity-Spawn-Particle: SMOKE
36 Spawner-Spawn-Particle: FIRE
37 Particle-Amount: NORMAL
38 Particle-Effect-Boosted-Only: true
39 Conditions:
40 Required Player Distance And Amount: '16:1'
41 Max Entities Around Spawner: 16
42 Biomes: ALL
43 Height: 0:256
44 Light: BOTH
45 Storm Only: false
46 Display-Item: LEASH
Creating Item Spawners
How to create an item spawner in-game
How to create an item spawner through the spawners.yml file
1 CUSTOM_:
2 Allowed: true
3 Custom: true
4 Upgradable: true
5 Custom-Goal: 0
6 Convertible: true
7 Convert-Ratio: 45%
8 Craftable: false
9 Recipe-Layout: AAAABAAAA
10 Recipe-Ingredients:
11 - A, IRON_BARS
12 - B, SPAWN_EGG
13 Tiers:
14 Tier_1:
15 Entities: []
16 Blocks: []
17 Items:
18 - ==: org.bukkit.inventory.ItemStack
19 v: 2584
20 type: COAL
21 Command: []
22 Display-Name: Coal
23 Spawn-Blocks:
24 - AIR
25 Spawn-On-Fire: false
26 Cost-Economy: 1000.0
27 Cost-Levels: 5
28 Tick-Rate: 200:200
29 Pickup-Cost: 0.0
30 Pick-Damage: 1
31 Spawn-Effect: HALO
32 Spawn-Effect-Particle: REDSTONE
33 Entity-Spawn-Particle: SMOKE
34 Spawner-Spawn-Particle: FIRE
35 Particle-Amount: NORMAL
36 Particle-Effect-Boosted-Only: true
37 Conditions:
38 Required Player Distance And Amount: '16:1'
39 Max Entities Around Spawner: 6
40 Biomes: ALL
41 Height: 0:256
42 Light: BOTH
43 Storm Only: false
44 Display-Item: COAL
Creating Omni Spawners
How to create an omi spawner in-game
Creating Spawner Tiers
How to create spawner tiers in-game
How to create an item spawner with tiers through the spawners.yml file
1 Custom 1:
2 Allowed: true
3 Custom: true
4 Upgradable: true
5 Custom-Goal: 0
6 Convertible: true
7 Convert-Ratio: 45%
8 Craftable: false
9 Recipe-Layout: AAAABAAAA
10 Recipe-Ingredients:
11 - A, IRON_BARS
12 - B, SPAWN_EGG
13 Tiers:
14 Tier_1:
15 Entities: []
16 Blocks: []
17 Items:
18 - ==: org.bukkit.inventory.ItemStack
19 v: 2584
20 type: COAL
21 Command: []
22 Display-Name: Coal
23 Spawn-Blocks:
24 - AIR
25 Spawn-On-Fire: false
26 Cost-Economy: 1000.0
27 Cost-Levels: 2
28 Tick-Rate: 100:100
29 Pickup-Cost: 0.0
30 Pick-Damage: 1
31 Spawn-Effect: HALO
32 Spawn-Effect-Particle: REDSTONE
33 Entity-Spawn-Particle: SMOKE
34 Spawner-Spawn-Particle: FIRE
35 Particle-Amount: NORMAL
36 Particle-Effect-Boosted-Only: true
37 Conditions:
38 Required Player Distance And Amount: '16:1'
39 Max Entities Around Spawner: 6
40 Biomes: ALL
41 Height: 0:265
42 Light: BOTH
43 Storm Only: false
44 Display-Item: COAL
45 Tier_2:
46 Entities: []
47 Blocks: []
48 Items:
49 - ==: org.bukkit.inventory.ItemStack
50 v: 2584
51 type: IRON_INGOT
52 Command: []
53 Display-Name: Iron
54 Spawn-Blocks:
55 - AIR
56 Spawn-On-Fire: false
57 Cost-Economy: 1000.0
58 Cost-Levels: 2
59 Tick-Rate: 100:100
60 Pickup-Cost: 0.0
61 Pick-Damage: 1
62 Spawn-Effect: HALO
63 Spawn-Effect-Particle: REDSTONE
64 Entity-Spawn-Particle: SMOKE
65 Spawner-Spawn-Particle: FIRE
66 Particle-Amount: NORMAL
67 Particle-Effect-Boosted-Only: true
68 Conditions:
69 Required Player Distance And Amount: '16:1'
70 Max Entities Around Spawner: 6
71 Biomes: ALL
72 Height: 0:265
73 Light: BOTH
74 Storm Only: false
75 Display-Item: IRON_INGOT
76 Tier_3:
77 Entities: []
78 Blocks: []
79 Items:
80 - ==: org.bukkit.inventory.ItemStack
81 v: 2584
82 type: DIAMOND
83 Command: []
84 Display-Name: Diamond
85 Spawn-Blocks:
86 - AIR
87 Spawn-On-Fire: false
88 Cost-Economy: 1000.0
89 Cost-Levels: 2
90 Tick-Rate: 100:100
91 Pickup-Cost: 0.0
92 Pick-Damage: 1
93 Spawn-Effect: HALO
94 Spawn-Effect-Particle: REDSTONE
95 Entity-Spawn-Particle: SMOKE
96 Spawner-Spawn-Particle: FIRE
97 Particle-Amount: NORMAL
98 Particle-Effect-Boosted-Only: true
99 Conditions:
100 Required Player Distance And Amount: '16:1'
101 Max Entities Around Spawner: 6
102 Biomes: ALL
103 Height: 0:265
104 Light: BOTH
105 Storm Only: false
106 Display-Item: DIAMOND
107 Tier_4:
108 Entities: []
109 Blocks: []
110 Items:
111 - ==: org.bukkit.inventory.ItemStack
112 v: 2584
113 type: EMERALD
114 Command: []
115 Display-Name: Emerald
116 Spawn-Blocks:
117 - AIR
118 Spawn-On-Fire: false
119 Cost-Economy: 1000.0
120 Cost-Levels: 2
121 Tick-Rate: 100:100
122 Pickup-Cost: 0.0
123 Pick-Damage: 1
124 Spawn-Effect: HALO
125 Spawn-Effect-Particle: REDSTONE
126 Entity-Spawn-Particle: SMOKE
127 Spawner-Spawn-Particle: FIRE
128 Particle-Amount: NORMAL
129 Particle-Effect-Boosted-Only: true
130 Conditions:
131 Required Player Distance And Amount: '16:1'
132 Max Entities Around Spawner: 6
133 Biomes: ALL
134 Height: 0:265
135 Light: BOTH
136 Storm Only: false
137 Display-Item: EMERALD
How to create an animal spawner with tiers through the spawners.yml file
1 Custom 1:
2 Allowed: true
3 Custom: true
4 Upgradable: true
5 Custom-Goal: 0
6 Convertible: true
7 Convert-Ratio: 45%
8 Craftable: false
9 Recipe-Layout: AAAABAAAA
10 Recipe-Ingredients:
11 - A, IRON_BARS
12 - B, SPAWN_EGG
13 Tiers:
14 Tier_1:
15 Entities:
16 - CHICKEN
17 Blocks: []
18 Items: []
19 Command: []
20 Display-Name: Chicken
21 Spawn-Blocks:
22 - GRASS
23 - DIRT
24 Spawn-On-Fire: false
25 Cost-Economy: 1000.0
26 Cost-Levels: 2
27 Tick-Rate: 400:600
28 Pickup-Cost: 0.0
29 Pick-Damage: 1
30 Spawn-Effect: HALO
31 Spawn-Effect-Particle: REDSTONE
32 Entity-Spawn-Particle: SMOKE
33 Spawner-Spawn-Particle: FIRE
34 Particle-Amount: NORMAL
35 Particle-Effect-Boosted-Only: true
36 Conditions:
37 Required Player Distance And Amount: '16:1'
38 Max Entities Around Spawner: 16
39 Biomes: ALL
40 Height: 0:265
41 Light: BOTH
42 Storm Only: false
43 Display-Item: CHICKEN
44 Tier_2:
45 Entities:
46 - PIG
47 Blocks: []
48 Items: []
49 Command: []
50 Display-Name: PIG
51 Spawn-Blocks:
52 - GRASS
53 - DIRT
54 Spawn-On-Fire: false
55 Cost-Economy: 1000.0
56 Cost-Levels: 5
57 Tick-Rate: 400:600
58 Pickup-Cost: 0.0
59 Pick-Damage: 1
60 Spawn-Effect: HALO
61 Spawn-Effect-Particle: REDSTONE
62 Entity-Spawn-Particle: SMOKE
63 Spawner-Spawn-Particle: FIRE
64 Particle-Amount: NORMAL
65 Particle-Effect-Boosted-Only: true
66 Conditions:
67 Required Player Distance And Amount: '16:1'
68 Max Entities Around Spawner: 16
69 Biomes: ALL
70 Height: 0:265
71 Light: BOTH
72 Storm Only: false
73 Display-Item: PIG
74 Tier_3:
75 Entities:
76 - COW
77 Blocks: []
78 Items: []
79 Command: []
80 Display-Name: Cow
81 Spawn-Blocks:
82 - GRASS
83 - DIRT
84 Spawn-On-Fire: false
85 Cost-Economy: 1000.0
86 Cost-Levels: 10
87 Tick-Rate: 400:600
88 Pickup-Cost: 0.0
89 Pick-Damage: 1
90 Spawn-Effect: HALO
91 Spawn-Effect-Particle: REDSTONE
92 Entity-Spawn-Particle: SMOKE
93 Spawner-Spawn-Particle: FIRE
94 Particle-Amount: NORMAL
95 Particle-Effect-Boosted-Only: true
96 Conditions:
97 Required Player Distance And Amount: '16:1'
98 Max Entities Around Spawner: 16
99 Biomes: ALL
100 Height: 0:265
101 Light: BOTH
102 Storm Only: false
103 Display-Item: COW
104 Tier_4:
105 Entities:
106 - SHEEP
107 Blocks: []
108 Items: []
109 Command: []
110 Display-Name: Sheep
111 Spawn-Blocks:
112 - GRASS
113 - DIRT
114 Spawn-On-Fire: false
115 Cost-Economy: 1000.0
116 Cost-Levels: 25
117 Tick-Rate: 400:600
118 Pickup-Cost: 0.0
119 Pick-Damage: 1
120 Spawn-Effect: HALO
121 Spawn-Effect-Particle: REDSTONE
122 Entity-Spawn-Particle: SMOKE
123 Spawner-Spawn-Particle: FIRE
124 Particle-Amount: NORMAL
125 Particle-Effect-Boosted-Only: true
126 Conditions:
127 Required Player Distance And Amount: '16:1'
128 Max Entities Around Spawner: 16
129 Biomes: ALL
130 Height: 0:265
131 Light: BOTH
132 Storm Only: false
133 Display-Item: SHEEP
Custom Drops
Creating a Custom Drop
To create a custom drop for mobs spawned by an EpicSpawner:
- Run the command /es editor.
- Select the mob you want to create a custom drop for.
- Select the Drop Setting option in the Editor GUI that opens.
- Click the Edit Drops option.
- Click the Create New Drop option.
- Type in the name of the item you want to use as your new drop. (Name of material must be in caps)
- left-click the item you choose to edit the drop, or right-click the item to delete the drop.
- Fill out the options in the Lootables Editor GUI that opens, referring to the table below for the variables you can use.
Editing a Lootable
In order to edit the lootables, you need to have a basic understanding of how to work with the JSON storage format. You are able to modify the tables from the preexisting configuration, and you could also use an online JSON editor to help you write a valid JSON, such as this one here.
Loot Tables
The loot tables are split into two objects, those being: Lootables and Loot. Lootables are the parent object which holds all of the loot for the entity. Loot is the child object that is held by the Lootables object.
There are various Loot options, which are:
- Type - The material used for this drop.
- Command - The command used for this drop. Commands are compatible with the placeholder '%player%'. It should be noted that if the entity is not killed by a player while this placeholder is being used, the command will not run.
- Data - The data value that corresponds with the material type. It should be noted that this is unsupported and unused in Minecraft versions of 1.13 and above.
- Name - The name applied to the dropped loot.
- Lore - The lore applied to the dropped loot.
- Enchantments - The enchantments applied to the dropped loot. Using the value "Random" will process the enchantment as if it were going through an enchanting table.
- Burned Type - Material used if the entity dies while on fire.
- Chance - The chance that the material will drop.
- Min - The minimum amount of materials dropped or commands run.
- Max - The maximum amount of materials dropped or commands run.
- Looting - Will the looting enchantment be usable for this loot?
- Looting Chance Increase - By how much each level of looting advances the max drop count.
- Only Drop For - Should this drop only be applicable to specific entities?
- Is Charged - This loot will only drop if the mob is killed by a charged creeper.
- Child Loot - Should this loot house child loot?
- Child Loot Drop Count Min - What is the minimum amount of child loot that should drop?
- Child Loot Drop Count Max - What is the maximum amount of child loot that should drop?
- Wielded Enchantment Chance Overrides - The override for chances applied by the wield item.
- Damage Min - Min amount of applied damage.
- Damage Max - Max amount of applied damage.
Examples
In this example, pigs will drop 1 - 3 white wool, 1 - 3 red wool, and will run a command 1 - 3 times.
1 {
2 "Type": "PIG",
3 "Loot": [
4 {
5 "Type": "WHITE_WOOL",
6 "Chance": 100,
7 "Min": 1,
8 "Max": 3,
9 "Looting": true
10 },
11 {
12 "Type": "RED_WOOL",
13 "Chance": 100,
14 "Min": 1,
15 "Max": 3,
16 "Looting": true
17 },
18 {
19 "Command": "say %player% killed a pig.",
20 "Chance": 100,
21 "Min": 1,
22 "Max": 3,
23 "Looting": true
24 }
25 ]
26 }
In this example, pigs will drop white wool 50% of the time, while dropping red wool if the pig dies while on fire. Pigs also have a 100% chance of dropping either yellow or green wool.
1 {
2 "Type": "PIG",
3 "Loot": [
4 {
5 "Type": "WHITE_WOOL",
6 "Burned Type": "RED_WOOL",
7 "Chance": 50,
8 "Min": 1,
9 "Max": 3,
10 "Looting": true
11 },
12 {
13 "Chance": 100,
14 "Min": 1,
15 "Max": 1,
16 "Looting": true,
17 "Child Loot Drop Count Min": 1,
18 "Child Loot Drop Count Max": 1,
19 "Child Loot": [
20 {
21 "Type": "YELLOW_WOOL",
22 "Chance": 50,
23 "Min": 1,
24 "Max": 3,
25 "Looting": true
26 },
27 {
28 "Type": "GREEN_WOOL",
29 "Name": "&3test",
30 "Lore": [
31 "&4test2",
32 "&5test3",
33 "&6test4"
34 ],
35 "Enchantments": {
36 "KNOCKBACK": 1,
37 "SWEEPING_EDGE": 1
38 },
39 "Chance": 50,
40 "Min": 1,
41 "Max": 3,
42 "Looting": true
43 }
44 ]
45 }
46 ]
47 }
In this example, pigs will drop a bow bow that is enchanted randomly with an Enchanting Table of level 26. The bow will also be damaged between 10 and 100 percent. There is also a 20% chance that the player will be opped.
1 {
2 "Type": "PIG",
3 "Loot": [
4 {
5 "Type": "BOW",
6 "Enchantments": {
7 "RANDOM": 26
8 },
9 "Chance": 0.7,
10 "Min": 1,
11 "Max": 1,
12 "Wielded Enchantment Chance Overrides": {
13 "LUCK:2": 1.3,
14 "LUCK:1": 1.0,
15 "LUCK:3": 1.6
16 },
17 "Damage Min": 10,
18 "Damage Max": 100,
19 "Looting": true
20 },
21 {
22 "COMMAND": "OP %player%",
23 "Chance": 20,
24 "Min": 1,
25 "Max": 1,
26 "Looting": true
27 }
28 ]
29 }
Supported Plugins
- Factions/FactionsUUID/FactionsOne
- ASkyBlock/USkyBlock/FabledSkyblock
- WorldGuard
- Griefprevention
- StackMob/UltimateStacker
- Kingdoms
- Towny
- RedProtect
- GUIShop
- BossShopPro
- ShopGUI+
- PlayerPoints
Incompatible Plugins
- SlimeFun
- PlotSquared
- SilkSpawners
- Nether Water
- SuperiorSkyblock2
- Boss
- Most other spawner plugins
- Craftbook: You must disable "xpstorer." Having it enabled allows players to duplicate spawners.
- CMI: You must disable its spawner functions. The plugin will not work while they are active.
In this page it needs to be noted that the server needs to be off for spawners.yml changes to take effect.
Frequently Asked Questions
Why do spawners turn into pig spawners once I place them?
This is caused by a conflict with another plugin. You can solve this problem by taking away other plugins' control over spawners. For CMI, set spawner placing to false. For SilkSpawners, it would just be best to remove the plugin altogether.
Why do entities stop spawning after their first spawn?
This is how the plugin is intended to work. Once there are 6 (by default) mobs around the spawner, the spawner will stop spawning more entities as to not have too many mobs in a single area. To fix this, reduce the Radius To Search Around Spawner in the config.yml to allow spawning of entities when they move further away.
Why don't I see the upgrade icons on my spawner overview GUI anymore?
Because of the change with the release of EpicSpawners v7, the upgrade buttons will now only be visible for spawners which have more than 1 tier. This is because upgrading a spawner moves it to a higher tier, so in order for the spawner to be upgraded, it requires another tier to be present for that spawner.
How do I create item spawners?
To make an item spawner, grab the item(s) that you want to spawn, and put them in your inventory. Open the editor with '/es editor'. Click the paper at the bottom of the GUI to create a new spawner. This should open a new menu. When that is open, click the chest down the bottom. Shift-click the item(s) from your inventory into this new menu. Once the item(s) are all in the menu, click the redstone to save the instance. Then, hit the back button up the top. Click the redstone on this main menu to save the spawner. Good job, you just created an item spawner!
To name your spawner and display item, completely close the menu with ESC. Get the item you want as the display item in the shop and inside the spawner cage and put it in your inventory. Make sure you are holding that item in your hand! Open the editor again with '/es editor' and your new spawner should appear first in the list. It will look like a head with '?'s on it. Click it to open its menu. There should be another head with '?'s on it. Hover your mouse over it to see the options. You can left click to change the name. Doing that will allow you to enter what you want the name to be into chat. You can middle-click to set the display item. That will use the currently selected item in your inventory. If you edit anything here, always make sure to hit the redstone to save.
How does Mob Spawned Per Spawn work?
MULTI: Spawner level or how much spawners there are stacked on that spawner. Example: 2 Cow spawners MULTI = 2.
RAND: Is a random generator number added to the spawn. Defined by the "Random Amount Added To Each Spawn: '1:3'" in the config.
Why doesn't the 'epicspawners.place.*' permission work?
There is an issue with older permission plugins where wildcard permissions don't work properly. You need to use the separate permission nodes 'epicspawners.place.<spawner>' to grant them permission for all the different spawner types individually.
How can I charge for boosts with EXP or Economy instead of items?
You can use one of these values in your config to charge for boosts with either Items, EXP, or Economy:
- Item Charged For A Boost: DIAMOND:2
- Item Charged For A Boost: ECO:3000
- Item Charged For A Boost: XP:10
Why aren't the custom loot drops working?
If you also have UltimateStacker installed, it has a feature called loot tables! It adds highly customizable custom drops. This UltimateStacker feature overrides EpicSpawners' custom drops feature; if you have both plugins, you will need to use UltimateStacker's custom drops instead of the drops that you can configure for EpicSpawners.
There's a hologram I can't remove
If holograms from the plugin are remaining when they're not supposed to, run the following command depending on your Minecraft version. Make sure you're standing inside of the hologram before running the command.
1.8: /minecraft:kill @e[type=ArmorStand,r=3]
1.12: /minecraft:kill @e[type=armor_stand,r=3] 1.13+: /minecraft:kill @e[type=minecraft:armor_stand,distance=..2]