All versions
2.2.3
Release
All-Mobs-Explode 2.2.3last month 9
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Paper
Purpur
Spigot
Changes
AllMobsExplode 2.2.3
New features
- Added optional ranked Ender Dragon speedruns
- Added live timers and local leaderboards
- Added tamper-evident completion records
- Added
/ame includeto make normally safe entities—such as arrows, boats, and minecarts—explode - Added administrator controls for enabling or disabling speedruns
- Added 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/Spectator players from competing
- Detects gameplay-changing commands, setting changes, reused worlds, and multiplayer assistance
- Records the player, completion time, seed, difficulty, Minecraft version, 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 release supports Paper, Purpur, and Spigot on Minecraft 26.1–26.2.
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:Pst7Vpuc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LeRf8RIP:Pst7Vpuc"
}

