diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6b10d76..35f2a0c 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -6,8 +6,7 @@ SyncTime: false # # # Enter the time zone that you want to sync your world(s) with # -# This value CAN be different from your chosen weather location # -# Acceptable formats include: EST, America/Los_Angeles, and GMT-8:00 # +# This location CAN be different from your chosen weather location # # You can find a full list of timezones here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List # Timezone: 'America/New_York' # # @@ -33,4 +32,4 @@ CountryCode: 'US' # This will also provide java error messages when an error is caught and managed by RTM # Note: There will be no messages during a time sync because they happen every second # Note: Java exceptions and fatal plugin errors will still be logged regardless of the debug value -Debug: false \ No newline at end of file +Debug: false