I Command It!
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1
平台: fabric
标签: game-mechanics management utility

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.
请登录后举报
暂无评论,抢个沙发吧~