Getting Started
A feature-rich plot management plugin with economy integration, member system, biome customization, and GUI interfaces.
Overview
minePlots is a comprehensive plot management plugin for Paper 1.17+ servers. It allows players to create, manage, and customize personal territories with full member management, economy integration, biome customization, and an intuitive GUI-based interface. Supports Folia.
Features
- Plot System β create and manage personal territories using craftable plot blocks
- Member Management β invite players, assign granular permissions, ban/unban members
- Economy Integration β Vault or item-based economy with upgrade costs and multipliers
- Biome Customization β change plot biomes with configurable pricing
- Plot Warps β create named teleport points within plots
- Expiration System β configurable plot lifespan with renewal options
- Ranking System β block-based ranking points with leaderboards
- Rating System β players can rate plots (1-5 stars)
- GUI Dashboard β full inventory-based management interface
- Border Visualization β particle or block-based plot border display
- Holograms β display plot information above the center block
- Boss Bars β show plot info when entering territories
- PlaceholderAPI β extensive placeholder support
- Multiple Databases β YAML, H2, MySQL, or MongoDB backends
Requirements
- Java 17+
- Paper 1.17+
Optional
- PlaceholderAPI
- Vault (for Vault economy mode)
- WorldGuard (region integration)
- DecentHolograms / FancyHolograms / HolographicDisplays (hologram support)
- Oraxen / Nexo (custom economy items)
Installation
- Download the latest
minePlots-*-spigot.jarfile - Place it in your serverβs
plugins/folder - Start or restart the server
- Edit the generated configuration files in
plugins/minePlots/ - Run
/plotsadmin reloadto apply changes
Configuration Files
After first startup, the following files are generated in plugins/minePlots/:
| File | Description |
|---|---|
config.yml | Main plugin configuration (economy, database, expiration, limits, flags, biomes) |
commands.yml | Command aliases and settings |
messages.yml | All plugin messages with MiniMessage formatting |
biomes.yml | Available biomes and pricing |
flags.yml | Plot flag definitions and settings |
views/*.yml | GUI layout configurations for all interfaces |
Quick Setup
Single Server (YAML)
No additional configuration is required. The plugin uses local YAML file storage by default.
Production (MySQL)
database:
database-type: MYSQL
hostname: "localhost"
base: "mineplots"
port: 3306
username: "root"
password: "securepass"