BG-Software-LLC / SSB-SlimeWorldManager

An addon for SuperiorSkyblock2 that adds SlimeWorldManager support for worlds management!
18 stars 17 forks source link

Support SlimeWorldManager 1_16_R3 #2

Closed BingYanchi closed 1 year ago

BingYanchi commented 3 years ago

I tried resetting the server, but the situation still reappeared. It seems that the world has been deleted, but the island information in Mysql has not been deleted. There may be a problem...

It seems that SlimeWorldManager has not been updated for a long time, but there is an alternative version that supports 1.16: https://github.com/Paul19988/Advanced-Slime-World-Manager

[00:26:38] [Server thread/INFO]: Bing_Yanchi[/183.209.138.117:50727] logged in with entity id 37 at ([world]1008.7889483460975, 101.0, 1011.7839391534945)
[00:26:38] [Server thread/WARN]: [NametagEdit] Loaded class me.clip.placeholderapi.PlaceholderAPI from PlaceholderAPI v2.10.9 which is not a depend, softdepend or loadbefore of this plugin.
[00:27:05] [Server thread/INFO]: Bing_Yanchi issued server command: /bs
[00:27:07] [Server thread/INFO]: Bing_Yanchi issued server command: /lobby
[00:27:15] [Server thread/INFO]: Bing_Yanchi issued server command: /is create Bing_Yanchi
[00:27:17] [Server thread/INFO]: [SWM] Creating empty world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal.
[00:27:17] [Server thread/INFO]: [SWM] World island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal created in 162ms.
[00:27:17] [Server thread/INFO]: Preparing start region for dimension minecraft:island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal
[00:27:17] [Server thread/INFO]: Loaded 0 spawn chunks for world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal
[00:27:17] [Server thread/INFO]: Preparing spawn area: 0%
[00:27:17] [Server thread/INFO]: Time elapsed: 34 ms
[00:27:17] [Server thread/INFO]: [Slimefun] Loading Blocks for World "island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal"
[00:27:17] [Server thread/INFO]: [Slimefun] This may take a long time...
[00:27:17] [Server thread/INFO]: [QuickShop] Loading shops from the database...
[00:27:17] [Server thread/INFO]: [QuickShop] Used 1ms to fetch all shops from the database.
[00:27:17] [Server thread/INFO]: [QuickShop] Successfully loaded 8 shops! (Used 1ms, Avg 42ms per shop)
[00:27:17] [Server thread/INFO]: [QuickShop] 0 shops will load after chunk have loaded, 4 shops will load after the world has loaded.
[00:27:18] [Server thread/INFO]: 岛屿 | 成功向 Bing_Yanchi 发送信息!
[00:27:40] [Server thread/INFO]: Bing_Yanchi issued server command: /is delete
[00:27:41] [Server thread/WARN]: java.lang.NullPointerException
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.deleteWorld(SlimeUtils.java:97)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.lambda$onIslandDelete$0(SSBSlimeWorldManager.java:39)
[00:27:41] [Server thread/WARN]:    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
[00:27:41] [Server thread/WARN]:    at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.onIslandDelete(SSBSlimeWorldManager.java:39)
[00:27:41] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor145.execute(Unknown Source)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[00:27:41] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.utils.events.EventsCaller.callIslandDisbandEvent(EventsCaller.java:118)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.MenuConfirmDisband.onPlayerClick(MenuConfirmDisband.java:36)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.SuperiorMenu.onClick(SuperiorMenu.java:185)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.listeners.MenusListener.onMenuClick(MenusListener.java:71)
[00:27:41] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor272.execute(Unknown Source)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[00:27:41] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2540)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:32)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:10)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1132)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1125)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1086)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1000)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173)
[00:27:41] [Server thread/WARN]:    at java.lang.Thread.run(Unknown Source)
[00:27:41] [Server thread/WARN]: java.lang.NullPointerException
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.deleteWorld(SlimeUtils.java:97)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.lambda$onIslandDelete$0(SSBSlimeWorldManager.java:39)
[00:27:41] [Server thread/WARN]:    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
[00:27:41] [Server thread/WARN]:    at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.onIslandDelete(SSBSlimeWorldManager.java:39)
[00:27:41] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor145.execute(Unknown Source)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[00:27:41] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.utils.events.EventsCaller.callIslandDisbandEvent(EventsCaller.java:118)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.MenuConfirmDisband.onPlayerClick(MenuConfirmDisband.java:36)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.SuperiorMenu.onClick(SuperiorMenu.java:185)
[00:27:41] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.listeners.MenusListener.onMenuClick(MenusListener.java:71)
[00:27:41] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor272.execute(Unknown Source)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[00:27:41] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[00:27:41] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2540)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:32)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:10)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1132)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1125)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1086)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1000)
[00:27:41] [Server thread/WARN]:    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173)
[00:27:41] [Server thread/WARN]:    at java.lang.Thread.run(Unknown Source)

