Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
Changelog
This release introduces a new core feature called Command Assistant, along with several bug fixes and improvements.
Features
- [core] Command Assistant
Provides real-time command hints while typing commands.- Added new
core.commandoptions inconfig.jsonto configure the requirements for using Command Assistant, or to disable it entirely.
- Added new
Fixes
- [core] Argument Suggestions
Fixed an issue where a required argument with a custom suggestions provider was still listed in command suggestions, even when the command source could not use that command.- Note: This was originally a minor bug from Mojang, causing inconsistency between the
/helpcommand and tab completions. We resolved it to prevent user confusion.
- Note: This was originally a minor bug from Mojang, causing inconsistency between the
- [core] ANSI Color Reset
Ensured that all ANSI color styles are properly reset in every terminal after printing the user guide in the console.
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
Changelog
- [core] fix: when install this mod in
client-side, the use ofoptional argumentmay crash theclientinsingle player worlddue toarray index out of bounderror. - [command_scheduler] fix: the missing language keys.
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
Changelog
- [command_schedule] improvements and fixes.
- fix: support specifying
multiple cron expressionsfor ajob. - feature: rename fields in the config for clarity. (The old config schema will be migrated automatically)
- feature: optimize the
default configfor this module, provide an intuitive default example, and make it easier to understand. - docs: add documentation explaining how this module works.
- fix: support specifying
- [afk] feature: optimize the
default configfile. - [command_meta.when_online] improvements
- feature: add a new
/when-onlinecommand as an alias for the/when-online listcommand. - docs: add documentation for commands.
- feature: add a new



