Description
This mod prevents block damage and destruction of items on the ground by creepers on a per-player basis.
What it does
When a creeper explodes it will check for Players in a surrounding area of 5 (default, can be changed by admins with the /bcnbb_range command) blocks (all directions, x/y/z)
If there are players, it checks everyone for the BCNBB setting and if it finds a player that has the setting set to true, the explosion will neither destroy blocks nor items on the ground.
It will also check if it is inside a protected region if it is allowed to destroy blocks or items.
Commands (Player)
- /bcnbb true/false - enables or disables range protection for the player
- /bcnbb_region - creates the region to protect (each player is limited to 1 region with a maximum size of 10.000 blocks) (for reference, 20x20x20 blocks is already 8.000) (requires so set position 1 and 2 with the setpos commands)
- /bcnbb_region setpos1/setpos2 - sets the block positions to define a region
- /bcnbb_region BlockPos BlockPos - creates the region to protect with the use of block positions (eg, 215 60 78 or ~ ~ ~)
Commands (Admin)
- /bcnbb_region true/false - enables or disables the region protection
- /bcnbb_range (0-100) - sets the range the creeper checks for players on explosion
- /bcnbb_range true/false - enables or disables range protection for everyone
Planned features
- admin-commands for the region protection
--- change number of regions per player
--- change maximum region size
--- add/change regions (+ add/change regions for players)
--- delete regions


