Allows to place markers on in-game map for admins or plugins

Adding markers attached to entities
Removing marker by name
Preview

Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- markermanager.use -- Allows player to use the /marker chat commands
Chat Commands
- /marker add name(code name) duration(seconds, 0 to permanent) refreshRate(5) radius(0.3) displayName (on map) colorInline (HEX) colorOutline (HEX) alpha (0.75) - add marker on map
- /marker remove name (code name, only for custom markers) - remove marker from map
Examples
- /marker add test1 0 3 0.4 "Test Marker" 00ffff 00ffff 0.75
- /marker remove test1
For Developers
Adding markers on positionsAdding markers attached to entities
Removing marker by name