Skip to content

PocketMine-MP virion for easy handling of ScoreBoard packets

Notifications You must be signed in to change notification settings

PMVirion/libScoreBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

libScoreBoard

PocketMine-MP virion for easy handling of ScoreBoard packets

How to use

Connecting the scoreboard to the player

public ScoreBoard $scoreBoard;

$this->scoreBoard = new ScoreBoard($player);

ScoreBoard Design

$text = new ScoreBoardText(
	title: "SocreBoard Title",
	contents: ["Hello", "World", "!!"]
);

Pass the scoreboard to the player

$this->scoreBoard->remove();
$this->scoreBoard->send($text);

About

PocketMine-MP virion for easy handling of ScoreBoard packets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages