About Monument Markers
Description
MonumentMarkers adds custom, configurable map markers to all monument on your Rust server.
Each monument can display a vending machine icon marker and/or a colored radius circle directly on the map.
Perfect for servers that use zones, events, or themed monuments, this plugin keeps your players oriented and enhances your world visually.
Features
- Automatic monument discovery – Detects Vanilla and Custom monuments on map load.
- Per monument configuration – Enable/disable each monument individually, rename, adjust radius, and customize colors.
-
Map markers – Choose between:
- Vending machine icon marker (name displayed under icon)
- Colored radius circle with custom size and transparency - Persistent visibility – Radius circles remain visible after reconnects (no more missing zones on relog).
- Custom colors – Hex color support for inner and outer ring gradients.
- Lightweight – Optimized refresh loop ensures markers stay in sync without performance impact.
Commands
/monmarkers.reload - Reloads the configuration and respawns all markers - Admin only
/monmarkers.toggle <key> <on/off> - Enables or disables a specific monument marker - Admin only
/monmarkers.name <key> <display name> - Renames a monument’s displayed map name - Admin only
(All commands require admin permissions.)
Configuration Example
Quote"Airfield": {
"Enabled": true,
"Display Name": "Drop Zone",
"Use Vendor Icon Marker": true,
"Use Radius Circle": true,
"Radius Percent (1-100)": 20.0,
"Radius Alpha (0-1)": 0.35,
"Radius Color #1 (hex)": "#FFB300",
"Radius Color #2 (hex)": "#B36B00",
"Position Offset (x,y,z)": [
0.0,
0.0,
0.0
]
},
How It Works
On server start, the plugin scans for all Monuments.
If a monument isn’t in the config, it’s automatically added (disabled by default).
Enabled monuments spawn a vendor icon marker, a radius circle, or both.
A background sync timer ensures that radius markers always appear correctly for all players even after reconnects.
Perfect For
- PVE/PVP hybrid servers with event zones
- Custom monument zones or safe areas
- Themed roleplay servers (rename monuments easily)
- Admin tools for quick visual feedback
