16 lines
524 B
Properties
16 lines
524 B
Properties
# Geodata files folder
|
|
geodataPath = ./data/geodata
|
|
|
|
# True: Try to load regions not specified below(won't disturb server startup when file does not exist)
|
|
# False: Don't load any regions other than the ones specified with True below
|
|
tryLoadUnspecifiedRegions = True
|
|
|
|
# List of regions to be required to load
|
|
# eg.:
|
|
# Both regions required
|
|
# 22_22=True
|
|
# 19_20=true
|
|
# Exclude region from loading
|
|
# 25_26=false
|
|
# True: Region is required for the server to startup
|
|
# False: Region is not considered to be loaded |