
Allows you to stop the growth of mobs when renaming it.
Keep baby mobs small by locking their growth with a configurable Name Tag trigger.
When a player renames a baby mob to the configured activation name (default: stop grow), the mob’s age is locked, preventing it from growing up. Optionally, when the name no longer matches, growth can be unlocked automatically.
/smallify reload — reloads the config./smallify enable — toggles the plugin on/off./smallify enableGrow — toggles auto-unlock growth after rename off the activation name./smallify activationName <nametag> — sets the activation name./smallify info — prints current settings.Required permission for commands: smallifyEventHandler.commands
smallify.useNametag — allows using a Name Tag to lock/unlock growth on entities.smallifyEventHandler.commands — allows using /smallify commands.# master switch. When true, the plugin logic is active; when false, it does nothing.
enable: true
# when true, if a mob was previously locked and its name no longer matches the activation name, growth is unlocked so it can grow normally.
enable-grow-after-rename: true
# the exact Name Tag text that locks baby mob growth. Comparison is case-insensitive and trims whitespace.
activation-name: stop grow
plugins folder.config.yml./smallify reload or use special commands.