From 27dc240597584ec7dc7f8947437b893d01058b08 Mon Sep 17 00:00:00 2001 From: Jack <55409055+Jack1424@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:50:34 -0400 Subject: [PATCH] moved updateCheckInterval and Debug to top of config.yml --- src/main/resources/config.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index a44f8a7..c83c8df 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -85,17 +85,4 @@ APIKey: 'API_KEY' WeatherLatitude: '0' WeatherLongitude: '0' # # -###################################################################################################################### - -# By default, RealTimeWeather will check if an update is available every 24 hours (1734000 ticks) -# You can change the interval here (or set to 0 to disable update checks) -# If this is disabled, RealTimeWeather will still check for updates on startup -# You can find a handy tick calculator here: https://mapmaking.fr/tick/ -updateCheckInterval: 1734000 - -# Set to true for various console messages when time and weather sync are executed -# This is useful if the plugin is not working, and you want to find out what's wrong -# This will also provide error messages even when an error is caught and managed by RTM -# Note: There will be no messages during a time sync because they happen very frequently -# Note: Unhandled plugin errors will still be logged regardless of the debug value -Debug: false +###################################################################################################################### \ No newline at end of file