In vanilla Rust, tool cupboards only accept specific building materials and decay-preventing items. This plugin removes those restrictions entirely, letting you place any item in a cupboard unless you explicitly block it. You can block items by individual short name or by entire item categories, making it flexible for different server needs.
Configuration
JSON:
{
"Version": "1.1.0",
"Notify Player When Item Blocked": true,
"Use Game Tip Notifications": true,
"Blacklisted Items (Short Names)": [],
"Blacklisted Categories": []
}
Notify Player When Item Blocked-- When enabled, players receive a notification when attempting to store a blacklisted item. When disabled, blacklisted items are silently rejected.Use Game Tip Notifications-- When enabled, notifications display as red game tips (toast notifications). When disabled, notifications appear as regular chat messages.Blacklisted Items-- List of item short names that cannot be stored. Leave empty to allow all items. Example:["explosive.timed", "cctv.camera"]Blacklisted Categories-- List of item categories that cannot be stored. Leave empty to allow all categories. Valid categories:Ammunition,Attire,Building,Component,Construction,Electrical,Engine,Food,Ingredients,Resources,Search,Tool,Weapon,Medical,Misc
Localization
JSON:
{
"Item.Blocked": "This item cannot be stored in the tool cupboard."
}