ToolSwap
Version: v1.1
Author: mmonkey
License: GNU General Public License version 3 (GPLv3)

Description:
A Bukkit plugin that automatically switches the tool in a players hand depending on what block/entity that player interacts with.
ToolSwap will also includes switching to torches when right-clicking on a block with either a pickaxe or shovel in hand.

Installing / Updating:
1. Drag "ToolSwap.jar" into your "craftbukkit/plugins" folder.
2. Replace the old "ToolSwap.jar" when upgrading.
3. Reload your server after installation/upgrade.

NOTE: If you made changes to the "config.yml" file, your changes will NOT be lost.

Commands:
/ToolSwap [on/off] - enable or disable ToolSwap for the sender of the command.
/ToolSwap [player] [on/off] - enable or disable ToolSwap for the specified player.

Permissions:
toolswap.* - All permissions enabled
toolswap.use - ToolSwap may be used by this player. Note: ToolSwap must be turned on first (either by using a command or by enabling "on-by-default" in config.yml)
toolswap.on - enables use of /toolswap on
toolswap.off - enables use of /toolswap off
toolswap.player.on - enables use of /toolswap player on
toolswap.player.off - enables use of /toolswap player off


Tickets:
If you have issues, or suggestions:
https://github.com/mmonkey/ToolSwap/issues

Source Code:
https://github.com/mmonkey/ToolSwap