MessageRox
MessageRox displays prefixed multi or single line messages stored in a list retrieved at random or sequentially to all players in chat on the server at a set repeating interval.
Commands
/msgrox reload - Reloads the messages from the config.yml
Config Example
settings: #How often in seconds to display a message. interval: 300 #False for sequential messages. True for random messages. random: false #Prefix to be displayed in front of each line. prefix: "[!!!] " #False uses direct messaging to display. True will use server broadcast and will show up in the console. spam_console: false messages: #Messages can be styled using format and color codes found here http://www.minecraftwiki.net/wiki/Color_Codes #For example: '&4Hello World' would show up in dark red. #You can also start a new line using '\n' - "Your message here" - "&4Message 2" - "Message 3" - "You can also do messages that \n take up multiple lines"

