Grid-based plot management for Hytale.
A generated world of roads and parcels, a claim every player fully controls, and protection that holds even against BuilderTools.
๐ Read the full documentation โ
Overview
Plots turns a Hytale world into a plot server. It generates a grid of parcels separated by roads, hands each player a claim they own outright, and keeps everything outside that claim protected โ roads, neighbours, and the rest of the world.
The protection is the part that matters. Plots enforces it across the packet, mask and chunk-accessor paths, so a builder with BuilderTools cannot extrude or brush their way past a plot border โ the flow most plot plugins leave open.
- Grid world generation โ configurable plot and road sizes, borders, and prefab-driven terrain
- Full claim workflow โ claim, auto-claim, rename, transfer (offline players included), trust, merge/unmerge
- BuilderTools-safe protection โ break, place, interact, liquid, mobs and item flow, with staff bypass permissions
- Multi-world โ several plot worlds side by side, each with its own grid and rules
- In-game menu & HUD โ the everyday actions without memorising commands, plus per-plot warps and spawn points
- Integrations โ all optional: TaleGuard for the mixin-only flags, economy charging, Hylograms ownership signs, PlaceholderAPI, SQL persistence
- Public API โ query plots and hook claim/unclaim/trust/rename events from your own plugin
Quick start
- Drop
Plots-<version>.jarfrom the latest release into your server'smods/folder. - Start the server once to generate
config.jsonand the language files. - Run
/plot worldsand create your first plot world (or follow the setup prompt shown on join). - Head into that world and run
/plot autoto claim a plot and start building.
Aliases /plots, /plotme and /p all work. The
Getting Started guide covers this
in full, including plot/road sizing and economy setup.
Documentation
Everything lives on the docs site โ mechanics, every config key, and the full command reference:
| ๐ Getting Started | Install to first claimed plot |
| ๐งฑ World Generation ยท Multi-World ยท Protection ยท Flags | How it works |
| โ๏ธ Config Reference ยท Prefabs ยท Translations | Configuration |
| ๐ TaleGuard ยท Hylograms ยท PlaceholderAPI ยท Developer API | Integrations & API |
| ๐ Commands ยท Permissions | Reference |
| ๐ Changelog | What changed in each release |

