This plugin prevents excessive use of twig blocks by setting a limit on how many can be placed in a building. Once the limit is reached, existing twig blocks must be upgraded or removed before new ones can be placed.
Raiders are excluded from this restriction and can build twig roofs freely on the base they are raiding.
Raiders are excluded from this restriction and can build twig roofs freely on the base they are raiding.
Permissions
twigcantstay.ignore
- Players with this permission can place unlimited twig blocks.
Configuration
JSON:
{
"Version": "1.1.0",
"Maximum Number Of Twig Blocks Allowed Per Building": 16
}
Maximum Number Of Twig Blocks Allowed Per Building
- Specifies the maximum number of twig blocks that can be placed in a single building.
Localization
JSON:
{
"CannotBuildTwig": "You cannot build more twig blocks in this building. The limit of {0} has been reached. Upgrade or remove existing twig blocks to build more."
}