Skip to content

Commands & Permissions

ace edited this page Jun 29, 2022 · 1 revision

Permission: minibosses.command

Create boss: /minibosses create <entityType> <BossName>

Spawn boss: /minibosses spawn <BossName>

Despawn boss: /minibosses despawn <BossName>

  • The Boss will still spawn when the chunk is loaded again (disable Boss using toggleEnabled to prevent spawning)

Enable/Disable boss: /minibosses toggleEnabled <BossName>

  • Enabling a Boss that have not been checked/tested during startup may cause unknown behaviour, discouraged use in production

Remove boss: /minibosses delete <BossName>

List bosses in the config: /minibosses list

  • Also shows which bosses are enabled/disabled
Clone this wiki locally