v25.3.2-beta.acd8
Pre-release
Pre-release
·
12 commits
to master
since this release
BedWars1058 v25.3.2-beta.acd8
Warning
Test build, not a stable release. Run it on a test server before putting it in front of players.
At a glance
| Area | Change |
|---|---|
| Placeholders | %bw1058_stats_*% no longer print raw for new players |
| Stability | Fixed a NullPointerException when formatting a null timestamp |
| Carried over | /bw reload message corrections from v25.3.2-beta.2900 |
Fixes
Stats placeholders printed raw for players with no record
A player who had never finished a game had no stats row, so every %bw1058_stats_*% placeholder was left on screen as literal text instead of a value. They now fall back to a default.
Before: Kills: %bw1058_stats_kills%
After: Kills: 0
Null timestamp crash
Formatting a first play or last play timestamp that was still null threw a NullPointerException on the same code path. Guarded.
Base
Built on top of v25.3.2-beta.2900.
Tip
Tested on Paper 1.20.4.
About this upload
Re-uploaded from source. The original upload was lost when the repository was rebuilt as a standalone project. The jar here is a fresh build of the same commit.