For detailed change logs, please visit: https://github.com/sakurawald/fuji/commits/dev/
For historical change logs, refer to: https://github.com/sakurawald/fuji/releases
For user manual, refer to: https://fuji-fabric.github.io
Changelog
🚀 Added
- [command_bundle]
- Introduced an
enableproperty for each bundle command — making configuration more flexible.
- Introduced an
- [core]
- Improved command registration points for better compatibility across modules:
command_aliascommand_bundlecommand_permission
- Console now shows a warning when a command registration override is detected.
- Improved command registration points for better compatibility across modules:
- [command_event]
- Added new server lifecycle events:
on_server_startedon_server_stopping
- Added new server lifecycle events:
🐛 Fixed
- [command_bundle] & [command_alias]
- Hot-reload now properly unregisters target commands before reloading.
For detailed change logs, please visit: https://github.com/sakurawald/fuji/commits/dev/
For historical change logs, refer to: https://github.com/sakurawald/fuji/releases
For user manual, refer to: https://fuji-fabric.github.io
Changelog
Added
- [home] Introduced the
/homeroot command, allowing players to teleport to any of their homes. - [command_rewrite] Pre-compilation of
regexpatterns for improved performance. - [nametag]
- Implemented a more robust synchronization mechanism for
virtual nametag entities. - Enhanced the
nametag hidingsystem:- Before: Switched from
virtual nametag entityto thevanilla nametagwhen a player wassneakingorinvisible. - Now: Directly hides the
virtual nametag entitywhen a player issneakingorinvisible.
- Before: Switched from
- Improved responsiveness when hiding and showing nametags.
- Implemented a more robust synchronization mechanism for
- [document] Sidebar entries are now displayed in alphabetical order.
Fixed
- [cleaner] Resolved a potential deadlock occurring while iterating over entities in a world.
- [nametag]
- Addressed
nametag entitydesynchronization after executing the/skincommand.
- Addressed
- [jail] Ensured that a new jail patrol job is scheduled immediately after a jail is created via the
/jail createcommand.



