All versions
1.1.0
Release
I Command It! 1.1.011 months ago 120
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
- A lot of the mod was rewritten to be more optimized & cleaner internally.
- Japi is no longer a hard dependency.
- Japi support updated for the newest version.
- Smite command can now be used on non-living entities as long as they are not a lightning entity.
- Fixed some command feedback incorrectly displaying entity names.
- Warps & homes have their data saved differently now. (Your data from previous versions may be cleared)
- /warp /warps /setwarp & /delwarp have been merged into one command /warp (to/create/delete/list/cancel)
- "enableWarps" gamerule has been added. Works the same as the gamerule for disabling homes.
- "ticksToWarpCreative" gamerule has been added allowing you to modify warp time when in creative mode.
- Warping now shows hud feedback when you start warping and when a warp has been canceled.
- "doPlayersDropHeads" gamerule has been changed to "playersDropHeads" and has been changed to an enum of Enabled, Disabled, OnPlayerKill
- /enderchest now defaults to the ender chest of the executing player if not specified.
- "enableSurvivalEchest" gamerule has been added to allow non-operators to access their own enderchest but not the enderchests of others.
- "commandit:indestructible" block tag has been removed and replaced with new tags "commandit:breakable" & "commandit:unbreakable" that are related to a new gamerule.
- "playersBreakBlocks" gamerule has been added with 4 options.
- Always: vanilla block break behavior.
- Never: players can not break any blocks.
- Whitelist: players can only break blocks in the "commandit:breakable" block tag.
- Blacklist: players can not break blocks in the "commandit:unbreakable" block tag.
- "playersPlaceBlocks" gamerule has also been added with the same options
- Always: vanilla block place behavior.
- Never: players can not place any blocks.
- Whitelist: players can only place blocks in the "commandit:placeable" block tag.
- Blacklist: players can not place blocks in the "commandit:unplaceable" block tag.
- Added /kit which can be used to save copies of a player inventory to the world with a name. You can give kits to players or replace a player's entire inventory with a kit.
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:UNg9y0yj:Q03IN328"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNg9y0yj:Q03IN328"
}

