From ef8ae1f6f475608fa99752e8c39e68d2c31330e8 Mon Sep 17 00:00:00 2001 From: Jack Fitch <55409055+Jack1424@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:04:59 -0400 Subject: [PATCH] add link to Wiki in config.yml --- src/main/resources/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c7e7244..7edd4d7 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,4 +1,5 @@ # RealTimeWeather Configuration File (v2) +# You can find detailed instructions at: https://github.com/Jack1424/RealTimeWeather/wiki#editing-the-configuration-file ################################# TIME SYNC SETTINGS ################################################################# # Set to true to enable time syncing, or false to disable # @@ -45,5 +46,5 @@ Longitude: '0' # This is useful if the plugin is not working, and you want to find out what's wrong # 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 very frequently -# Note: Java exceptions and fatal plugin errors will still be logged regardless of the debug value +# Note: Unhandled plugin errors will still be logged regardless of the debug value Debug: false