**Version 2.2:**

* Fixed bug: Blocks you put in: "bannedBlocksPlace" won't be unbreakable too.
* Fixed bug: Blocks you put in: "bannedBlocksBreak" won't be unplacable too.
* New feature: Changed the permissions, 1 to allow breaking of banned blocks, 1 to allow placing of banned blocks. ( iBlock.place & iBlock.break ).
* Change: The configuration file updated too so be sure to replace the old one with the new one!

**Version 2.11:**

* Fixed permission bug with reloading.
* Fixed bug with the block place part of the code.

**Version 2.1:**

* Added the new ability to block the breaking of configured blocks.
* Added new permission: "iBlock.reload" to reload the configuration.

**Version 2.01:**

* Updated to craftbukkit 1.2.4-R1.0

**Version 2.0:**

* Removed the toggle command.
* Added a configuration file (uses block Id's).
* Added a command to reload the configuration file: "/iBlock".
* Fixed the way commands are handled.
* Fixed the old: "BLOCK_PLACE" to the new, updated way: "BlockPlaceEvent".
* Fixed the old: "blockListener" import to the new, updated import: "Listener".
* Updated to the new built-in permission system by Bukkit.
* Fixed the chat colors.
* Cleaned up the code.