Scoreboard.jar

Details

  • Filename
    Scoreboard.jar
  • Uploaded by
  • Uploaded
    Jun 7, 2021
  • Size
    95.05 KB
  • Downloads
    843
  • MD5
    69e54f761758a9c8a0fa5b997693523d

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3

Changelog

- Added a one second delay to the luckperms rank updater that the rank doesn't load when a player disconnects
- Prepared the code for multiple scoreboards
- Slight changes in the API
- Added a new config option: placeholder.preferLastPrefixColor: false # If you use ranks with luckperms-api, prefer the last colors from the prefix instead of the group-displayname to set the name-color

- Fixed: If the scoreboard was disabled, the ranks were enabled and a player left the server, the ranks were also removed for online players.
- Fixed: Rank loads before scoreboard so the %rank% placeholder works better

Warning for developers:
The custom scoreboard API has changed! Please have a look at the updated API (You can find it if you click on the Source Code)


Deprecated placeholders (Old ones will be removed after some time):
Changed %geld% to %player_money%
Changed %rang% to %rank%
Changed %welt% to %world%

Changed %ping% to %player_ping%
Changed %money% to %player_money%
Changed %rank% to %player_rank%
Changed %name% to %player_name%
Changed %world% to %player_world%
Changed %loc_x% to %player_loc_x%
Changed %loc_y% to %player_loc_y%
Changed %loc_z% to %player_loc_z%

Changed %playeronline% to %server_online_players%
Changed %playermax% to %server_max_players%