- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
Need a simple way to control the blocks that players
can break and place? Well, look no further! BlockControl allows you to
do just that and it couldn't be easier to do!
Features
Easily manage the blocks that players can break and place by adding
the blocks to BlockControl's configuration file
Configuration
Here is an example configuration fileCode (Text):# BlockControl Configuration File #
# © 2015 BlueCube #
#_________________________________#
# The blocks that you don't want players to place #
Non-Placable Blocks:
- DIAMOND
- LONG_GRASS
- DIRT
# The blocks that you don't want players to break #
Non-Breakable Blocks:
- DIRT
- GRASS
# Should a message be sent to the player when they try to place/break a prohibited block? #
Send Messages: true
# If messages are enabled, this message will be sent to the player #
Place Message: '&8[&bBlockControl&8] &4You cannot place &e<block>'
# If the above is true, this message will be sent to the player #
Break Message: '&8[&bBlockControl&8] &4You cannot break &e<block>'Commands & Permissions
There is only 1 command
Command: /bc reload
Reload the config
Permission: bc.reload
Admins, you will need this permission to be
exempt from block restrictions:
Permission: bc.override
Similar to the above permission, you can also
have block exemptions per block.
Permission: bc.block.some_block
some_block is where you put the block that the
player will be free from restrictions. A complete list
can be found here.
Features & Bugs
If you'd like to request features or want to report a bug that
needs to be squashed, please let me know on the
discussion page!

BlockControl 1.1.0
The simplest way to control the blocks that players can break and place!
Recent Updates
- Per-block Permissions Mar 10, 2016
- Permissions & Message Fixes Mar 8, 2016