All versions
1.4.0-SNAPSHOT-1
Beta
Itemeditor 1.4.0-SNAPSHOT-13 months ago 494
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
What's New in Version 1.4.0:
- Attribute Editor:
- New attribute modifier editor accessible from the main menu
- Add, edit, and remove attribute modifiers on any held item
- Choose the equipment slot (Main Hand, Off Hand, Helmet, Chestplate, Leggings, Boots) per modifier
- Select from preset values or enter a custom value via chat input
- Right-click an attribute to instantly remove all its modifiers
- Paginated GUI — up to 28 attributes per page
- Version-Aware Attribute Availability:
- 10 base attributes available on all supported versions (1.19+): Max Health, Attack Damage, Attack Speed, Movement Speed, Armor, Armor Toughness, Knockback Resistance, Luck, Follow Range, Flying Speed
- 7 additional attributes unlocked on 1.20.5+ servers: Max Absorption, Scale, Step Height, Gravity, Block Break Speed, Block Interaction Range, Entity Interaction Range
- 6 further attributes unlocked on 1.21+ servers: Burning Time, Explosion Knockback Resistance, Mining Efficiency, Sneaking Speed, Submerged Mining Speed, Sweeping Damage Ratio
- Attributes unavailable on the running server version are automatically hidden — fully backward compatible
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:WL0ml2xs:i1GdlSMN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WL0ml2xs:i1GdlSMN"
}

