Minecon724
90205881f8
even if this compiles it's unlikely to work properly this has been my most productive ever well maybe not ever but lately for sure
19 lines
No EOL
552 B
YAML
19 lines
No EOL
552 B
YAML
############################
|
|
### WEATHER SETTINGS ###
|
|
############################
|
|
|
|
enabled: false
|
|
|
|
# Currently only OpenWeatherMap
|
|
provider: openweathermap
|
|
# put your OpenWeatherMap api key
|
|
apiKey: REPLACE ME
|
|
|
|
# How this plugin affects your world:
|
|
# - static (false): weather is the same across the world
|
|
# - dynamic (true): weather is per player, however it's only cosmetical so it will not match mobs spawning etc
|
|
# settings for both are in map.yml
|
|
dynamic: true
|
|
|
|
# prevent the game, players or other plugins from changing the weather
|
|
lock: true |