Links
Tags
Creators
Details
26.2+v2.7.1
Compatibility
Changes
New command: /ed hotspot — 20-tick scan across all loaded dimensions reporting the top entity-cost chunks with clickable /tp coordinates, dominant entity type, average count, and MSPT. Results are colour-coded: green (<5 ms), yellow (5–15 ms), red (≥15 ms). Chunks below 2 ms are filtered out.
New command: /ed nark <playerName> — profiles all entity types in a 21×21 chunk area centred on another online player for 100 ticks. Useful for diagnosing lag near a specific player without being nearby. Tab-completes online player names. Works from console.
New: --persistent sub-type filter — after --persistent, select a persistence cause: all · name-tagged · holding-item · structure-spawn · in-vehicle · leashed · custom.
New: /ed chunks loaders and /ed chunks stasis — filter the chunk loader view to portal loaders or ender pearl stasis chambers only.
Improvement: clickable /tp links now show the caller's name instead of @s.
Fix: persistent mob classification corrected (structure-spawn and in-vehicle now correctly identified instead of holding-item).
Fix: --persistent holding-item no longer matches mobs riding a vehicle — vehicle riders are classified as in-vehicle first.
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:75dttuA0:pEOZGfJl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:75dttuA0:pEOZGfJl"
}

