realweather/target/classes/modules/weather.yml

19 lines
552 B
YAML
Raw Normal View History

############################
### 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