Skip to content

Releases: Xitee1/PowerBoard

[3.5.3] Bugfixes and Improvements

18 Dec 18:50
Compare
Choose a tag to compare
  • Fixed config module true/false settings
  • Prefix/Suffix now works without the scoreboard beeing enabled
  • Changed "scoreboard." permission to "powerboard."
  • Changed update server to GitHub
  • Fixed the option preferLastPrefixColor (true and false were reversed). Please switch the option from "true" to "false" or from "false" to "true".
  • Added a new option to config.yml:
prefix:
  luckperms-api:
    prefix-suffix-space: false # Set a space behind the prefix and infront of the suffix

Planned for next version:

  • Custom LuckPerms API Chat prefix for each rank
  • Fix/Improve API

[v3.5.2] 1.18 support and bugfixes

02 Dec 15:27
Compare
Choose a tag to compare
  • Now supports MC 1.18
  • Changed API class from "ScoreboardAPI" to "PowerBoardAPI"
  • Removed support for PermissionsEx (Out-Of-Date and only 4 out of 353 servers are using it)
  • Increased limit for scoreboard title to 128
  • Fixed ConcurrentModificationException Error (Devs, feel free to implement a better fix. de.xite.scoreboard.modules.tablist.Tabpackage.java:33)
  • You can now use the chat system without the tablist ranks
  • Some more changes in the code and performance improvements

[v3.5.1] Bugfixes

10 Nov 19:27
Compare
Choose a tag to compare
  • Fixed the /pb reload command. Now fully works and is recommended for changes in all configs.
  • Added command: /pb debug - Toggle the debug
  • Changed Command from /sb and /scoreboard to /pb and /powerboard (old cmd still available)
  • Temporarily disabled SelfCheck
  • Fixed Hex Color Syntax
  • Removed left over debug messages
  • Made tablist ASync (performance boost)

[v3.5] Multiple-Scoreboard Update!

06 Nov 16:04
Compare
Choose a tag to compare

Warning: This update may be unstable and have some bugs! Make a backup of your config folder before you update!

Note: I changed the name of the Scoreboard to PowerBoard. The jar has also been renamed. You can just download the PowerBoard.jar and the old Scoreboard.jar will be automatically deleted.

New Features:

  • You can now use multiple scoreboards!!

  • Performance improvement: The animations are now running in async tasks, so they won't block the main threat!

  • Added paused feature: Animations will stop if no player has that scoreboard

  • You can now set your own hex color syntax. Add this to the placeholder section:
    hexColorSyntax: '#000000' # Set the syntax to trigger hex colors. For example '{color:000000}' or just 'color:000000' or 'color:#000000' - what you want

  • Added new config option: placeholder.world-names
    Add this to your config to use these options:

  placeholder:
    world-names: # Replace world names for the %player_world% placeholder
      world: 'Overword'
      world_nether: 'Nether'
      world_the_end: 'The End'
  • Better support for Nick Plugins (Not finished yet)

Changes:

  • Changed code to get the server version (small performance improvement)
  • Changed the description for the scoreboard.yml
  • Removed space in luckperms-api prefix and suffix -> You have to add a space by yourself!
  • Cleaned up the code

Fixed:

  • Corrected typing errors
  • Added custom error message for wrong hex color syntax

Planned:

  • Custom chat prefix for luckperms-api ranks
  • Add more scoreboard conditions
  • Add multiple Tablists
  • Run more tasks ASync
  • Actionbars

[v3.4.4] Bugfixes

06 Oct 18:50
7454aa5
Compare
Choose a tag to compare