The last error was caused by my attempt to use /is tp to send back to the island. I checked the server file, the world has been deleted, but the island information is still displayed in Mysql. It should be the problem caused by the previous error.

[00:27:41] [Server thread/INFO]: [SWM] Loading world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal.
[00:27:41] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to SuperiorSkyblock2 v1.5.2
java.lang.RuntimeException: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:79) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:51) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:47) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SSBWorldManager$SlimeWorldsProvider.getIslandsWorld(SSBWorldManager.java:27) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.ProvidersHandler.getIslandsWorld(ProvidersHandler.java:301) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.GridHandler.getIslandsWorld(GridHandler.java:343) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.getCenter(SIsland.java:648) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.getMinimum(SIsland.java:731) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.isInside(SIsland.java:879) ~[?:?]
    at com.bgsoftware.superiorskyblock.registry.IslandRegistry.get(IslandRegistry.java:26) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.GridHandler.getIslandAt(GridHandler.java:294) ~[?:?]
    at com.bgsoftware.superiorskyblock.listeners.CustomEventsListener.onPlayerTeleport(CustomEventsListener.java:85) ~[?:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor265.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.4.jar:git-Paper-416]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.craftbukkit.v1_16_R3.entity.CraftPlayer.teleport(CraftPlayer.java:803) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.craftbukkit.v1_16_R3.entity.CraftEntity.lambda$teleportAsync$1(CraftEntity.java:525) ~[patched_1.16.4.jar:git-Paper-416]
    at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture.uniAcceptStage(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture.thenAccept(Unknown Source) ~[?:1.8.0_281]
    at org.bukkit.craftbukkit.v1_16_R3.entity.CraftEntity.teleportAsync(CraftEntity.java:525) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.craftbukkit.v1_16_R3.entity.CraftPlayer.teleportAsync(CraftPlayer.java:773) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.entity.Entity.teleportAsync(Entity.java:174) ~[patched_1.16.4.jar:git-Paper-416]
    at com.bgsoftware.superiorskyblock.hooks.AsyncProvider_Paper.teleport(AsyncProvider_Paper.java:21) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.ProvidersHandler.teleport(ProvidersHandler.java:261) ~[?:?]
    at com.bgsoftware.superiorskyblock.utils.teleport.TeleportUtils.lambda$teleport$1(TeleportUtils.java:23) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SSBWorldManager$SlimeWorldsProvider.prepareTeleport(SSBWorldManager.java:55) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.ProvidersHandler.prepareTeleport(ProvidersHandler.java:317) ~[?:?]
    at com.bgsoftware.superiorskyblock.utils.teleport.TeleportUtils.teleport(TeleportUtils.java:27) ~[?:?]
    at com.bgsoftware.superiorskyblock.player.SSuperiorPlayer.teleport(SSuperiorPlayer.java:286) ~[?:?]
    at com.bgsoftware.superiorskyblock.player.SSuperiorPlayer.teleport(SSuperiorPlayer.java:280) ~[?:?]
    at com.bgsoftware.superiorskyblock.player.SSuperiorPlayer.teleport(SSuperiorPlayer.java:311) ~[?:?]
    at com.bgsoftware.superiorskyblock.player.SSuperiorPlayer.teleport(SSuperiorPlayer.java:297) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.kickMember(SIsland.java:496) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.lambda$disbandIsland$46(SIsland.java:1130) ~[?:?]
    at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_281]
    at com.bgsoftware.superiorskyblock.island.SIsland.disbandIsland(SIsland.java:1128) ~[?:?]
    at com.bgsoftware.superiorskyblock.menu.MenuConfirmDisband.onPlayerClick(MenuConfirmDisband.java:51) ~[?:?]
    at com.bgsoftware.superiorskyblock.menu.SuperiorMenu.onClick(SuperiorMenu.java:185) ~[?:?]
    at com.bgsoftware.superiorskyblock.listeners.MenusListener.onMenuClick(MenusListener.java:71) ~[?:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor272.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.4.jar:git-Paper-416]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2540) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:32) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:10) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1132) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1125) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1086) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1000) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173) ~[patched_1.16.4.jar:git-Paper-416]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
