From 689687638c3deee572e5ba97ca5509535aa5f50c Mon Sep 17 00:00:00 2001 From: AlexanderTrysMine Date: Tue, 21 Apr 2026 17:25:57 -0400 Subject: [PATCH] Fix README module names --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d03400..602a119 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 |