This plugin blocks all building attempts within caves and under rock formations.
Permissions
nocavebuilding.ignore
- Players with this permission can ignore the cave-building restriction and place structures inside caves.
Configuration
JSON:
{
"Version": "1.1.0",
"Detection Radius": 10.0,
"Prevent Building In Caves": true,
"Prevent Building Under Rock Formations": false
}
Radius for Detection
- Determines how far around a player's building position the plugin will search for caves or rock formations.Block Building in Caves
- Enables the restriction that stops players from placing structures inside caves.Block Building Under Rocks
- Enables the restriction to prevent structures being built beneath rock formations.
Localization
JSON:
{
"CannotBuildInCave": "You cannot build inside caves.",
"CannotBuildUnderRockFormation": "You cannot build under rock formations."
}