Caused by: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal
    at com.grinderwolf.swm.plugin.loaders.file.FileLoader.loadWorld(FileLoader.java:41) ~[?:?]
    at com.grinderwolf.swm.plugin.SWMPlugin.loadWorld(SWMPlugin.java:246) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:73) ~[?:?]
    ... 61 more
[00:27:41] [Server thread/INFO]: [SWM] Loading world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal.
[00:27:41] [Server thread/ERROR]: Could not pass event InventoryClickEvent to SuperiorSkyblock2 v1.5.2
java.lang.RuntimeException: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:79) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:51) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:47) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SSBWorldManager$SlimeWorldsProvider.getIslandsWorld(SSBWorldManager.java:27) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.ProvidersHandler.getIslandsWorld(ProvidersHandler.java:301) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.GridHandler.getIslandsWorld(GridHandler.java:343) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.getCenter(SIsland.java:648) ~[?:?]
    at com.bgsoftware.superiorskyblock.utils.islands.IslandUtils.getChunkCoords(IslandUtils.java:65) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.resetChunks(SIsland.java:860) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.resetChunks(SIsland.java:855) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.disbandIsland(SIsland.java:1146) ~[?:?]
    at com.bgsoftware.superiorskyblock.menu.MenuConfirmDisband.onPlayerClick(MenuConfirmDisband.java:51) ~[?:?]
    at com.bgsoftware.superiorskyblock.menu.SuperiorMenu.onClick(SuperiorMenu.java:185) ~[?:?]
    at com.bgsoftware.superiorskyblock.listeners.MenusListener.onMenuClick(MenusListener.java:71) ~[?:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor272.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.4.jar:git-Paper-416]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.4.jar:git-Paper-416]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2540) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:32) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:10) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1132) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1125) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1086) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1000) ~[patched_1.16.4.jar:git-Paper-416]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173) ~[patched_1.16.4.jar:git-Paper-416]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
Caused by: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_3f31b56c-db0d-4116-b723-2c0b3eb72d21_normal
    at com.grinderwolf.swm.plugin.loaders.file.FileLoader.loadWorld(FileLoader.java:41) ~[?:?]
    at com.grinderwolf.swm.plugin.SWMPlugin.loadWorld(SWMPlugin.java:246) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:73) ~[?:?]
    ... 33 more
OmerBenGera commented 3 years ago

If it works with the regular SlimeWorldManager, then it's an issue with the fork you know

BingYanchi commented 3 years ago

If it works with the regular SlimeWorldManager, then it's an issue with the fork you know

Hey, I tried to run it on 1.15.2 and used the original SlimeWorldManager. When deleting the island, I also encountered the same error!

