Links
Tags
Creators
Details
All versions
1.4.0
Release
Safe Zone Claims 1.4.03 months ago 239
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Paper
Changes
Minecraft 26.1 support — this release updates Safe Zone for Minecraft 26.1, 26.1.1, and 26.1.2 on both Fabric and Paper.
What's new
- Full compatibility with Minecraft 26.1.x on Fabric and Paper
- Axiom editor integration updated to support Axiom 5.0.4+26.1
Compatibility notes
- Requires Java 25 (bundled with Minecraft 26.1 server installations)
- FastAsyncWorldEdit: FAWE has not yet released a Minecraft 26.1 build. The FAWE/WorldEdit integration is still present in the plugin and will activate automatically once a compatible FAWE build is available. In the meantime, Safe Zone works normally without it.
Installation
- Fabric: drop SafeZone-Fabric-1.4.0.jar into your mods/ folder
- Paper: drop SafeZone-Paper-1.4.0.jar into your plugins/ folder
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:fckBPvek:lAfoRcm4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fckBPvek:lAfoRcm4"
}

