Time Formatter
No reviews yet
A client-side mod which formats Discord Timestamps to your local time.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
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
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
TimeFormatter
A simple client-side Minecraft mod that automatically finds and formats Discord-style timestamps in chat, converting them to your local time.
Features
- Client-Side Only: No server-side installation is required. It works on any server you join. The formatting works only with the mod installed.
- Automatic Formatting: Detects timestamps like
<t:1672531200>in chat messages. - Literal Sending (not timezone aware): If a timestamp like
<<t:1672531200>>is sent in the chat, it will get replaced by a matching literal assuming it won't overflow the 256 character limit, thus visible to everyone. - Local Time Conversion: All timestamps are converted and displayed in your computer's local time zone.
- Multiple Formats: Supports all of Discord's standard timestamp formatting styles.
- Relative Time: Can display time relatively, such as "5 minutes ago" or "in 2 hours".
How It Works
The mod checks incoming chat messages for timestamps like <t:TIMESTAMP:STYLE> (or <<t:TIMESTAMP:STYLE>>).
TIMESTAMP: A Unix timestamp (in seconds). You can also use the special valuesyesterday,nowandtomorrowto represent the respective time.STYLE: An optional single character that controls the output format. If you don't provide a style, it defaults tof(Short Date/Time).
Supported Styles
| Style | Example Output | Description |
|---|---|---|
t |
14:30 |
Short Time |
T |
14:30:00 |
Long Time |
d |
31/12/2023 |
Short Date |
D |
December 31, 2023 |
Long Date |
f |
December 31, 2023 at 14:30 |
Short Date/Time (Default) |
F |
Sunday, December 31, 2023 at 14:30 |
Long Date/Time |
R |
5 minutes ago |
Relative Time |
Example
If another player let's say in the UTC timezone sends the following message in chat:
The server event will start at <t:1704067200:F>.
And you're in the GMT+1 timezone, you'll see:
The server event will start at Monday, January 1, 2024 at 01:00.
However, if the player in UTC sends this message in chat:
My date and time is <<t:1704067200:F>>.
Everyone (even players without this mod) will see this:
The server event will start at Monday, January 1, 2024 at 01:00.
Installation
This is a Fabric mod and requires the Fabric API.
- Download the latest version.
- Place the downloaded
.jarfile into your.minecraft/modsfolder. - Launch the game using the Fabric Loader.
Building from Source
- Clone the repository:
git clone https://github.com/m3z0id/TimeFormatter.git - Navigate into the project directory:
cd TimeFormatter - Build the project using Gradle:
./gradlew build -Pmc=<Minecraft Version> -Pyarn=<Yarn Version> -Papi=<Fabric API Version> -Padventure=<Koryo Adventure Fabric Version> - The compiled
.jarfile will be located in thebuild/libs/directory.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
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
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