Supply Drop is an Exiled plugin that makes the chopper and car drop supplies at the surface at the designated time.
Step 1: Download the latest release from here
Step 2: Place into your plugins folder.
Step 3: Configure it (see the section below)
Step 4: PROFIT!
Default Config
SD:
# Please take time to read the Github Readme.
is_enabled: true
# Minimum players on the server to spawn the drops.
min_players: 2
# List of MTF Chopper Drop items
mtf_items:
- item: GunCOM18
quantity: 1
chance: 100
- item: GunE11SR
quantity: 1
chance: 100
- item: Ammo762x39
quantity: 2
chance: 100
- item: Ammo9x19
quantity: 2
chance: 100
- item: Medkit
quantity: 2
chance: 100
- item: Medkit
quantity: 2
chance: 20
- item: Adrenaline
quantity: 1
chance: 100
- item: KeycardO5
quantity: 1
chance: 10
# List of Chaos Car Drop items
chaos_items:
- item: GunLogicer
quantity: 2
chance: 100
- item: Ammo762x39
quantity: 5
chance: 100
- item: Medkit
quantity: 2
chance: 100
- item: ArmorCombat
quantity: 2
chance: 20
- item: Adrenaline
quantity: 1
chance: 100
- item: KeycardO5
quantity: 1
chance: 10
# Settings for MTF Chopper Drop
chopper_time: 600
chopper_broadcast: <size=35><i><color=#0080FF>MTF Chopper</color> <color=#5c5c5c>with a</color> <color=#7a7a7a>Supply Drop</color> <color=#5c5c5c>has arrived!</color></i></size>
chopper_broadcast_time: 10
# How many drops can the helicopter do per round? Set to -1 to disable limit.
chopper_drops_limit: -1
# Coordinates used for the items spawn. Set to 0's to use random spawn point.
chopper_pos_ammo:
x: 173
y: 993
z: -56
chopper_pos_armors:
x: 173
y: 993
z: -58
chopper_pos_items:
x: 173
y: 993
z: -60
chopper_pos_weapons:
x: 173
y: 993
z: -62
# Settings for Chaos Car Drop
car_time: 600
# Time difference between the chopper and car. Chopper will always spawn first. Leave at 1 if you want to disable it.
time_difference: 300
car_broadcast: <size=35><i><color=#5c5c5c>A</color> <color=#28AD00>Chaos Insurgency Car</color> <color=#5c5c5c>with a</color> <color=#7a7a7a>Supply Drop</color> <color=#5c5c5c>has arrived!</color></i></size>
car_broadcast_time: 10
# How many drops can the car do per round? Set to -1 to disable limit.
car_drops_limit: -1
# Coordinates used for the items spawn. Set to 0's to use random spawn point.
car_pos_ammo:
x: 2
y: 989
z: -50
car_pos_armors:
x: 4.5
y: 989
z: -50
car_pos_items:
x: 7
y: 989
z: -50
car_pos_weapons:
x: 9.5
y: 989
z: -50
# Don't use it unless you have issues with the plugin. When sending a log enable this please.
debug: false
How does this work? You might ask, well heres how.
Every 10 minutes (by default) it calls a chopper, when it lands (where MTF spawns) it will spawn in all the items you configured! 5 minutes later (by default) a Chaos Insurgency car will spawn and deliver a supply drop.
FAQ - Please read.
Chance is calculated for every item that will spawn, not item type. If you have 5 medkits with 20% chance, each one will have a 20% chance to spawn. Set the
debug
option totrue
to see how it works.
Simple, just add two fields with the same item name, but different chance and quantity.
For Chaos Insurgency set the
time_difference
value to a very high one. For MTF use thechopper_time
value instead.
Set the
time_difference
value to1
. Not-1
, not0
, just1
.
Use RemoteAdmin coordinates. How? Just request player data, its in XYZ order.
Well, I've heard complains that items fly away if you spawn a big pile of them so I wanted to change that, and this is the best system I believe. I made sure that default values will be the best so you don't have to mess with that.
- Cassie announcements
Ammunition
Name | Notes |
---|---|
Ammo12gauge | |
Ammo44cal | |
Ammo556x45 | Quantity is in packs, not bullets. |
Ammo762x39 | |
Ammo9x19 |
Weapons
Name | Notes |
---|---|
GunCOM18 | |
GunE11SR | |
GunCrossvec | |
GunFSP9 | |
GunLogicer | |
GunRevolver | Weapons spawn without attachments |
GunShotgun | |
GunAK | |
--- | |
MicroHID | |
GrenadeFlash | |
GrenadeHE |
Keycards
Name | Notes |
---|---|
KeycardO5 | |
KeycardFacilityManager | |
KeycardZoneManager | |
KeycardResearchCoordinator | |
KeycardContainmentEngineer | |
KeycardScientist | |
KeycardJanitor | |
KeycardNTFCommander | |
KeycardNTFLieutenant | |
KeycardNTFOfficer | |
KeycardGuard | |
KeycardChaosInsurgency |
Armors
Name | Notes |
---|---|
ArmorCombat | |
ArmorHeavy | |
ArmorLight |
Items
Name | Notes |
---|---|
Radio | |
--- | |
Medkit | |
Adrenaline | |
Painkillers | |
--- | |
SCP018 | |
SCP207 | |
SCP268 | |
SCP500 |
Also available in Exiled discord.