ScoreBoard Component Method
Create a Scoreboard

Create a scoreboard. Note that, besides the title, the other text parameter should be written in JSON array format!
JSON array format example: {"This is the first line", "This is the second line"}
Requires filling in 2 String fields
Returns Scoreboard instance
Create a Scoreboard

Create a scoreboard. Note that the row data is provided by the specified List instance
Requires filling in String, List instance
Returns Scoreboard instance
Set Scoreboard for Player

Display the scoreboard from the Scoreboard instance to the player
Requires filling in Player instance, Player instance
Reset Player Scoreboard

Clear the scoreboard for a specific player
Requires filling in Player instance