I Command It!

I Command It!

A Server-Side mod that adds a lot of customizability in the form of New Commands, Gamerules, and Tags!

by
360 Downloads
fabricgame-mechanicsmanagementutility
Rent Server with this Mod

Screenshots

Minecraft Style Logo

About this Mod

CommandIt Logo
Command-it is a fabric mod that adds server-side customization of the vanilla game through new Gamerules and Commands. It also adds a warps and homes system that are disabled by default but can be enabled by an operator.

Commands:

/explode [|] []

  • Creates an explosion at the target entity/position using the given parameters.
  • When using a target entity uses that entity as the explosion source preventing them from taking damage.

/smite

  • Summons lightning striking the target entity.

/freeze []

  • Applies freezing ticks to the provided entity.

/burn []

  • Applies fire ticks to the provided entity.

/heal []

  • Heals the target entity.

/enderchest

  • Shortcut: /echest
  • Allows admins to view and modify another player's enderchest.
  • If permitted by gamerule or in creative you are allowed to access your own enderchest without operator satus.

/inventory

  • Shortcut: /inv
  • Allows admins to view and modify another player's inventory.

/animate (REQUIRES JAPI ON SERVER & CLIENT)

  • Plays the floating item animation to the specified player using the specified item.
  • Note: only works if the client has JAPI installed.

Warps & Homes

/sethome

  • Saves the players current position as their home.

/home

  • Teleports the player to their home after a short delay.
  • Warp will be canceled if the player takes damage during the delay.

/warp to

  • Begins warping player to destination with the specified name.

/warp create [] []

  • Operator command for creating a warp at the specified position or player's position.
  • Names are case sensitive.
  • Hidden warps do not appear in the warps lits.

/warp delete

  • Deletes a warp from the server.

/warp list []

  • Lists all non-hidden warps on the server.

/warp cancel

  • Cancels the player's current warp before teleporting them there.

/warps

  • Shortcut: /warp list

Kits

/kit create []

  • Saves the target player's inventory as a kit with the given name.

/kit delete

  • Deletes the kit with the provided name from the server.

/kit list []

  • Lists the names of all kits on the server.

/kit give []

  • Gives all items from the kit to the target player.

/kit replace []

  • Replaces the target player's inventory with the items from the kit.

Modified Vanilla Commands:

/fenchant []

  • Similar to the vanilla /enchant command but removes several limitations allowing illegal enchantment combinations and levels.

Gamerules:

Players

doPvp [Boolean (Default:true)]

  • Enables / Disables PVP server-wide.

playersDropHeads [Disabled/Always/OnPlayerKill (Default:Disabled)]

  • Determines if players drop their head upon death.
  • OnPlayerKill requires their attacker to be a player entity to drop their head.

playersBreakBlocks [Always/Whitelist/Blacklist/Never (Default:Always)]

  • Determines if players are permitted to break blocks
  • Whitelist: only allows players to break blocks in the "commandit:breakable" block tag
  • Blacklist: players can not break blocks in the "commandit:unbreakable" block tag

playersPlaceBlocks [Always/Whitelist/Blacklist/Never (Default:Always)]

  • Determines if players are permitted to place blocks
  • Whitelist: only allows players to place blocks in the "commandit:placeable" block tag
  • Blacklist: players can not place blocks in the "commandit:unplaceable" block tag

enableSurvivalEchest [Boolean (Default:false)]

  • When enabled allows the use of /enderchest without operator to access your own enderchest.
  • Accessing other's ender chests with that command still requires operator status.

Warps & Homes

ticksToWarp [Integer (Default:100)]

  • Sets how long it takes for a player to teleport with /warp or /home when in survival mode.

ticksToWarpCreative [Integer (Default:0)]

  • Sets how long it takes for a player to teleport with /warp or /home when in creative mode.

enableHomes [Boolean (Default:false)]

  • When enabled allows use of /home and /sethome commands.

enableWarps [Boolean (Default:true)]

  • When enabled allows use of /warp command.

allowInterdimensionalHomes [Boolean (Default:false)]

  • Determines weather players are allowed to warp to their homes accross dimensions.

allowInterdimensionalWarps [Boolean (Default:true)]

  • Determines weather players are allowed to warp accross dimensions.

Redstone

doDispensersPlaceBlocks [Boolean (Default:false)]

  • Allows dispensers to place blocks instead of spitting them out on the ground.

pistonPushLimit [Integer (Default:12)]

  • Allows pistons to push more/less blocks than vanilla.
  • Defaults at the vanilla limit.
  • Animations break when pushing over the vanilla limit. As it doesn't effect gameplay I have no plans to fix the animation.

doLodestoneCompassRequireLodestone [Boolean (Default:true)]

  • When disabled prevents lodestone compass spinning wildly when the connected lodestone is destroyed.

Dimension

disableEndPortals [Boolean (Default:false)]

  • Disables use of portals to travel to the End Dimension.

disableNetherPortals [Boolean (Default:false)]

  • Disables use of portals to travel to the Nether Dimension.

Greif Prevention

doExplosionsBreakBlocks [Boolean (Default:true)]

  • When disabled will cause explosions to not destroy the surrounding environment while still damaging entities.

doBadSpawnpointsExplode [Boolean (Default:true)]

  • When disabled will prevent beds in the end or nether, and respawn anchors in the overworld and end from exploding and killing the player with intentional game design.

Available Versions

I Command It! 1.1.0release
MC 1.21, 1.21.1fabric
September 25, 2025
I Command It! 1.0.0release
MC 1.20.3, 1.20.4fabric
March 10, 2024

How to Install I Command It! on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.1).

3

Install Mod

Open the mod browser in the dashboard and search for "I Command It!". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

1.21.1, 1.21, 1.20.4 (+1 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

I Command It! server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.

Is I Command It! compatible with fabric?

I Command It! officially supports fabric for Minecraft 1.21.1, 1.21, 1.20.4. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with I Command It! – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if I Command It! consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install I Command It! with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
LicenseRef-All-Rights-Reserved
Server-side
Required

Supported Versions

1.21.11.211.20.41.20.3