Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.56 KB

File metadata and controls

55 lines (38 loc) · 1.56 KB

Residence

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.


📜 Credit

Original plugin created by bekvon and later made premium with their permission to further development.


📦 Source and Downloads


⚙️ Maven Setup

Residence is available via JitPack (https://jitpack.io/), making integration into your Maven project simple.

Add the repository to your pom.xml:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add the dependency:

<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.


📚 Documentation & Resources