Skip to content

Zrips/Residence

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

Residence Bukkit Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%