▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SimpleMainMenu Lib
SimpleMainMenu Lib

SimpleMainMenu Lib

Library mod to make creating themed main menus easily!

8.3K
7

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

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

New Contributors

Full Changelog: https://github.com/MoSadie/ServerMainMenu-Lib/compare/v2.0.7...v2.1.0

v2.0.7

release24 января 2026 г.

v2.0.6

release21 сентября 2025 г.

What's Changed

(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 г.

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x

Платформы

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:LGPL-3.0-only
Опубликован:2 года назад
Обновлён:2 недели назад
Главная