Hi
I want to delete a specific chunk (x,y,z) and reset it's data as a fresh new one generated by game as chunk never was saved in db. Any hint how can i do that? I tried to find a specific method in API but i can't find one. Only idea i have is to delete data from Chunks/ChunkPart tables from chunks.db but this look ugly and i am not sure if i mess something if delete data of row of specific x,y,z. And how can delete these data with game running on MP server, how can players see new chunk, etc.
Ultimate goal is to have a tool who can reset a chunk to default state and delete large data of constructions element ,large terrain terraforming, etc from that chunk and reclaim chunk to pool of untouched chunk where npc/animals can spawn again.
Thx in advance.