[19:35:37] [Server thread/INFO]: Bing_Yanchi issued server command: /is create Bing
[19:35:39] [Server thread/INFO]: [SWM] Creating empty world island_c461438e-87f9-4842-83dc-c973d4e57912_normal.
[19:35:39] [Server thread/INFO]: [SWM] World island_c461438e-87f9-4842-83dc-c973d4e57912_normal created in 194ms.
[19:35:39] [Server thread/INFO]: [SWM] Loading world island_c461438e-87f9-4842-83dc-c973d4e57912_normal
[19:35:39] [Server thread/INFO]: [SWM] World island_c461438e-87f9-4842-83dc-c973d4e57912_normal loaded in 1ms.
[19:35:40] [Server thread/INFO]: Island | Successfully sent Bing_Yanchi the message!
[19:35:40] [Server thread/INFO]: Bing_Yanchi has made the advancement [Diamonds!]
[19:35:40] [Craft Scheduler Thread - 219/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 219/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 422/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 422/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 422/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 413/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 418/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 418/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 417/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 414/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 414/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 414/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 413/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 413/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 163/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 447/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 447/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 415/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 415/WARN]:     at java.lang.Thread.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 416/WARN]: java.lang.NullPointerException
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:274)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at net.minecraft.server.v1_15_R1.GameProfileSerializer.a(GameProfileSerializer.java:270)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at net.minecraft.server.v1_15_R1.IChunkLoader.getChunkData(IChunkLoader.java:89)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at com.bgsoftware.superiorskyblock.nms.NMSBlocks_v1_15_R1.lambda$runActionOnChunk$10(NMSBlocks_v1_15_R1.java:539)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at com.bgsoftware.superiorskyblock.utils.threads.Executor$NestedTask.lambda$null$6(Executor.java:144)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[19:35:40] [Craft Scheduler Thread - 416/WARN]:     at java.lang.Thread.run(Unknown Source)
BingYanchi commented 3 years ago

But I found out that an error was reported when it was created. The error reported when using /is delete is as follows:

[19:35:46] [Server thread/INFO]: Bing_Yanchi issued server command: /is delete
[19:35:47] [Server thread/WARN]: java.lang.NullPointerException
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.deleteWorld(SlimeUtils.java:97)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.lambda$onIslandDelete$0(SSBSlimeWorldManager.java:39)
[19:35:47] [Server thread/WARN]:    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
[19:35:47] [Server thread/WARN]:    at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.onIslandDelete(SSBSlimeWorldManager.java:39)
[19:35:47] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor3.execute(Unknown Source)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[19:35:47] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.utils.events.EventsCaller.callIslandDisbandEvent(EventsCaller.java:118)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.MenuConfirmDisband.onPlayerClick(MenuConfirmDisband.java:36)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.SuperiorMenu.onClick(SuperiorMenu.java:185)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.listeners.MenusListener.onMenuClick(MenusListener.java:71)
[19:35:47] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor130.execute(Unknown Source)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[19:35:47] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:2384)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PacketPlayInWindowClick.a(SourceFile:32)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PacketPlayInWindowClick.a(SourceFile:10)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1106)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1099)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1060)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:975)
[19:35:47] [Server thread/WARN]:    at java.lang.Thread.run(Unknown Source)
[19:35:47] [Server thread/WARN]: java.lang.NullPointerException
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.deleteWorld(SlimeUtils.java:97)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.lambda$onIslandDelete$0(SSBSlimeWorldManager.java:39)
[19:35:47] [Server thread/WARN]:    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
[19:35:47] [Server thread/WARN]:    at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.ssbslimeworldmanager.SSBSlimeWorldManager.onIslandDelete(SSBSlimeWorldManager.java:39)
[19:35:47] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor3.execute(Unknown Source)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[19:35:47] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.utils.events.EventsCaller.callIslandDisbandEvent(EventsCaller.java:118)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.MenuConfirmDisband.onPlayerClick(MenuConfirmDisband.java:36)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.menu.SuperiorMenu.onClick(SuperiorMenu.java:185)
[19:35:47] [Server thread/WARN]:    at com.bgsoftware.superiorskyblock.listeners.MenusListener.onMenuClick(MenusListener.java:71)
[19:35:47] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor130.execute(Unknown Source)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[19:35:47] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[19:35:47] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:2384)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PacketPlayInWindowClick.a(SourceFile:32)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PacketPlayInWindowClick.a(SourceFile:10)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1106)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1099)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1060)
[19:35:47] [Server thread/WARN]:    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:975)
[19:35:47] [Server thread/WARN]:    at java.lang.Thread.run(Unknown Source)
[19:35:47] [Server thread/INFO]: [SWM] Loading world island_c461438e-87f9-4842-83dc-c973d4e57912_normal.
[19:35:47] [Server thread/ERROR]: Could not pass event InventoryClickEvent to SuperiorSkyblock2 v1.5.2
java.lang.RuntimeException: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_c461438e-87f9-4842-83dc-c973d4e57912_normal
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:79) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:51) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:47) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SSBWorldManager$SlimeWorldsProvider.getIslandsWorld(SSBWorldManager.java:27) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.ProvidersHandler.getIslandsWorld(ProvidersHandler.java:301) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.GridHandler.getIslandsWorld(GridHandler.java:343) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.getCenter(SIsland.java:648) ~[?:?]
    at com.bgsoftware.superiorskyblock.utils.islands.IslandUtils.getChunkCoords(IslandUtils.java:65) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.resetChunks(SIsland.java:860) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.resetChunks(SIsland.java:855) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.disbandIsland(SIsland.java:1146) ~[?:?]
    at com.bgsoftware.superiorskyblock.menu.MenuConfirmDisband.onPlayerClick(MenuConfirmDisband.java:51) ~[?:?]
    at com.bgsoftware.superiorskyblock.menu.SuperiorMenu.onClick(SuperiorMenu.java:185) ~[?:?]
    at com.bgsoftware.superiorskyblock.listeners.MenusListener.onMenuClick(MenusListener.java:71) ~[?:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor130.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.2.jar:git-Paper-391]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-391]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-391]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:2384) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.PacketPlayInWindowClick.a(SourceFile:32) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1106) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1099) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1060) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:975) ~[patched_1.15.2.jar:git-Paper-391]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
