Commands & Permissions
Commands
| Command | Permission | Description |
|---|---|---|
/emakimobs spawn <mob_id> [player] | emakimobs.spawn | Spawn the specified mob at the target player's location. When player is omitted, spawns at the command sender's location. Must specify player when executed from the console. |
/emakimobs reload | emakimobs.reload | Reload all mob definitions, loot tables, and spawn rules without restarting the server. |
Permission nodes
| Permission | Default | Description |
|---|---|---|
emakimobs.use | true (all players) | Base permission to use the /emakimobs command. |
emakimobs.spawn | op | Manually spawn custom mobs. |
emakimobs.reload | op | Reload configuration files. |
emakimobs.debug | op | Debug features (reserved). |
emakimobs.admin | op | Administration features (reserved). |
Examples
# Spawn an elite zombie at your own location
/emakimobs spawn elite_zombie
# Spawn a bone lord at player Steve's location
/emakimobs spawn bone_lord Steve
# Reload all config files
/emakimobs reloadCAUTION
The spawn command places the mob at the exact coordinates of the target player. Test in open areas to prevent mobs from becoming stuck inside blocks.