TimerWave

Server-side timer and countdown with smooth wave colors, death pause, and world-persistent progress.

File Details

TimerWave 1.0.1

  • R
  • Apr 1, 2026
  • 61.70 KB
  • 17
  • 1.21.11
  • Fabric

File Name

timerwave-1.0.1.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:timerwave-1497663:7857494"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

TimerWave 1.0.1

Added

  • Lap/Split system: /timer lap, /timer laps, /timer lap clear
  • Player stats commands: /timer best, /timer compare <player>, /timer top [limit]
  • Dedicated CI workflow coverage for:
    • unit tests
    • dedicated server smoke test
    • client smoke test
    • version + one-click-release flow checks

Changed

  • /timer start from server console now starts all online players synchronously
  • Release/versioning scheme updated to:
    • 1.0.0 -> ... -> 1.0.9 -> 1.1.0 -> ... -> 1.9.9 -> 2.0.0

Fixed

  • Timer now auto-pauses when a player disconnects
  • Best-time tracking corrected to avoid incorrect stop-time calculations
  • General multiplayer persistence stability improvements