Releases: fuji-fabric/fuji
12.73.0
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_meta.run]
/run as console <command>now returns the actual command result, rather than always defaulting toSUCCESS. -
[command_toolbox.nickname]
Introduced a new option:nickname_constraints.
🐞 Fixed
- [command_bundle]
Defining a bundle command with an empty definition no longer throws an exception.
It now safely does nothing and returnsSUCCESSinstead.
12.72.0
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]
Bundle commands now use the last command’s return value instead of always defaulting toSUCCESS.
This allows a bundle command to rewrite a predicate command, as a shortcut.
12.71.0
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
🧩 Generic Predicate Commands
New commands to test string value conditions.
🔹 Commands
-
/equals? <player> <expectedString> <placeholderString>
Checks if a placeholder string equals the expected string. -
/true? <player> <placeholderString>
Returns true if the placeholder string represents a truthy value (e.g.,"true"). -
/false? <player> <placeholderString>
Returns true if the placeholder string represents a falsy value (e.g.,"false"). -
/matches? <player> <regex> <placeholderString>
Checks if the placeholder string matches the given regular expression.
12.70.0
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
🐛 Fixed
- [core] Ensure the config files managed by
auto savefeature will besyncedon the server started.
12.69.0
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_cooldown] Added the
admin_players_can_bypassoption. - [command_warmup] Added the
admin_players_can_bypassoption. - [teleport_warmup] Added the
admin_players_can_bypassoption.
🐛 Fixed
- [color.sign] Fixed an issue where the
sign cachedata format version was not automatically migrated after upgrading the mod version.
12.68.0
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
This release brings major improvements to the world modules and overall user experience.
Special thanks to @zonary123 for contributing!
✨ New Features
- [world.gamerule] — Optimized performance when retrieving per-dimension gamerules.
(Thanks to @zonary123) - [world] — Prevent the
/world deletecommand from deleting vanilla dimensions. - [world] — Added support for specifying a custom namespace when creating or importing dimensions. (#517)
- [world] — Refined feedback messages for
/world {load|unload|reset}commands to improve clarity.
🐛 Fixes
- [world] — Fixed
/world whocommand suggestions not appearing properly.
12.67.0
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
⭐ New Features
- [core]: Added lots of helpful documentation to our online site — check it out here: fuji-fabric.github.io
- [fuji]: Improved the user interface for the configuration inspector.
→ Try it with:/fuji inspect configurations
12.66.0
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
🛠️ Fixed
- [world] Added support for the
worldmodule when running in a NeoForge platform environment with the connector mod.
12.65.0
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
🛠️ Fixed
- [world] Added support for the
worldmodule when running in a NeoForge platform environment with the connector mod.
12.64.0
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
🛠️ Fixed
- [world] Added support for the
worldmodule when running in a NeoForge platform environment with the connector mod.