- Added support for STANDARD (fill) and STATIC wand types. Standard wand types fill depending on a max block input amount, while static wand types take in a certain length and with, and fill in valid regions within that area.
- Wands now support string keys instead of strictly integers, allows for better classification of different wands.
- Debug mode added for debugging stuff. Be wary this does spam console a lot.
- Auto wand removal configuration option added. Enabling it automatically removes invalid wands. Is off by default.
- Undo history option added. Is by default 10, and is wand-specific. Allows users to undo actions by shift-left clicking.
- More calculations were moved off of the main thread, so users should see an increase in performance.
- Added /bwgive and /bwg as aliases to the give wand command.
- General cleanup of the plugin
