Plots
Configurable plot world with auto-generated grid. Players claim plots, build, and manage permissions. Config in Plots/plots.json; claimed data in Plots/plots_data.json.
Overview
The Plots system provides a dedicated world with a grid of plots (configurable size and road width). Players can claim a plot at their location, auto-claim the next free plot and teleport there, go home to their plot, visit another plot by coordinates, and view info or list their plots. The plot world is created automatically when the system is enabled.
Commands
/plotor/plot menu— Open the Plots UI (claim, auto, home, visit, info, list)./plot claim— Claim the plot you are standing in./plot auto— Claim the next free plot and teleport to it./plot home— Teleport to your plot (or primary plot if you have multiple)./plot visit <x;z>— Teleport to plot at grid coordinates (e.g./plot visit 0;0)./plot info— Show info about your current or selected plot./plot list— List your claimed plots.
See Commands for full table and permissions.
Permissions
hyprisoncore.plot.use— Use the plots system (claim, menu, home, visit, etc.).hyprisoncore.plot.limit.<N>— Maximum number of plots a player can claim (e.g.hyprisoncore.plot.limit.3= 3 plots). Default limit is set in config.hyprisoncore.plot.admin.bypass— Build anywhere in the plot world (ignore plot boundaries).hyprisoncore.plot.admin.roads— Build on roads.
Configuration
Plots/plots.json — World name, grid (plot size, road width), ground height, block types (plot, road, border, fill, dirt, bedrock), layer depths, border on/off, default/max plot limit, bottom layer protection, optional prefabs. Edit in-game via Plots Editor (Admin → Mines & World → Plots Editor) or edit the file and reload.
Plots/plots_data.json — Claimed plots data (who owns which plot, member permissions). Managed by the plugin; do not edit by hand unless you know the format.
Add your plot world name to UnprotectedWorlds in protection.json if you want the main protection system to skip the plot world; plot-world block break/place is still controlled by the plot system (per-plot and per-member permissions). See Protection.
Plots Editor (admin)
Admins with hyprisoncore.admin can open the Plots Editor from the Admin menu → Mines & World → Plots Editor. Edit world name, grid size, road width, block types, plot limits, border, bottom layer protection, and optional prefab paths. Save writes to Plots/plots.json. The plot world is (re)generated according to the config when enabled and when layout changes are applied.