AirDrop Map Marker Lite is a simple and lightweight plugin for Rust servers that adds map markers for active supply drops.
The plugin uses the built-in Rust crate marker prefab, so it does not require any extra dependencies. When a supply drop spawns, a marker is created on the map. The marker position is updated while the drop is moving, and it is automatically removed when the drop is destroyed, killed, or opened for the first time depending on the configuration.
This plugin is useful for servers that want players to easily find active airdrops without adding heavy systems or extra visual clutter.
If you download or use my resources, please leave a reaction and a comment. This helps me understand that the plugin is useful and motivates me to release more resources.
No commands.
No permissions.
The plugin uses the built-in Rust crate marker prefab, so it does not require any extra dependencies. When a supply drop spawns, a marker is created on the map. The marker position is updated while the drop is moving, and it is automatically removed when the drop is destroyed, killed, or opened for the first time depending on the configuration.
This plugin is useful for servers that want players to easily find active airdrops without adding heavy systems or extra visual clutter.
If you download or use my resources, please leave a reaction and a comment. This helps me understand that the plugin is useful and motivates me to release more resources.
Features
- Automatically creates map markers for supply drops.
- Tracks already existing supply drops after server initialization.
- Updates marker position while the drop is moving.
- Removes marker when the supply drop is destroyed or killed.
- Optional marker removal when the drop is opened for the first time.
- No external plugin dependencies.
- Simple and lightweight configuration.
Commands
No commands.
Permissions
No permissions.
Configuration
{ "UpdateSeconds": 2.0, "MinimumMoveDistance": 8.0, "RemoveMarkerOnFirstOpen": true, "Debug": false}Configuration Options
- UpdateSeconds — how often the plugin checks the drop position.
- MinimumMoveDistance — minimum movement distance required before refreshing the marker.
- RemoveMarkerOnFirstOpen — removes the marker when a player opens the supply drop for the first time.
- Debug — enables debug messages in the server console.
Installation
- Download the plugin file.
- Place it into your oxide/plugins folder.
- The configuration file will be generated automatically.
- Edit the config if needed and reload the plugin.