Tags
Creators
Details
1.1.0-1.20.1
Compatibility
Required content
Changes
Now With Singleplayer!
Number with up and down arrows added to the title screen beside the main menu, changing the number that corresponds to the current account. Account selection applies to all singleplayer worlds.
-
"/account" command available to other players when hosting a LAN world; no limit on max accounts in LAN.
-
Each player on a server can now be given separate max account values in multicount.properties.
-
"command" setting added to multicount.properties enabling the "/accountmax" op-only command (off by default).
-
"/accountmax [maxCount] <targets>" command is used to easily set the maximum allowed accounts.
-
Added "/accountmax query <targets>" (always on) command for ops to display the maximum accounts for each target.
-
Display the current account being used by running "/account" standalone.
-
Other accounts now saved as [uuid].dat[account number] instead of [uuid].dat[account number - 1].
-
Completely reworked backend.
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:74XBwkOy:KZxAyAvZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:74XBwkOy:KZxAyAvZ"
}

