Go to file
2021-06-09 14:59:00 +02:00
.github/ISSUE_TEMPLATE update issue template 2021-05-02 15:39:05 +02:00
gradle/wrapper initial commit 2020-08-23 14:52:36 +02:00
src/main admin unlock items 2021-06-09 14:45:08 +02:00
.gitignore clean ups 2020-08-23 15:16:26 +02:00
build.gradle group fix 2021-06-09 14:52:19 +02:00
Changelog.txt readGriefprevention log 2021-06-09 14:31:15 +02:00
gradle.properties group fix 2021-06-09 14:52:19 +02:00
gradlew initial commit 2020-08-23 14:52:36 +02:00
gradlew.bat initial commit 2020-08-23 14:52:36 +02:00
README.md Update README.md 2021-06-09 14:59:00 +02:00
settings.gradle initial commit 2020-08-23 14:52:36 +02:00

Flan

Server side land claiming mod for fabric

To use flan in your dependencys add the following snippet to your build.gradle

repositories {
    maven {
        name = "Flemmli97"
        url "https://gitlab.com/api/v4/projects/21830712/packages/maven"
    }
}

dependencies {
    modApi "io.github.flemmli97:flan:${flan_version}-${minecraft_version}"
}