- [x] Added logging for items dropped when a player dies.
- [x] Added logging for growth and breakage of dripleaf plants.
- [x] Added all items to tab autocomplete for include/exclude parameters.
- [x] Added support for all entity types to mob spawner logging.
- [x] Changed the include/exclude parameters to no longer default to a block lookup.
- [x] Changed permission system to no longer force permissions if player is an operator.
- [x] Fixed placing a candle on a cake not being logged.
- [x] Fixed ender chest player interactions not being logged.
- [x] Fixed lookup/rollback parameters allowing users to mix block/entity types, and risking unsafe ID collisions.
- [ ] Added logging for blocks placed/changed via bonemeal.
- [ ] Fixed eating or extinguishing a candle cake not being logged.
- [ ] Fixed liquid/snow blocks removed by buckets not being logged.
- [ ] Fixed dispensers lighting adjacent blocks not being logged.
- [ ] * Added adjacent block scanning support for new 1.17 blocks.
- [ ] * Added backwards compatibility with old grass path data.
- [ ] * Added support for glowing signs and item frames.
- [ ] * Added logging for amethyst bud/cluster growth.
- [ ] * Added logging for powdered snow placed by dispensers.
- [ ] * Changed maximum chat/command message length for MySQL to 16k characters.
- [ ] * Fixed axolotls and goats not rolling back as the correct variant.
- [ ] * Fixed sand falling into light blocks not being properly logged.
- [ ] * Fixed certain adjacent blocks types being incorrectly logged as broken.
- [ ] * Fixed single quotes not being properly parsed in configuration files.
- [ ] * Fixed NullPointerException when rolling back or restoring bundles.
- [ ] * Fixed NullPointerException when rolling back a block with an invalid ID.
- [ ] * Fixed NumberFormatException during startup if the server version is invalid.
- [ ] > Added a language.yml file with support for custom phrases.
- [ ] > Added local caching for automatically translated phrases.
- [ ] > Added multi-language support with online translation (enable in config.yml).
- [ ] > Changed timestamp method in API to return time in milliseconds.
- [ ] > Fixed "/co help reload" not returning any help information.
- [ ] > Fixed cached data not being cleared out after performing a rollback/restore.
- [ ] > Added back hover events (disable with "hover-events: false").
- [ ] > Added logging for adjacent removals when a block is destroyed by fire or pistons.
- [ ] > Added "users", "item", and "items" as new aliases for lookup/rollback parameters.
- [ ] > Added hidden "hopper-filter-meta" option to only log hopper transactions containing metadata.
- [ ] > Added millisecond data when displaying the amount of time taken for a rollback.
- [ ] > Added safety checks when attempting to run development code.
- [ ] > Added back support for Craftbukkit versions 1.14 - 1.17.
- [ ] > Added local caching for validated donation keys.
- [ ] > Added support for extended height limits.
- [ ] > Added plural word support to all commands.
- [ ] > Changed the name of the "block:" parameter to "include:".
- [ ] > Changed "rows" parameter maximum value to 1,000 when using the console.
- [ ] > Changed connection handler to no longer specify a specific JDBC driver.
- [ ] > Changed console messages to always display plugin name.
- [ ] > Improved user interface for rollbacks/restores.
- [ ] > Improved API functionality and changed API version from v6 to v7.
- [ ] > Fixed glass panes and fences not being connected when an adjacent block is rolled back.
- [ ] > Fixed blocks with gravity not being properly logged when pushed by a piston.
- [ ] > Fixed rolling back piston activity resulting in the pistons being broken.
- [ ] > Fixed update checker attempting to process unexpected error messages.
- [ ] > Fixed legacy materials still being used when breaking certain blocks.
- [ ] > Fixed outdated Minecraft Wiki links in help commands.
- [ ] > Fixed "incorrect string value" MySQL error for chat messages containing special characters
- [ ] > Fixed ClassCastException when rolling back shulker boxes containing armor stands.
- [ ] > Fixed ArrayIndexOutOfBoundsException while logging hopper transactions.
- [ ] > Fixed NumberFormatException when entering an invalid decimal value.