BlueMap Advanced Marker
About the Modification
This is a server-side addon for managing markers on the BlueMap map, providing players with advanced capabilities for working with markers.
Commands and Permissions
The table below shows all available commands and their corresponding access rights:
| Command | Requires OP | Permission | Purpose |
|---|---|---|---|
/bam help |
❌ | bluemapadvancedmarker.help |
Displays list of all commands |
/bam icons |
❌ | bluemapadvancedmarker.icons |
Shows available icon IDs |
/bam list |
❌ | bluemapadvancedmarker.list |
Displays player's own markers |
/bam list [player] |
✅ | bluemapadvancedmarker.list.other |
Shows another player's markers |
/bam listall |
✅ | bluemapadvancedmarker.listall |
Displays all markers from all players |
/bam create [name] [icon] |
❌ | bluemapadvancedmarker.create |
Creates a point on the map |
/bam remove [name] |
❌ | bluemapadvancedmarker.remove |
Removes a point from the map |
/bam remove [name] [owner] |
✅ | bluemapadvancedmarker.remove.other |
Removes another player's point |
/bam version |
❌ | - | Shows mod version |
Custom Icons
To add your own icons, you need to add the following line to the ./config/bam/config.json file. New icons become available immediately after saving the file.
{
"icons": {
"custom_icon_id": "custom_icon_url" // URL must point to an image file
}
}