Installation

Steps

  1. Download PlotPlus-x.x.x.jar from CurseForgearrow-up-right

  2. Place the JAR file in your server's mods folder

  3. Start the server

  4. Edit config.json (optional)

  5. Create a plot world with /plot setup <world_name> or /plot setup <world_name> --template=<template>

File Structure

The plugin creates files in the mod data folder:

mods/Hexora_PlotPlus/
├── config.json          # Main configuration
├── plots.db             # SQLite database (default)
└── templates/           # Plot templates
    ├── classic/
    │   └── template.yml
    └── bridge/
        └── template.yml

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