- Method "updateChunks(ChunkInfo)" is deprecated
- Rename "updateChunks(ChunkInfo)" to "updateChunk(ChunkInfo)"
- Now method "updateChunks(location)" updates the nearest beside chunks
- Add methods for update single chunk
- Fix unused configuration parameters
- Introduce update type information (Major, Minor, Patch) with warning message for major updates
- Changed default "max-iterations-per-tick"
- Improvement async execute
- Many fixes