Installation
Fresh Install
Download
PlotPlus-x.x.x.jarfrom CurseForge(Optional) Download
PlotPlus-Patches-x.x.x.jarfor enhanced protection (BuilderTools, fluid spread, crop harvest)Place
PlotPlusin your server'smodsfolder. If using patches, placePlotPlus-PatchesandHyxinin theearlypluginsfolderStart the server
Edit
config.json(optional)Create a plot world with
/plot admin setup <world_name>or/plot admin setup <world_name> --template=<name>
Upgrading from v1
If you are upgrading from PlotPlus v1, see the Migration Guide for important changes. The key steps:
Back up your
mods/Hexora_PlotPlus/folderReplace the old JAR with the v2 JAR
Start the server (database and language files migrate automatically)
Update your permissions — several permissions were renamed in v2
File Structure
The plugin creates files in the mod data folder:
Customizing Translations
Language files are automatically extracted to languages/ on first run. You can edit these files to customize messages.
When the plugin updates and adds new translation keys, the i18n auto-merge system automatically adds missing keys to your files while preserving your customizations. You never need to manually update language files after a plugin update.
Database Selection
SQLite (Default)
No additional configuration required. Suitable for small to medium servers.
MySQL
Recommended for large servers. In config.json:
The database is created automatically.
First Plot World
After installation:
This creates a world named plots using the default classic template.
Or with a specific template:
Last updated