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

  1. Download the latest minePlots-*-spigot.jar file
  2. Place it in your server’s plugins/ folder
  3. Start or restart the server
  4. Edit the generated configuration files in plugins/minePlots/
  5. Run /plotsadmin reload to apply changes

Configuration Files

After first startup, the following files are generated in plugins/minePlots/:

FileDescription
config.ymlMain plugin configuration (economy, database, expiration, limits, flags, biomes)
commands.ymlCommand aliases and settings
messages.ymlAll plugin messages with MiniMessage formatting
biomes.ymlAvailable biomes and pricing
flags.ymlPlot flag definitions and settings
views/*.ymlGUI 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"