About My Supply
Allows server admins more control over supply drops.
Features
- Shows all un-looted supply drops as blue dots on map (disappears after 3 secs)
- Enable/disable auto drop supplies every 10 min (default, and configurable) randomly across the map.
- Enable or disable loot restriction to the owner(and team) of the supply signal thrown.
- Allow or remove the plane animation across the map.
- Enable or disable the parachute prefab.
- Enable or disable the ability to loot the supply drop while mid-air (likely via mini).
- Offers command support via chat and console
- Config option to load up supply drops with extra crates
- Enable NPCs to guard supply drops
- Admin can call in supply drop at specific and random locations as required
Future
- admin config UI
- developer API
- allow admin complete management of existing unlooted supply drops (inc custom event for soon to be expiring supply drops)
Commands
/supplies - shows all landed supply drops across the map as blue dots (disappears after 3 secs)
/mysupply - calls in a supply drop at a random map location
/mysupply (30,43,233) - providing a vector3 position (as a string) calls in a supply drop for that position
/mysupply me - calls in a supply drop at the position of the player calling it in
/msauto - starts the automatic random deployment of supply drops per configured frequency (10 min is default)
/msautoend - ends the automatic deployment
Configuration
{
"Version": {
"Major": 2,
"Minor": 1,
"Patch": 0
},
"Loaded Crates List: [short_name from prefab, min qty, max qty]": [
{
"short_name": "bradley_crate",
"min": 1,
"max": 2,
"is_active": false
},
{
"short_name": "crate_elite",
"min": 0,
"max": 3,
"is_active": true
},
{
"short_name": "crate_tools",
"min": 1,
"max": 3,
"is_active": true
}
],
"is_owner_locked: Is the supply drop locked to its owner?": true,
"is_vanilla: Vanilla Rust?": false,
"is_plane: Allow for the cargo plane annimation, or drop in the sky immediately?": false,
"is_parachute: Include a standard parachute prefab, or defy the laws of modern physics?": true,
"is_air_lootable: Can we loot supply drops mid-air with a mini?": true,
"is_loaded: If yes, extra crates accompany the supply crate": true,
"is_guarded: If yes, extra scientists will guard the supply crate": false,
"guards_count (if is_guarded): How many scientists with guard the supply crate?": 2,
"is_plummet: If yes, the supply drop will plummet to the earth": true,
"auto_seconds: seconds between each supply drop, if on auto": 600.0
}
Permissions
mysupply.call - allows a player to call in a supply drop via command
mysupply.supplies - allows a player to view landed supply drops across the map
mysupply.admin - can start/end auto drop