- Fougerite Compatibility
- 1.8.9+
- Plugin's Engine
- C# (Modules)
Description:
An airdrop plugin, which was requested hereby @tarynkelley
It has many features, cooldown for the commands, automated drop, minimal player count, whitelisted steamids for the commands, moderator settings, location for the drop.
Credits: @BogdanWDK for the command structure.
Make sure to type: airdrop.min_players "999" in the server.cfg if you wish to disable the default rust airdrop system.
Commands:
/airdrop - Help
Permissions: airdrop.callairdrop and airdrop.callairdrophere
An airdrop plugin, which was requested hereby @tarynkelley
It has many features, cooldown for the commands, automated drop, minimal player count, whitelisted steamids for the commands, moderator settings, location for the drop.
Credits: @BogdanWDK for the command structure.
Make sure to type: airdrop.min_players "999" in the server.cfg if you wish to disable the default rust airdrop system.
Commands:
/airdrop - Help
Permissions: airdrop.callairdrop and airdrop.callairdrophere
C#:
; Enable timer for airdrop False/True
TimedAirdrop = True
; Airdrop time, 1000 = 1 second | 1800000 = 30 minutes
AirdropTime = 1800000
; Minimum Players
MinPlayers = 20
; Allow commands for mods?
Mods = True
; Whitelisted SteamIDs
WLS = ["SteamIDHere", "SteamID2Here", "SteamID3Here"]
; Cooldown time to use the command? 0 to disable | 300000 = 5 minutes
Cooldown = 1800000
Cooldown = Cooldown / 60000 * 60 # DO NOT EDIT THIS LINE.
; Chance for a drop? 0 to disable (1-100)
Chance = 47
; Can Moderator call airdrop to his pos?
ModCalltoPos = False
; Tell player how many meters away is he from the airdrop?
TellDistance = True