src/main/resources/config.yml aktualisiert
This commit is contained in:
@@ -1,30 +1,39 @@
|
|||||||
api-key: "DEIN_API_KEY_HIER"
|
# OpenWeatherMap API-Key – hier eintragen
|
||||||
update-interval: 60
|
api-key: "DEIN_API_KEY_HIER"
|
||||||
defaults:
|
|
||||||
enabled: true
|
# Update-Intervall in Sekunden (Standard: 60)
|
||||||
location: "Berlin,de"
|
update-interval: 60
|
||||||
units: "metric"
|
|
||||||
time-format: "24h"
|
defaults:
|
||||||
display-actionbar: true
|
enabled: true
|
||||||
display-weather-icon: true
|
location: "Berlin,de" # Stadt,Land
|
||||||
display-position: "top-right"
|
units: "metric" # metric = °C, imperial = °F
|
||||||
padding-right: 100
|
time-format: "24h" # oder "12h"
|
||||||
worlds:
|
display-actionbar: true
|
||||||
world:
|
display-weather-icon: true
|
||||||
enabled: true
|
display-position: "top-right"
|
||||||
location: "Berlin,de"
|
padding-right: 100
|
||||||
units: "metric"
|
sync-in-game-weather: true
|
||||||
time-format: "24h"
|
|
||||||
display-actionbar: true
|
worlds:
|
||||||
display-weather-icon: true
|
world:
|
||||||
display-position: "top-left"
|
enabled: true
|
||||||
padding-right: 50
|
location: "Berlin,de"
|
||||||
world_nether:
|
units: "metric"
|
||||||
enabled: false
|
time-format: "24h"
|
||||||
location: "Berlin,de"
|
display-actionbar: true
|
||||||
units: "metric"
|
display-weather-icon: true
|
||||||
time-format: "24h"
|
display-position: "top-left"
|
||||||
display-actionbar: true
|
padding-right: 50
|
||||||
display-weather-icon: false
|
sync-in-game-weather: true
|
||||||
display-position: "top-right"
|
|
||||||
padding-right: 150
|
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
|
||||||
|
Reference in New Issue
Block a user