Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.3–1.20.4
Platforms
Supported environments
Links
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 months ago
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 <power> [<targetEntity>|<targetPos>] [<createsFire>]
- 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 <targetEntity>
- Summons lightning striking the target entity.
/freeze <targetEntity> [<ticks>]
- Applies freezing ticks to the provided entity.
/burn <targetEntity> [<ticks>]
- Applies fire ticks to the provided entity.
/heal <targetEntity> [<amount>]
- Heals the target entity.
/enderchest <player>
- Shortcut: /echest <player>
- 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 <player>
- Shortcut: /inv <player>
- Allows admins to view and modify another player's inventory.
/animate <player> <itemStack> (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 <name>
- Begins warping player to destination with the specified name.
/warp create <name> [<pos>] [<hidden>]
- 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 <name>
- Deletes a warp from the server.
/warp list [<page>]
- 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 <name> [<target>]
- Saves the target player's inventory as a kit with the given name.
/kit delete <name>
- Deletes the kit with the provided name from the server.
/kit list [<page>]
- Lists the names of all kits on the server.
/kit give <name> [<target>]
- Gives all items from the kit to the target player.
/kit replace <name> [<target>]
- Replaces the target player's inventory with the items from the kit.
Modified Vanilla Commands:
/fenchant <target> <enchantment> [<level>]
- 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.



