bsdinis workshop

Vehicle Fuel Manager cover image

Vehicle Fuel Manager - 0.3.2

$6

bsdinis

vehicle  fuel  fuelpersec 

Manage 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...

Vehicle Fuel Manager in Codefling

No Gibs cover image

No Gibs - 0.0.6

Free

bsdinis

gibs  patrol  bradley 

Instantly 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 }

No Gibs in Codefling

Fix Cargoship RHIB cover image

Fix Cargoship RHIB - 0.0.8

Free

bsdinis

cargoship  cargo  escape boat 

Adds 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.

Fix Cargoship RHIB in Codefling

Always On Hot Air Balloon cover image

Always On Hot Air Balloon - 0.0.5

Free

bsdinis

hot air balloon  ballon  hab 

Prevents Hot Air Balloons from turning themselves off if there are players inside.

Always On Hot Air Balloon in Codefling

No Vehicle Collision Damage cover image

No Vehicle Collision Damage - 0.1.8

Free

bsdinis

vehicle  collision  damage 

Disables collision damage and collision effects for helicopters, submarines, ground vehicles and trains when there are players mounted. No configuration file and no permissions.

No Vehicle Collision Damage in Codefling

Skip Death Screen cover image

Skip Death Screen - 0.0.2

Free

bsdinis

skip  death screen  death 

Skips the death screen if the player doesn't have an available bag to spawn. No configuration file.

Skip Death Screen in Codefling

Helicopter Instant Takeoff cover image

Helicopter Instant Takeoff - 0.1.0

Free

bsdinis

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" }

Helicopter Instant Takeoff in Codefling

Infinite Candles and Fog cover image

Infinite Candles and Fog - 0.0.7

Free

bsdinis

playrust  infinite candles  infinite fog 

Candles 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

Infinite Candles and Fog in Codefling

Limit Bed Assigning to Team cover image

Limit Bed Assigning to Team - 0.0.2

Free

bsdinis

bed assigning  team  bsdinis 

Limits bed assigning to team members only. No config file.

Limit Bed Assigning to Team in Codefling

Entity Limit cover image

Entity Limit - 0.0.6

$4

bsdinis

entity  shortname  bsdinis 

Limits, 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...

Entity Limit in Codefling

Thieving cover image

Thieving - 0.0.2

Free

bsdinis

thieving  bsdinis 

Drop 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.

Thieving in Codefling

Vehicles cover image

Vehicles - 0.1.8

$12

bsdinis

vehicle  vehicles  helicopters 

Spawn 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...

Vehicles in Codefling

Supply Signal Limit cover image

Supply Signal Limit - 0.0.6

$3

bsdinis

signal  supply signal  supply drop 

Limits 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." }

Supply Signal Limit in Codefling

Discord Message API cover image

Discord Message API - 0.0.9

Free

bsdinis

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...

Discord Message API in Codefling

Timed Commands cover image

Timed Commands - 0.0.8

$4

bsdinis

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...

Timed Commands in Codefling