-
Notifications
You must be signed in to change notification settings - Fork 11
ScoreFactory v3.1.0
Tayyab R edited this page Feb 18, 2022
·
2 revisions
ScoreFactory v3.1.0 brings a lot more to the table as compared to its previous versions.
There are different methods available and all have been documented well enough and so here are the steps to get a scoreboard going.
- Set the objective to the player via the
ScoreFactory::setObjective()
method. - Send the objective using the
ScoreFactory::sendObjective()
method. - Set score lines via the
ScoreFactory::setScoreLine()
method. - Send the score lines to the player via the
ScoreFactory::sendScoreLines()
method.
And that is basically it. You can also send a single line update to the player using the ScoreFactory::sendScoreLine()
method.
Experiment away!!