2022-04-23 18:49:02 +02:00
|
|
|
weather:
|
|
|
|
# In which worlds weather control is allowed?
|
|
|
|
# If a world doesn't exist nothing will happen
|
|
|
|
worlds:
|
|
|
|
- world
|
|
|
|
- second_world
|
|
|
|
- third_world
|
|
|
|
# Point for a static location
|
2022-04-23 19:57:57 +02:00
|
|
|
# Weather by player's real location soon
|
2022-04-23 18:49:02 +02:00
|
|
|
source: point
|
|
|
|
point:
|
|
|
|
latitude: 41.84201
|
|
|
|
longitude: -89.485937
|
|
|
|
|
|
|
|
provider:
|
|
|
|
# Your provider choice
|
|
|
|
# Case insensitive
|
|
|
|
choice: openweathermap
|
|
|
|
# Provider settings here
|
|
|
|
# Unlike the previous option, these are case sensitive
|
|
|
|
openweathermap:
|
|
|
|
apiKey: ''
|
|
|
|
# More providers soon!
|
|
|
|
|
|
|
|
settings:
|
2022-04-23 19:57:57 +02:00
|
|
|
# Delay between rechecking weather
|
2022-04-23 18:49:02 +02:00
|
|
|
# 20 is one second
|
2022-04-23 19:57:57 +02:00
|
|
|
# Shouldn't affect performance
|
|
|
|
timeBetweenRecheck: 600
|
2022-04-23 18:49:02 +02:00
|
|
|
|
2022-04-23 19:57:57 +02:00
|
|
|
# Advanced options
|
|
|
|
timeBeforeInitialRun: 0
|
|
|
|
debug: true
|