Skip to content

Zrips/Residence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,382 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

No contributors

Languages

  • Java 100.0%