/
26.1.2.build.53-stable)plugin.yml api-version updated to '26.1.2' (required format for Paper 26.1+)MockBukkit-v1.20:3.15.1 → MockBukkit-v1.21:3.133.2teleportAsync() — players are now kicked from the world via Paper's async teleport API before reset, reducing main-thread stall during chunk unloadinggetChunkAtAsync() so the world is immediately ready for players (performance.spawn-preload-radius, default 3)preloadChunksAsync() simplified — removed a redundant CompletableFuture wrapper; getChunkAtAsync() is already non-blocking and handles its own threadingdeleteWorldFolder() rewritten with NIO — now uses Files.walk(...).sorted(reverseOrder()) to guarantee files are deleted before their parent directories, fixing the silent-failure case where non-empty directories were not deleted
A Modern Resource World Plugin