Realty is a plugin for Paper Minecraft servers that allows you to put up WorldGuard regions for sale or lease. You can collect rent, hold auctions, create subregions to rent out to other players, and place offers on other players' regions through one simple interface.
- Paper 1.21.8+
- Java 21
- MariaDB/MySQL database to store region data
- Vault and a Vault-compatible economy
- WorldGuard amd WorldEdit (required)
- Essentials (optional)
From the repository root:
./gradlew :realty-paper:shadowJarInstall the JAR from realty-paper/build/libs/ whose name ends with -all.jar.
Other artifacts:
./gradlew :realty-paper-plan-extension:shadowJar
./gradlew :realty-areashop-importer:shadowJar| Module | Role |
|---|---|
realty-api |
Public API surface |
realty-common |
Shared logic and database access |
realty-paper |
Main Paper plugin |
realty-paper-plan-extension |
Optional Plan integration |
realty-areashop-importer |
Optional AreaShop migration helper |
For detailed setup instructions, visit the Installation Guide.
For player, staff, and server-owner guides, visit the GitHub wiki.