blob: 12eb37750a32672dbce6d529fa93a29a74ee01b0 (
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
|
---
layout: doc
---
# Getting Started
This guide explains how to set up LunaticChat.
::: warning Spigot / BungeeCord is not supported
LunaticChat only supports Paper / Folia servers. It does not work on Spigot or BungeeCord, and there are no plans to support them in the future. For Spigot environments, we recommend using a [fork of LunaChat](https://github.com/f1w3/LunaChat).
:::
## Requirements
| Item | Requirement |
|------|-------------|
| Minecraft | 26.1 or later |
| Java | 25 or later |
| Server | Paper, Folia, or Velocity |
## Download
You can download the plugin JAR from either of the following:
- [GitHub Releases](https://github.com/m1sk9/LunaticChat/releases)
- [Modrinth](https://modrinth.com/project/lunaticchat)
Use `LunaticChat-<version>.jar` for Paper / Folia servers and `LunaticChat-<version>-velocity.jar` for Velocity proxies.
## Installation
### Paper / Folia
1. Place the downloaded `LunaticChat-<version>.jar` into the server's `plugins/` directory
2. Start (or restart) the server
3. `plugins/LunaticChat/config.yml` will be generated automatically
4. Modify the [configuration](/docs/configuration) as needed and restart the server
### Velocity
1. Place the downloaded `LunaticChat-<version>-velocity.jar` into the Velocity `plugins/` directory
2. Start (or restart) the Velocity proxy
3. Set `features.velocityIntegration.enabled` to `true` in the Paper-side `config.yml`
4. See [Velocity Integration](/docs/features/velocity) for details
## Next Steps
- [Configuration](/docs/configuration) - Review all settings in `config.yml`
- [Direct Message](/docs/features/direct-message) - How to use the DM feature
- [Channel Chat](/docs/features/channel-chat) - How to use the channel feature
- [Command Reference](/docs/reference/commands) - Reference for all commands
|