Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
1.5.9-release-37bccbe0b2
Release
1.5.9-release-37bccbe0b22 years ago 114
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
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.jsonwill 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.jsonwill be migrated automatically.- Some files require you to move them into the new place manually:
- move
config/fuji/kitdirectory intoconfig/fuji/modules/kit/kit-data- move
config/fuji/deathlogdirectory intoconfig/fuji/modules/deathlog/death-data- move
config/fuji/skindirectory intoconfig/fuji/modules/skin/skin-data- move
config/fuji/skin.jsonfile 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.jsoninto small pieces locates inconfig/fuji/modules. (see the migration guide above.) - feature: unify the
json keynaming 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
backupservice will keep the originalfile structurein 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
invulnerableis always treated astrue. (afk.effect module) - fix: suppress the
console error loggingon 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_powermodule, now it's the part offunctional.enchantmentmodule. - build: add more tests to test symbol reference. (the reference relation between modules are stricter now, and the compatibility with other mods are enhanced.)
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:1TowMm2v:BeG9OcT6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:BeG9OcT6"
}





