summaryrefslogtreecommitdiff
path: root/README.md
blob: 6f66807fa10f809809b25b1f1a3f8e35e681c5a3 (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
# LunaticChat

Next-generation channel chat plugin for Paper/Velocity.

- [Documentation](https://lc.m1sk9.dev)
- [API Documentation](https://lc.api.m1sk9.dev)

```shell
git clone git@github.com:m1sk9/LunaticChat.git
cd LunaticChat

./gradlew shadowJar
```

_[Supports Minecraft 1.21.X](https://minecraft.wiki/w/Java_Edition_version_history#1.21) | [Requires Java 21+ and Gradle 9+](.github/CONTRIBUTING.md#開発環境)_

## Installation

See the [Documentation](https://lc.m1sk9.dev/guide/getting-started).

## Features

- 1on1 Direct Messaging System (`/tell`, `/msg`)
- Quick Reply Functionality (`/reply`)
- Romaji to Japanese Conversion
- CoreProtect-compatible chat logging
- Multi-platform support (Paper, Velocity)
  - Spigot? No problem, just use Paper!
- Channel Chat System

## Todo

- [x] 1on1 Direct Messaging System
- [x] Quick Reply Functionality
- [x] Romaji to Japanese Conversion
- [ ] Velocity Support
- [ ] Channel Chat System

## License

LunaticChat is published under [GNU General Public License v3.0](./LICENSE).

<sub>
    ® 2026 m1sk9
    <br/>
    LunaticChat is not affiliated with Mojang Studios or Microsoft.
</sub>