Please update the config.yml before using!
Config-updater is going to be implemented really soon.
1st way, Manual update (this is how the config.yml should look like, added Time-format to Settings section and also a whole new Display section)
Code (Text):
# Configuration
# Date section
# In this section you are able to modify current day/month/year
# Change it to any valid number you wish and make sure it's valid for Gregorian calendar (currently used scheme)
Date:
Day: 1
Month: 1
Year: 2020
# Modules section
# In this section can enable/disable any module
# Simply change the value to true (enabled), false (disabled)
# Don't forget to download the module before enabling!
Modules:
Date&Time: false
Settings:
# Important to set this option
# Main-world is used by plugin to check its time
# Every action (next day, next month, next year) is based on Main-world's time
# Used for Date & Time module
Main-world: world
# This option allows you to synchronise time between Main-world and every other world (enabled one only, check worlds.yml)
# That guarantees you the same time in every world (enabled one only, check worlds.yml)
# Simply change the value to true (enabled), false (disabled)
# Used for Date & Time module
Synchronize-time: true
# Enable/disable update check
# Simply change the value to true (enabled), false (disabled)
# Used for Core
Update-checker: true
# Modify time format (1.0.1)
# This option allows you to change time format to 24-hour or 12-hour one, 12-hour one contains AM/PM
# Values: 24H (24-hour one), 12H (12-hour one)
# Used for Date & Time module
Time-format: 24H
# Display section (1.0.1)
# In this section you can modify the display options
Display:
# This option will modify time's displaying
# Used for Date & Time module
Time:
# Set if the display is even enabled or not
# Simply change the value to true (enabled), false (disabled)
Enabled: true
# Here you can set its format, {0} stands for hours, {1} stands for minutes, {2} stands for seconds
Format: '&e{0}&a:&e{1}&a:&e{2}'
# Location option allows you to choose where the thing shows up, currently available: ActionBar, Title (not recommended), Chat (not recommended)
Location: ActionBar
# Translation section
# In this section you can translate the plugin
# Please add ' ' to the value if special symbol (such as &) is used
Translation:
Messages:
# The message occurs on player's join
# {0} = day, {1} = month, {2} = year
# Used for Date & Time module
Current-day: '&eToday is &a{0}&e.&a{1}&e.&a{2}&e!'
# The message occurs when there is a next day
# Used for Date & Time module
Next-day: '&eNext day'
# The message occurs when there is a next month
# Used for Date & Time module
Next-month: '&eNext month'
# The message occurs when there is a new year
# Used for Date & Time module
New-year: '&eNew year'
# Months
# You can translate any of the months
# The names occur when there is a new month
# Used for Date & Time module
Months:
January: '&aJanuary'
February: '&aFebruary'
March: '&aMarch'
April: '&aApril'
May: '&aMay'
June: '&aJune'
July: '&aJuly'
August: '&aAugust'
September: '&aSeptember'
October: '&aOctober'
November: '&aNovember'
December: '&aDecember'
2nd way, Automatic update
remove config.yml and let the plugin generate new one
then set your values from the previous used
This update also provides some backend changes for Date & Time module.