BlockBlocker is a very simple plugin which has the potential to radically alter gameplay. It gives server owners the ability to easily "block" blocks. When a block is "blocked", any attempts to break it will succeed, but no items will drop. This is very useful all sorts of circumstances where the blocks need to be rendered useless.
The first release of BlockBlocker has become available! :D
Just drop the plugin in your plugins directory and it will automatically generate it's config file for you. The configuration file is a simple as possible.
By default, the plugin will produce a configuration similar to the following:
blocks: []
To add any blocks to the "blocker list", add the block ID in-between the square brackets. Multiple entries should be separated by comma.
For example, say I wanted to block DIAMOND_ORE and GOLD_ORE, which have IDs 57 and 14, I would change the config file to:
blocks: [57, 14]
while the server was not running. Then I would start the server and all would be functioning correctly. :) Note however, next time you stop the server, the config file would change to something like:
blocks: - 56 - 14
This is perfectly ok. It's just the plugin converting the list in the config to proper YAML syntax.
The latest plugin build can be downloaded here.
BlockBlocker is still in the beta phase, so please feel free to file a ticket for any feature requests you may have.
This plugin is developed solely by me in my free time so:
Developer: Keeley Hoek (escortkeel)