Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
1.6.8-release-ffb688d726
Release
1.6.8-release-ffb688d7262 years ago 70
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Changes
WARNING:
If you are using a version before
v1.5.9, you should read the changelog ofv1.5.9.
- feature: better command feedback for
meta cmmands, now the command feedback will be passed down, not only sends the error to the command executor, but also sends the error to the command initiator. (command_meta module and its submodules)- e.g.:
/run as console bad command
- e.g.:
- feature: now the command
/chainwill copy and passthe command sourceto the next chain. (in the past,the first level of chainis theinitiating command source, andthe deeper levelsare always executed asthe console.)- e.g.
run as player <player> chain test-level-perm %player:name% 4 chain say value is true)
- e.g.
- feature: add
/send-bossbarcommand. (echo.send_bossbar module)- send a bossbar with attached commands to players.
- all in one example:
/send-bossbar <player> --stepType BACKWARD --totalMs 5000 --color PURPLE --style NOTCHED_6 --notifyMeOnComplete true --commandList "say the player %player:name% is healed|heal %player:name%" <rb>Healing is coming [elapsed_time]/[total_time]/[left_time]
- feature: add
interruptileoption, now you can configure theinterrupt disance,interrupt on damageandinterrupt in combatper command and usingregexto match them from up to downin order. (command_warmup module)- You will need to re-configure the
config/fuji/modules/command_warmup/config.jsonfile.
- You will need to re-configure the
- feature: add
/fuji inspectcommand, to inspect inner states of the server. (fuji module)- add
/fuji inspect server-commands: inspect all registered commands in the server. - add
/fuji inspect fuji-commands: inspect all commands registered byfujimod. - add
/fuji inspect modules: inspect enabled/disabled modules of fuji.
- add
- feature: add optional target player argument for
/healandfeed, (command_toolbox.healandcommand_toolbox.feedmodule) - feature: update the
fabric loaderversion fromv0.15.11tov0.16.5 - feature: now will keep silent on adding missing language keys for language files, to avoid console spam.
- feature: simplify the placeholder module. (placeholder module)
- add
/placeholder list: a gui to list all registered placeholders in server. - add
/placeholder parse: to parse a given string with a given player.
- add
- feature: add
predicate module, which provides commands to test conditions.- add
/test-level-permcommand - add
/test-string-permcommand
- add
- feature: enhance the
date parserto support complex period, e.g.1s2m3h4d5w6M7y. (temp-ban module) - refactor: rename
/helpopinto/help-op. (command_toolbox.help_op module) - refactor: rename
/fuji list-commandsinto/fuji inspect server-commands. (fuji module) - fix: the
%fuji:inv%,%fuji:item%and%fuji:ender%can't be resolved if the contextual player is null - fix: remove the unusable
type string:ctx,command-sourceandsource. (command_bundle 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:3xnh8InO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:3xnh8InO"
}





