svrUptime

Quick rating

svrUptime

No reviews yet

Track how long your world has been running — in both Minecraft calendar time and real-world time.

QoL & Tweaks
Mod Loaders
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
svruptime-1.2.6_MC-26.2-multi.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

⏱️ svrUptime

Two clean chat broadcasts a day — let everyone see exactly how long your world has been running.

Fabric NeoForge

Download on Modrinth Join the Discord Source on GitHub

Minecraft 26.x & 1.21.x Single Player & Server Fabric API required on Fabric License MIT


svrUptime keeps a quiet running tally of how long your world has existed and announces it at the two natural turning points of the Minecraft day — dawn and dusk. No dashboards, no scoreboard clutter: just a clean chat readout when the sun comes up, a short flavor line when night falls, and an /uptime command for anyone curious in between. It runs entirely server-side, so vanilla clients can connect and see every message, and it works just as well in single-player. "Day 4,217" hits differently than a blank morning sky.

✨ Features

  • 🌅 Two daily broadcasts, on the in-game clock. A full uptime report at dawn (start of each Minecraft day, ~06:00) and a short flavor line at dusk (~18:00, tick 12000) — each fires exactly once per day.
  • 🕰️ Dual time views. Every report shows uptime two ways: Minecraft Time (in-game days rolled up into a months → years → decades → … → millennia calendar) and Real Time (actual elapsed play time, days → decades).
  • ⌨️ /uptime on demand. Anyone can query the current uptime at any moment and choose how large a unit to roll up to — from days all the way to millennia.
  • 🎨 Configurable morning & evening messages. Set your own dawn and dusk text — standard Minecraft § color codes supported — in a plain JSON file.
  • 🎚️ Independent toggles. Turn the uptime broadcast, the morning message, and the evening message on or off separately — live, in-game, no restart.
  • ♻️ Live reload. Edit the config and apply it instantly with an admin command.
  • 🧩 Server-side & universal. One jar runs on Fabric and NeoForge; vanilla clients need nothing, and it works in single-player too.

⌨️ Commands

Everything hangs off /uptime, with /ut as a shorthand alias for all of it. query and help are open to everyone; the admin branch requires gamemaster / operator permission.

Command Access What it does
/uptime query Everyone Show the full uptime report (rolled all the way up to millennia)
/uptime query <unit> Everyone Same report, capped at a chosen largest unit — days, months, years, decades, centuries, millennia
/uptime help Everyone List available commands (admin lines shown only to admins)
/uptime admin broadcast enable|disable Admin Toggle the daily uptime report
/uptime admin morning enable|disable Admin Toggle the dawn (morning) message
/uptime admin evening enable|disable Admin Toggle the dusk (evening) message
/uptime admin status Admin Show current toggles, total world ticks, and real days elapsed
/uptime admin reload Admin Re-read svruptime.json from disk

/ut is a full redirect — anywhere you'd type /uptime, /ut works identically (/ut query years, /ut admin status, …).

⚙️ Configuration

The config lives at config/svruptime.json, is created on first launch with the defaults below, and hot-reloads with /uptime admin reload. Both message strings accept standard Minecraft § color/format codes, and the three *Enabled flags are the same switches flipped by /uptime admin … — in-game changes are written straight back to the file, so command state and the file never drift apart.

{
  "broadcastEnabled": true,      // send the full uptime report at dawn
  "morningMessageEnabled": true, // send the morning message at dawn
  "eveningMessageEnabled": true, // send the evening message at dusk
  "morningMessage": "§6☀ A new day has begun.",
  "eveningMessage": "§9☾ The night has come."
}

🧪 Compatibility

Loaders Fabric and NeoForge — one jar runs on both
Minecraft 26.2.x · 26.1 / 26.1.1 / 26.1.2 · 1.21.11 · 1.21 – 1.21.10
Fabric API Required on Fabric · not needed on NeoForge
Side Server-side — vanilla clients supported, single-player too
Extra libraries None

