This Rust plugin allows players to store any item in tool cupboards beyond what's normally allowed. You can also use it to block certain items from being placed in them.
Limitations
Some items, like sulfur and sulfur ore, cannot be placed in tool cupboards no matter what settings you configure. These are hard restrictions enforced by the game itself and cannot be bypassed by this plugin.Configuration
JSON:
{
"Version": "1.0.0",
"Allow All Items": true,
"Blocked Item Short Names": [
"coffeecan.helmet",
"corn",
"furnace"
],
"Blocked Item Categories": [
"Weapons",
"Traps"
]
}
Allow All Items
- If set to true, allows all items to be placed in tool cupboards.Blocked Item Short Names
- A list of specific item short names that are blocked from being placed in tool cupboards.Blocked Item Categories
- A list of item categories that are blocked from being placed in tool cupboards. The categories include:- Weapon
- Ammunition
- Construction
- Items
- Resources
- Attire
- Tool
- Medical
- Food
- Traps
- Misc
- All
- Common
- Component
- Search
- Favourite
- Electrical
- Fun