> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nmentities.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Reloading NMEntities

Reloads NMEntities: regenerates the resource pack, reloads all models, and re-reads the `Mobs/` and `Effects/` folders.<br /><br />Usage

```text theme={null}
/nme reload
```

**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.
