Tags
Creators
Details
16.18.3
Compatibility
Changes
Compatibility
Compatible with CraftBukkit and derivatives 1.19 or later, though we do recommend updating to at least 1.20.4 due to known crash exploits in older versions.
What's Changed
- Allow wither explosions to activate on unclaimed land by @TreemanKing in https://github.com/GriefPrevention/GriefPrevention/pull/2141
- Improve pet release feature by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2227
- Metrics for claim modes by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2242 and more metrics about other config options.
- Added chorusfruit teleport to EnderPearlsRequireAccessTrust config by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2267
- Sanitize claim corners on creation by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2285
- Don't allow claims to be made outside of worldborder by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2288
Full Changelog: https://github.com/GriefPrevention/GriefPrevention/compare/16.18.2...16.18.3
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:O4o4mKaq:RQv9pNC6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O4o4mKaq:RQv9pNC6"
}

