In the oxide\data\RaidableBases\Profiles\Easy Bases.json file.
When the following is set to true the plugin doesn't empty lockers.
"Empty All Containers Before Spawning Loot": true,Also the plugin doesn't spawn loot in these lockers.
Feature request: A config file that we can whitelist items in specific boxes similar to the Plugin QuickSmelt by Iv Misticos
An example of that config would be found here
QuickSmelt by Iv Misticos | Config Example - Pastebin.com
A format like this would hopefully work?
{
"Whitelist": {
"deployable.shortname": [
"shortname",
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty",
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"crude.oil",
"charcoal"
],
"another.deployable.shortname": [
"item.shortname"
]
}
}