Skip to content

TayebYassine/Homestead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

276 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homestead

Homestead is a lightweight, open-source, land claiming plugin designed to give players full control over their land. Perfect for survival and SMP servers, Homestead lets players claim chunks in any world while enforcing personalized claim limits.

Each claimed region includes 50+ customizable flags, enabling owners to configure gameplay settings, from PvP and mob spawning to block interaction and environmental effects. Whether you’re building a town, managing a private base, or running a faction server, Homestead provides the tools for a secure and customized experience.

Homestead is compatible with Minecraft 1.21 (and higher) and supports any server software that handles plugins based on Bukkit API.

Developer API

How to include the API with Maven:

<repository>
  <id>homestead-github</id>
  <url>https://maven.pkg.github.com/TayebYassine/Homestead</url>
</repository>

<dependency>
  <groupId>tfagaming.projects.minecraft.homestead</groupId>
  <artifactId>homestead</artifactId>
  <version>4.3.1</version>
  <classifier>api</classifier>
  <scope>provided</scope>
</dependency>

How to include the API with Gradle:

repositories {
    maven("https://maven.pkg.github.com/TayebYassine/Homestead")
}

dependencies {
    compileOnly("tfagaming.projects.minecraft.homestead:homestead:4.3.1:api")
}

All versions are available in GitHub Packages.

Contributing

Click here: CONTRIBUTING.md

License

Homestead is released under the Apache License 2.0.

About

A chunk-based land claiming plugin, for Minecraft 1.21.9 and later

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages