This plugin allows you to make a
broadcast that will be displayed for all users of the server. It has its respective configuration file, with which you can modify
absolutely all the plugin's
messages, including the
prefixes.
THE OPEN SOURCE CODE IS UPLOADED TO GITHUB FOR EDUCATIONAL USE, ANY COPY UPLOADED TO THE INTERNET WILL BE REPORTED
/broadcast <message> -> The broadcast command.
/broadcast-reload -> Reloads the Broadcaster plugin.
See the permissions button to see the list of the commands permissions.
- broadcaster.broadcast -> Allows to use the "/broadcast" command
- broadcaster.reload -> llows to use the "/broadcast-reload" command
- %broadcastby% Get the name of the user who ran the
/broadcast command (ONLY WORKS WITH BroadcastBy-Message)
See the config.yml button to understand what im saying
Code (YAML):
prefix-broadcast: '&c&lBROADCAST!&r '
# The command /broadcast requires the permission broadcaster.broadcast # The command /broadcast-reload requires the permission broadcaster.reload prefix-plugin: '&8
[&cBroadcaster&8
]&r '
# MESSAGES Usage-Message: '&cUsage
: /broadcast <message>'
NoPerms-Message: '&cYou do not have permissions to do this!'
Reload-Message: '&aThe plugin has been reloaded.'
# THIS MESSAGE ONLY APPEARS IN THE CONSOLE BroadcastBy-Message: '&aBroadcast by
: &e%broadcastby%'