diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-05 01:30:38 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-04-05 01:30:38 +0900 |
| commit | 1f73ccd87e9dae859e94475e0697b352b60ad3e7 (patch) | |
| tree | 7ee843c68dc12dc591ca87452cdd879c34a41fc6 /website/src/en/docs/getting-started.md | |
| parent | 00b896b4fee42dd4386768dfc867f0e8c7d2dc11 (diff) | |
| download | LunaticChat-1f73ccd87e9dae859e94475e0697b352b60ad3e7.tar.gz LunaticChat-1f73ccd87e9dae859e94475e0697b352b60ad3e7.tar.bz2 LunaticChat-1f73ccd87e9dae859e94475e0697b352b60ad3e7.zip | |
docs(website): translate all documentation pages to English
Translate 12 documentation pages into English under /en/docs/:
getting-started, configuration, permissions, features (direct-message,
channel-chat, japanese-conversion, velocity, message-logging, admin),
and reference (commands, message-format, player-settings).
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src/en/docs/getting-started.md')
| -rw-r--r-- | website/src/en/docs/getting-started.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/website/src/en/docs/getting-started.md b/website/src/en/docs/getting-started.md index b2ea1e6..abfd2ac 100644 --- a/website/src/en/docs/getting-started.md +++ b/website/src/en/docs/getting-started.md @@ -1,3 +1,47 @@ --- layout: doc --- + +# Getting Started + +This guide explains how to set up LunaticChat. + +## Requirements + +| Item | Requirement | +|------|-------------| +| Minecraft | 26.1 or later | +| Java | 25 or later | +| Server | Paper, Folia, or Velocity | + +## Download + +You can download the plugin JAR from either of the following: + +- [GitHub Releases](https://github.com/m1sk9/LunaticChat/releases) +- [Modrinth](https://modrinth.com/project/lunaticchat) + +Use `LunaticChat-<version>.jar` for Paper / Folia servers and `LunaticChat-<version>-velocity.jar` for Velocity proxies. + +## Installation + +### Paper / Folia + +1. Place the downloaded `LunaticChat-<version>.jar` into the server's `plugins/` directory +2. Start (or restart) the server +3. `plugins/LunaticChat/config.yml` will be generated automatically +4. Modify the [configuration](/en/docs/configuration) as needed and restart the server + +### Velocity + +1. Place the downloaded `LunaticChat-<version>-velocity.jar` into the Velocity `plugins/` directory +2. Start (or restart) the Velocity proxy +3. Set `features.velocityIntegration.enabled` to `true` in the Paper-side `config.yml` +4. See [Velocity Integration](/en/docs/features/velocity) for details + +## Next Steps + +- [Configuration](/en/docs/configuration) - Review all settings in `config.yml` +- [Direct Message](/en/docs/features/direct-message) - How to use the DM feature +- [Channel Chat](/en/docs/features/channel-chat) - How to use the channel feature +- [Command Reference](/en/docs/reference/commands) - Reference for all commands |
