diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index e9aae3a..9388ab9 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,30 +1,39 @@ -api-key: "DEIN_API_KEY_HIER" -update-interval: 60 -defaults: - enabled: true - location: "Berlin,de" - units: "metric" - time-format: "24h" - display-actionbar: true - display-weather-icon: true - display-position: "top-right" - padding-right: 100 -worlds: - world: - enabled: true - location: "Berlin,de" - units: "metric" - time-format: "24h" - display-actionbar: true - display-weather-icon: true - display-position: "top-left" - padding-right: 50 - world_nether: - enabled: false - location: "Berlin,de" - units: "metric" - time-format: "24h" - display-actionbar: true - display-weather-icon: false - display-position: "top-right" - padding-right: 150 \ No newline at end of file +# OpenWeatherMap API-Key – hier eintragen +api-key: "DEIN_API_KEY_HIER" + +# Update-Intervall in Sekunden (Standard: 60) +update-interval: 60 + +defaults: + enabled: true + location: "Berlin,de" # Stadt,Land + units: "metric" # metric = °C, imperial = °F + time-format: "24h" # oder "12h" + display-actionbar: true + display-weather-icon: true + display-position: "top-right" + padding-right: 100 + sync-in-game-weather: true + +worlds: + world: + enabled: true + location: "Berlin,de" + units: "metric" + time-format: "24h" + display-actionbar: true + display-weather-icon: true + display-position: "top-left" + padding-right: 50 + sync-in-game-weather: true + + world_nether: + enabled: false + location: "Berlin,de" + units: "metric" + time-format: "24h" + display-actionbar: true + display-weather-icon: false + display-position: "top-right" + padding-right: 150 + sync-in-game-weather: false