Caused by: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_c461438e-87f9-4842-83dc-c973d4e57912_normal
    at com.grinderwolf.swm.plugin.loaders.file.FileLoader.loadWorld(FileLoader.java:44) ~[?:?]
    at com.grinderwolf.swm.plugin.SWMPlugin.loadWorld(SWMPlugin.java:241) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:73) ~[?:?]
    ... 32 more
[19:35:47] [Server thread/INFO]: [SWM] Loading world island_c461438e-87f9-4842-83dc-c973d4e57912_normal.
[19:35:47] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to SuperiorSkyblock2 v1.5.2
java.lang.RuntimeException: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_c461438e-87f9-4842-83dc-c973d4e57912_normal
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:79) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:51) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:47) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SSBWorldManager$SlimeWorldsProvider.getIslandsWorld(SSBWorldManager.java:27) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.ProvidersHandler.getIslandsWorld(ProvidersHandler.java:301) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.GridHandler.getIslandsWorld(GridHandler.java:343) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.getCenter(SIsland.java:648) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.getMinimum(SIsland.java:731) ~[?:?]
    at com.bgsoftware.superiorskyblock.island.SIsland.isInside(SIsland.java:879) ~[?:?]
    at com.bgsoftware.superiorskyblock.registry.IslandRegistry.get(IslandRegistry.java:26) ~[?:?]
    at com.bgsoftware.superiorskyblock.handlers.GridHandler.getIslandAt(GridHandler.java:294) ~[?:?]
    at com.bgsoftware.superiorskyblock.listeners.CustomEventsListener.onPlayerTeleport(CustomEventsListener.java:85) ~[?:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor123.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.2.jar:git-Paper-391]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-391]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-391]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-391]
    at org.bukkit.craftbukkit.v1_15_R1.entity.CraftPlayer.teleport(CraftPlayer.java:775) ~[patched_1.15.2.jar:git-Paper-391]
    at org.bukkit.entity.Entity.lambda$teleportAsync$0(Entity.java:177) ~[patched_1.15.2.jar:git-Paper-391]
    at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture.postComplete(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture.postFire(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_281]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.execute(IAsyncTaskHandler.java:89) ~[patched_1.15.2.jar:git-Paper-391]
    at java.util.concurrent.CompletableFuture$UniCompletion.claim(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture.postComplete(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture.postFire(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:1.8.0_281]
    at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_281]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.ChunkProviderServer$a.executeTask(ChunkProviderServer.java:1057) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:1104) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.ChunkProviderServer.runTasks(ChunkProviderServer.java:634) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1115) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1099) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1060) ~[patched_1.15.2.jar:git-Paper-391]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:975) ~[patched_1.15.2.jar:git-Paper-391]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
