Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [warning] feature: add
confirmoptional argument to/warning clearcommand. - [world] feature: now will fall back to the
flat chunk generatorif there is no available chunk generator for the specifieddimension type. (Makes the/world create cave minecraft:overworld_cavescommand work) - [view] fix: prevent placing items into the
saddleslot andbodyslots when using/view inv <player>command (These slots technically work but cause confusion, as they are not used for a player entity.) - [core] feature: new
core.formatter.date_formatteroption allows users to customize thedate format. - [core] feature: explicitly specify the
UTF-8encoding for all input streams. (To prevent the un-expected encoding is used for config files in some platforms.) - [core] build: introduce the
error pronechecking framework in building flow, to check the possible errors at compile-time automatically. - [core] fix: apply the
text parser input fixerfor MC version in the range[1.20, 1.20.4), addressing an issue wherecustom color enclosing tagslike</#FF0000>were not functioning correctly.
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [jail] feature: new
/jail guicommand, to open a GUI to inspect all defined jails and their jail records. - [economy & leaderboard] feature: improve the compatibility with async read/write operations.



