https://github.com/monah-rasta/lootbouncer
Oxide plugin for Rust. Empty the containers when players do not pick up all the items
https://github.com/monah-rasta/lootbouncer
oxide plugin rust
Last synced: 23 days ago
JSON representation
Oxide plugin for Rust. Empty the containers when players do not pick up all the items
- Host: GitHub
- URL: https://github.com/monah-rasta/lootbouncer
- Owner: MONaH-Rasta
- License: mit
- Created: 2025-03-18T12:24:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T12:48:11.000Z (about 1 year ago)
- Last Synced: 2025-03-18T13:40:49.903Z (about 1 year ago)
- Topics: oxide, plugin, rust
- Language: C#
- Homepage: https://umod.org/plugins/loot-bouncer
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LootBouncer
Oxide plugin for Rust. Empty the containers when players do not pick up all the items
## Configuration
```json
{
"Time before the loot containers are empties (seconds)": 30.0,//once an item has been remove from a crate - timer before create disappears
"Empty the entire junkpile when automatically empty loot": false,//once a crate or barrel is destroyed - does the entire junkpile disappear
"Empty the nearby loot when emptying junkpile": false,//if the junkpile is destroyed is the loot from the remaining crates and barrels dropped
"Time before the junkpile are empties (seconds)": 150.0,//once a crate or barrel is destroyed - timer before the entire junkpile disappears
"Slaps players who don't empty containers": false,
"Remove instead bouncing": false,//If true, the loot container items will no longer bounce
"Chat prefix": "[LootBouncer]:",
"Chat prefix color": "#00FFFF",
"Chat steamID icon": 0,
"Loot container settings": { // If false, the container will not be emptied
"loot-barrel-1": true,
"loot-barrel-2": true,
"trash-pile-1": true
}
}
```
## Credits
- **Sorrow**: original author of plugin
- **Arainrr**: previous maintainer