Plugin Update: New Feature & Bug Fixes
✨ New Feature: Cleaner Animal Displays!
Tired of every single new animal in your world having a name and hunger bar? We've added a new option to your config.yml to help reduce visual clutter!
- New Config Option: show_only_after_rename: true
- What it does: When enabled (set to true), an animal's name and hunger bar will be hidden by default. The display will only appear after you manually give the animal a custom name using the GUI.
- Old Behavior: If you set this to false, all animals will show their name/bar from the moment they spawn, just like before.
We hope this makes your farms and worlds feel cleaner and makes your
named animals feel more special!
YAML
# In config.yml, under entity_display:
# If true, the name/bar above the animal will appear ONLY
# after the player names it via the GUI.
show_only_after_rename: true
# If false, the display will work as usual (from the moment of spawn).
Bug Fixes
- Name Color Error: We have fixed a bug where changing an animal's name color would work perfectly but would also incorrectly send an "Error: Animal not found" message to the player in chat. This error message will no longer appear, and the color-changing process is now seamless.