Simple and efficient drop manager. Control flight times, drop times, and spawn drops on canisters. Designed to keep your server from lagging, 86 lines of code.
- Control the duration of cargo and supply drop flight times
- Control the duration of the drop time
- Spawn supply drops directly on canister
- Remove signal smoke once dropped
- does not attempt to generate any base config code
- does do not rely on or use Rust/Facepunch DLL's outside of what
oxide
uses
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
- rust/oxide server
- generate your
DecayDrops.json
config FIRST and move it to theoxide/config/
directory in oxide - move
DecayDrops.cs
intooxide/plugins/
directory - reload plugin
{
"flight_duration": 10,
"drop_duration": 10
}