TickRate
Changes the server TPS for 1.12.2 using the /tickrate command. Control game speed.
📖About TickRate
🕒 TickRate
Control time itself in Minecraft 1.12.2!
TickRate grants you the power to change the server and client TPS (Ticks Per Second) on the fly using the /tickrate command. This allows you to speed up or slow down the flow of time in the game.
While it is similar to the /tick command found in modern versions of Minecraft, this implementation goes further: it directly affects the player. Changing the tick rate impacts movement speed, mining speed, attack cooldowns, regeneration, and virtually every other mechanic in the game.
📥 Installation
⚠️ Important: TickRate requires MixinBooter to work.
- Download TickRate.
- Download MixinBooter.
- Place both files in your
modsfolder. - Note: Ensure the MixinBooter filename starts with a special character (like
!mixinbooter.jar).
🧩 Performance & Load
Changing the TPS directly affects your CPU usage:
- High TPS: Accelerates the game process. This increases the load on your server/CPU.
- Low TPS: Creates a "slow-motion" effect and reduces server load.
🎮 Usage
Change game speed:
/tickrate <tps>
- Set the desired value from
1to infinity. - Default vanilla speed is 20.
Check performance:
/tps
This command displays statistics in the following format:CURRENT TPS / MAX TPS (Multiplier)
Example: 50.0 / 100.0 (2.5x)
If the "Current" value is significantly lower than your "Max" setting, your computer or server cannot keep up with the speed you requested. Consider lowering the limit.
👨💻 For Developers:
You can use my public TickRateManager class to integrate time control into your own projects.