Plot management plugin for Paper 1.21+ — modernized maintenance fork of the abandoned WorldCretornica PlotMe, with the default plot-world generator bundled in.
A maintenance fork of WorldCretornica/PlotMe-Core, brought forward to Paper 1.21+ and Java 21. The original project was archived by its owner in March 2020.
/plotme command set from upstream (claim, auto, home, info, biome, trust, like, clear, list, buy, sell, dispose, done, deny, reset, middle, admin tools), all preserved./plotme menu with a built-in Biome page.merge-max, default 4) and permission tiers (plotme.merge.limit.4 / 6 / 9 / 16 / *)./plotme dispose rebuilds the road grid block-for-block, exact chunk-generator parity including gold inlays at intersections./plotme flag <name> [value]).[PlotMe] prefix. Plain-text mode via use-legacy-texts: true.plotme.use.*, plotme.admin.*, plotme.limit.*, plotme.merge.limit.*) unchanged from upstream where it overlaps.plugins/ and start the server once so the default config is written./mv create plots normal -g PlotMe
Without Multiverse, add it under worlds: in bukkit.yml:worlds:
plots:
generator: PlotMe
/plotme claim.Block keys in worlds.<world> accept either modern Material names (OAK_PLANKS, QUARTZ_SLAB) or the legacy <id>[:<data>] form (5, 44:7), so old PlotMe configs migrate without edits.
use-legacy-texts: false. Set to true for plain ascii chat.merge-enabled: true. Master switch for /plotme merge.merge-max: 4. Cluster cap. Tier permissions override per player.mergeCost: 100.0. Vault price per merge when economy is enabled.webmap.bluemap / webmap.squaremap. Toggle markers independently. marker-color is the hex RGB fill.generateNoise(WorldInfo, Random, int, int, ChunkData) APIWorld#regenerateChunk (which Paper 1.21 stubbed to throw). It resets the plot interior directly.X = plotSize - 1.Original authors: ZachBora, MattBDev, and the rest of the WorldCretornica PlotMe team. This fork only ports their work forward. The design and command surface are theirs.
GPL-3.0-only