1.2.0
Compatibility
Changes
This update introduces the full competitive hierarchy system, bringing the ranked experience closer to the classic Pokémon game structure. New Features:
⚔️ Elite Four System — A dedicated tier of 4 Elite Four members (Alto Mando) ranked by ELO from lowest to highest, each with their own assigned Gym Arena 👑 Champion System — A single Champion title holder who defends against Elite Four challengers (1750–1799 ELO). If the Champion wins, they earn a successful defense. If they lose, the challenger takes the title 🏛️ Gym Arenas — 4 individual configurable arenas for Elite Four battles, assigned automatically by ELO order 🏟️ Champion Arena — A dedicated exclusive arena where all Champion title defense battles take place ✏️ Custom Server Name — Server owners can now set a custom name that appears across all GUI window titles directly from the Owner Panel (/ranked owner) without editing any files 🔒 Champion Inactivity Protection — If the Champion does not play for a configurable number of days, they automatically lose their title and drop to Elite Four rank
Owner Panel additions:
New Gym Arenas button to configure all 4 Elite Four arenas in-game New Champion Arena button to configure the Champion's arena in-game New Server Name button to customize the branding across all GUIs
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:Luiae0j5:TLKkEWWe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Luiae0j5:TLKkEWWe"
}

