-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9522384
commit d72c27d
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# MOTD | ||
|
||
Start typing here... | ||
The MOTD ("Message of the Day") is a message that appears when a player logs into your server. It can be toggled and managed in the [Configuration](ES-Configuration.md). | ||
|
||
## Tags | ||
Tags are used to replace text with pre-generated values set by Essence. You can use these tags to set values that may change often such as versions. | ||
|
||
| Tag | Description | Example | | ||
|-------------------------|--------------------------------------------------------------|---------------------| | ||
| `{{essence-version}}` | Get's the version of Essence the server is running. | 1.4.0 | | ||
| `{{minecraft-version}}` | Get's the version of Minecraft the server is running. | 1.20.6 | | ||
| `{{time}}` | Gets the current time in format HH:MM:SS | 13:45:56 | | ||
| `{{date}}` | Gets the current date in format YYYY-MM-DD | 2024-05-19 | | ||
| `{{datetime}}` | Gets the current date and time in format YYYY-MM-DD HH:MM:SS | 2024-05-19 13:45:56 | |