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
24 lines
No EOL
512 B
YAML
24 lines
No EOL
512 B
YAML
############################
|
|
### 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 |