NewCB
This is a plugin I've been working on for a while now. It all began as a request from a server admin who wanted to move from Canary to Bukkit but couldn't find a plugin which was compatible with his old files. I made a port of the plugin, but decided to rebuild the whole plugin from scratch after I finished it.
Now I can present you NewCB! (I know, I'm really creative :))
This plugin allows you to make use of redstone controlled blocks. Just place a iron block and right-click it with a stick. It should then turn into a diamond block. With the stick you can right-click on any block to place snow blocks, which represents the blocks which will be changed when redstone power is applied to the top of the iron block. The plugin uses the last two items in your Toolbar (Slot 7/8). To finish editing click the controller block and it should go back to iron.
Confguration
saving_enabled?: true permission_plugin_to_use: permissionsex: true bukkitperms: false blocks_to_use: # Tells the plugin what blocks to use: off_cb: 42 # Iron Block on_cb: 41 # Gold Block edited_cb: 57 # Diamond Block edited_chb: 80 # Snow Block inventory_slots: block_on: 7 # Tells the plugin which slots to use block_off: 8 # (Defaults are the last two slots on the right-hand side of your hotbar)

