I want the ability to reload already generated chunks.
goddy516 opened this issue ยท 2 comments
Affects version
1.2.153
Reproduce
Requires the plug-in "Multiverse-Core" & "Dynmap"
- Create a world called "TEST" with Multiverse-Core.
- Start chunk generation. Dynmap will read the chunk generated range.
- Delete the world called "TEST".
- Create a world called TEST again.
- Start chunk generation. If you do the above, chunks will not be generated from the second time onward.
Observation results
I think that it is not reflected in Dynmap because it is regarded as a chunk that has already been generated and that chunk is skipped.
Expected results
I would like you to add a setting that allows you to switch whether to read the once generated chunk again with "true" or "false".
The new caching system just assumes that the same world name will not be in use for two different worlds during the same ongoing server session. Looks like this could be improved since that actually appears to be possible. For now, you'll have to use an earlier release of chunky or restart the server if you have two worlds sharing the same name.
This should be fixed by 5613f94 since the world is initialized any time it is created or reloaded by Multiverse. Re-creating the world with the same name shouldn't be an issue anymore.