Bring back carpet /tick command to vanilla 1.20.3+
· 2 min read
tl;dr, just enter the following command to enable the tickCommandCarpetfied rule:
/carpet tickCommandCarpetfied true
or
/carpet setDefault tickCommandCarpetfied true
Requires Carpet TIS Addition v1.56.0 or higher to enable this rule
For Carpet TIS Addition v1.55.0, you can manually configure the rules below to achieve the same result
tickCommandEnhance
/carpet tickCommandEnhance true
- Behavior before mc1.20.3 in carpet: Carpet TIS Addition automatically adds the
/tick warp statuscommand - Behavior in vanilla after mc1.20.4: To ensure vanilla behavior under default conditions, this rule needs to be enabled to activate the
/tick sprint statuscommand from Carpet TIS Addition - Usage scenario: Use the
/tick warp statuscommand to show the progress of tick warping
tickCommandPermission
/carpet tickCommandPermission 2
- Behavior before mc1.20.3 in carpet: The
/tickcommand requires permission level2by default - Behavior in vanilla after mc1.20.4: The
/tickcommand requires permission level3 - Usage scenario: Use the
/tickcommand in scenarios like command blocks where its permission level is less than3
tickFreezeCommandToggleable
/carpet tickFreezeCommandToggleable true
- Behavior before mc1.20.3 in carpet: The
/tick freezecommand does two things: freeze the game if it's not frozen, unfreeze the game if it's frozen - Behavior in vanilla after mc1.20.4: The
/tick freezecommand does one thing only: freeze the game. The command to unfreeze the game is now split to/tick unfreeze - Usage scenario: Like in previous versions, use only the
/tick freezecommand to enter / exit the freeze state
tickProfilerCommandsReintroduced
/carpet tickProfilerCommandsReintroduced true
- Behavior before mc1.20.3 in carpet: The
/tick healthand/tick entitiescommands will trigger the carpet profiler to analyze server tick costs - Behavior in vanilla after mc1.20.4: The
/tick healthand/tick entitiescommands no longer exist, and/profile healthand/profile entitiesare the only way to trigger the carpet profiler - Usage scenario: Like in previous versions, continue using
/tick healthand/tick entitiesto trigger the carpet profiler
tickWarpCommandAsAnAlias
/carpet tickWarpCommandAsAnAlias true
- Behavior before mc1.20.3 in carpet: The command prefix is
/tick warp - Behavior in vanilla after mc1.20.4: The command prefix is
/tick sprint - Usage scenario: Like in previous versions, use
/tick warpto execute related commands