I have a couple items blacklisted through the Blacklisted Items mod, both modded and vanilla. It looks something like this
<BlacklistItems>
<Item ItemId=“1450” Name=“Vehicle Battery” CanCraft=“false” CanSpawn=“true” CanTake=“true” CanStore=“true” />
<Item ItemId=“39503” Name=“Charm” CanCraft=“false” CanSpawn=“true” CanTake=“true” CanStore=“true” />
<Item ItemId=“478” Name=“Rifle Clip” CanCraft=“false” CanSpawn=“false” CanTake=“false” CanStore=“false” />
<Item ItemId=“479” Name=“Birch Rifle” CanCraft=“false” CanSpawn=“false” CanTake=“false” CanStore=“false” />
<Item ItemId=“474” Name=“Maple Rifle” CanCraft=“false” CanSpawn=“false” CanTake=“false” CanStore=“false” />
the list goes on so I won’t show the entire configuration.
Unfortunately, players (including I, the server owner, without admin status) can still craft vanilla items like the birch rifle and maple rifle. They are unable to craft any modded items, although they are all from one workshop item so I might need to test out different mods.
The plugin successfully restricts dropping of the blacklisted vanilla items (i.e. when you drop it, they disappear), as well as storing (shows an error message, as it should), but players can still craft the item, keep it in their inventory (as long as they don’t drop the item, it will stay there), and use the item (i.e. shoot the rifle). Very frustrating as I could not find another blacklisting plugin with this level of customization elsewhere.
A quick fix would be appreciated. I can provide any information if needed. Thank you