HomeJavaModsMobTables
MobTables
MobTables — screenshot 1

MobTables

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

Features

Documentation

In depth documentation can be found here.

Installation

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

Examples

Examples to base your config on

Spawn piglins in desserts

spawning.yml

keepVanillaSpawning: true
pools:
  - rolls: 1
    conditions:
      - type: biome
        biome: DESERT
    entries:
      - type: PIGLIN
        chance: 0.2

Spawn magmacubes on magma blocks

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

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more