Skip to content

[v3.5.11] Big bugfix update

Compare
Choose a tag to compare
@Xitee1 Xitee1 released this 25 Jun 20:18
· 151 commits to master since this release

Changelog:

  • Automatically trigger prefix/suffix too long bypass: Now the bypass for too long prefix and suffixes will automatically be used if a prefix or suffix is too long. The config option 'useUnlimitedLongRanks' is now obsolete and can be removed from the config.yml.
  • Fix scoreboard bugging after PB reload when lines in the scoreboard were removed
  • You can now use the * for the world in condition. More info at the bottom of: https://github.com/Xitee1/PowerBoard/wiki/Conditions
  • The scoreboard will now still be displayed correctly if the numbers are not sequentially. However, there will be a warning that you have to fix your config.
  • Scoreboard Developer-API changes again (Read here for infos: https://github.com/Xitee1/PowerBoard/wiki/Developer-API)
  • Scoreboard Developer-API now finally fully working.
  • Update prefix and suffix if the world placeholder is in it and the user changed the world.

Backend Changes:

  • Improve ConditionListener: Use ASync Task instead of non-ASync delay
  • Don't execute getMatchingScoreboard twice and (hopefully) improve the performance a bit.
  • Add check if LP weight is too high