
Loottables but for mob spawning
Ever wanted to change mob spawning easily?
Then this is the right Plugin for you!
In depth documentation can be found here.
plugin folder of your Minecraft Server.Examples to base your config on
spawning.yml
keepVanillaSpawning: true
pools:
- rolls: 1
conditions:
- type: biome
biome: DESERT
entries:
- type: PIGLIN
chance: 0.2
spawning.yml
keepVanillaSpawning: true
pools:
- rolls: 1
conditions:
- type: block
filter:
- MAGMA_BLOCK
entries:
- type: MAGMA_CUBE
chance: 1.0
More examples can be found here