diff options
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: ⛏️️ +--- + |
