Time Stop Clock

Let you control time in minecraft!

File Details

Fabric-3.0.0

  • R
  • Aug 17, 2025
  • 308.63 KB
  • 5.1K
  • 1.20.1
  • Fabric

File Name

timeclock-3.0.0-fabric-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:time-stop-clock-mod-690991:6895450"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Features

  • Add projectile blacklist for "arrow", blacklisted items won't be shot
  • Add timebox where time is frozen for blocks, entities and particles
  • If the <id> is in the form of "modid:id", it must be enclosed in single quotes ''.If it is in the form of "id", no quotes are needed
  • Add timebox creation commands:
    • /timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed>
    • /timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color>
    • /timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha>
    • /timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha> <tick>
    • /timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha> <tick> <removeAnimation>
    • /timeclock timebox add <id> <min> <max> <expandAfterCreation> <changeSpeed> <color> <alpha> <tick> <removeAnimation> <startCenter>
  • Add timebox management commands:
    • /timeclock timebox remove <id>
    • /timeclock timebox clear
    • /timeclock timebox list <logging>
    • /timeclock timebox modify <id>[<active/color/expandAfterCreation/changeSpeed>] <active/color/expandAfterCreation/speed>
    • /timeclock timebox modify <id> [<color>] <color> <alpha>
  • Subdivide config for better organization

Fixed Issues

  • Fix data saving loss issue for WeaponProjectileEntity