Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
All versions
1.0.0
Release
Auto Server Names 1.0.02 months ago 78
Compatibility
Minecraft: Java Edition
1.21.x
1.20.5–1.20.6
Platform
Fabric
Supported environments
Client-side
Changes
Auto Minecraft Server Namer v1.0.0
Initial release of Auto Minecraft Server Namer.
Added
- Automatically generates a readable server name from the server IP/domain.
- Works while adding a new server, including both pasted and manually typed addresses.
- Preserves custom server names if the name field is edited manually.
- Added an Assign Names button to the Multiplayer screen.
- Bulk renaming support for existing saved servers.
- Automatically renames servers based on their IP/domain.
- Skips numeric IP addresses since they do not provide useful readable names.
- Detects duplicate generated names and adds suffixes such as
Name (2). - Attempts to avoid overlapping the Assign Names button with existing Multiplayer screen buttons.
- Automatically saves the server list after bulk renaming.
Examples
play.minemalia.net→Minemalianightlight-smp.play.hosting→Night Light SMPpvpserver.aternos.me→PVP Servermc.hypixel.net→Hypixel
Technical
- Client-side Fabric mod.
- Supports Minecraft 1.20.x and 1.21.x.
- Built with Java 21.
- No external APIs.
- No internet requests.
- Lightweight and fast.
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:ahhevnHq:tXBxjyut"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ahhevnHq:tXBxjyut"
}

