inxomnyaa / apibossbar

A simple virion API for Minecraft Bossbars for PocketMine-MP
https://poggit.pmmp.io/ci/thebigsmileXD/apibossbar/~
GNU General Public License v3.0
53 stars 21 forks source link

BossBarColor Update #31

Open Terpz710 opened 5 months ago

Terpz710 commented 5 months ago

So users can now import the class

use xenialdan\apibossbar\BarColor;

and use the method

$bar->setColor(BarColor::BLUE); Blue for example.

to set the color without needing the use of the class BossBarColor cause some people might get confused and think that this plugin doesn’t support boss bar colors. I tested it on my server and came back positive with no errors!

This library was outdated so I updated the fork before submitting a request so the changes mentioning colors is the one I modified. Thank you 😊