Caused by: com.grinderwolf.swm.api.exceptions.UnknownWorldException: Unknown world island_c461438e-87f9-4842-83dc-c973d4e57912_normal
    at com.grinderwolf.swm.plugin.loaders.file.FileLoader.loadWorld(FileLoader.java:44) ~[?:?]
    at com.grinderwolf.swm.plugin.SWMPlugin.loadWorld(SWMPlugin.java:241) ~[?:?]
    at com.bgsoftware.ssbslimeworldmanager.SlimeUtils.loadAndGetWorld(SlimeUtils.java:73) ~[?:?]
    ... 43 more
BingYanchi commented 3 years ago

This time I used: paper-1.15.2-391 slimeworldmanager-plugin-2.2.1, SSBSlimeWorldManager, SuperiorSkyblock-1.5.2

BingYanchi commented 3 years ago

I took a look at it roughly and it should be possible to rule out the problem with SlimeWorldManager. QWQ

OmerBenGera commented 3 years ago

I will look into that

ElBananaa commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

OmerBenGera commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

ElBananaa commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

Hey. Well, the main issue then is the fact that Slime World Manager doesn't work on 1.16, so we can't use it. ^^ Anyways, thanks for your answer :)

LoJoSho commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

If you could move the plugin over to Advance Slime World Manager, I think that would be better. The original SWM hasn't been updated and their support for 1.16 is developing, however, its last commit was Sep 28 (https://github.com/Grinderwolf/Slime-World-Manager/tree/feature/1.16), compared to A-SWM on Jan 27, 2021.

As for the error I am encountering, it's the same as @ElBananaa which is getting a null whenever I try to delete an island. Hopefully, you can find some time to fix this as this addon is amazing!

ElBananaa commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

If you could move the plugin over to Advance Slime World Manager, I think that would be better. The original SWM hasn't been updated and their support for 1.16 is developing, however, its last commit was Sep 28 (https://github.com/Grinderwolf/Slime-World-Manager/tree/feature/1.16), compared to A-SWM on Jan 27, 2021.

As for the error I am encountering, it's the same as @ElBananaa which is getting a null whenever I try to delete an island. Hopefully, you can find some time to fix this as this addon is amazing!

Unfortunately, I don't think this will ever happen. image

BTW, have you have the exact same issues than me? Or you have different issues?

LoJoSho commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

If you could move the plugin over to Advance Slime World Manager, I think that would be better. The original SWM hasn't been updated and their support for 1.16 is developing, however, its last commit was Sep 28 (https://github.com/Grinderwolf/Slime-World-Manager/tree/feature/1.16), compared to A-SWM on Jan 27, 2021. As for the error I am encountering, it's the same as @ElBananaa which is getting a null whenever I try to delete an island. Hopefully, you can find some time to fix this as this addon is amazing!

Unfortunately, I don't think this will ever happen. image

BTW, have you have the exact same issues than me? Or you have different issues?

Ah, that sucks. This had so much potential.

And yes, I did have the same issue. I tried running it on 1.16 and creation worked perfectly, however, whenever a player tried to disband it, it would toss the error. This is what I had: https://paste.gg/p/anonymous/24fa0d5612764dba843d83971bede590

Tried both files and MySQL and neither worked.

ElBananaa commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

