Changelog
1.2.0: 1.21.6 port and support for new text components
This release establishes full compatibility with Minecraft 1.21.6 and adds support for SNBT in the prompt configuration.
SNBT Prompts
Prompts are now specified as SNBT text components to keep compatibility with online generators.
A config like prompt={"text":"Hello World!","color":"red"}
can now be written as prompt={text:"Hello World!", color: "red"}
. Groundbreaking stuff. This won't cause any compatibility issues with your existing prompts as SNBT is completely compatible with JSON since 1.21.5.
In other news
Work is proceeding on a clientside GUI to allow editing of all of BSP's config without any use of commands. Since I'm spread rather thin with uni, medical issues, and my other projects, I can't promise any sort of timeline, but if you would like to keep up with progress, you can follow the client-gui branch of the repository. PRs are always welcome, of course. Bye!
Full Changelog: https://github.com/Fisch37/better-server-packs-fabric/compare/v1.1.0-1.21.X...v1.2.0-1.21.6