PlotMarkers is a standalone 1MoreBlock plugin that adds PlotSquared plot markers to BlueMap. It creates clickable point-of-interest markers and plot-border shape markers so players can see plot ownership and plot boundaries on the web map.
The plugin is based on PlotMarkers 2.x and is maintained here for Paper 26 compatibility testing.
- Creates BlueMap marker sets for configured PlotSquared worlds.
- Adds a POI marker for each plot.
- Adds a shape marker for each base plot, including merged plot outlines.
- Shows owner name, plot ID, first played date, and last played date in marker details.
- Updates markers when plots are claimed, deleted, merged, unlinked, or transferred.
- Supports per-world marker height, colors, opacity, line width, BlueMap map ID override, and custom POI icons.
- Provides
/plotmarkers info,version,status, anddebugdiagnostics generated from release metadata.
- Java: 25
- Paper API target: 26.2
- Compiled Paper API:
io.papermc.paper:paper-api:26.2.build.84-stable - Release:
2.0.3build030 - Required plugins: BlueMap and PlotSquared
- Soft dependency: Multiverse-Core
PlotMarkers builds against stable Paper 26.2 while retaining Java 25 bytecode compatibility.
Canonical public URL:
https://docs.1moreblock.com/custom-server-plugins/plotmarkers/
Use the Gradle wrapper:
./gradlew buildThe shaded plugin jar is written to:
build/libs/1MB-PlotMarkers-v2.0.3-030-j25-26.2.jar
Release version, build number, Java target, Paper target, API build, channel, and artifact naming are defined in gradle.properties. The check task fails when generated metadata or documentation drifts from those values.
Gradle also creates a thin jar with the thin classifier; install the unclassified shaded jar on the server.
- Stop the server.
- Install BlueMap and PlotSquared.
- Put
1MB-PlotMarkers-v2.0.3-030-j25-26.2.jarin the serverplugins/folder. - Start the server once so PlotMarkers can detect PlotSquared plot worlds and generate
plugins/PlotMarkers/config.yml. - Configure BlueMap maps and any per-world PlotMarkers settings.
- Restart the server so markers are rebuilt with the final configuration.
PlotMarkers stores only its Bukkit configuration file and any custom icon files placed in the plugin folder. It does not maintain a database. BlueMap markers are rebuilt from PlotSquared data at startup and updated from PlotSquared events while the server is running.
PlotMarkers is distributed under the GNU General Public License, version 3 or later. See license.txt.