Steadfast5 / BossBar

BossBar plugin for Steadfast2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BossBar

BossBar plugin for Steadfast2.

API

use BossBar\bossbar\BossBarAPI;

$health = 100;
$title = "BossBar title";
$bossbar = new BossBarAPI($health);
$bossbar->showTo($player, $title);
$updatedTitle = "Updated title";
$updatedHealth = 70;
$bossbar->updateFor($player, $updatedTitle, $updatedHealth); // modify the health and title
$bossbar->hideFrom($player); // hides bossbar from player

Downloads

Download the latest build from Releases.

Wiki

Can't find what you're looking for? Try the wiki!.

About

BossBar plugin for Steadfast2

License:Apache License 2.0


Languages

Language:PHP 100.0%