- Tags
About
bAnnouncements allows you to broadcast chat, title cards or even action bar messages across your BungeeCord network. You can do this automatically (which is on a timer and also via config) or manually using the provided commands.
Commands
/announcechat <server(s) | global> <message> - Send a chat based message to the provided servers (separated by commas) or to the entire network
Permission: bannounce.send.chat
/announcetitle <server(s) | global> <message> - Send a title card to the provided servers (separated by commas) or to the entire network
Permission: bannounce.send.title
/announceaction <server(s) | global> <message> - Send an action bar message to the provided servers (separated by commas) or to the entire network
Permission: bannounce.send.action
/announcereload - Reload the plugin configuration
Permission: bannounce.send.reload
Possible updates/new features
- Configurable network join MOTD
- ?
Configuration
bAnnouncements allows you to broadcast chat, title cards or even action bar messages across your BungeeCord network. You can do this automatically (which is on a timer and also via config) or manually using the provided commands.
Commands
/announcechat <server(s) | global> <message> - Send a chat based message to the provided servers (separated by commas) or to the entire network
Permission: bannounce.send.chat
/announcetitle <server(s) | global> <message> - Send a title card to the provided servers (separated by commas) or to the entire network
Permission: bannounce.send.title
/announceaction <server(s) | global> <message> - Send an action bar message to the provided servers (separated by commas) or to the entire network
Permission: bannounce.send.action
/announcereload - Reload the plugin configuration
Permission: bannounce.send.reload
Possible updates/new features
- Configurable network join MOTD
- ?
Configuration
Code:
# Delay is in minutes
delay: 1
# The message that comes before a chat based message (for those who wish to style their messages)
chatprefix: '&e-------------------------'
# The message that comes after a chat based message (for those who wish to style their messages)
chatsuffix: '&e-------------------------'
# The messages that will be broadcasted by the timer
# Using 'ALL' in the servers section will broadcast the message to every server on the network
# If you want to broadcast to one or more servers just replace all with the server names separated by commas
# The type section (chat, action or title) designates the type of message to be broadcasted
# The lines section designates all messages to be broadcasted by that announcement
messages:
message1:
servers: ALL
type: chat
lines:
- '&eExample line 1'
- '&eExample line 2'
- '&eExample line 3'
message2:
servers: ALL
type: action
lines:
- '&eExample action bar'
message3:
servers: ALL
type: title
lines:
- '&eExample title message'