Tags
Creators
Details
2.1.0
Compatibility
Required content
Changes
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
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:AbWEdxPY:6EUHpGBu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AbWEdxPY:6EUHpGBu"
}



