EBroadcast will broadcast messages for you automatically, after a given interval. Config.yml contains Multiple settings in order to make EBroadcast more customizable, and easy to use.
Setting up EBroadcast is really easy! Just download the file, and drag it in your plugins folder. Then, modify the Configuration to your liking. Here's the configuration file:
#This is the default configuration of EBroadcast, by Kait18 #This Option will enable the Auto broadCaster BroadCaster-Enabled: true #The prefix below will apear in every message: Prefix: '&b[EBroadcast]' #Write the messages you want the plugin to broadcast below! #You may include colorcodes! BroadCast-Messages: - '&aWelcome to the server!' - '&3Make sure to read the rules!' #If the following option is set to true, messages will be broadcasted in a random order. BroadCast-RandomOrder: false #Write the messages interval below! This plugin uses Seconds as units! BroadCast-Interval: 300 #If the following option is set to false, the console won't see the broadcast messages. Send-to-Console: true