sProxyBroadcast is a Minecraft plugin for Paper servers that enables broadcasting messages across all servers connected
via BungeeCord. The plugin supports customizable messages and the option to use color codes.
- Send messages to all servers in the network using a single command.
- Receive messages and broadcast them to all players on the server.
- Supports color codes (`&a`, `&b`, etc.) for messages.
- Customizable messages and settings through `config.yml`.
Code (YAML):
# Determines whether color codes (e.g., &a, &b) are allowed in messages allow-colors: true
permission: key.seemsg
# Messages displayed to the user messages:
usage: "Usage: /tellmsg <message>" sent: "Message sent to all servers." no-players: "No players online. Unable to send the message to other servers."
Commands
- /tellmsg <message>
Broadcast a message to all servers and players in the network.