Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.03 KB

decay.dev

DecayDrops

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.

Plugin Attributes

  • 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;

Install/Requirements

  • rust/oxide server
  • generate your DecayDrops.json config FIRST and move it to the oxide/config/ directory in oxide
  • move DecayDrops.cs into oxide/plugins/ directory
  • reload plugin

DecayDrops JSON Schema

{
  "flight_duration": 10,
  "drop_duration": 10
}