BlueMap/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/config
Lukas Rieger 16981f2797
Refactor World-Management and Region/Chunk-Loading (#496)
* Implement PackedIntArrayAccess

* First working render with BlueNBT

* Progress converting chunkloaders

* Core rewrite done

* WIP - Restructuring configs and world-map mapping

* WIP - Compiling and starting without exceptions :)

* Fix cave detection

* Ensure configuration backwards compatibility (resolve dimension from configured world if missing)

* Implement support for 1.16+ chunks

* Implement support for 1.15+ chunks

* Implement support for 1.13+ chunks and some fixes

* Also find worlds based on their id again in BlueMapAPI

* Improve autogenerated config names

* Implement equals for all ServerWorld implementations

* Get rid of var usage
2024-02-07 20:43:37 +01:00
..
storage Add support for postgres databases (#443) 2023-06-12 22:55:44 +02:00
typeserializer Refactor World-Management and Region/Chunk-Loading (#496) 2024-02-07 20:43:37 +01:00
BlueMapConfigManager.java Refactor World-Management and Region/Chunk-Loading (#496) 2024-02-07 20:43:37 +01:00
ConfigManager.java Refactor World-Management and Region/Chunk-Loading (#496) 2024-02-07 20:43:37 +01:00
ConfigTemplate.java Add stuff 2022-12-13 16:54:31 +01:00
ConfigurationException.java Refactored config management 2022-04-20 22:54:27 +02:00
CoreConfig.java Add debug-log, improve logging in general and fix weblogger not closing correctly 2023-07-01 09:44:19 +02:00
MapConfig.java Refactor World-Management and Region/Chunk-Loading (#496) 2024-02-07 20:43:37 +01:00
PluginConfig.java Add stuff 2022-12-13 16:54:31 +01:00
WebappConfig.java Add webapp option to default to flat-view 2023-07-04 14:42:12 +02:00
WebserverConfig.java Add debug-log, improve logging in general and fix weblogger not closing correctly 2023-07-01 09:44:19 +02:00