Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

DctxStudio/Bossbars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bossbars

A Bossbar Plugin used By DctxGamesMC NOTE: CREDITS TO THE ORIGNAL OWNER OF THIS PLUGIN @thebigsmileXD / @XenialDan

Any issues with this pop me and issue at the issue tab:D

Features:

  • creating a bossbar
  • Virion Support

How to create a bossbar?

Usage:

<?php

use xenialdan\apibossbar\DiverseBossBar;
use xenialdan\apibossbar\BossBar;

Usage 2:

<?php

$api = new BossBar();

Creating The Bossbar:

    public function bossbarText($player) {
        $api = new BossBar();
        $name = "§l§eYour §cMinigame";
        $api->setTitle($name);
        $api->setPercentage(100);
        $api->addPlayer($player);
    }

Removing The Bossbar:

    public function removeBossBar($player) {
        $api = new BossBar();
        $api->removePlayer($player);
    }

By XenialDan

  • DanteDev
  • XenialDan

About

A Bossbar Plugin used By DctxGamesMC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages