> For the complete documentation index, see [llms.txt](https://moretweaks.tarna.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moretweaks.tarna.dev/tweaks/real-time-clock.md).

# Real Time Clock

## Description

Adds a command that displays the real time of how long the world has been up for.

## Options

| Name    | Description                                  | Type    | Default                                                                                                                                     |
| ------- | -------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| enabled | Whether this tweak is enabled.               | boolean | false                                                                                                                                       |
| command | The name of the command to register.         | string  | realtimeclock                                                                                                                               |
| message | The formt of  the command will respond with. | string  | \<green>The world has been active for \<white>\<days> \<green>days, \<white>\<hours> \<green>hours, and \<white>\<minutes> \<green>minutes. |
