Go to file
Augusto Dwenger J. 179d0ac5be Add death message support 2023-08-01 19:19:44 +02:00
.mvn/wrapper Add Maven wrapper 2023-07-30 21:41:05 +02:00
src/main Add death message support 2023-08-01 19:19:44 +02:00
.gitignore Init 2023-07-29 21:49:29 +02:00
LICENSE Init 2023-07-29 21:49:29 +02:00
README.md Add license section 2023-08-01 17:50:04 +02:00
mvnw Add Maven wrapper 2023-07-30 21:41:05 +02:00
mvnw.cmd Add Maven wrapper 2023-07-30 21:41:05 +02:00
pom.xml Reduce compilation target to 19 2023-07-30 15:32:22 +02:00

README.md

ChatRelay

Connect your Discord chat with your Minecraft server.

Works only on SpigotMC/PaperMC server!

Installation

The plugin currently only supports configuration on build time. That means, that you have to build this plugin your self with your tokens.

Requirements:

To obtain the IDs from Discord, activate the Developer-Mode inside the settings App settings -> Advanced -> Developer Mode. You will now have the option if you right-click on elements, to copy the ID of that element.

Insert your token and ids inside the src/main/java/de/hhhammer/chatrelay/ChatRelay.java.

We need to build the plugin after adding them.

Linux:

./mvnw package

Windows:

mvnw.cmd package

This will produce a file inside the target directory. You can now take the .jar file that doesn't start with original- and put it in the plugins directory of your Server.

LICENSE

The software is licensed under the MPL-2.0 license.