Skip to content

Releases: fuji-fabric/fuji

12.73.0

08 Nov 08:36

Choose a tag to compare

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 to SUCCESS.

  • [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 returns SUCCESS instead.

12.72.0

28 Oct 09:57

Choose a tag to compare

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 to SUCCESS.
    This allows a bundle command to rewrite a predicate command, as a shortcut.

12.71.0

28 Oct 08:08
f540fdd

Choose a tag to compare

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

23 Oct 03:37

Choose a tag to compare

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 save feature will be synced on the server started.

12.69.0

21 Oct 01:26

Choose a tag to compare

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_bypass option.
  • [command_warmup] Added the admin_players_can_bypass option.
  • [teleport_warmup] Added the admin_players_can_bypass option.

🐛 Fixed

  • [color.sign] Fixed an issue where the sign cache data format version was not automatically migrated after upgrading the mod version.

12.68.0

15 Oct 10:06

Choose a tag to compare

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 delete command 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 who command suggestions not appearing properly.

12.67.0

09 Oct 18:55

Choose a tag to compare

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

09 Oct 02:55

Choose a tag to compare

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 world module when running in a NeoForge platform environment with the connector mod.

12.65.0

09 Oct 02:52

Choose a tag to compare

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 world module when running in a NeoForge platform environment with the connector mod.

12.64.0

09 Oct 02:46

Choose a tag to compare

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 world module when running in a NeoForge platform environment with the connector mod.