A simple mod to link your server and discord chat
Mod Version | Supported Mod Loaders | Supported Minecraft Versions |
---|---|---|
1.0.0 | Spigot, Paper, Purpur | 1.19.x, 1.20.x |
1.0.1 | Spigot, Paper, Purpur | 1.19.x, 1.20.x |
The latest version of ChatLink can be downloaded via this link...
...or download the latest development built of ChatLink via this link.
- Download a version
- Place it in the
plugins
folder of your server - Run your server to generate config files
- Make a bot for the integration in the discord developer portal
- Make a webhook in the channel you would like to use the integration in
- Open the config file in
plugins/chatlink/config.yml
- Get the channel ID for the channel you created the webhook in
- Place all of the required information inside the config file
- Restart your server
- Done!
- Download the source code
- LINUX USERS ONLY: run
chmod +x ./gradlew
- Run
./gradlew build
- Find your jar file in
build/libs
If you would like to help with the project, create a fork and create a pull request when you have made significant changes.