If you could move the plugin over to Advance Slime World Manager, I think that would be better. The original SWM hasn't been updated and their support for 1.16 is developing, however, its last commit was Sep 28 (https://github.com/Grinderwolf/Slime-World-Manager/tree/feature/1.16), compared to A-SWM on Jan 27, 2021. As for the error I am encountering, it's the same as @ElBananaa which is getting a null whenever I try to delete an island. Hopefully, you can find some time to fix this as this addon is amazing!

Unfortunately, I don't think this will ever happen. image BTW, have you have the exact same issues than me? Or you have different issues?

Ah, that sucks. This had so much potential.

And yes, I did have the same issue. I tried running it on 1.16 and creation worked perfectly, however, whenever a player tried to disband it, it would toss the error. This is what I had: https://paste.gg/p/anonymous/24fa0d5612764dba843d83971bede590

Tried both files and MySQL and neither worked.

Well, that's not the issue I described, but I also have this issue. Make a nether portal and try to go inside, and let me know if the biome in the nether is the right one, or if it shows a plains biome for you too. Also try to move in the nether, and tell me if you can, or if it instantly teleport you back to the spawn world. Finally, if you have the nether biome issue, try to change your island biome using /is biome, then log-out and log-back-in, then go to your nether, and it should fix this issue, but you'll still won't be able to move.

BingYanchi commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

If you could move the plugin over to Advance Slime World Manager, I think that would be better. The original SWM hasn't been updated and their support for 1.16 is developing, however, its last commit was Sep 28 (https://github.com/Grinderwolf/Slime-World-Manager/tree/feature/1.16), compared to A-SWM on Jan 27, 2021. As for the error I am encountering, it's the same as @ElBananaa which is getting a null whenever I try to delete an island. Hopefully, you can find some time to fix this as this addon is amazing!

Unfortunately, I don't think this will ever happen. image BTW, have you have the exact same issues than me? Or you have different issues?

Ah, that sucks. This had so much potential.

And yes, I did have the same issue. I tried running it on 1.16 and creation worked perfectly, however, whenever a player tried to disband it, it would toss the error. This is what I had: https://paste.gg/p/anonymous/24fa0d5612764dba843d83971bede590

Tried both files and MySQL and neither worked.

I also encountered a similar situation.

BingYanchi commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

If you could move the plugin over to Advance Slime World Manager, I think that would be better. The original SWM hasn't been updated and their support for 1.16 is developing, however, its last commit was Sep 28 (https://github.com/Grinderwolf/Slime-World-Manager/tree/feature/1.16), compared to A-SWM on Jan 27, 2021. As for the error I am encountering, it's the same as @ElBananaa which is getting a null whenever I try to delete an island. Hopefully, you can find some time to fix this as this addon is amazing!

Unfortunately, I don't think this will ever happen. image BTW, have you have the exact same issues than me? Or you have different issues?

Ah, that sucks. This had so much potential. And yes, I did have the same issue. I tried running it on 1.16 and creation worked perfectly, however, whenever a player tried to disband it, it would toss the error. This is what I had: https://paste.gg/p/anonymous/24fa0d5612764dba843d83971bede590 Tried both files and MySQL and neither worked.

Well, that's not the issue I described, but I also have this issue. Make a nether portal and try to go inside, and let me know if the biome in the nether is the right one, or if it shows a plains biome for you too. Also try to move in the nether, and tell me if you can, or if it instantly teleport you back to the spawn world. Finally, if you have the nether biome issue, try to change your island biome using /is biome, then log-out and log-back-in, then go to your nether, and it should fix this issue, but you'll still won't be able to move.

I haven't tried this, but I think this may be one of the errors.

ElBananaa commented 3 years ago

I agree, it would really cool to update the plugin for 1.16.X. You should take a look at Advanced Slime World Manager for that tho. I tried to compile SSB-SWM for 1.16.5, but it doesn't work correctly unfortunately, the nether (and probably the end) world generation is glitched: when you enter in the nether world, the biome is a plain biome. You need to leave the world, change your island biome, log-out, and log-back-in, then the world is properly generated. But you won't be able to move, it'll instantly eject you from the nether island. There's no errors, and no message.

