Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [world] feature: now support
flat chunk generator. (You can create thesuperflat dimensionsusing it)- feature: create a
overworld flat dimension:/world create example minecraft:overworld --chunkGeneratorType FLAT - feature: create a
customized flat dimension:/world create example minecraft:overworld --chunkGeneratorType FLAT --chunkGeneratorParameters "minecraft:bedrock,3*minecraft:stone,116*minecraft:sandstone;minecraft:desert" - feature: create a
void flat dimension:/world create example minecraft:overworld --chunkGeneratorType FLAT --chunkGeneratorParameters "minecraft:air;minecraft:the_void"
- feature: create a
- [world] feature: now support to use pre-defined
world presetto create worlds. (The pre-defined world presets:large biomes,amplified,single biome surfaceanddebug all block states.) - [world] feature: improve the
/world listcommand.- feature: now sends the
loaded dimensionsin a compat-style using chat. - feature: now will display the
un-loaded dimensionsin the config.
- feature: now sends the
- [world] fix: should not dupe the dimension descriptor entry in config, when trying to create a runtime dimension with dimension type
overworld_caves. - [world] fix: now
/world createcommand use theidentifierargument type fordimension typeinput, instead of greedy string. (It allows you to specifyoptional argumentsat the tail.) - [core] feature: improve the guide for new users.
- feature: make the
echomodule enabled by default in the default config. (Its commands are required by many other modules) - feature: improve the
print_user_guide_in_consoleoption on server startup.
- feature: make the
- [core] feature: improve the exception handlers.
- [fuji] feature: display the prefix string
fuji:when inspecting fuji placeholders using/fuji inspect placeholders.- feature: now will report the
json syntax errorto the in-game command source, when using/fuji reloadcommand. - feature: make the exception message more detailed.
- feature: now will report the
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
This version contains BREAKING CHANGES if you are using them.
- [world] refactor: make
per-dimension gamerulesas a standaloneworld.gamerulemodule.- This simplifies the configs of
worldmodule. - It allows you to define
per-dimension gamerulesforany dimension, even thevanilla dimensions. - It allows you to use the
per-dimension gameruleswith otherworld management mod.
- This simplifies the configs of
- [command_cooldown] feature: format the display time of
%fuji:command_cooldown_left_time%placeholder - [command_cooldown] feature: new
%fuji:command_cooldown_left_time_date%placeholder, to provide the next use date.



