
VeloxRelay
A lightweight Velocity plugin that relays player activity to Discord through webhooks. It integrates chat messages, proxy joins and leaves, and other…
⬇ Download on ModrinthVeloxRelay
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.
config.yml# VeloxRelay configuration file
# if any format option is left blank (""), it's corresponding
# message broadcast will be disabled, if unspecified it will
# default to it's respective default format
webhooks:
- "URLHERE" # non-https prefixed strings are ignored
# Message format for any chat message received
# {server} will be replaced with the server name
# {player} will be replaced with the player's username
# {message} will be replaced with the message sent by the player
format: "`{server}` **{player}**: {message}"
# Message format for when a player joins the proxy
# {player} will be replaced with the player's username
joinformat: "**{player}** has connected to the proxy."
# Message format for when a player enters a server
# {server} will be replaced with the server name
# {player} will be replaced with the player's username
enterformat: "**{player}** has entered `{server}`."
# Message format for when a player leaves the proxy
# {player} will be replaced with the player's username
leaveformat: "**{player}** has disconnected from the proxy."
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
- Ships as VeloxRelay-1.0.0.jar — drop this file into the mods folder
- Download size: 815 KB
- Download link checked 4 Sept 2026 — working
These come from our own check of the pack file, not from the source page.