Changes:
- Added NBT and block state information parsing for rollbacks
- Added rollbacks for entities
- Minor technical changes to the database and a schema version bump
Another minor release with stability fixes and tweaks:
Changes in 1.1.2
- Added luckperms support (more info on the GitHub wiki page)
- Fixed potential issues involving being kicked when interacting with containers
- Transactions now filter by pos in the search command and display their exact position
- Added Dutch translations
- Fixed an issue where search command suggestions appeared before you type them
- Fixed range filter for transactions on the search command
A minor release for small improvements and fixes
Changes since v1.1.0
- TNT explosions are now logged properly, and can be rolled back
- Clicking on the reset password message will now copy/paste the one-time password
- Fixed mySQL crashing when launching for the first time and not manually making tables
- Fixed target filtering on the search command
- Added a config option to disable the webUI, which will be on by default in config files made before this version
- Fixed errors with AE2 autocrafting
New features in v1.1.0
- Added rollbacks for blocks and container transactions, triggered using
/dl rollback <radius> <time> [params]
- DeltaLogger now supports modded containers
Bug fixes in v1.1.0
- Fixed the web UI breaking outside of dev env
- Fixed icons for discord and GitHub in the web UI
- Fixed a potential NPE when an entity was killed in lava or by fireballs
Features
- Fast and efficient database system, configurable to use either SQLite or MySQL
- In game command system for reading the database, which allows for searching placements, transactions, mob griefs and more
- WebUI for an overview of your server's database, with configurable port
- Translations to Spanish, Polish, Chinese and Catalan, all server-side
- Migration from existing WatchTower databases
Requirements
- Minecraft 1.16.2 - 1.16.5
- Fabric API 0.30.0 or newer