3.0.0
Compatibility
Changes
Added Added /status to display active abilities. Added /flyspeed <speed> to adjust flying speed. Added /sethome to save a personal home location. Added /home to teleport to your saved home. Added /back to return to your previous location. Added /repair to fully repair the item in your hand. Added /heal <player> for healing other players. Added /feed <player> for restoring another player's hunger. Added /god <player> on/off for toggling God Mode on other players. Added /fly <player> on/off for toggling Fly Mode on other players. Added improved multiplayer and administrator support. Improved Refactored command registration for easier maintenance. Improved toggle handling for player abilities. Improved command feedback messages. Better multiplayer compatibility. Better code organization for future updates.
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:9cMiNXL5:QEpKcjoS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9cMiNXL5:QEpKcjoS"
}

