-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Technofied edited this page Apr 4, 2026
·
1 revision
For server owners adding Realty to a Paper server.
- Paper 1.21.8 and Java 21.
- MariaDB (Database).
- Vault and a Vault-compatible economy. Without both, Realty disables itself at startup.
-
WorldGuard and WorldEdit. Plots are WorldGuard regions, and staff use WorldEdit to select land for those regions and for
/realty createand subregions. - Essentials is optional.
Use a release JAR, or build with Gradle (Building). Use the realty-paper build whose filename ends with -all.
- Database — Create an empty MariaDB database and a user who can create and alter tables.
-
Plugins folder — Add Vault, your economy plugin, WorldEdit, WorldGuard, and Realty to
plugins/. -
First start — Start the server once so Realty creates
plugins/Realty/. -
Connection — Set
database.ymlto a working connection (Database). An emptyurldisables the plugin until you fix it and restart. - Economy — If the console reports no economy, install Vault and an economy provider.
-
Config — Change
settings.yml,profiles.yml, ormessages.ymlif you need to (Configuration). - Permissions — Give each role the nodes it needs from Permissions. Avoid blanket wildcards.
Next: Database · Configuration · Building