Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- BREAKING CHANGES [sit]: refactor: make the
command_toolbox.sitmodule into a new standalone modulesit, and change the configuration schema. (Due to this module is complex enough, and it's likely we will introduce new features into it.) - ** BREAKING CHANGES** [chat.display] refactor: now use the
/chat display {item/inv/ender}commands to create and share display GUI. (For a better compatibility with other chat-related mods, likeStyled Chat, we stop replacing the chat string with display text directly.) - [chat.history] refactor: a better implementation, with better compatibility and consistency. (Now it can be used with
Styled Chatmod, and keeps the same chat style format when sending chat history.) - [chat.display & chat.replace] fix: only use
chat.replacemodule to replace the{item|inv|ender}chat string into display placeholders. (If we usechat.rewritemodule, it will break the message signature in online server.) - (MC 1.20.1) [command_toolbox.sit] fix: the chair entity height offset is too small.
- [command_toolbox.sit] fix: if the binding block is broken, the chair entity didn't get killed.
- [command_toolbox.sit] feature: make the dis-mount position more sensible.
- [command_toolbox.heal] feature: now
/healcommand will fill thefood level. - [echo.send_broadcast] fix: the
/send-broadcastcommand should not parse the player related placeholders. (If it's needed, use/foreachcommand.) - [world_downloader] refactor: rename config keys in configuration.
- docs: new chapter
commandin document, to describe the command list. - docs: new examples in
permissionchapter, to describe how to set up the proper permission for commands.
The version number of fuji follows
semvernow: https://semver.org/
- [command_permission] feature: new command
/command-permission describe <command>, to describe what is happening for a given command string. (Make it easier to set or unset the permission for a command.)
The version number of fuji follows
semvernow: https://semver.org/
- [command_permission] feature: new command
/command-permission describe <command>, to describe what is happening for a given command string. (Make it easier to set or unset the permission for a command.)



