Homestead — Advanced Land Claiming Plugin icon

Homestead — Advanced Land Claiming Plugin -----

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



Release 4.3.0 - The Last Release for 2025
API Version: 1.21.9
GitHub Timeline: Click here

Merry Christmas & Happy New Year, everyone!

New Features
  • Automatically set the targeted region (2d7acc3)
  • Database name and table prefix changeable (dfbc866, #5)
  • bStats metrics can be disabled for privacy (eedbae2)
  • Region borders can be shown with client-side blocks (a3e709e, a6a2608)
Bug Fixes
  • Wither skulls can break a small portion of blocks inside claimed chunks (636d91e)
  • Veinminer is duplicating dropped ores, even Homestead blocks the break block event (9816299)
  • Subarea particles are now running asynchronously (898943f)
  • Set region as target doesn't show all regions to operators (c57da03)
Other Changes
  • Renamed 'migratedata' to 'export' and 'importdata' to 'import' (745ed8b)
  • Region protection listener has been refactored (b3d71cc)
Developer API

Homestead API is now available on GitHub Packages! You can implement Addons and create third-party plugins to interact with Homestead more easily than before!

For Maven:
HTML:
<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>{LATEST_VERSION} </version>
  <classifier>api </classifier>
  <scope>provided </scope>
</dependency>
For Gradle:
Code (Kotlin):
repositories {
    maven ( "https://maven.pkg.github.com/TayebYassine/Homestead" )
}

dependencies {
    compileOnly ( "tfagaming.projects.minecraft.homestead:homestead:{LATEST_VERSION}:api" )
}
Replace {LATEST_VERSION} with the current latest version available.
----------, Dec 26, 2025
Resource Information
Author:
----------
Total Downloads: 1,991
First Release: Jan 11, 2025
Last Update: Dec 26, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings