📚Configure broadcasts
Broadcasts can be easily be configured using the broadcasts.yml file, a YAML based configuration file with efficient reload structure.
In order to configure a new broadcast, you must follow the template included in the broadcasts file. The template is called "default", and you should simply duplicate this and change the values for simple & safe configuration.
All values explained:
A interval in Broader is counted as seconds. The interval is how often the message should be sent. Set this to whatever you want. There is no way to prevent messages from sending automatically, as that is what the plugin is about. You could put it to 0 to prevent it from sending at all.
If a permission is empty, no permission is required to see the announcement.
If a permission is present, the permission will be tested up towards the Bukkit Permissible Registry.
If a permission is invalid, no one can use the permission.
Messages is the value that is required for setting what messages should be sent. All the values in the messages list will be sent, not a random one of them. The reason why we support "messages" as a list instead of one string is to allow multi-lined messages without the disgusting /n symbol.
Have more configuration related questions? Contact us on Discord, click below:
Last updated