Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 3.41 KB

README.md

File metadata and controls

64 lines (52 loc) · 3.41 KB

GitHub Workflow Status GitHub Workflow Status Sonatype Nexus (Releases) Sonatype Nexus (Development) Sonatype Nexus (Snapshots)

Landlord

Landlord is a bukkit plugin for players to prevent against griefing, stealing, and animal kills in a simplified manner.
It is hosted on spigotmc.org.

Download

You can download the latest builds from our nexus.
Please search your version below.
Only use snapshot if you know what you are doing. We don't guarantee that these will run without any problems.

Latest 1.13+

Latest Release
Latest Dev
Latest Snapshot

Legacy 1.12

Latest Release
Latest Dev
Latest Snapshot

Dependency

If you want to use landlord as a dependency you can these.
Make sure to replace the version with the release version from above.

Gradle

repositories {
    maven { url = uri("https://eldonexus.de/repository/maven-releases") }
}

dependencies {
    implementation("biz.princeps", "landlord-core", "{version}")
}

Maven

<repository>
    <id>EldoNexus</id>
    <url>https://eldonexus.de/repository/maven-releases/</url>
</repository>

<dependency>
    <groupId>biz.princeps</groupId>
    <artifactId>landlord-core</artifactId>
    <version>{version}</version>
</dependency>

Wiki

There is a very in depth documentation about nearly everything in the wiki.

Compilation

Gradle is the recommended way to build the project. Use ./gradlew shadowJar in the main project directory to build the project.

Contribution

link