Releases: KyoriPowered/adventure-platform
v4.3.4
This is a minor bugfix release that aims to fix some issues in certain environments.
What's Changed
🐛 Fixes
- Fixed MinecraftComponentSerializer not working due to relocation by @re-ovo in #177
- Fix removed ResourceLocation constructor by @56738 in #188
New Contributors
Full Changelog: v4.3.3...v4.3.4
v4.3.3
This is a patch release to add support for Minecraft 1.20.5/1.20.6, for those who still choose to support legacy plataforms.
What's Changed
✨ Features
- Bukkit 1.20.5 support by @56738 in #163
- BungeeCord: BossBar compatibilty with BungeeCord 1.20-R0.2 and newer by @bivashy in #153
🐛 Fixes
- Fix tab list header/footer on Paper 1.20.6 by @jpenilla in #171
- Set player locale when creating Audience by @CubBossa in #160
Other
- fix snapshot badge by @powercasgamer in #166
- Fix javadoc generation by @56738 in #168
New Contributors
- @powercasgamer made their first contribution in #166
- @bivashy made their first contribution in #153
- @CubBossa made their first contribution in #160
Full Changelog: v4.3.2...v4.3.3
v4.3.2
v4.3.1
v4.3.0
This release adds full support for 1.19.4 on the Bukkit platform (though most functionality should work even on 4.2.0).
What's Changed
- fix: 1.19.4 bound chat types by @Machine-Maker in #128
New Contributors
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- fix: CraftBukkit BossBar for 1.18+ by @Machine-Maker in #94
- Bump adventure to 4.12 and use sound seed when present by @jpenilla in #112
- 1.19.3 chat for bukkit by @Machine-Maker in #113
- Fix craftbukkit entity sound facet for 1.19.3 by @Machine-Maker in #117
Full Changelog: v4.1.2...v4.2.0
v4.1.2
What's Changed
- Fix ViaFacet component type by @kennytv in #95
- fix: CraftBukkit Chat facet for 1.19.1 by @Machine-Maker in #98
- fix: CraftBukkit EntitySound for 1.19+ by @Machine-Maker in #99
Full Changelog: v4.1.1...v4.1.2
adventure-platform 4.1.1
What's Changed
- fix: CraftBukkit Chat facet for 1.19 by @Machine-Maker in #93
New Contributors
- @Machine-Maker made their first contribution in #93
Full Changelog: v4.1.0...v4.1.1
adventure-platform 4.1.0
What's Changed
- platform-bukkit: fix ViaVersion softDepend occurring too late by @TehBrian in #80
- Update to adventure 4.10.0
Full Changelog: v4.0.1...v4.1.0
adventure-platform 4.0.1
adventure-platform
4.0.1
This is a bugfix release that resolves some issues with the bukkit platform and adds support for Minecraft 1.18.
What's Changed
- Fix titles on 1.8 by @vytskalt in #64
- feat(platform): add clear methods to remove the audience provider cache by @Silthus in #65
- Add 1.18 support by @Foorcee in #67
As a reminder, this project exists for compatibility with legacy platforms only. Any new development should target a platform with a native Adventure implementation instead, such as Paper for Bukkit ecosystem users, newer Sponge releases for Sponge users, or Velocity for BungeeCord/Waterfall users.