About Container Item Block [Tool Cupboard, Small & Large Wooden Box]
Container Item Block prevents players from storing certain items inside the Tool Cupboard, Small & Large Wooden Box.
QuoteInstallation
- Place ContainerItemBlock.cs into your plugin folder
- In the Server Console: oxide.load ContainerItemBlock
QuoteConfig
- Open the Config - oxide/config/ContainerItemBlock.json
{ "Tool Cupboard Settings": { "Enabled": true, "Blocked Items": [ "wood", "stones", "metal.ore", "skull.wolf", "targeting.computer", "battery.small", "fertilizer", "lowgradefuel", "researchpaper", "can.beans.empty", "diesel_barrel", "hq.metal.ore", "metal.refined", "charcoal", "bone.fragments", "can.tuna.empty", "skull.human", "metal.fragments", "gunpowder", "leather", "cloth", "scrap", "paper", "coal", "cctv.camera", "explosives", "horsedung", "sulfur", "sulfur.ore", "fat.animal" ] }, "Small Box Settings": { "Enabled": false, "Blocked Items": [ "explosives", "gunpowder" ] }, "Large Box Settings": { "Enabled": false, "Blocked Items": [ "explosives", "gunpowder" ] }, "Block Message": "You can't place {0} in this container. It will be moved back to your inventory." }