With this announcer you can customize the messages, prefix and interval. It works on BungeeCord and Spigot.
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
Installation
Simply place the .jar file in the /plugins folder of your server and restart.
Configuration
Message typesCode (Text):announcements:
# Default section
# Players with 'announcer.receive.default' will be able to see these messages
# You can add as many sections as you like
default:
prefix: '&8[&bDefault&8]&f '
# Interval in seconds
interval: 60
messages:
# Chat message
- type: message
messages:
- Message
- Message 2
# Action bar
- type: actionbar
messages:
- '&6Action bar!'
# JSON message
- type: json
messages:
- '["",{"text":"This is a custom JSON message. Hover me!","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"You
can add hovers using JSON!","color":"aqua"}]}}}]'
# Title message
- type: title
messages:
- '&6Title!'
- The second line in the config is the sub title.
# Show multiple types at once like this
- - type: message
messages:
- As you can see, this is a combination of all supported message types
- type: actionbar
messages:
- Here is the actionbar
- type: json
messages:
- '["",{"text":"(Click me)","color":"gray","clickEvent":{"action":"run_command","value":"/announcer"}}]'
- type: title
messages:
- Information overload!
# The order of the messages. Can be 'sequence' and 'random'.
mode: sequence
There are four different types of messages:
Message:
This is just a chat message. You can add as many messages as you like. This is the only type that will include the prefix.
Actionbar:
This will show the message in the actionbar. You can only use a single line.
Title:
This will show a title and optionally subtitle. The first line is the title, the second line is the subtitle.
JSON:
This will show a JSON message.
Commands and permissions
/(g)announcer - Show the help
Permission: announcer.help
/(g)announcer reload - Reload the config
Permission: announcer.reload
/(g)announcer announce <message> - Send an announcement manually
Permission: announcer.announce
Use /announcer for Spigot and /gannouncer for BungeeCord.
If you want a player or group to ignore the announcements, give them 'announcer.ignore'.
Donate
Do you like this plugin? You can donate using this button:

Announcer 1.5.2
Advanced, customizable announcer, supporting JSON messages! Works on BungeeCord and Spigot!
Recent Updates
- Version 1.5.2 | Support for Spigot 1.10 Jun 12, 2016
- Version 1.5.1 | Bugfix Jun 10, 2016
- Version 1.5 | Actionbar, new permissions, config rewrited, code optimisation Jun 1, 2016