summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-08-05docs: correct the cross-server DM server name and two related claimsSho Sakuma
The `@<server>` argument resolves against the server names registered in `velocity.toml`, not the `features.velocityIntegration.serverName` of the destination: PresenceTracker publishes `serverInfo.name` and CrossServerDirectMessageRelay matches the target against the same, so the previous text had it exactly backwards. Following it on a proxy where the two names differ produces SERVER_NOT_FOUND every time, and points the reader at the wrong file to fix. `serverName` still matters, for `{server}` and for recognising local players, so what it does is stated instead. Also corrects two claims made while widening these pages: - `/lcv status` reports only this server's protocol version, not both sides'. The Velocity bug template leaned on it as its most important field, so a reporter would have pasted output that cannot answer the compatibility question. It now also says to run it after a player has joined, since the handshake waits for one - the same caveat the README install steps needed. - Spies see pre-conversion text for direct messages only. Channel messages are converted before the handler runs, so spies get the same formatted string the members do. Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-05docs: renew the READMESho Sakuma
Installation only linked out to the download page, and Features restated the site's feature cards without saying what any of them do. The README now carries the requirements, the per-platform install steps, and a Configuration section - including that most features are off by default and that applying a change needs a restart, which nothing in the repository stated anywhere. The Japanese translation is dropped rather than kept in sync; lc.m1sk9.dev serves Japanese documentation already. Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-02feat: support Paper 26.2 (Minecraft 26.2)Sho Sakuma
Paper 26.2 bundles Adventure 5.2.0, a major bump from the 4.26.1 shipped by 26.1. Adventure 5 makes ClickEvent generic, so the raw type in CommandContext.replyWithEvent no longer compiled. Auditing the rest of the Adventure 5 removals found no other affected usage. api-version is raised to 26.2, dropping 26.1 support: the two Adventure majors are not binary compatible, so claiming 26.1 compatibility would be a lie. Also fixes two problems found while verifying on a real server: the Velocity healthcheck invoked mc-health, which does not exist in the mc-proxy image, so the container had never once passed its check; and the debug environments pinned no build at all, which meant the proxy came up as 4.1.0-SNAPSHOT while the plugin is compiled against velocity-api 3.5.1. Server versions are now derived by x from the Gradle coordinates so they cannot drift from what the plugin targets.
2026-06-12docs: add Japanese README and revise Velocity, download, license infoSho Sakuma
- Add README.ja.md (Japanese translation) with language picker - Add language picker to README.md - Add Velocity integration overview focusing on protocol compatibility - Unify download link to lc.m1sk9.dev/download - Fix broken license badge with a static GPL-3.0 badge Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-06chore: drop dokka workflow badge from readmeSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07docs: add Spigot/BungeeCord unsupported noticeSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): fix links and i18n for download compatibility noticeSho Sakuma
Update README documentation link to new docs path. Fix English nav download link to use /en/download. Make compatibility notice title translatable via i18n. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04feat: Support Minecraft 26.1Sho Sakuma
2026-03-22fix: update broken documentation linkscopilot-swe-agent[bot]
Co-authored-by: m1sk9 <82575685+m1sk9@users.noreply.github.com> Agent-Logs-Url: https://github.com/m1sk9/LunaticChat/sessions/3d516ff1-a374-4ea9-9d2a-f714f7043c32
2026-02-25docs: Add codecov badgeSho Sakuma
2026-02-23docs: Update READMESho Sakuma
2026-02-07ci: Fix build-ci artifact pathSho Sakuma
2026-02-01docs: Update readmeSho Sakuma
2026-01-31docs: Add channel chat logSho Sakuma
2026-01-27docs: Add i18n docsSho Sakuma
2026-01-27test: Add more test-caseSho Sakuma
2026-01-24docs: Add beta documentsSho Sakuma
2026-01-10docs: Update ReadmeSho Sakuma
2026-01-09docs: Update todoSho Sakuma
2026-01-05first commitSho Sakuma