Skip to content

vNoobblade/ActionBarAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ActionBarAPI for 1.8.X (Very Lightweight)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages