From 483f455ebdfe4079d16a185cf98a0004f25d5149 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sun, 5 Apr 2026 01:32:23 +0900 Subject: docs(website): translate landing page to English Co-Authored-By: Claude --- website/src/en/index.md | 153 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 website/src/en/index.md (limited to 'website') diff --git a/website/src/en/index.md b/website/src/en/index.md new file mode 100644 index 0000000..8f5e184 --- /dev/null +++ b/website/src/en/index.md @@ -0,0 +1,153 @@ +--- +# https://vitepress.dev/reference/default-theme-home-page +layout: home + +hero: + name: 'LunaticChat' + tagline: A next-generation chat plugin for Paper, Folia and Velocity. + actions: + - theme: brand + text: Download + link: /download + - theme: brand + text: Documentation + link: /en/docs/getting-started + - theme: alt + text: GitHub + link: https://github.com/m1sk9/LunaticChat + +features: + - title: Channel Chat + details: Create and manage channels for group conversations between specific players. Includes private channels and moderation features. + icon: ☎️ + - title: Direct Messages + details: Send 1-on-1 chats with /tell or /msg commands. Quickly reply to the last sender with /reply. + icon: ✉️ + - title: Romaji Conversion + details: Automatically convert romaji input into Japanese. Fast performance powered by caching. + icon: 🌍 + - title: Velocity Cross-Server Chat + details: Relay global chat across multiple servers via a Velocity proxy. Join conversations from any server. + icon: 🔗 + - title: Flexible Configuration + details: Toggle features on/off with a YAML-based config file. Customize to fit your server's needs. + icon: ⚙️ + - title: Latest Version Support + details: Minimal external plugin dependencies, always supporting the latest Minecraft versions. + icon: ⛏️ +--- + +
+ + +
+
+

Organize Conversations with Channel Chat

+

+ Create channels within your server to separate conversations by topic or group. + Communicate with only the members you need, without flooding the global chat. +

+
    +
  • Create password-protected private channels
  • +
  • Per-channel moderation (kick, mute, ban)
  • +
  • Customizable join/leave notifications
  • +
+
+
+ LunaticChat Channel Chat feature +
+
+ +
+ + +
+
+

Direct Messages & Quick Reply

+

+ Easily send private 1-on-1 chats between players. + Use the /reply command to instantly respond to the last sender. +

+
    +
  • Send direct messages with /tell / /msg
  • +
  • Instantly reply to the last sender with /reply
  • +
  • Messages are visible only to the sender and recipient
  • +
+
+
+ LunaticChat Direct Message feature +
+
+ +
+ + +
+
+

Automatic Romaji to Japanese Conversion

+

+ Even in environments without Japanese input support, simply type in romaji and it will be automatically converted to Japanese. + Powered by the Google IME API for natural conversion results. +

+
    +
  • Real-time romaji-to-Japanese conversion while chatting
  • +
  • Fast performance with conversion result caching
  • +
  • Per-player toggle to enable/disable conversion
  • +
+
+
+ LunaticChat Romaji Conversion feature +
+
+ +
+ + +
+
+

Cross-Server Chat with Velocity

+

+ Integrate with a Velocity proxy to relay global chat across multiple Paper/Folia servers. + Players can join the same chat space regardless of which server they're on. +

+
    +
  • Relay regular chat to all servers in real time
  • +
  • Fast communication via a custom plugin messaging protocol
  • +
  • Backward compatibility guaranteed through protocol versioning
  • +
+
+
+ LunaticChat Cross-Server Chat feature +
+
+ +
+ + + -- cgit v1.2.1