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.
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 Release
Latest Dev
Latest Snapshot
Latest Release
Latest Dev
Latest Snapshot
If you want to use landlord as a dependency you can these.
Make sure to replace the version with the release version from above.
repositories {
maven { url = uri("https://eldonexus.de/repository/maven-releases") }
}
dependencies {
implementation("biz.princeps", "landlord-core", "{version}")
}
<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>
There is a very in depth documentation about nearly everything in the wiki.
Gradle is the recommended way to build the project. Use ./gradlew shadowJar
in the main project directory to build the project.