Minecraft ScoreBoard mod 2026 download
logo
minecraft mod ScoreBoard

ScoreBoard

Game Version: 1.9
Total Downloads: 2,581
Updated: Sep 24, 2016
Created: Aug 18, 2016
Download ScoreBoardDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
New version! release 4.83 KB Sep 24, 2016 1.9 2,209 download ScoreBoard New version! releaseDownload
New version! release 4.83 KB Sep 24, 2016 1.9 53 download ScoreBoard New version! releaseDownload
ScoreBoard release 6.69 KB Aug 18, 2016 1.9 319 download ScoreBoard ScoreBoard releaseDownload

Screenshots

Description

Share this:

This is a universal ScoreBoard plugin that is easy to use between Plugins. The only thing the server owner (plugin manager) needs to know is there is a config. The config only contains one thing, the displayname of the scoreboard. It is color compatible so no need to use any 'weird symbols'.

Disclaimer: The rest is for plugin developers
Once you put this in your referenced library you can use the following code

  • ScoreBoard.put (Player player, String name, int score);
  • ScoreBoard.remove (Player player, String name);
  • ScoreBoard.update (Player player);

What they do:

  • ScoreBoard.put() function adds a another bar to the scoreboard with the score of what ever you put as the int
  • ScoreBoard.remove() function removes a certain bar on the scoreboard from the player
  • ScoreBoard.update() function updates a certain players scores (this is done automatically when you add or remove a score)

This is Vault for ScoreBoards, I know its not as fancy as vault but it doesn't give errors and it is pretty useful. It is all color compatible and if the number you put is not a number, it defaults to 0. If you put a scoreboard score with a name that is used, the old one will get replaced.

Comments

Add a comment