Skip to content

Releases: QuiltServerTools/Ledger

Ledger 1.2.0 for Minecraft 1.18.x

30 Nov 12:52
7855625

Choose a tag to compare

Changes:

- Ported to 1.18
- Added player command for viewing stored player info
- Networking improvements
- Changed rollbacks to always use the correct dimension instead of the player's current dimension
- Fixed compatibility with other mods using SQLite
- Added support for runtime worlds
- Added Java API for interaction with non-kotlin mods
- Logs almost everything

Logging changes:

- Add block-change action type
- Log leaf decay
- Log frost walker ice
- Log bamboo chain breaking
- Track source for TNT lit by flame arrows
- Log blocks placed by dispensers
- Log blocks formed by fluids
- Log scaffolding and other blocks with required support
- Log farmland interaction
- Log axe, shovel and hoe uses
- Log lighting of campfires and candles
- Log ravagers breaking leaves
- Log hanging roots placement
- Log snow from snow golems
- Log flower pot interactions
- Log lever uses
- Log note block interactions
- Log copper waxing and removal of wax
- Log stripping of logs
- Log removal of water by sponges
- Log daylight sensor toggling
- Log players causing end crystal explosions
- Log nether portal placement
- Log plant growth with bone meal
- Log plant breaking

v1.1.1

24 Sep 00:38
52e955b

Choose a tag to compare

  • Lowered fabric-loader requirement
  • Fixed automatic config file creation

v1.1.0

19 Sep 17:07
0d8a8b7

Choose a tag to compare

Major changes:

- Added Extension API for new database types and commands
- Added MySQL and H2 database support via an official extension, found at https://curseforge.com/minecraft/mc-mods/ledger-databases
- Added purge command for deleting where filters are met
- Added NOT parameters when searching (key:!value)
- Change time parameter into before and after parameters
- Added purge, rollback, restore and information packets to networking API
- Added indicies to the database, massively improving lookup speed when inspecting

Fixes and tweaks:

- Chained explosions of TNT now log back to the player who lit the first TNT
- Fixed compatibility with Kibe and other mods causing server events with players not extending ServerPlayerEntity
- Flint and steel usage now counts as a block place

v1.0.2

05 Jul 19:32
08cb21d

Choose a tag to compare

  • Fixed packet error when inspecting non updating block entities - #47
  • Fixed Chinese translations not working
  • Fixed incorrect database searches when specifying an object

v1.0.1

22 Jun 18:11
7691aa3

Choose a tag to compare

  • Updated Fabric Language Kotlin dependency requirement
  • Added Dutch translations
  • Added support from non player actions caused by a player
  • Improved SQLite compat
  • Added Chinese (Simplified) translations
  • Fixed logging blacklists not working
  • Added Russian translations
  • Track items removed when container is broken
  • Fixed alias permissions
  • Updated Server Translations to fix disconnects with books
  • Fixed preview bug
  • Fixed NBT rollbacks
  • Fixed database selections with multiple of the same parameter

Initial Release

08 Jun 15:09

Choose a tag to compare

Initial release