Ledger icon indicating copy to clipboard operation
Ledger copied to clipboard

A server-side logging mod for fabric 1.17+

Results 60 Ledger issues
Sort by recently updated
recently updated
newest added

### Expected behavior - I start chunk generation with chunky - Chunks generate fine and don't crash the server ### Observed/actual behavior - World is generated fine until a chunk...

bug

### Is your feature request related to a problem? Yes, fire placed by lightning bolt does not log ### Describe the solution you'd like. Fire placed by lightning bolt will...

enhancement

### Expected behavior After taking armor from an armor stand, this will be noted as a player action and as so, will appear in the "/ledger search source:player" list. ###...

logging

Changes: ItemChangeActionType.kt - Check Item NBT matches the item being removed (and when added to partial stacks of same type) - can now iteratively remove itemStacks that are less than...

### Is your feature request related to a problem? On my server, I want my moderators to be able to investigate suspicious logs, but I don't want them teleporting around....

enhancement

As you requested TODO: - [x] Table creating - [ ] Tests - [ ] Update [Ledger-Databases](https://github.com/QuiltServerTools/Ledger-Databases) I kinda speedruned this so may contain silly mistakes Notes: - ~~I use...

# Improve database performance ## Previous work This PR is based on [work from @PotatoPresident ](https://github.com/QuiltServerTools/Ledger/tree/database-performance-v2), which mainly improves database insertions, by batching actions. ## Lookup improvements - Improved lookup...

Implements #214 Adds logging for sign (and hanging sign) text editing and item-based interactions including waxing, dyeing, ink, and glow ink, with rollback support. Editing signs mutates the block entity...