Skip to content
/ drops Public

The decay.dev drops plugin for oxide. Control cargo and supply flight and drop duration in Rust.

License

Notifications You must be signed in to change notification settings

decaydev/drops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

The decay.dev drops plugin for oxide. Control cargo and supply flight and drop duration in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages