Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Realty is a plugin for [Paper](https://papermc.io/) Minecraft servers that allow
- **Java** 21
- **MariaDB/MySQL database** to store region data
- **Vault** and a Vault-compatible economy
- **WorldGuard amd WorldEdit** (required)
- **WorldGuard and WorldEdit** (required)
- **Essentials** (optional)

## Build
Expand All @@ -32,8 +32,9 @@ Other artifacts:

| Module | Role |
|--------|------|
| `realty-api` | Public API surface |
| `realty-common` | Shared logic and database access |
| `realty-backend-api` | Public backend and domain API surface |
| `realty-backend` | Shared database and domain logic |
| `realty-paper-api` | Paper-facing API for integrations |
| `realty-paper` | Main Paper plugin |
| `realty-paper-plan-extension` | Optional [Plan](https://github.com/plan-player-analytics/Plan) integration |
| `realty-areashop-importer` | Optional AreaShop migration helper |
Expand Down