summaryrefslogtreecommitdiff
path: root/docs/src/en/index.md
blob: c88e0809014dc9db399bfc96adc0fa7cccf7603f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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: /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: ⛏️️
---