
This plugin makes auto-repeating broadcasts easier.
Just copy the .jar file into your plugins folder before starting the server
Use the following command to add the messages to be broadcasted by the plugin:
/brc add <your message here>
e.g.:
/brc add Thanks for playing with us and keep at it!
The plugin will keep on broadcasting the messages one by one with a delay between.
You can use the Minecraft formatting codes (as described at Minecraft Gamepedia) to add colors and formatting into your messages.
fish.broadcast.manage permission:
| Command | Description |
|---|---|
| /brc add <The message to be added> | adds given message to be broadcasted |
| /brc remove <The message number to be removed> | removes the given message from being broadcasted by the plugin, you can get the message number using /brc list |
| /brc edit <Message number> <New message body> | change body of the message with a given number to the new value |
| /brc reload | reloads the plugin configuration in case if you have edited the config.yml file directly |
| /brc delay <delay between messages in seconds> | sets the delay between messages to the given number of seconds (it's 20 seconds by default) |
| /brc token <token name> <token value> | sets a token with given name to the given value |
| /brc token <token name> | removes token with given name |
fish.broadcast.list permission:
| Command | Description |
|---|---|
| /brc list | lists all messages with their assigned numbers that may be used for removing them |
| /brc tokens | lists all configured tokens |
| Permission name | Description |
|---|---|
| fish.broadcast.manage | allows messages/tokens management - adding, removing and configuration reloading |
| fish.broadcast.list | allows messages/tokens listing |
Tokens are a name/value items that may be used in messages and are replaced with their values before broadcast. A sample token (named ServerName) can be set with /brc token command:
/brc token ServerName [PanRyba.pl]
This sets ServerName token value to [PanRyba.pl]. Use dollar sign ($) as a prefix and suffix to add the token to the message, e.g.:
/brc add $ServerName$ Welcome to the server!
This will add the following message to the broadcast:
[PanRyba.pl] Welcome to the server!
delay: 20 # number of seconds between messages messages: # a list of messages to be broadcasted - Thanks for playing with us! - Keep at it! tokens: # tokens configuration (name: value) ServerName: "[PanRyba.pl]" delimiters: # token delimiters (i.e. prefix / suffix which are both $ by default) start: "<" stop: ">"
The jar files are compiled for Java 7 or later and verified to be fully compatible with 1.6.2, 1.6.4 and 1.7.2 servers (including Spigot).
This plugin utilises Hidendra's metrics system. You can opt-out by editing plugins/Plugin Metrics/config.yml and changing opt-out to true. The following information is collected and sent to mcstats.org: unique identifier, Java version, server status, the plugin's version, the server's version, the OS version/name and architecture, the core count for the CPU, the number of players online, and the Metrics version.
The actual power that drives the development of this plugin comes from the Omega-3 acid that also powers the Pan Ryba Minecraft Server.
Eat fish and enjoy! :-)