Files
RealTimeWeather/src/main/resources/config.yml

40 lines
962 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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