addon plugin providing a placeholder for the world's current Gregorian date.
Display your world's gametime
(ticks since creation of the world) in human readable form like Sat, 10 Sep 1, 05:32
.
The date starts at the January 1st, of the year 1 and counts up every Minecraft day (24000 ticks).
It adds a placeholder %world-date%
to for use in headers or footers.
Install NEZNAMY's TAB plugin from https://github.com/NEZNAMY/TAB#links as well as this plugin into the plugins
-folder.
Restart the server once, to create the config files and edit the settings in to your needs.
In -
config.yml
you can add now something like this:
# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Header-&-Footer
header-footer:
[...]
header:
[...]
- '&r&7%world-date%'
[...] '
After checkout/clone do
git submodule update --init --recursive
once, than ./gradlew clean build
.