Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Releases: QuiltServerTools/DeltaLogger

DeltaLogger v1.1.3 for Minecraft 1.16.5

15 Apr 14:21
9378b72
Compare
Choose a tag to compare

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

DeltaLogger v1.1.2 for Minecraft 1.16.5

20 Mar 16:49
Compare
Choose a tag to compare

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

DeltaLogger v1.1.1 for Minecraft 1.16.5

08 Mar 20:20
Compare
Choose a tag to compare

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

DeltaLogger v1.1.0 for Minecraft 1.16.5

01 Mar 20:29
Compare
Choose a tag to compare

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

DeltaLogger v1.0.0 for Minecraft 1.16.5

26 Feb 14:45
29b6698
Compare
Choose a tag to compare

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

More information can be found in the README