Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
4.1.0-release-a437a43e9f
Beta
4.1.0-release-a437a43e9f2 years ago 46
Compatibility
Minecraft: Java Edition
1.21.2-rc1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Changes
The version number of fuji follows
semvernow: https://semver.org/
This version including the following breaking changes if you are using them:
- refactor: lower the power of
chat.style content parser.
- remove: the ability to parse
markdown language. (This can be done via command rewrite if necessary, avoids the bypass of the usage of style tags.)- remove: the ability to parse
placeholders, avoids the abuse of evaluating placeholders in chat message sent by players.- refactor: set the default requirement of level permission to 4 for
/lorecommand. (command_toolbox.lore module)- refactor: set the default requirement of level permission to 4 for
/repaircommand. (command_toolbox.repair module)
- feature: add
document stringfor/fuji inspect fuji-commands, making all commands registered by fujiself-explanatory, with explanation offunctionandargument. - feature: add
gui supportfor/warpcommand. (warp module)- add
/warp set-nameto set the display name of a warp. - add
/warp set-itemto set the item of a warp. - add
/warp set-loreto set the lore of a warp.
- add
- feature: add new module
chat.stripeto stripestyle tagsbased on permissions, making it possible to control the usage of style tags. (chat.stripe module) - feature: add
requires_corresponding_permission_to_use_style_tagoption forcolor.anvilandcolor.signmodule. (color module) - feature: add the ability to
cancela system message. (system_message module) - feature: add
transform nicknameoption, which allows to add prefix, suffix and truncate the input nickname. (nickname module) - feature: skip un-necessary re-draw for
/fuji inspect configurationand/fuji inspect registry. (fuji module) - build: improve the github templates to use new features provided by github, providing a better experience for user feedback.
- docs: enrich the
chatmodules. - fix: should not warn the console about
required mods not installedif the related module is disabled inconfig/fuji/config.json. (carpet module)
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:e5Eqw4eK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:e5Eqw4eK"
}





