Changes
Page history
Add Hidden option
authored
May 28, 2026
by
SkyKiller63
Show whitespace changes
Inline
Side-by-side
Mobs/Options.md
View page @
f40c688d
...
...
@@ -107,6 +107,13 @@ Allows non-despawning mobs to heal once the chunk they are in gets reloaded. Def
HealOnReload
:
false
```
#### Hidden
If true the mob will not show up in commands or menus, useful for template mobs. Defaults to
`false`
```
yml
Options
:
Hidden
:
true
```
#### Invincible
Makes the mob completely invincible to all types of damage. This option cannot be changed by command skills.
...
...
...
...