Padding
KielKing opened this issue · 3 comments
KielKing commented
Hello, I've looked around and saw that there are no padding features on this API.
Could you add this to your to-do list?
KielKing commented
For anyone who wants a simple temporary fix, this'll do:
/* @var $scoreboard Scoreboard */
/* @var $player Player */
$text = str_pad("your text", 10); //Where 10 is the length of characters there is on your scoreboard's Title
$scoreboard->setLine($player, 1, $text); //Where the number is what line you want