Residence is different from most protection plugins in that it allows users to protect their own homes without needing to bother the server administrator.
It supports a variety of protection types, including preventing movement through protected areas. All settings can be configured by the landowner, with limits defined by the admin.
Original plugin created by bekvon and later made premium with their permission to further development.
- GitHub Source Code: https://github.com/Zrips/Residence
- Premium Release on SpigotMC: https://www.spigotmc.org/resources/11480/
- Precompiled Builds: https://zrips.net/Residence/
Residence is available via JitPack (https://jitpack.io/), making integration into your Maven project simple.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories><dependency>
<groupId>com.github.Zrips</groupId>
<artifactId>Residence</artifactId>
<version>6.0.0.1</version>
<scope>provided</scope>
</dependency>This will include Residence in your project, allowing you to use its API and functionality directly.
- Release Thread (SpigotMC): https://www.spigotmc.org/resources/11480/
- Changelogs: https://www.spigotmc.org/resources/11480/updates
- Official Documentation & Wiki: https://www.zrips.net/residence/