Enjoying it? Hop in the Discord · ⭐ the repo · explore the rest of Lunixia's Minecraft QOL Mods

⛏️ Small, focused mods that cut out the boring stuff.

⏱️ svrUptime

Two clean chat broadcasts a day — let everyone see exactly how long your world has been running.

Fabric NeoForge

Download on CurseForge Discord GitHub

Minecraft 26.x & 1.21.x Single Player & Server Fabric API required on Fabric MIT License


svrUptime keeps a quiet running tally of how long your world has existed and announces it at the two natural turning points of the Minecraft day — dawn and dusk. No dashboards, no scoreboard clutter: just a clean chat readout when the sun comes up, a short flavor line when night falls, and an /uptime command for anyone curious in between. It runs entirely server-side, so vanilla clients can connect and see every message, and it works just as well in single-player. "Day 4,217" hits differently than a blank morning sky.

✨ Features

  • 🌅 Two daily broadcasts, on the in-game clock. A full uptime report at dawn (start of each Minecraft day, ~06:00) and a short flavor line at dusk (~18:00, tick 12000) — each fires exactly once per day.
  • 🕰️ Dual time views. Every report shows uptime two ways: Minecraft Time (in-game days rolled up into a months → years → decades → … → millennia calendar) and Real Time (actual elapsed play time, days → decades).
  • ⌨️ /uptime on demand. Anyone can query the current uptime at any moment and choose how large a unit to roll up to — from days all the way to millennia.
  • 🎨 Configurable morning & evening messages. Set your own dawn and dusk text — standard Minecraft § color codes supported — in a plain JSON file.
  • 🎚️ Independent toggles. Turn the uptime broadcast, the morning message, and the evening message on or off separately — live, in-game, no restart.
  • ♻️ Live reload. Edit the config and apply it instantly with an admin command.
  • 🧩 Server-side & universal. One jar runs on Fabric and NeoForge; vanilla clients need nothing, and it works in single-player too.

⌨️ Commands

Everything hangs off /uptime, with /ut as a shorthand alias for all of it. query and help are open to everyone; the admin branch requires gamemaster / operator permission.

Command Access What it does
/uptime query Everyone Show the full uptime report (rolled all the way up to millennia)
/uptime query <unit> Everyone Same report, capped at a chosen largest unit — days, months, years, decades, centuries, millennia
/uptime help Everyone List available commands (admin lines shown only to admins)
/uptime admin broadcast enable|disable Admin Toggle the daily uptime report
/uptime admin morning enable|disable Admin Toggle the dawn (morning) message
/uptime admin evening enable|disable Admin Toggle the dusk (evening) message
/uptime admin status Admin Show current toggles, total world ticks, and real days elapsed
/uptime admin reload Admin Re-read svruptime.json from disk

/ut is a full redirect — anywhere you'd type /uptime, /ut works identically (/ut query years, /ut admin status, …).

⚙️ Configuration

The config lives at config/svruptime.json, is created on first launch with the defaults below, and hot-reloads with /uptime admin reload. Both message strings accept standard Minecraft § color/format codes, and the three *Enabled flags are the same switches flipped by /uptime admin … — in-game changes are written straight back to the file, so command state and the file never drift apart.

{
  "broadcastEnabled": true,      // send the full uptime report at dawn
  "morningMessageEnabled": true, // send the morning message at dawn
  "eveningMessageEnabled": true, // send the evening message at dusk
  "morningMessage": "§6☀ A new day has begun.",
  "eveningMessage": "§9☾ The night has come."
}

🧪 Compatibility

Loaders Fabric and NeoForge — one jar runs on both
Minecraft 26.2.x · 26.1 / 26.1.1 / 26.1.2 · 1.21.11 · 1.21 – 1.21.10
Fabric API Required on Fabric · not needed on NeoForge
Side Server-side — vanilla clients supported, single-player too
Extra libraries None

Enjoying it? Hop in the Discord · ⭐ the repo · explore the rest of Lunixia's Minecraft QOL Mods

⛏️ Small, focused mods that cut out the boring stuff.

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works