# Overview

PlotPlus is the most advanced plot management mod for Hytale servers.

## Features

* Create and manage plot worlds with customizable templates
* Claim and protect plots with full block, interaction, and BuilderTools protection
* **Membership system** - Trusted players build anytime, Members build when owner is online
* **Plot marketplace** - Buy and sell plots with economy integration
* **Plot aliases and descriptions** - Name and describe your plots
* **Custom home points** - Set a custom teleport location on your plot
* **Kick players** - Remove unwanted visitors from your plot
* Merge adjacent plots for larger builds (chain merge: L-shapes, 2x2, any configuration)
* Multi-plot navigation with plot numbers and alias-based visiting
* BuilderTools integration via [PlotPlus-Patches](https://www.curseforge.com/hytale/mods/plotplus-patches) (brushes, line tool, paste, selection tool)
* Fluid spread protection across plot boundaries (via PlotPlus-Patches)
* Crop harvest protection (via PlotPlus-Patches)
* Customizable plot templates (classic, bridge, custom)
* Multi-language support (10 languages, customizable, auto-merge)
* SQLite and MySQL support
* Economy integration with claiming costs and refunds
* **Granular admin permissions** - 18 specific admin permissions
* Developer API with 20+ events

> Upgrading from v1? See the [Migration Guide](https://docs.hexora.io/plotplus/migration).

## Quick Start

1. [Installation](https://docs.hexora.io/plotplus/installation)
2. [Commands](https://docs.hexora.io/plotplus/commands)
3. [Permissions](https://docs.hexora.io/plotplus/permissions)

## Documentation

* [Configuration](https://docs.hexora.io/plotplus/configuration)
* [Templates](https://docs.hexora.io/plotplus/templates)
* [Flags](https://docs.hexora.io/plotplus/flags)
* [API](https://docs.hexora.io/plotplus/api)
* [Migration](https://docs.hexora.io/plotplus/migration)
* [Changelog](https://docs.hexora.io/plotplus/changelog)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hexora.io/plotplus/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
