We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I hope I could broadcast messages to specific servers. I request to add the following option to file annoucements.conf
annoucements.conf
example { to-servers=["survival", "pvp", "bed-war"] interval = 10 maintain-order = true prefix = "&7[&FREELAND&7]" messages = [ "only survival,pvp,bed-war can receive this message" ] }
The text was updated successfully, but these errors were encountered:
if no to-servers option, then broadcast to all servers
Sorry, something went wrong.
No branches or pull requests
I hope I could broadcast messages to specific servers.
I request to add the following option to file
annoucements.conf
example {
to-servers=["survival", "pvp", "bed-war"]
interval = 10
maintain-order = true
prefix = "&7[&FREELAND&7]"
messages = [
"only survival,pvp,bed-war can receive this message"
]
}
The text was updated successfully, but these errors were encountered: