2
0

GeoDriver.properties 524 B

12345678910111213141516
  1. # Geodata files folder
  2. geodataPath = ./data/geodata
  3. # True: Try to load regions not specified below(won't disturb server startup when file does not exist)
  4. # False: Don't load any regions other than the ones specified with True below
  5. tryLoadUnspecifiedRegions = True
  6. # List of regions to be required to load
  7. # eg.:
  8. # Both regions required
  9. # 22_22=True
  10. # 19_20=true
  11. # Exclude region from loading
  12. # 25_26=false
  13. # True: Region is required for the server to startup
  14. # False: Region is not considered to be loaded