VeloxRelay is a lightweight Velocity plugin that relays player activity/server events to Discord through webhooks. It integrates chat messages, proxy joins and leaves, and server switches, with customizable message formats. I plan to add more relayed events in the future, and perhaps some other features that allow smoother configuration.
VeloxRelay uses Gradle to handle dependencies & building.
- Java 21 JDK or newer
- Git
git clone https://github.com/lysander-loq/veloxrelay.git
cd veloxrelay
./gradlew buildAnd you should be good to go! :P
Feel free to open an Issue if you wish to report a bug or give me suggestions on what i could add to this project :3
For developers wanting to implement their own features using the webhooks registered on this plugin, they can cast messages using the method
broadcastMessage(java.lang.String) on the plugin's running instance