{"id":15014923,"url":"https://github.com/quiltservertools/ledger","last_synced_at":"2026-04-01T18:49:34.995Z","repository":{"id":38289185,"uuid":"352425187","full_name":"QuiltServerTools/Ledger","owner":"QuiltServerTools","description":" A server-side logging mod for fabric 1.17+","archived":false,"fork":false,"pushed_at":"2025-03-30T23:17:43.000Z","size":5933,"stargazers_count":200,"open_issues_count":40,"forks_count":57,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-03T15:09:04.959Z","etag":null,"topics":["fabric","minecraft"],"latest_commit_sha":null,"homepage":"https://www.quiltservertools.net/Ledger/latest/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuiltServerTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-28T19:56:12.000Z","updated_at":"2025-04-02T17:42:55.000Z","dependencies_parsed_at":"2024-05-11T13:37:04.859Z","dependency_job_id":"63972669-dfcc-49b4-99c6-906d9ddc2147","html_url":"https://github.com/QuiltServerTools/Ledger","commit_stats":{"total_commits":186,"total_committers":30,"mean_commits":6.2,"dds":0.7150537634408602,"last_synced_commit":"974d718e9a03603ed07756484ac5cd17359b3d1c"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuiltServerTools%2FLedger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuiltServerTools%2FLedger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuiltServerTools%2FLedger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuiltServerTools%2FLedger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuiltServerTools","download_url":"https://codeload.github.com/QuiltServerTools/Ledger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586250,"owners_count":21128997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fabric","minecraft"],"created_at":"2024-09-24T19:46:16.772Z","updated_at":"2026-04-01T18:49:34.946Z","avatar_url":"https://github.com/QuiltServerTools.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![discord](https://img.shields.io/discord/764543203772334100?label=discord)](https://discord.gg/UxHnDWr)\n\nFor a much better guide, visit our [wiki](https://quiltservertools.github.io/Ledger/latest/)\n\n## Ledger\n\nA world change logging tool for the Fabric modloader.\n\nLedger can be found on Discord at https://discord.gg/GtwDTTr3pe\n\n### Install\n\nPut Ledger in your mods folder along with Fabric API and fabric-language-kotlin. When you launch your server, the config file will be created automatically.\n\n### Configuration\n\nLedger's configuration file is found at `config/ledger.toml`.\n\n#### Message theme\n\nFound under `[color]`\n\nLedger allows for the customisation of the colors used in the messages sent in game. By default, Ledger uses the blue theme. More themes can be found in the [themes](./themes.md) file\n\n#### Search settings\n\nFound under `[search]`\n\n`pageSize` [Default: 8] controls the number of actions displayed per page\n\n#### Database settings\n\nFound under `[database]`\n\n`maxQueueSize` [Default: 50] is the number of items logged before writing to the database\n\n`queueTimeoutSec` [Default: 5] is the maximum amount of time to wait for the queue to fill before writing\n\n#### Filters\n\nThese allow you to control what is and is not logged\n\nFound under `[actions]`\n\nAll listed here are arrays and are formatted like so:\n```\narray = []\nblocks = [\"minecraft:air\", \"minecraft:dirt\"]\n```\n\n`typeBlacklist` [Default: empty] controls what action types are logged. Hover over the action in a chat message to see the type\n\n`worldBlacklist` [Default: empty] controls in which dimensions events are logged. Provide\n\n`objectBlacklist` [Default: empty] controls which objects are logged. These can be item types, block types or entities\n\n`sourceBlacklist` [Default: empty] controls which sources are logged. Examples are `\"lava\"` and `\"gravity\"`\n\n### Commands\n\n#### Inspect\n\n`/lg inspect` - toggles inspect mode\n`/lg inspect [on|off]` - enables or disables inspect mode\n`/lg inspect \u003cpos\u003e` - inspects the block at a given position\n\n### Search\n\n`/lg search \u003cargs\u003e` - searches with the given arguments\n\n### Rollback\n\n`/lg rollback \u003cargs\u003e` - rollbacks with filters specified\n\n### Page\n\n`/lg page \u003cindex\u003e`\n\nWhen viewing results, you can use this command to quickly skip to a certain page.\n\n### Permissions\n\nAll Ledger commands support the LuckPerms API\n\nThe permission nodes are formatted as: `ledger.\u003ccommand\u003e`\n\nAll Ledger commands have fallback on permission level 3 should you not wish to have a permissions mod installed.\n\n### Contribute\n\nLedger is written in Kotlin, and therefore all contributions should be in Kotlin where possible. The exceptions to this are mixins, which must be written in Java.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltservertools%2Fledger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiltservertools%2Fledger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltservertools%2Fledger/lists"}