Blocker
Blocker
Blocker is designed to block certain blocks in certain worlds. Such as not allowing TNT in a creative world, but allowing it in a survival world. You can specify blocks that cannot be placed, or buckets that cannot be filled/emptied in each world.
Source Code
https://github.com/twister915/Blocker Work in Progress
Features
- Bypass Permissions highly customizable
- Do everything in-game
- Very powerful multi-world support
- Very powerful commands for customizing. You never have to touch the config.yml!
Permissions
- blocker.blocked - /blocker blocked (give a list of blocked blocks in this world) Only one you need to give to your players
- blocker.admin.bypass - Bypass block blacklist/whitelist Not TNT bypass
- blocker.admin.reload - Reload all data from config
- blocker.admin.save - Save data to config
- blocker.admin.edit - Allow editing from in game
- blocker.admin.notify.bypass - Notify on bypass
- blocker.admin.* - All commands and the bypass node from above Safe to give to your moderators
- blocker.* - All admin commands, and all other commands. Safe to give to your admins.
Commands
- /blocker - Info of the plugin, and version.
- /blocker ? - Help
- /blocker help - Help
- /blocker add <id> [world] - Add a block to the list in the world
- /blocker addLiquid <water/lava/milk> <fill/empty> <allow/disallow> [world] - Add a liquid action to the list in the world.
- /blocker whitelist <true/false> [world] - Change the world to a blacklisted or a whitelisted world
- /blocker save - save all data to the config files
- /blocker reload - load all data from config files
- /blocker blocked [world] - list all blocked blocks
- /blocker mirror <world1> <world2> - Make worlds mirror all settings.
Planned additions
- Users can pay to place a block, using an econ plugin.
- Per chunk block blacklist/whitelist
- Per block bypass permission

