About RFLoot
Loot Control: Choose exactly what items or entities are lootable by adding them to the configuration file.
Easy Setup: Add prefab paths with a simple true/false setting to allow or block looting.
Detailed Logs: Built-in console logging will show you the asset path of the entity so you can easily add it as lootable
Customizable: Works with any prefab in Rust, including containers, workbenches, and more.
Installation:
Place the RFLoot plugin file into your Rust server's plugins folder.
Restart or reload your Rust server for the plugin to take effect
RFLoot.json
{
"LootableEntities": {
"assets/prefabs/deployable/large wood storage/box.wooden.large.prefab": true,
"assets/prefabs/deployable/vendingmachine/npc/vendingmachine_npc.prefab": true,
"assets/prefabs/misc/casino/bigwheel/bigwheelbettingterminal.prefab": true,
"assets/prefabs/deployable/pokertable/pokertable.deployed.prefab": true,
"assets/prefabs/deployable/card table/subents/cardgameplayerstorage.prefab": true,
"assets/prefabs/deployable/wood storage/woodbox.prefab": false,
"assets/prefabs/deployable/small stash/small_stash_deployed.prefab": false,
"assets/prefabs/deployable/repair bench/repairbench_deployed.prefab": false,
"assets/prefabs/misc/casino/slotmachine/slotmachinestorage.prefab": true,
"assets/prefabs/deployable/recycler/recycler.prefab": false,
"assets/prefabs/deployable/locker/locker.deployed.prefab": false,
"assets/prefabs/deployable/furnace.large/furnace.large.prefab": false,
"assets/prefabs/deployable/furnace.small/furnace.prefab": false,
"assets/prefabs/deployable/research table/researchtable_deployed.prefab": false,
"assets/prefabs/deployable/campfire/campfire.prefab": false,
"assets/prefabs/deployable/water barrel/water_catcher_large.prefab": false,
"assets/prefabs/deployable/water catcher/small_water_catcher.prefab": false,
"assets/prefabs/deployable/wood storage/woodbox_deployed.prefab": false
}
}