Advanced Slime World Manager is a fork of SlimeWorldManager, therefore it should work as the original plugin works. If they broke things, this is not an issue with this plugin, and they should add compatibility to the original plugin methods etc. I will look into that whenever I have the time and I'll have better answers hopefully

If you could move the plugin over to Advance Slime World Manager, I think that would be better. The original SWM hasn't been updated and their support for 1.16 is developing, however, its last commit was Sep 28 (https://github.com/Grinderwolf/Slime-World-Manager/tree/feature/1.16), compared to A-SWM on Jan 27, 2021. As for the error I am encountering, it's the same as @ElBananaa which is getting a null whenever I try to delete an island. Hopefully, you can find some time to fix this as this addon is amazing!

Unfortunately, I don't think this will ever happen. image BTW, have you have the exact same issues than me? Or you have different issues?

Ah, that sucks. This had so much potential. And yes, I did have the same issue. I tried running it on 1.16 and creation worked perfectly, however, whenever a player tried to disband it, it would toss the error. This is what I had: https://paste.gg/p/anonymous/24fa0d5612764dba843d83971bede590 Tried both files and MySQL and neither worked.

Well, that's not the issue I described, but I also have this issue. Make a nether portal and try to go inside, and let me know if the biome in the nether is the right one, or if it shows a plains biome for you too. Also try to move in the nether, and tell me if you can, or if it instantly teleport you back to the spawn world. Finally, if you have the nether biome issue, try to change your island biome using /is biome, then log-out and log-back-in, then go to your nether, and it should fix this issue, but you'll still won't be able to move.

I haven't tried this, but I think this may be one of the errors.

Would really appreciate if you could give it a try ^^

OmerBenGera commented 3 years ago

AdvnacedSlimeWorldManager looks to be broken for me. It can't even create an empty world in 1.16.5... I get the following error when a world is created: https://pastebin.com/WxcvbkCE

I am not gonna add support for a plugin that doesn't even work 0.0

BingYanchi commented 3 years ago

AdvnacedSlimeWorldManager looks to be broken for me. It can't even create an empty world in 1.16.5... I get the following error when a world is created: https://pastebin.com/WxcvbkCE

I am not gonna add support for a plugin that doesn't even work 0.0

https://github.com/Paul19988/Advanced-Slime-World-Manager/issues/3 I found that someone posted an issue on AdvnacedSlimeWorldManager, explaining the issue about the api. But at the same time, it also said that this problem will be solved in the future. Wait for good news.

OmerBenGera commented 3 years ago

It's there for more than 6 months. Anyways, I'll keep this opened for now, even tho it's not an issue with this plugin, but with AdvancedSlimeWorldManager

ElBananaa commented 3 years ago

It's there for more than 6 months. Anyways, I'll keep this opened for now, even tho it's not an issue with this plugin, but with AdvancedSlimeWorldManager

The world gen issue was fixed here I think so: https://github.com/Paul19988/SSB-SlimeWorldManager/commit/06f296499005c44578299e9adb60966e7cfcc379

BingYanchi commented 3 years ago

It's there for more than 6 months. Anyways, I'll keep this opened for now, even tho it's not an issue with this plugin, but with AdvancedSlimeWorldManager

The world gen issue was fixed here I think so: Paul19988@06f2964

I tried it, but I still get an error when I delete the island.

ElBananaa commented 3 years ago

It's there for more than 6 months. Anyways, I'll keep this opened for now, even tho it's not an issue with this plugin, but with AdvancedSlimeWorldManager

The world gen issue was fixed here I think so: Paul19988@06f2964

I tried it, but I still get an error when I delete the island.

Yeah same. Islands are still not automatically generated, and there's still both issues with the nether (and probably the end) world.

OmerBenGera commented 1 year ago

Fixed with latest build of the module.

BingYanchi commented 1 year ago

请耐心等待加载完毕...