diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-06-12 14:00:44 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-06-12 14:00:44 +0900 |
| commit | ced9a217c4a50d070f9b5100463f5c6d870ba844 (patch) | |
| tree | e979fa580b4d723467f1d11e7c735e14e31fca53 /README.md | |
| parent | f6edb632b0fa45b5eeeca61c006d4d2e74794cbb (diff) | |
| download | LunaticChat-ced9a217c4a50d070f9b5100463f5c6d870ba844.tar.gz LunaticChat-ced9a217c4a50d070f9b5100463f5c6d870ba844.tar.bz2 LunaticChat-ced9a217c4a50d070f9b5100463f5c6d870ba844.zip | |
docs: add Japanese README and revise Velocity, download, license info
- 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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,8 +1,10 @@ # LunaticChat +[日本語](./README.ja.md) + [](https://github.com/m1sk9/LunaticChat/actions/workflows/ci.yaml) [](https://github.com/m1sk9/LunaticChat/actions/workflows/release.yaml) -[](https://github.com/m1sk9/LunaticChat/blob/main/LICENSE) +[](https://github.com/m1sk9/LunaticChat/blob/main/LICENSE)  [](https://codecov.io/github/m1sk9/LunaticChat) @@ -18,7 +20,7 @@ cd LunaticChat ./gradlew shadowJar ``` -_[Supports Minecraft 26.1](https://minecraft.wiki/w/Java_Edition_26.1) | [Requires Java 25+ and Gradle 9+](.github/CONTRIBUTING.md)_ +_[Supports Minecraft 26.1.2](https://minecraft.wiki/w/Java_Edition_26.1.2) | [Requires Java 25+ and Gradle 9+](.github/CONTRIBUTING.md)_ ## Installation @@ -28,10 +30,7 @@ LunaticChat is compatible with the following platforms: - Velocity - Folia -Pre-built artifacts can be installed from the following locations. Place the downloaded plugin file in your server's `plugins` folder and restart the server. - -- [GitHub](https://github.com/m1sk9/LunaticChat/releases) -- [Modrinth](https://modrinth.com/project/lunaticchat) +Download the pre-built plugin from the [Download page](https://lc.m1sk9.dev/download), place the file in your server's `plugins` folder, and restart the server. See the [Documentation](https://lc.m1sk9.dev/docs/getting-started). @@ -46,6 +45,14 @@ See the [Documentation](https://lc.m1sk9.dev/docs/getting-started). - Channel Chat System - Multi-platform support (Paper, Folia, Velocity) +## Velocity Integration + +LunaticChat can relay global chat across multiple Paper / Folia servers behind a Velocity proxy. Installing the plugin on both the Velocity proxy and each backend server lets players chat across servers. + +Paper–Velocity compatibility is determined solely by an internal **protocol version**, not by the plugin version. Paper and Velocity builds with incompatible protocol versions will refuse to relay chat, so keep both sides updated together. + +For supported combinations and setup details, see the [Documentation](https://lc.m1sk9.dev). + ## License LunaticChat is published under [GNU General Public License v3.0](./LICENSE). |
