Autoswitch (AS) reads the player's hotbar and finds the best tool for the job currently available, based on configuration files (for example, when you punch a stone block, it will switch to a pickaxe). These tools have some conditions that must be met:
Have more than 3 durability remaining customizable
Place the tool on the hotbar
Be able to mine the block (there is a naive fallback for customizable mining levels)
It is aware of tool enchantments
AutoSwitch is fully customizable. The configuration files detail its features at the top, and each option is documented in the file. A hotkey is available for quick toggling on or off along with the switch command.


