diff options
author | Cow <cow@volloeko.de> | 2020-12-21 17:39:35 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-12-21 17:39:35 +0100 |
commit | 1f58cab966b15f12f4dd979f48e047c936c5841a (patch) | |
tree | 93a0a739e1f6611797811cb9d8787c10e922bcf6 /CHANGELOG.md | |
parent | 35fda52e2f38a66fb864f8f6a7552ef2078d3dea (diff) | |
download | Cowlection-1f58cab966b15f12f4dd979f48e047c936c5841a.tar.gz Cowlection-1f58cab966b15f12f4dd979f48e047c936c5841a.tar.bz2 Cowlection-1f58cab966b15f12f4dd979f48e047c936c5841a.zip |
Added server freshness-indicators
- ≈ when server was last restarted
- cmd: `/moo worldage`
- notifications when switching worlds (toggleable via config)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b96f2f0..73c6627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Short alias `/m` for `/moo` command - Copy inventories to clipboard as JSON with <kbd>CTRL</kbd> + <kbd>C</kbs> - Added sound when a best friend comes online (deactivated by default) +- Check how long current world has been loaded + - ≈ when server was last restarted + - via command `/moo worldage` + - notification when joining a recently loaded or a very old server (toggleable via config) ### Changed - Item age: show timestamp in the local timezone instead of "SkyBlock"-timezone (Eastern Time; also fixed the incorrect 12h ↔ 24h clock conversion) |