Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated last week
All versions
7.0.18
Release
WorldGuard 7.0.18 (MC 26.1-26.2)last week 11.2K
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Bukkit
Folia
Paper
Spigot
Required content
Changes
7.0.18
- Add lava-harden flag for cobblestone/stone/obsidian/basalt forming.
- Replace PigZapEvent on Paper to avoid startup warnings.
- Avoid unnecessary NPC checks to improve performance in some situations.
- Filtered "multiple regions" messages in commands to only show regions that the player has permission to use the command on.
- Fixed potential corruption that can occur in extreme region / slow hardware setups where it hasn't finished saving by the next save attempt.
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:DKY9btbd:btHBavWa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DKY9btbd:btHBavWa"
}


