HomeJavaModsActionAnnouncer
ActionAnnouncer
[​IMG]

[​IMG]


All in one action bar announcement plugin!
See it live on testplugins.com


[​IMG]

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!


Wiki:
https://wiki.helpch.at/clips-plugins/actionannouncer

[​IMG]
Code (Text):
<command>
<description>
<permission>

/aa send <player> <display time in seconds> <index/message>
send a player an ActionBar announcement
actionannouncer.send

/aa announce <display time in seconds> <index/message>
send all players an ActionBar announcement
actionannouncer.announce

/aa reload
reload the ActionBar config file
actionannouncer.reload

/aa start
start interval announcements
actionannouncer.start

/aa stop
stop interval announcements
actionannouncer.stop

/aa add <message>
add an ActionBar auto announcement
actionannounce.add

/aa remove <index>
remove an active ActionBar announcement by index
actionannounce.remove

/aa list
list all active ActionBar announcements
actionannounce.list

/aa stfu || /aa quiet
disable sounds when command based announcements are sent to you
[​IMG]

View an explanation of the configuration here


[​IMG]
Code (Text):
//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!

[​IMG]

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ActionAnnouncer is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 38,421 times (via Spigot). Download it and open it directly in the game.

Explore more