Skip to main content
Reloads NMEntities: regenerates the resource pack, reloads all models, and re-reads the Mobs/ and Effects/ folders.

Usage
Aliases: re, rl Permission: nmentities.reload

What it reloads

  • The resource pack (rebuilt in the build/ folder)
  • All .bbmodel files in models/
  • All mob definitions in Mobs/
  • All named effects in Effects/
After a reload, console shows Loaded N mob(s) from Mobs/. and Loaded N effect(s) from Effects/. so you can confirm your files were parsed.

Notes

  • Run this after adding or changing any model, mob or effect file.
  • Already-spawned mobs are not affected. Changes only apply to mobs spawned after the reload.
  • If a model has no mob referencing it yet, the reload auto-generates one in Mobs/mobs.yml so it’s spawnable right away.