chatrelay/README.md

1.1 KiB

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.