StructuresTweaker
Gain complete control over how players interact with structures in your Minecraft world. This mod provides comprehensive structure management capabilities - from protecting ancient ruins to regulating combat zones.
🛡️ Key Features
Structure Protection
Configure protection settings for any structure in the game. Preserve original blocks while allowing new construction. Protection can automatically disable after defeating key mobs, preventing unauthorized modifications.
Player and Combat Management
Regulate PvP within structures, control mob spawning, manage fire spread and explosions. Configure permissions for item pickup, elytra usage, ender pearls, and tridents with riptide effect.
Individual Configuration
Each structure has customizable parameters in a simple JSON format:
{
"configVersion": 2,
"canBreakBlocks": true,
"canInteract": true,
"canPlaceBlocks": true,
"allowPlayerPVP": true,
"allowCreatureSpawning": true,
"allowFireSpread": true,
"allowExplosions": true,
"allowItemPickup": true,
"onlyProtectOriginalBlocks": false,
"allowElytraFlight": true,
"allowEnderPearls": true,
"allowRiptide": true
}
Management Commands
/structuretweaker show enable— display structure boundaries/structuretweaker show disable— hide boundaries/structuretweaker defeat— remove structure protection
Performance Optimization
Efficient structure caching system, minimal memory usage, server optimization, and intelligent chunk tracking.
Compatibility
Works with all mods that add structures, supports automatic configuration generation, data pack compatibility, and command block automation.