ActionBarAPI for 1.8.X (Very Lightweight)
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.vNoobblade</groupId>
<artifactId>ActionBarAPI</artifactId>
<version>Tag</version>
</dependency>
ActionBar actionBar = new ActionBar(ChatColor.GOLD + "Hello world", 5); // Hello World for 5s
actionBar.sendToPlayer(p); // send to a player
actionBar.sendToAll; //send to all online players
- 1.8
If you test it in other versions make a pull request.