Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 710 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 710 Bytes

ActionBar API

ActionBarAPI for 1.8.X (Very Lightweight)

Maven

<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>

Usage/Examples

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

Tested Versions

  • 1.8
    If you test it in other versions make a pull request.

Authors