Skip to content

Matyrobbrt/SectionProtection

Repository files navigation

SectionProtection

Minecraft chunk-claiming mod. Download on CurseForge.

Maven

This mod is available on Maven Central. Installation example:

dependencies {
    runtimeOnly fg.deobf("com.matyrobbrt.mc.sectionprotection:sectionprotection-${mcVersion}:${sectionprotection-version}")
    compileOnly fg.deobf("com.matyrobbrt.mc.sectionprotection:sectionprotection-${mcVersion}-api:${sectionprotection-version}")
}