All in one action bar announcement plugin! See it live on testplugins.com
Ordered/Random ActionBar announcements on set interval from config list!
Announcements are editable in game by command!
ActionBar announcement when players join the server!
Send ActionBar announcement directly to players through commands!
broadcast ActionBar announcements to all players online by command!
API for other plugins/developers to send ActionBar announcements to a specific player/serverwide!
By its self, ActionAnnouncer does not come with any placeholders to use in your messages aside from %player% and %online%.
If you use my free add on plugin PlaceholderAPI, you will have the ability to send 100s of placeholders from your favorite plugins through the actionbar by command or from your interval announcements!
//send an actionbar message to a specific player
ActionAPI.sendPlayerAnnouncement(Player player, String message);
//send an actionbar message to the whole server
ActionAPI.sendServerAnnouncement(String message);
//send an actionbar message to a specific player for a certain amount of time
ActionAPI.sendTimedPlayerAnnouncement(Plugin plugin, Player player, String message, int seconds)
If my plugins have made your server any better, feel free to donate to me below!