Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 233 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 233 Bytes

EasyScoreboard

An easy API to make Scoreboards in PocketMine-MP

Usage

$sb = new \KeksDev\SB\Scoreboard($player, "Title of the Scoreboard", ["Array", "of", "Strings", "foreach", "Line", "one", "String"]); 
$sb->send();