[SPIGOT-6722] World folder deletion bug Created: 25/Aug/21 Updated: 26/Apr/22 Resolved: 27/Aug/21 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Sergey Maliy | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | bug, craftbukkit, world-storage | ||
Environment: |
OC: Windows 10 |
Version: | CraftBukkit version 3227-Spigot-3c1fc60-a0a37f4 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) |
Plugin: | Any world-management plugin |
Guidelines Read: | Yes |
Description |
First of all, it is worth mentioning that all actions are performed with the server always running. And if u create a new world with same name BEFORE ".mca" files will be removed, this will give a huge(5000 lines) crash in the console "Failed to read chunk [x, z]", "java.nio.file.AccessDeniedException: world2\entities\r.-1.0.mca". How do I get the error? I'm sure it shouldn't work that way, we should have free access to delete worlds like on 1.12.2. |
Comments |
Comment by Marvin Rieple [ 27/Aug/21 ] |
Made a PR for this: craftbukkit#924 |
Comment by Marvin Rieple [ 26/Aug/21 ] |
It seems that the entity Manager is never closed when unloading the world via the bukkit unloud method. |