Langue

MobTables

MobTables

Modrinth

Loottables but for mob spawning

183 téléchargements 3 abonnés mis à jour 30mo ago
dernière vv0.0.1-alpha Modrinth
Paper Purpur 1.20 – 1.20.4 AdventureMobs

MobTables

Ever wanted to change mob spawning easily?

Then this is the right Plugin for you!

Features

  • Create custom rules for each mob in a familiar loottable like syntax
  • Disable the spawning of mobs not defined in the config

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

Versions

Alpha
v0.0.1-alpha
paper, purpur · 1.20, 1.20.1, 1.20.2 · 30mo ago
This is the first release. Documentation can be found in [README.md](https://github.com/KaninchenSpeed/MobTables/blob/master/README.md) or the wiki (coming…
183

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger MobTables

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.