summaryrefslogtreecommitdiff
path: root/docs/src/index.md
blob: c3410cbf2b8a90a2b692eb3226c61a1eb15df245 (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
---
# 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: はじめる
      link: /guide/getting-started
    - theme: brand
      text: LunaticChat について
      link: /guide/about
    - theme: brand
      text: リファレンス
      link: /reference
    - theme: alt
      text: GitHub
      link: https://github.com/m1sk9/LunaticChat
  image:
    src: /icon.png
    alt: LunaticChat Logo

features:
  - title: 1on1 ダイレクトメッセージ機能
    details: /tell や /msg コマンドで,1対1のチャットが可能
    icon: ✉️
  - title: クイック返信
    details: /reply で,直前にメッセージを送信した相手に素早く返信可能
    icon: 💌
  - title: かな・ローマ字変換
    details: ローマ字で入力したメッセージを,自動的に日本語に変換
    icon: 🌍
  - title: チャンネルチャット機能
    details: チャットチャンネルを作成・管理し,特定のプレイヤー間でのプライベートメッセージを送信可能
    icon: ☎️
  - title: マルチプラットフォーム対応 (実装予定)
    details: Paper と Velocity のマルチプラットフォームに対応し,サーバ間チャットを実現します
    icon: 🚀
  - title: キャッシュによる高速動作
    details: ローマ字から日本語の変換はキャッシュを使用し,従来の LunaChat よりも高速に動作します
    icon: 🎈
  - title: 最新版の対応
    details: 他プラグインとの依存を減らし,常に最新の Minecraft バージョンに対応します
    icon: ⛏️️
---