realweather/target/classes/map.yml

24 lines
512 B
YAML
Raw Normal View History

############################
### MAP SETTINGS ###
############################
# true if the list below is a blacklist, false otherwise
worldBlacklist: true
worlds:
- disabled_world
- something
dimensions:
# blocks per 1 deg, can't be decimal
# the default (111000) assumes 1 block = 1 meter
latitude: 111000
longitude: 111000
# if you want the globe to cover the whole world use:
# latitude: 333333
# longitude: 166666
# if you use `static` mode
point:
latitude: 0
longitude: 0