Перейти к содержимому
Mineforgian

I Command It!

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

Загрузки
365
Подписчики
4
Обновлён
25 сентября 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 21 октября 2023 г.

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.

Ченджлог

1.1.0Релиз1.21, 1.21.1 · 25 сентября 2025 г.
  • 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.
1.0.0Релиз1.20.3, 1.20.4 · 10 марта 2024 г.

Initial Release

Комментарии

Загружаем…