Real Time World (RTW)

Quick rating

Community listing page, reviews here may not be monitored by the author.

Real Time World (RTW)

By MoeWorth Studios

No reviews yet

Your world, in your time zone.

Mod Loaders
Forge
Paper
Spigot
Minecraft
1.21

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
MIT License

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

Modrinth ID

Resources

External Links

About

Description

cover

rtw by moeworth studios

Synchronises Minecraft’s in-game time with real-world time, in the time zone of your choice. Compatible with Bukkit, Spigot, Paper, Forge and Fabric, for both server and single-player modes.

How it calculates the time

Minecraft measures time in “ticks”: 24,000 ticks = 1 day, but tick 0 corresponds to 6.00 am (not midnight). RealTimeConverter takes the real-world time in the configured time zone, converts it to a percentage of the day, then applies an offset of 18,000 ticks so that real-world midnight aligns with in-game midnight:

ticks = ((seconds_since_midnight / 86,400) * 24,000 + 18,000) % 24,000

The in-game day counter (used for moon phases) is preserved thanks to alignFullTime; only the time of day is rewritten.

Configuration

Each platform generates an rtw.properties file on first launch:

# Time zone (tz database), e.g. Europe/Paris, America/New_York, UTC
timezone=Europe/Paris
# Synchronisation frequency, in ticks (20 ticks = 1 second)
update-interval-ticks=20
# Disables the native day/night cycle so that only RTW controls the time
freeze-day-night-cycle=true
# ‘*’ for all worlds, or a comma-separated list
# (Bukkit name, e.g. ‘world,world_nether’ — or Forge/Fabric ID, e.g. ‘minecraft:overworld’)
worlds=*

File location depending on the platform:

  • Bukkit/Spigot/Paper: plugins/RealTimeWorld/rtw.properties
  • Forge: config/rtw.properties (server-side/single-player world)
  • Fabric: config/rtw.properties

Ideas for future developments

  • More advanced /rtw command (change time zone on the fly, force a specific time)
  • Support for multiple time zones per world (one world = one country)
  • Smooth interpolation between two synchronisations to avoid visible ‘jumps’ in the sun/moon positions
  • rtw-neoforge module if you want to track the NeoForge fork as well as Forge

Screenshots

Gallery

  • 7:35 PM
    7:35 PM

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
Downloads
Last Updated
CurseForge
Created
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