Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 5 months ago
All versions
16.18.5
Release
GriefPrevention v16.18.510 months ago 38K
Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platforms
Paper
Purpur
Spigot
Changes
Highlights
- Handle wind charges by @RoboMWM in https://github.com/GriefPrevention/GriefPrevention/pull/2515
- This required increasing the server minimum version compatibility to 1.21
- Fix backported for moss and sculk spread by @RoboMWM in https://github.com/GriefPrevention/GriefPrevention/pull/2518
- Damaging Item Displays require build trust by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2424
Compatibility
Compatible with Spigot and derivatives (such as Purpur and Paper) 1.21+
Other things changed
- Use separate file for database configuration by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2368
- Add checks to claim commands by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2396
- Improve name lookups by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2408
- Add Iris to softdepend by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2404
- Allow use of fire charges by @RoboMWM in https://github.com/GriefPrevention/GriefPrevention/pull/2519
Full Changelog: https://github.com/GriefPrevention/GriefPrevention/compare/16.18.4...16.18.5
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:iaJtn30B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O4o4mKaq:iaJtn30B"
}

