All versions
2.0
Release
Release 2.0 MOD7 months ago 4,185
Compatibility
Minecraft: Java Edition
26.1–26.1.1
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Additions:
- Added new gamemodes:
- "Blitz mode"
- "Random mode"
- "Ban mode"
- Now it announces the time where the swapping triggered.
- Added a new setting called "Give 20 seconds to the server to generate chunks", if enabled the game will give 20 seconds for generating chunks before the game starts.
- Added a new setting "Announce who each player was swapped with", if enabled players will see who they got swapped with at the end of each swap.
Changes:
- Changed "consistent swapping" to "normal mode"
- Changed "inconsistent swapping" to "classic mode"
Bug fixes:
- Fixed a bug with starting the game before winner announcement was over.
- Fixed a bug with the tick-tock sound in countdown where the volume would increase depending on the number of players.
- Fixed a bug with the tick-tock sound in countdown being offset.
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:1LwvnGZD:NDAM360G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1LwvnGZD:NDAM360G"
}

