diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-24 05:01:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-24 05:01:27 +0900 |
| commit | e3387a401c6d0d094b3afa734558e9257465a42b (patch) | |
| tree | 4202c404fc72249f117162a37a573bcec274d555 /docs/src/en/index.md | |
| parent | ac80dc3ce71f9be0397442208cac80f6069eea03 (diff) | |
| parent | f6b0baf90c20a1d3b0cd53629102883b4bd913c6 (diff) | |
| download | LunaticChat-0.5.0.tar.gz LunaticChat-0.5.0.tar.bz2 LunaticChat-0.5.0.zip | |
Merge pull request #65 from m1sk9/chore/release-beta-stagev0.5.0
chore: Release to beta stage
Diffstat (limited to 'docs/src/en/index.md')
| -rw-r--r-- | docs/src/en/index.md | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/src/en/index.md b/docs/src/en/index.md new file mode 100644 index 0000000..ce77a87 --- /dev/null +++ b/docs/src/en/index.md @@ -0,0 +1,51 @@ +--- +# https://vitepress.dev/reference/default-theme-home-page +layout: home + +hero: + name: "LunaticChat" + tagline: Next-generation chat plugin for Paper/Velocity. + actions: + - theme: brand + text: Getting Started + link: /en/guide/getting-started + - theme: brand + text: About LunaticChat + link: /en/guide/about + - theme: brand + text: Reference + link: /en/reference + - theme: alt + text: GitHub + link: https://github.com/m1sk9/LunaticChat + image: + src: /static/icon.png + alt: LunaticChat Logo + +features: + - title: 1-on-1 Direct Messaging + details: Chat one-on-one using /tell or /msg commands + icon: ✉️ + - title: Quick Reply + details: Quickly reply to the most recent message sender with /reply + icon: 💌 + - title: Japanese Romanization Conversion + details: Automatically converts messages input in romaji to Japanese + icon: 🌍 + - title: CoreProtect Support + details: LunaticChat's chat logs are compatible with CoreProtect + icon: 🗒️ + - title: Channel Chat Feature (Planned) + details: Create and manage chat channels, send private messages between specific players + icon: ☎️ + - title: Multi-Platform Support (Planned) + details: Support for multi-platform Paper and Velocity, enabling cross-server chat + icon: 🚀 + - title: High-Speed Performance with Caching + details: Uses caching for romaji-to-Japanese conversion, operating faster than traditional LunaChat + icon: 🎈 + - title: Latest Version Support + details: Reduces dependencies on other plugins, always supporting the latest Minecraft versions + icon: ⛏️️ +--- + |
