
v3.0.0: It's Simple, really
release29 марта 2026 г.Ok so this one is QUITE the change, so a few things have changed, and ALL previous theme mods will need an update.
What is new?
Branding Change
This mod has outgrown its original name and does so much more than just theming around only servers. It seems fitting to take the opportunity to update the name to reflect how much it can actually do.
NOTE: THIS DOES MEAN THAT ANY MODS USING THIS LIBRARY WILL NEED TO UPDATE TO BE COMPATIBLE!
Specifically, a lot of references in code to the previous name have also been changed, BUT I kept the initials and mod link the same, so when mods update to use SMM-Lib v3.0.0 they will still get the version update, it just will have a lot of missing imports. (and some other changes, keep reading...)
Splash Text Overhaul (by @OffsetMonkey538)
You will notice a brand new SplashText class has appeared as the returned object for getSplashText()! This allows multi-line splash text to happen! Use SplashText.builder() to create a new Builder! You can add one or more lines then use the .build() when returning the Splash Text!
Also, in case you missed it last update changed from just raw Strings to Components, allowing for styling and translatable components if desired! There are some string fallbacks of the methods in the builder for simple uses, but if you're looking to get fancy feel free to use a Component instead!
If you need help updating, or just want examples, both Island Menu and smm-example-mod have been updated, so check out the recent changes there to see what I had to change!
What's Changed
- Add support for multiline splash text by @OffsetMonkey538 in https://github.com/MoSadie/SimpleMainMenu-Lib/pull/18
- Update name to SimpleMainMenu Lib by @MoSadie in https://github.com/MoSadie/SimpleMainMenu-Lib/pull/17
- v3.0.0, rebrand time! by @MoSadie in https://github.com/MoSadie/SimpleMainMenu-Lib/pull/20
Full Changelog: https://github.com/MoSadie/SimpleMainMenu-Lib/compare/v2.1.0...v3.0.0
v2.1.0: Texting
release23 февраля 2026 г.Note: If you encounter any existing mods using this library that have issues with this update, please let me know! There is a major under-the-hood change to splash text.
In this release we have a switch from the splash text from themes changing from a String to a Text object, there is a fallback in case a mod isn't updated, but I do recommend changing over at some point for the advantages a Text object provides! (Styling, localization, etc.)
In addition, I want to share that the mod will be getting renamed VERY SOON to SimpleMainMenu Lib. There will be a breaking change due to the name change starting with v3.0.0 of SMM-Lib. This means all theme mods will need to update to be compatible with v3.0.0.
What's Changed
- Allow using Text for splash text by @OffsetMonkey538 in https://github.com/MoSadie/ServerMainMenu-Lib/pull/16
New Contributors
- @OffsetMonkey538 made their first contribution in https://github.com/MoSadie/ServerMainMenu-Lib/pull/16
Full Changelog: https://github.com/MoSadie/ServerMainMenu-Lib/compare/v2.0.7...v2.1.0
v2.0.7
release24 января 2026 г.What's Changed
- Update to 1.21.11 by @MoSadie in https://github.com/MoSadie/ServerMainMenu-Lib/pull/15
Full Changelog: https://github.com/MoSadie/ServerMainMenu-Lib/compare/v2.0.6...v2.0.7
v2.0.6
release21 сентября 2025 г.What's Changed
- Fix StackOverflow and also fix a possible crash by @MoSadie in https://github.com/MoSadie/ServerMainMenu-Lib/pull/13
(The first bug was only triggered if no other menu themes were installed, and the bump to 1.21.6 is for a likely impossible to hit crash scenario)
Full Changelog: https://github.com/MoSadie/ServerMainMenu-Lib/compare/v2.0.5...v2.0.6
v2.0.5
release7 июня 2025 г.What's Changed
- Minecraft 1.21.5 by @MoSadie in https://github.com/MoSadie/ServerMainMenu-Lib/pull/10
- Update setup-gradle action by @MoSadie in https://github.com/MoSadie/ServerMainMenu-Lib/pull/11
Full Changelog: https://github.com/MoSadie/ServerMainMenu-Lib/compare/v2.0.4...v2.0.5