Fixes
- Fixed an issue with Rotate Towards Player for non-player entities.
- Fixed proximity animations not playing for citizens without Rotate Towards Player enabled.
- Fixed an issue with the Player entity.
- Fixed an issue with citizen knockback.
- Fixed death message incorrectly saying you were killed by "Template".
Improvements
* Added a 1-block radius option for wandering.
Features
- Added walking citizens.
- Added option to spawn nametag only (floating text without NPC).
- Added search bar.
- Added citizen groups.
- Added Passive, Neutral, and Aggressive citizen behavior.
- Citizens can now take damage, die, and respawn.
- Added Random Player Skin button.
- Model/Entity selector now fetches models dynamically, which includes custom models from other mods.
- Added ability to edit commands and messages.
- Added a dedicated messages menu/system with support for sending all messages at once, sequential sending, and random order sending.
- Added support for animations (it's recommended to install a third-party animation mod)
Improvements
- Improved stored data formatting
- Improved general stability and usability.
- Knockback is now properly cancelled when citizen damage is disabled.
- Improved the offline player skin fetching
Fixes
- Fixed major bug causing chunks to stop ticking and potential world corruption.
- Fixed NPC health resetting after armor changes.
- Fixed NPC rotation issues for non-player NPCs.
- Fixed double citizen spawning.
- Fixed hologram update behavior causing disappearance/flicker.
- Fixed “Rotate Towards Player” UI option visibility.
- Fixed inconsistent rotate/look-at-player behavior after restart.
- Fixed multi-line nametag issues when citizen scaling is applied.
- Fixed rare issues with the stored data file.
- Fixed knockback not cancelling correctly when damage disabled.
- Fixed stored data cleanup not fully cleaning up when removing citizens.
## Known Issues / Limitations
- Cannot use F-key interaction with walking citizens (left-click still works).
- Passive citizens currently cannot be damaged.
- Neutral and Aggressive citizens require "Wandering" to be enabled
Critical Fix: Resolved an issue where NPCs with player skins could break chunks, which in rare cases had the potential to corrupt them.
New Feature: Staff members now receive automatic messages when a new update is available.
- This is a Hytale issue, so we implemented a workaround. Because of this workaround, it is vital that server owners properly shut down their server using the /stop command or the "Stop" button in their hosting panel to avoid potential problems.
Features
- Added the option for "F" key interactions.
- Added Entity Selector List for easier NPC selection.
- Added multi-line nametags support.
- Added "Clone" button in Citizens Manager menu.
- Added "TP" button in the Citizens Manager menu.
- Improved overall UI and usability.
Fixes
- Fixed various issues and console warnings/errors.
- Fixed name display issue with EyeSpy mod.
- Fixed a few other issues
Breaking Changes (Developer API)
- Creating a citizen now requires a list of hologram UUIDs instead of a single UUID. Make sure to update any code using the "CitizenData" constructor.
New Features
- Added "{CitizenName}" variable/placeholder for commands and messages.
- Option to hide citizen nametags.
- Ability to set nametag offset.
- Option to make NPCs always look at the player.
- Ability to set a Citizen's armor and item in hand.
Improvements
- Citizens no longer take knockback damage from weapons.
- Performance improvements for citizens in unloaded chunks.
- Removed "Commands" button from the citizen creation page.
- Other small improvements.
Known Issues / Limitations
- Citizens using player skins can cause issues with certain blocks in the same chunk (e.g., "Under Construction Sign"). This is a Hytale-related issue and we must wait for an official fix.
- Citizens can not hold items in their offhand.
- Nametags/holograms can not have colors.
Added / Updated
* Citizens can now use player skins
* Supports live skin updates or cached skins
* Can fetch skins from other players
* Includes a Developer API for skin features
Fixed
* Fixed an issue where removing Citizens did not delete all saved data from the config
Improvements
* General improvements
