src/main/resources/config.yml aktualisiert
This commit is contained in:
@@ -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
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user