src/main/resources/config.yml aktualisiert

This commit is contained in:
2025-08-09 20:57:10 +00:00
parent a1e29bc89e
commit 64c994bc8b

View File

@@ -1,14 +1,20 @@
# OpenWeatherMap API-Key hier eintragen
api-key: "DEIN_API_KEY_HIER" api-key: "DEIN_API_KEY_HIER"
# Update-Intervall in Sekunden (Standard: 60)
update-interval: 60 update-interval: 60
defaults: defaults:
enabled: true enabled: true
location: "Berlin,de" location: "Berlin,de" # Stadt,Land
units: "metric" units: "metric" # metric = °C, imperial = °F
time-format: "24h" time-format: "24h" # oder "12h"
display-actionbar: true display-actionbar: true
display-weather-icon: true display-weather-icon: true
display-position: "top-right" display-position: "top-right"
padding-right: 100 padding-right: 100
sync-in-game-weather: true
worlds: worlds:
world: world:
enabled: true enabled: true
@@ -19,6 +25,8 @@ worlds:
display-weather-icon: true display-weather-icon: true
display-position: "top-left" display-position: "top-left"
padding-right: 50 padding-right: 50
sync-in-game-weather: true
world_nether: world_nether:
enabled: false enabled: false
location: "Berlin,de" location: "Berlin,de"
@@ -28,3 +36,4 @@ worlds:
display-weather-icon: false display-weather-icon: false
display-position: "top-right" display-position: "top-right"
padding-right: 150 padding-right: 150
sync-in-game-weather: false