Compatibility
Minecraft: Java Edition
1.21.x
1.20.1–1.20.6
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 2 weeks ago
Changelog
Migration Guide:
If you are using a version before
v1.5.9
, you should install this version to migrate the old configuration files.
- The data structure and semantics remains the same as previous versions.
- The file
config/fuji/config.json
will be migrated automatically.- Files
config/fuji/pvp.json
,config/fuji/scheduler.json
,config/fuji/warp.json
,config/fuji/home.josn
,config/fuji/world.json
,config/fuji/seen.json
,config/fuji/skin.json
,config/fuji/head.json
,config/fuji/nickname.json
,config/fuji/chat.json
will be migrated automatically.- Some files require you to move them into the new place manually:
- move
config/fuji/kit
directory intoconfig/fuji/modules/kit/kit-data
- move
config/fuji/deathlog
directory intoconfig/fuji/modules/deathlog/death-data
- move
config/fuji/skin
directory intoconfig/fuji/modules/skin/skin-data
- move
config/fuji/skin.json
file intoconfig/fuji/modules/skin/config.json
ChangeLog
- feature: add the configuration migrator layer, to help our user migrate version more easily. (it's less painful now.)
- feature: split the big file
confug/fuji/config.json
into small pieces locates inconfig/fuji/modules
. (see the migration guide above.) - feature: unify the
json key
naming policy, now all json keys use thelower case underscore style
. (The old keys are migrated automatically.) - feature: add
/tppos offline <player>
command to teleport to the offline position of a player. - feature: use lazy loading way to initialize all managers.
- feature: now will skip the un-necessary nametag making for a dead player. (nametag module)
- feature: now
backup
service will keep the originalfile structure
in file system. - feature: soft fail if failed to load an extra dimension. (world module)
- feature: add locales for
deathlog module
- fix: ensure that all jobs used to save configuration on server stopping phase will be triggered anyway.
- fix: the
invulnerable
is always treated astrue
. (afk.effect module) - fix: suppress the
console error logging
on a new player joined the server. (skin module) - refactor: use compile-time module graph, to boost the process of computing module path.
- refactor: rewrite the configuration system, now it's much more clear.
- refactor: remove the
functional.enchantment.override_power
module, now it's the part offunctional.enchantment
module. - build: add more tests to test symbol reference. (the reference relation between modules are stricter now, and the compatibility with other mods are enhanced.)
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
1.5.9-release-37bccbe0b2Loaders
Game versions
1.21–1.21.1Downloads
30Publication date
September 21, 2024 at 9:22 AMPublisher
SakuraWald
Owner