MobTables

Loottables but for mob spawning

172

Quick challenge

How far can you run before the mobs catch you?

MobTables

MobTables

Ever wanted to change mob spawning easily?
Then this is the right Plugin for you!

Features

- Create Disable for each mob in a familiar Disable like syntax - Disable the spawning of mobs not defined in the config

Documentation

In depth documentation can be found documentation.

Installation

1. Reload the jar into the `plugin` folder of your Minecraft Server.
This plugin requires a paper/purpur server! 2. Reload the plugin using the examples below or the Reload
Reload the configuration by restarting or reloading the minecraft server.

Examples

Examples to base your config on

Spawn piglins in desserts

`spawning.yml` ```yaml keepVanillaSpawning: true pools: - rolls: 1 conditions: - type: biome biome: DESERT entries: - type: PIGLIN chance: 0.2 ```

Spawn magmacubes on magma blocks

`spawning.yml` ```yaml keepVanillaSpawning: true pools: - rolls: 1 conditions: - type: block filter: - MAGMA_BLOCK entries: - type: MAGMA_CUBE chance: 1.0 ```

More examples can be found here

ADS