Mob Options
Configure various behavior flags for your custom mobs.Usage
Available Options
Display Options
| Option | Type | Default | Description |
|---|---|---|---|
AlwaysShowName | boolean | false | Always show nametag |
ShowHealth | boolean | false | Show health in nametag |
Invisible | boolean | false | Make mob invisible |
Glowing | boolean | false | Glowing outline effect |
Behavior Options
| Option | Type | Default | Description |
|---|---|---|---|
NoAI | boolean | false | Disable all AI |
Silent | boolean | false | No sounds |
Collidable | boolean | true | Can collide with entities |
Interactable | boolean | true | Can be right-clicked |
NoGravity | boolean | false | Float in place |
Combat Options
| Option | Type | Default | Description |
|---|---|---|---|
Invincible | boolean | false | Cannot take damage |
PreventSunburn | boolean | false | No sun damage |
KnockbackResistance | double | 0.0 | Knockback resistance (0.0-1.0) |
AttackSpeed | double | - | Attack speed modifier |
FollowRange | double | 16.0 | Target detection range |
MovementSpeed | double | - | Movement speed value |
Despawn Options
| Option | Type | Default | Description |
|---|---|---|---|
Despawn | string | NORMAL | Despawn mode: NORMAL, NEVER, CHUNK, PERSISTENT, NPC |
Advanced Options
| Option | Type | Default | Description |
|---|---|---|---|
PreventItemPickup | boolean | false | Cannot pick up items |
PreventLeashing | boolean | false | Cannot be leashed |
PreventRandomEquipment | boolean | false | No random armor |
PreventRenaming | boolean | false | Cannot be renamed |
PreventTransformation | boolean | false | Cannot transform |
PreventVanillaDamage | boolean | false | Ignore some vanilla damage |
Scale | double | 1.0 | Entity scale (1.20.5+) |
Boss Bar
Display a boss bar above the mob:| Option | Values |
|---|---|
Color | PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE |
Style | SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20 |