Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
1.6.3-release-1914a82a84
Release
1.6.3-release-1914a82a842 years ago 57
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: add
/command-permissioncommand, which provides a user-friendly gui to query registered commands. (command permission module) - feature: add
/glowcommand. (glow module) - feature: add
/freezecommand. (freeze module) - feature: improve the implementation of command permission module, this also allows the neo-forge to use this module via sinytra-connector. (command permission module)
- feature: add
spy_on_consoleoption. (command spy module) - feature: improve the command spy listener, now ensures all commands will be spied on. (command spy module)
- feature: now you can click the chunk score to teleport to the chunk position. (top_chunks module)
- feature: improve the compatibility with other mods. (chat module)
- feature: add soft fail for tickWeather() mixin, this also allow the neo-forge to use this module via sinytra-connector. (world module)
- feature: now will also copy the requirement of the root of the target command node, so that there will be no a dummy command for players without permission. (command alias module)
- feature: improve the priority of command warmup module. (better compatibility with other mods)
- feature: now requires the permission level 4 to use
/fly,/god,/jumpcommands. - fix: possible concurrent modification exception if a player enter/leave the server. (tab_list module)
- fix: create multiple bossbar after issue
/world delete. (teleport warmup module) - fix: in-correct max pages display after the search operation in a paged gui.
- fix: the
/world resetcommand will not reset theforce-loading chunksin the target world. - refactor: no longer depends on the
fabric-apimod. - refactor: make
chatmodule a sub-modulechat.stylemodule, this also allows to use thechat.displayandchat.historymodule withStyledChatmod, without thechat.stylemodule. - refactor: move the directory
config/fuji/modules/motd/motd/iconintoconfig/fuji/modules/motd/icon. (motd 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:QFOFqBqq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TowMm2v:QFOFqBqq"
}





