
BedrockBlocks
Make blocks unbreakable through configuration
The BedrockBlocks mod allows you to turn any blocks into unbreakable ones using simple configuration file settings. This is an ideal solution for server administrators who want to protect certain structures from being destroyed by players.
How to configure block protection
To add blocks to the protected list, simply specify their identifiers in the config/bedrockblocks/disabled_blocks.json
file. Use the modname:block_name
format for each block that should become unbreakable.
Player exceptions
If some players need permission to break protected blocks, add their names to the whitelist in the config/bedrockblocks/whitelisted_players.json
file. This is convenient for administrators and builders who require access to edit protected areas.
Applying changes
After making edits to the configuration files, the changes will take effect after restarting the game or executing the reloadbedrockblocks
command.
Usage features
The mod is particularly useful for servers where certain structures need protection from accidental or intentional destruction. Installation is only required on the server side, making it easy to use and not affecting the client part of the game.