Tags
Creators
Details
16.18.7
Compatibility
Changes
Compatibility
Compatible with Spigot and derivatives (such as Purpur and Paper) 1.21.10+
Paper and its derivatives (such as Purpur) provide additional protection against player-caused knockback.
New
- Protect Copper Golem Statues by @FreeMonoid in https://github.com/GriefPrevention/GriefPrevention/pull/2566
- Claim command requires radius by @RapidGravy in https://github.com/GriefPrevention/GriefPrevention/pull/2557
- Require container trust for allays by @FreeMonoid in https://github.com/GriefPrevention/GriefPrevention/pull/2558
Fixes
- Don't block knockback when GP PvP rules are disabled by @FreeMonoid in https://github.com/GriefPrevention/GriefPrevention/pull/2572
- Update required api-version by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2574
- Fix
GRASS/SHORT_GRASSchecks that should beGRASS_BLOCKby @FreeMonoid in https://github.com/GriefPrevention/GriefPrevention/pull/2561
Full Changelog: https://github.com/GriefPrevention/GriefPrevention/compare/16.18.6...16.18.7
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:dGfCZHqk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O4o4mKaq:dGfCZHqk"
}

