2.2.3-legacy
Compatibility
Changes
AllMobsExplode 2.2.3 Legacy
This legacy build brings the completed AllMobsExplode experience to older Minecraft servers.
New features
- Added optional ranked Ender Dragon speedruns
- Added live timers and local leaderboards
- Added tamper-evident completion records
- Added
/ame includefor making normally safe entities explode - Added administrator controls for enabling or disabling speedruns
- Added Paper, Purpur, and Spigot compatibility
Speedrun integrity
- Requires a fresh, unused world
- Clears inventory, armor, Ender Chest, XP, effects, and prior progress
- Prevents operators and Creative or Spectator players from competing
- Detects gameplay-changing commands, reused worlds, setting changes, and multiplayer assistance
- Records completion time, seed, difficulty, Minecraft version, server platform, and explosion settings
Improvements and fixes
- Improved command help and tab completion
- Improved exclusion and inclusion management
- Improved entity-scanning performance
- Added configurable explosion limits
- Fixed command parsing, formatting, console output, and leaderboard display
- Preserved mob drops, death events, and player kill credit
This legacy release supports Paper, Purpur, and Spigot on Minecraft 1.8.8–1.21.11.
Servers running Minecraft 26.1 or newer should download the modern build instead.
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:LeRf8RIP:AigHY4rS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LeRf8RIP:AigHY4rS"
}

