bsdinis workshop
Vehicle Fuel Manager - 0.3.2
$6
vehicle fuel fuelpersecManage vehicles' fuel consumption, amount of fuel they spawn with and lock their fuel containers. The default config includes a list of every vehicle that currently exists in Rust with its default fuel consumption values. Engine components will not wear out if "LockContainer" is set to true for EngineModules. Configuration { "Vehicles": { "attackhelicopter.entity": { "StartingFuel": 0, "LockFuelContainer": false, "FuelPerSecond": 0.5, "IdleFuelPerSecond": null, "MaxFuelPerSecond": null }, "minic...
No Gibs - 0.0.6
Free
gibs patrol bradleyInstantly kills gibs from Patrol Helicopter, Bradley APC, CH47 or Scrap Helicopter. Configuration { "Disable Patrol Helicopter gibs": false, "Disable Bradley APC gibs": false, "Disable CH47 gibs": false, "Disable CH47 fireball": false, "Disable Scrap Helicopter gibs": true, "Disable Scrap Helicopter fireball": true, "Disable Minicopter fireball": true }
Fix Cargoship RHIB - 0.0.8
Free
cargoship cargo escape boatAdds missing fuel containers and storage containers to RHIBs on Cargoship and kills the unparented leftovers at the center of the map when loading the plugin or restarting the server. No config file.
Always On Hot Air Balloon - 0.0.5
Free
hot air balloon ballon habPrevents Hot Air Balloons from turning themselves off if there are players inside.
No Vehicle Collision Damage - 0.1.8
Free
vehicle collision damageDisables collision damage and collision effects for helicopters, submarines, ground vehicles and trains when there are players mounted. No configuration file and no permissions.
Skip Death Screen - 0.0.2
Free
skip death screen deathSkips the death screen if the player doesn't have an available bag to spawn. No configuration file.
Helicopter Instant Takeoff - 0.1.0
Free
Allows helicopters to takeoff instantly when the engine starts, from the air or from the ground. Permissions can be left empty or can be null. Config { "AirPermission": "helicopterinstanttakeoff.air", "GroundPermission": "helicopterinstanttakeoff.ground" }
Infinite Candles and Fog - 0.0.7
Free
playrust infinite candles infinite fogCandles burn indefinitely and Snow and Fog Machines do not consume fuel for players with permission. No config file. Permissions infinitecandlesfog.candle infinitecandlesfog.fog infinitecandlesfog.snow
Limit Bed Assigning to Team - 0.0.2
Free
bed assigning team bsdinisLimits bed assigning to team members only. No config file.
Entity Limit - 0.0.6
$4
entity shortname bsdinisLimits, by prefab shortname, the amount of entities that players are allowed to deploy or build. Limits building blocks and deployables. The config file contains 2 lists named limitedPrefabs and VIPlimitedPrefabs where the limits are saved. The purpose of the excludedSkinIDs list is to prevent limiting items with custom skinIDs, such as catapults, sentries, recyclers, etc. Limits can be added, removed or listed with the console command 'entitylimit', command usage examples: entitylimit add defau...
Thieving - 0.0.2
Free
thieving bsdinisDrop random items from your victim when you hit them with a Torch. Permissions: thieving.use - Allows player to steal from other players. thieving.immune - Player is immune to thieves. thieving.nocooldown - Player does not have a cooldown.
Vehicles - 0.1.8
$12
vehicle vehicles helicoptersSpawn any type of vehicle prefab with custom commands, permissions, cooldown, starting fuel, fuel consumption, extra seats and extra mounts. The default config contains every vehicle that currently exists in Rust. Using the default config as an example; - The chat command to spawn a Minicopter would be the SpawnCommandPrefix followed by the key in the config corresponding to the Minicopter: /mymini - The chat command to fetch the Minicopter would be the FetchCommandPrefix followed by the corresp...
Supply Signal Limit - 0.0.6
$3
signal supply signal supply dropLimits the amount of active Supply Signals on the server. Prevents players from calling an Airdrop if the amount of deployed Supply Signals, or the amount of spawned Cargo Planes or the amount of Supply Drops with a parachute still attached is over the limit defined in the config. Config: { "Max": 10, "BypassPermission": "supplysignallimit.bypass" } Lang: { "Limit": "There can only be {0} active Supply Signals at any time, please wait a few seconds." }
Discord Message API - 0.0.9
Free
For developers only. SendDiscordMessage(string webhook, string username, string avatarUrl, string content, bool tts, List<List<object>> embeds) Examples: [PluginReference] Plugin DiscordMessageAPI; if (DiscordMessageAPI == null) { return; } DiscordMessageAPI.Call( "SendDiscordMessage", // DiscordMessageAPI hook "https://discord.com/api/webhooks/000000000000000000/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", // Webhook (string) "Username", // Username (string...
Timed Commands - 0.0.8
$4
Execute console commands daily or weekly at specific times of day, or at specific dates, with optional multiple Discord messages support and configurable server clock offset. Config: { "Offset": "00:00:00:00.0000000", "InitCommands": [ "oxide.unload PluginA", "oxide.unload PluginB" ], "Timers": [ { "Time": "17:00:00", "DayOfWeek": 0, "Commands": [ "oxide.unload PluginC", "oxide.unload PluginD" ], "DiscordMessages": null }, { "Time": "6PM", "DayOfWeek": 6, "Commands": [ "oxide.unload PluginC", "o...