This plugin prevents wooden signs from being placed on deployables like boxes and lockers. In the config, you can define which entities are restricted from having wooden signs placed on them.
Permissions
nosignsondeployables.ignore
- Allows the player to place wooden signs on restricted entities.
Configuration
JSON:
{
"Version": "1.0.0",
"Deployable Short Prefab Names": [
"locker.deployed",
"woodbox_deployed",
"box.wooden.large",
"furnace",
"workbench1.deployed",
"workbench2.deployed",
"workbench3.deployed"
]
}
Localization
JSON:
{
"CannotPlaceSign": "You cannot place signs on this entity."
}