-
-
Notifications
You must be signed in to change notification settings - Fork 4
Releases: Xitee1/PowerBoard
Releases · Xitee1/PowerBoard
[v3.7.3] Support for MC 26.1
@Xitee1
Xitee1
f5e2338
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Fix version parsing for Paper 26+ and null fallback by @Xitee1 in #76
- chore: bump version to 3.7.3 by @Xitee1 in #77
Full Changelog: release-3.7.2...release-3.7.3
Assets 3
[v3.7.2] Support for hiding scores, 1.7.10 fixes & dependency updates
@Xitee1
Xitee1
ed409fa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new in this release?
- Support for hiding scores: A new option in
config.ymlatscoreboard-advanced-settings.hide-score-numbershas been added to enabled/disable hiding scores on paper versions 1.20.3 and higher. It defaults to true but can be disabled if wanted. - Plugin now works again on 1.7.10 (if you're running a server that's this old)
- Some maintenance
Changelog
- Add support for hiding score numbers on Paper 1.20.3+ by @Xitee1 in #71
- chore: bump version to 3.7.2 by @Xitee1 in #72
- Add CI workflows for build and release by @Xitee1 in #73
- Bump dependencies by @Xitee1 in #74
- Fix 1.7.10 compat: use org.bukkit.ChatColor by @Xitee1 in #75
Full Changelog: release-3.7.1...release-3.7.2
Assets 3
[v3.7.1] Improved unicode support
@Xitee1
Xitee1
58eaba5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Unicode now works without requiring double quotes in the YAML syntax.
Example:
footer: '1': speed: 20 lines: - Check \u2714 # now working - 'Check \u2714' # now working - "Check \u2714" # worked before
Assets 3
[v3.7.0] Bugfixes
@Xitee1
Xitee1
ecbe479
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Fixed wrong path of prefer-plugin-placeholders setting
- Various fixes to bugs that caused random issues
Full Changelog: release-3.6.3-1...release-3.7.0
Assets 3
[v3.6.3] Small improvements
@Xitee1
Xitee1
6a56e19
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
- Hide "player has no name color" warning if tablist prefixes are not used
- Improved updater
- Code refactor & quality improvements
Full Changelog: release-3.6.2...beta-3.6.3-1
Assets 3
[v3.6.2] MC 1.20.6 support + new config option
[v3.6.2-beta1] New update options
@Xitee1
Xitee1
92d8cc8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v3.6.2-beta1] New update options
Pre-release
Pre-release
Fixes #47 & includes some other update check improvements.
Assets 3
[v3.6.1] Small improvements
General
- Implemented rate limited logging to reduce log spamming in some scenarios
- Improved compatibility with other plugins by changing the team naming prefix
- Code quality improvements
- Other smaller improvements
API related
- Converted CustomPlaceholderes to interface
- Return value of CustomPlaceholders#replace now has the annotation
@NotNulland some error handling has been added
Assets 3
1 person reacted
[v3.6.0] A big update
This release has really a lot of improvements, fixes and a few additions.
A lot of code has been re-written and improved. A lot of bugs have been fixed.
Most important changes:
- New option: Added option for servers with multiple scoreboard/rank plugins that might fix some issues. (scoreboard-advanced-settings.use-existing-scoreboard)
- New option: Because lots of users wanted to use HEX colors for the player name in the tablist, you can now do that by enabling 'ranks.options.show-suffix-in-tab' and optionally 'ranks.options.use-player-list-name' to preserve the prefix & suffix above the player's head (where possible).
- Improved: The LuckPerms weight limit has been lifted from 999 to 9999.
- Improved: Added descriptions to the PowerBoardAPI (for developers).
- Fixed: The SelfCheck has been reworked and now also checks the config in older MC versions. In the versions 1.18+ it also automatically adds and corrects missing options.
- Fixed: An update check will now be performed every 24h.
- Fixed: Ranks updating too often when not needed
- Not fixed in code but randomly started working again: HEX colors no longer count as (14) chars. This means long HEX color gradients are now possible!
- As a bonus: The plugin jar has lost a quarter of it's size!
Also big thanks to @ItsLaivy and @itsTyrion for your PRs! These helped me a lot and gave me some motivation!
Assets 3
[v3.5.17] Code improvements
- Code improvements
- Official 1.20 support