Broadcaster
Send global messages to players!

broadcasts {
<broadcast_name> {
// List with your messages
messages=[
{
lines=[
"<red>My first broadcast?"
]
},
{
lines=[
"<red>My second broadcast?"
]
}
// and etc...
]
// This prefix will be applied to all messages sent
prefix="[server]"
// Minimum player requirement to send this broadcast
min-players=1
// Next time broadcast will be run, be sure NOT to
// edit this unless you know what you're doing!
next-date-time="2023-07-18T12:01:26.344175264"
// Should messages be randomized or follow the order
randomize=false
// Only players with permissions will be able to receive broadcast
requires-permission=false
// Timeout in seconds between messages
timeout=45
}
}requires-permission
timeout
Formatting and Placeholders
Last updated