Releases: andrei1058/BedWars1058
Releases · andrei1058/BedWars1058
24.9
What's Changed
- add new sidebar layout for playing state but eliminated (new path will be created: sidebar.Default.playing.eliminated) by andrei1058
- fix message paths for money rewards https://github.com/andrei1058/BedWars1058/pull/1021 by andrei1058
- Fixed tag apply for VersionSupport#setShopUpgradeIdentifier, will fix shop item tier lost issue on mc 1.12 by ImYenil
- Fixed DespawnableProvider error in versions 1.20.3 & 1.20.4 by ImYenil
- Fix TNT setSource method error in versions 1.20.3 & 1.20.4 by ImYenil
- Fix https://github.com/andrei1058/BedWars1058/issues/1006 - Sidebar support for 1.16.5
- Fix NBTTag tag apply for 1.18.2, 1.17.1, 1.12.2 and 1.8.8 by KKiiya
- Fix null pointer error while trying to apply NBT tags to AIR by ImYenil
- Add spigot 1.20.3 support by andrei1058
- Fix bStats metric tracking by andrei1058
- fix default blast protection from fireballs on 1.8.8 by Owner
andrei1058 - fix bStats resource ID by andrei1058
Full Changelog: 23.12.2...24.9
23.12.2
23.12.1
What's Changed
- Release 23.12.1 by @andrei1058 in #944
- Fix sidebar version by @andrei1058 in #945
Full Changelog: 23.12...23.12.1
23.12
23.11.2
What's Changed
- add new metrics, clean up by @andrei1058 in #910
- slime format conversion improvement (#908) by @andrei1058 in #911
Full Changelog: 23.11.1...23.11.2
23.11.1
What's Changed
- November 2023 release by @andrei1058 in #901
- Improve fallback system for missing level.dat when converting worlds into Slime format. by @andrei1058 in #907
Full Changelog: 23.11...23.11.1
23.11
What's Changed
- March release by @andrei1058 in #741
- Fix #760 by @JT122406 in #792
- Added placeholders {team} and {teamColor} to display the player team and its corresponding colors on the teleporter by @Lsy-291 in #796
- Reduce some race conditions with IArena#getStatus by @skbeh in #775
- Added support for 1.19_R3 by @Tom18314 in #761
- Fix dropping and picking up items if main lobby is set on shared mode by @andrei1058 in #805
- readme update by @andrei1058 in #811
- Fixed bug where Dream Defender and Bed Bug were spawning at player's … by @PmzHeroV69 in #813
- Add 1.20 support by @andrei1058 in #814
- fix ASWM support by @andrei1058 in #817
- world restore adapters update by @andrei1058 in #820
- Glass protection barrier rework by @IIHERO4 in #469
- Fix default tower item by @ImYenil in #831
- change heal pool work by @ImYenil in #832
- Fix magic miner upgrade by @ImYenil in #830
- Fix heal pool not working by @ImYenil in #829
- Fix sword upgrade by @ImYenil in #828
- Fix Parties getParty with player UUID by @AlessioDP in #860
- fix SWM not loading on dev build by @andrei1058 in #875
- Sidebar and Tab improvements, session stats remake by @andrei1058 in #845
- add 1.20 r2 support by @andrei1058 in #896
- Fix PAF Null issue by @JT122406 in #853
- fix disablearena command by @ImYenil in #839
- correct silverfish name by @ImYenil in #840
- Fix block protection by @ImYenil in #841
- SpoilPlayerTNTFeature code improvements by @ImYenil in #892
New Contributors
- @Lsy-291 made their first contribution in #796
- @Tom18314 made their first contribution in #761
- @ImYenil made their first contribution in #831
- @AlessioDP made their first contribution in #860
Full Changelog: 23.3...23.11
23.3
What's Changed
- fix spigot support by @andrei1058 in #644
- fix sidebar by @andrei1058 in #655
- Release by @andrei1058 in #689
- fix invisibility potion compatibility with 1.8.8 by @tomkeuper in #704
- Add translation for Simplified Chinese by @skbeh in #628
- Remove Deprecation Warning for Version and Update getServerVersion Methods by @JT122406 in #623
- Issue 688 by @tomkeuper in #718
- Bug fixes by @tomkeuper in #740
- fix invisibility potion compatibility with 1.8.8 and scoreboard improvements by @andrei1058 in #702
- Internal Party Additions (Promote, list/info commands) by @JT122406 in #715
- Full translate of Russian.java by @UnMatveev in #696
New Contributors
Full Changelog: 23.2.1...23.3
23.2.1
What's Changed
New features:
- Added {prefix} support to all messages
- Added unformatted player names for kill and bed destroy message
- Added unbreakable to mellee weapons #245
- Addded Elytra auto equip #663
- add toggle for halloween special (#632)
- Italian Language Update
- Added Placeholders to upgrade message #668
Fixes:
- fix team identifier length (Sidebar kick issue (#682, #666 )
- Fix Moneys reward team-support on Solo & update variables names
- Bug fixes and placeholder adjustments (#685)
- Fixed command error when lobby location is not set
- Fixed spanish translation error #599
- Netherite armor support in 1.16+ #657
- Wins placeholder not in lobby sidebar #658
- Sidebar Title animation not working #660
- Player levels showing numbers #661
- Fixed In-game arena Scoreboard lines in the wrong spot #662
- NPE when clicking outside of shop inventory #664
- Added Placeholders to upgrade message #668
- Fixed players can collect drops during respawn #669
For developers:
- add sidebar init event
- exposed sidebar to the API