Community listing page, reviews here may not be monitored by the author.
Real Time World (RTW)
No reviews yet
Your world, in your time zone.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description


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
/rtwcommand (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-neoforgemodule if you want to track the NeoForge fork as well as Forge
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers