Raid Loot Dropper
A downloadable mod
Raid Loot Dropper
Close a loot container and its remaining items drop to the ground. No more leaving loot behind in crates you can't carry.
Close the Crate, Drop the Loot
When a player stops looting a container, all remaining items spill out onto the ground and the crate is removed. Supports 25+ container types out of the box.
Features
|
๐ฆ
Auto-Drop on CloseWhen a player closes a loot container, any remaining items are dropped to the ground and the container is removed. |
๐ฏ
25+ Container TypesSupports food boxes, normal crates, elite crates, Bradley crates, heli crates, supply drops, hackable crates, underwater labs, and more. |
|
โ๏ธ
Configurable Prefab ListChoose exactly which container types trigger the drop. Add or remove prefabs in the config file to match your server's needs. |
๐
Permission-BasedOnly players with the granted permission trigger the loot drop. Everyone else loots containers normally. |
How It Works
โ
A player with the raidlootdropper.use
permission opens a supported loot container.
|
| โ The player takes what they want and closes the container (or walks away). |
| โ The plugin checks if the container's prefab is in the enabled list. |
| โ Any remaining items are dropped onto the ground near the player. |
| โ The container is then removed from the world. |
Default Supported Containers
All of these are enabled out of the box. You can add or remove any prefab in the config file.
| Category | Containers |
|---|---|
| Basic Loot | Food Box, Food Cache, Basic Crate, Normal Crate, Trash Pile |
| Specialized | Medical Crate, Food Crate, Tool Crate, Vehicle Parts Crate, Cannon Crate |
| High-Tier | Elite Crate, Bradley Crate, Patrol Helicopter Crate, Supply Drop |
| Hackable | Hackable Locked Crate (Chinook / Oil Rig) |
| Underwater | Underwater Basic/Advanced Crate, Underwater Labs Crates (food, tech, fuel, medical, ammo, normal) |
| Mining | Mine Crate, Minecart |
Configuration
A configuration file is automatically generated at
oxide/config/RaidLootDropper.json
on first load. It contains the full list of enabled prefabs.
To limit the plugin to specific containers only, edit the list:
{
"Enabled loot container prefabs": [
"assets/prefabs/misc/supply drop/supply_drop.prefab",
"assets/bundled/prefabs/radtown/crate_elite.prefab"
]
}
| Option | Default | Description |
|---|---|---|
Enabled loot container prefabs
|
25+ prefabs | List of container prefab paths that trigger the loot drop behavior. |
Installation
|
1
Copy the plugin file Place RaidLootDropper.cs
into your server's oxide/plugins/
directory.
|
|
2
Start or restart your server The config file will be generated automatically at oxide/config/RaidLootDropper.json.
|
|
3
Edit the configuration (optional) Add or remove prefabs from the enabled list to match your server's needs. |
|
4
Reload the plugin Run oxide.reload RaidLootDropper
in the server console to apply changes.
|
Permission
Only players with this permission trigger the loot drop when closing a container. Players without it loot containers normally.
Grant to a Player
oxide.grant user <SteamID> raidlootdropper.use
Grant to All Players
oxide.grant group default raidlootdropper.use
Revoke Permission
oxide.revoke user <SteamID> raidlootdropper.use
Raid Loot Dropper — An Oxide plugin for Rust dedicated servers.
Made by little method
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.