Dependencies: PlaceholderAPI (PAPI) Description: This plugin allows you to set a custom date on your server (day, month, year) that actually updates with each Minecraft day!
Usage: Do not forget to change the world in the config if it is not named "world"! The starting date can be changed in the config. Edit
date.yml to set your initial date. Edit
config.yml to edit months and the date format.
You would then need to reload the config with
/customservertime reload to push changes.
Commands: /date - Shows the date
/customservertime reload - Reloads the config.yml
/finddate [epoch time] - Find when a date happened or will happen given an epoch time timestamp
Permissions: customservertime.reload - Gives access to the reload command
# The date mode is used to determine the format in which to display
# Placeholders:
# @DAY - The day value
# @DAY_SUFFIX - The suffix of the day value (i.e. the 'st' in '21st')
# @MONTH - The number value of the month
# @MONTH_NAME - The name of the month
# @MONTH_LENGTH - The length of the month
# @YEAR - The year value
# The format with default configuration will appear as "February 20th, 1998"
DateFormat: "@MONTH_NAME @DAY@DAY_SUFFIX, @YEAR"