Ignored chests / blacklisted items

i want only elite crates to spawn ak's,lrs,mp5s, riflebodys etc. so i blacklisted those items and set the elite crate to enable : false.
it doenst work. even the elite crates dont spawn those items :(  any suggestions?

 

This plugin is mostly used for multiplying existing loot tables or removing items from loot tables.

So basically it changes the core loot tables from rust instead of re-populating with own loot tables on spawn. For an elite crate one default loot table could be something like, tech trash, spas, garage door (scrap gets added later). So basically you have a bunch of these 3er or 4er item combinations.

What the plugin then does is remove all blacklisted items from all of these combinations. So afterall it may result in empty combinations as a crate *somehow* gets assigned to a combination (which may be empty with your settings) by rust itself.

Overall an experimental approach to a looting plugin as most just re-populate on crate spawn. So this is likely a bit more performant but overall offers way less things. For a good plugin with proper loot table modification check out LootPlus here on uMod.