I have been having this issue with CustomLootSpawn for some time. Any ideas? I just set a timer for every hour, then the boxes just stack, sometimes up to 4 times!
Stopping boxes spawning over each other?
probably get more help posting in the plugin help page
I was wondering if there was a mod for this XD As the Custom loot config has nothing to sotp duplicates. But ill ask there too :)
In response to YGBHawk ():I was wondering if there was a mod for this XD As the Custom loot config has nothing to sotp duplica...
I use better loot with the option to remove stacked crates my refresh rate for the crates etc is 30 minutes,
I also use stack size controller plugin to specify amounts.
"Generic": {
"dropWeaponsWithAmmo": true,
"enforceBlacklist": false,
"listUpdatesOnLoaded": true,
"listUpdatesOnRefresh": false,
"pluginEnabled": true,
"refreshMinutes": 30,
"removeStackedContainers": true,
"seperateLootTables": trueI also use stack size controller plugin to specify amounts.
Yeah I tried BetterLoot for a battlefield server and couldnt get it working for all barrels even after adding the extra prefab bits in. The "CustomLootSpawn" mod is more for adding crates and loot spawns in than modding the loot tables. I have some great mods for changing the tables already, downloading this mod just for one option might be the only way to go though... then just disable all other interactions with loot spawns and tables maybe?! Ill have to see if that works. Supprised there isnt just a light simple mod for removing stacked creates!
In response to YGBHawk ():Yeah I tried BetterLoot for a battlefield server and couldnt get it working for all barrels even aft...
Maybe https://umod.org/plugins/loot-spawnpoints
Configuration
The settings and options for this plugin can be configured in the
LootSpawnpoints.json file under the oxide/config directory. The use of a JSON editor or validation site such as jsonlint.com is recommended to avoid formatting issues and syntax errors.Copy
{
"A. Whitelist (keep empty to use blacklist)": [
"crate_elite",
"crate_normal",
"crate_normal_2"
],
"B. Blacklist": [],
"C. Respawn timers": {
"assets/bundled/prefabs/radtown/crate_elite.prefab": 2400,
"assets/bundled/prefabs/radtown/crate_normal.prefab": 1500,
"assets/bundled/prefabs/radtown/crate_normal_2.prefab": 900
},
"Default respawn timer": 1200,
"Allow stacking": false
} I like the sound of it Orange! Can you explin more about the white list and black list please? I would also like to be able to not use the timers with this plugin as "CustomLootSpawns" lets me set timers for each crate individually. I wouldnt want to blanket all elite crates for instance with 2400 seconds. If this possible?