BG-Software-LLC / SuperiorSkyblock2

Optimized, feature packed Skyblock core.
https://bg-software.com/superiorskyblock/
GNU General Public License v3.0
166 stars 139 forks source link

It is not possible to change the maximum island size #1656

Closed Evalutik closed 1 year ago

Evalutik commented 1 year ago

Minecraft's Version

PurPur 1.19.3

Plugin's Version

2023

Describe the bug

I have tried many times to change the maximum size of the island 200 => 400. However, it did not work out for me. I've tried with server off, server on, tried deleting old island world folders before changing. Everything is unsuccessful. If I do this with the server turned off, then when I turn it on, the value returns to the default 200. If I do this with the server turned on (or turned off, but when the folders with the worlds of the islands are deleted), then when I restart, I get an error when trying to create an island. There is also an error in the console.

config file: image

game: image

Eror:

[14:19:46 WARN]: java.lang.IllegalStateException: The provided center is not centered. center: Location{world=CraftWorld{name=islandWorld},x=-1199.5,y=100.0,z=-599.5,pitch=0.0,yaw=0.0}, maxIslandSize: 400 [14:19:46 WARN]: at com.google.common.base.Preconditions.checkState(Preconditions.java:502) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.builder.IslandBuilderImpl.setCenter(IslandBuilderImpl.java:132) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.algorithm.DefaultIslandCreationAlgorithm.createIsland(DefaultIslandCreationAlgorithm.java:79) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.GridManagerImpl.createIslandInternalAsync(GridManagerImpl.java:215) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.GridManagerImpl.createIsland(GridManagerImpl.java:187) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.GridManagerImpl.createIsland(GridManagerImpl.java:166) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.impl.MenuIslandCreation.simulateClick(MenuIslandCreation.java:92) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.button.impl.IslandCreationButton.onButtonClick(IslandCreationButton.java:45) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.api.menu.BaseMenu.onClick(BaseMenu.java:146) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.AbstractMenu.onClick(AbstractMenu.java:48) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.AbstractMenu.onClick(AbstractMenu.java:21) [14:19:46 WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.listener.MenusListener.onMenuClick(MenusListener.java:64) [14:19:46 WARN]: at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40) [14:19:46 WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [14:19:46 WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [14:19:46 WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) [14:19:46 WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) [14:19:46 WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:617) [14:19:46 WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:3260) [14:19:46 WARN]: at net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(PacketPlayInWindowClick.java:58) [14:19:46 WARN]: at net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(PacketPlayInWindowClick.java:23) [14:19:46 WARN]: at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:51) [14:19:46 WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18) [14:19:46 WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153) [14:19:46 WARN]: at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24) [14:19:46 WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1368) [14:19:46 WARN]: at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) [14:19:46 WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126) [14:19:46 WARN]: at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1345) [14:19:46 WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1338) [14:19:46 WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.c(IAsyncTaskHandler.java:136) [14:19:46 WARN]: at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1316) [14:19:46 WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1204) [14:19:46 WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) [14:19:46 WARN]: at java.base/java.lang.Thread.run(Thread.java:1589)

To Reproduce

1) Change max-island-size at 400 2) start server 3) type /is create 4) choose type of is 5) Error

Additional Information

latest.log file:

[14:19:22] [ServerMain/INFO]: Building unoptimized datafixer [14:19:24] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [14:19:25] [ServerMain/INFO]: Loaded 7 recipes [14:19:26] [Server thread/INFO]: Starting minecraft server version 1.19.3 [14:19:26] [Server thread/INFO]: Loading properties [14:19:26] [Server thread/INFO]: This server is running Purpur version git-Purpur-1924 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 3940c82 on HEAD) [14:19:26] [Server thread/INFO]: Server Ping Player Sample Count: 12 [14:19:26] [Server thread/INFO]: Using 4 threads for Netty based IO [14:19:27] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 2 worker threads, and gen parallelism of 2 threads [14:19:27] [Server console handler/ERROR]: [TerminalConsole] Failed to read console input java.io.IOException: Неверный дескриптор at java.io.FileInputStream.readBytes(Native Method) ~[?:?] at java.io.FileInputStream.read(FileInputStream.java:293) ~[?:?] at java.io.BufferedInputStream.read1(BufferedInputStream.java:308) ~[?:?] at java.io.BufferedInputStream.implRead(BufferedInputStream.java:382) ~[?:?] at java.io.BufferedInputStream.read(BufferedInputStream.java:361) ~[?:?] at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:333) ~[?:?] at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:376) ~[?:?] at sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:219) ~[?:?] at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:173) ~[?:?] at java.io.InputStreamReader.read(InputStreamReader.java:189) ~[?:?] at java.io.BufferedReader.fill(BufferedReader.java:161) ~[?:?] at java.io.BufferedReader.implReadLine(BufferedReader.java:371) ~[?:?] at java.io.BufferedReader.readLine(BufferedReader.java:348) ~[?:?] at java.io.BufferedReader.readLine(BufferedReader.java:437) ~[?:?] at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:180) ~[terminalconsoleappender-1.3.0.jar:?] at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143) ~[terminalconsoleappender-1.3.0.jar:?] at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:102) ~[purpur-1.19.3.jar:git-Purpur-1924] Suppressed: java.io.IOException: Неверный дескриптор at java.io.FileDescriptor.close0(Native Method) ~[?:?] at java.io.FileDescriptor.close(FileDescriptor.java:297) ~[?:?] at java.io.FileInputStream$1.close(FileInputStream.java:523) ~[?:?] at java.io.FileDescriptor.closeAll(FileDescriptor.java:355) ~[?:?] at java.io.FileInputStream.close(FileInputStream.java:521) ~[?:?] at java.io.BufferedInputStream.close(BufferedInputStream.java:580) ~[?:?] at sun.nio.cs.StreamDecoder.implClose(StreamDecoder.java:429) ~[?:?] at sun.nio.cs.StreamDecoder.lockedClose(StreamDecoder.java:268) ~[?:?] at sun.nio.cs.StreamDecoder.close(StreamDecoder.java:253) ~[?:?] at java.io.InputStreamReader.close(InputStreamReader.java:204) ~[?:?] at java.io.BufferedReader.implClose(BufferedReader.java:637) ~[?:?] at java.io.BufferedReader.close(BufferedReader.java:622) ~[?:?] at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:183) ~[terminalconsoleappender-1.3.0.jar:?] at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143) ~[terminalconsoleappender-1.3.0.jar:?] at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:102) ~[purpur-1.19.3.jar:git-Purpur-1924] [14:19:27] [Server thread/WARN]: [Pufferfish] SIMD operations are available for your server, but are not configured! [14:19:27] [Server thread/WARN]: [Pufferfish] To enable additional optimizations, add "--add-modules=jdk.incubator.vector" to your startup flags, BEFORE the "-jar". [14:19:27] [Server thread/WARN]: [Pufferfish] If you have already added this flag, then SIMD operations are not supported on your JVM or CPU. [14:19:27] [Server thread/WARN]: [Pufferfish] Debug: Java: 19.0.2, test run: true [14:19:27] [Server thread/INFO]: Default game type: SURVIVAL [14:19:27] [Server thread/INFO]: Generating keypair [14:19:27] [Server thread/INFO]: Starting Minecraft server on *:25565 [14:19:27] [Server thread/INFO]: Using default channel type [14:19:27] [Server thread/INFO]: Paper: Using Java compression from Velocity. [14:19:27] [Server thread/INFO]: Paper: Using Java cipher from Velocity. [14:19:27] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loading 1 libraries... please wait [14:19:27] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library D:\Andrey\Desktop\SkyBlock_AirCraft\libraries\org\openjdk\nashorn\nashorn-core\15.4\nashorn-core-15.4.jar [14:19:27] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library D:\Andrey\Desktop\SkyBlock_AirCraft\libraries\org\ow2\asm\asm\7.3.1\asm-7.3.1.jar [14:19:27] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library D:\Andrey\Desktop\SkyBlock_AirCraft\libraries\org\ow2\asm\asm-commons\7.3.1\asm-commons-7.3.1.jar [14:19:27] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library D:\Andrey\Desktop\SkyBlock_AirCraft\libraries\org\ow2\asm\asm-analysis\7.3.1\asm-analysis-7.3.1.jar [14:19:27] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library D:\Andrey\Desktop\SkyBlock_AirCraft\libraries\org\ow2\asm\asm-tree\7.3.1\asm-tree-7.3.1.jar [14:19:27] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library D:\Andrey\Desktop\SkyBlock_AirCraft\libraries\org\ow2\asm\asm-util\7.3.1\asm-util-7.3.1.jar [14:19:28] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131 [14:19:28] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.13+46576cc [14:19:29] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@78cc4907] [14:19:29] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.0-dev+44-43d84de [14:19:29] [Server thread/INFO]: [SCore] Loading server plugin SCore v3.9.50 [14:19:29] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.37 [14:19:29] [Server thread/INFO]: [WESV] Loading server plugin WorldEditSelectionVisualizer v2.1.3 [14:19:29] [Server thread/INFO]: [SuperiorSkyblock2] Loading server plugin SuperiorSkyblock2 v2023.1 [14:19:29] [Server thread/INFO]: [PlayerReport] Loading server plugin PlayerReport v3.4.3 [14:19:29] [Server thread/INFO]: [PL-Hide] Loading server plugin PL-Hide v1.5.21 [14:19:29] [Server thread/INFO]: [ExecutableItems] Loading server plugin ExecutableItems v5.9.50 [14:19:29] [Server thread/INFO]: [CraftEnhance] Loading server plugin CraftEnhance v2.5.4 [14:19:29] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [14:19:29] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [14:19:29] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [14:19:29] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [14:19:29] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [14:19:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc [14:19:29] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [14:19:29] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [14:19:29] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter [14:19:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [14:19:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [14:19:30] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [14:19:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [14:19:30] [Server thread/INFO]: Preparing level "world" [14:19:30] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [14:19:31] [Server thread/INFO]: Time elapsed: 73 ms [14:19:31] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [14:19:31] [Server thread/INFO]: Time elapsed: 27 ms [14:19:31] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [14:19:31] [Server thread/INFO]: Time elapsed: 23 ms [14:19:31] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+44-43d84de [14:19:31] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [14:19:31] [Server thread/INFO]: [Essentials] No kits found to migrate. [14:19:31] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json. [14:19:31] [Server thread/INFO]: [Essentials] Using locale ru [14:19:31] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [14:19:31] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [14:19:31] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [14:19:31] [Server thread/INFO]: [Essentials] Using superperms-based permissions. [14:19:31] [Server thread/INFO]: [SCore] Enabling SCore v3.9.50 [14:19:31] [Server thread/INFO]: ================ SCore ================ [14:19:31] [Server thread/INFO]: SCore Version of the server git-Purpur-1924 (MC: 1.19.3) ! [14:19:31] [Server thread/INFO]: SCore ExecutableItems hooked ! (5.9.50) Load After [14:19:31] [Server thread/INFO]: SCore Vault hooked ! (1.7.3-b131) 8aLoad Before [14:19:31] [Server thread/INFO]: SCore SuperiorSkyblock2 hooked ! (2023.1) Load After [14:19:31] [Server thread/INFO]: SCore Locale setup: EN [14:19:31] [Server thread/INFO]: SCore Language of the editor setup on EN [14:19:31] [Server thread/INFO]: SCore Language for in-game messages setup on EN [14:19:31] [Server thread/INFO]: SCore onnection to the db... [14:19:31] [Server thread/INFO]: SCore Creating table SecurityOP if not exists... [14:19:31] [Server thread/INFO]: SCore Creating table Commands if not exists... [14:19:31] [Server thread/INFO]: SCore Creating table Cooldowns if not exists... [14:19:31] [Server thread/INFO]: SCore Creating table Commands Player if not exists... [14:19:31] [Server thread/INFO]: SCore Creating table Commands Entity if not exists... [14:19:31] [Server thread/INFO]: SCore Creating table Commands Block if not exists... [14:19:31] [Server thread/INFO]: SCore Creating table UsePerDay if not exists... [14:19:32] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved [14:19:32] [Server thread/INFO]: ================ SCore ================ [14:19:32] [Server thread/INFO]: [spark] Enabling spark v1.10.37 [14:19:32] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring [14:19:32] [Server thread/INFO]: [spark] Starting background profiler... [14:19:32] [Server thread/INFO]: [spark] The async-profiler engine is not supported for your os/arch (windows10/amd64), so the built-in Java engine will be used instead. [14:19:32] [Server thread/INFO]: [WESV] Enabling WorldEditSelectionVisualizer v2.1.3 [14:19:32] [Server thread/INFO]: [WESV] Using WorldEdit 7 api [14:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Enabling SuperiorSkyblock2 v2023.1 [14:19:33] [Server thread/INFO]: Preparing start region for dimension minecraft:islandworld [14:19:33] [Server thread/INFO]: Time elapsed: 79 ms [14:19:33] [Server thread/INFO]: Preparing start region for dimension minecraft:islandworld_nether [14:19:33] [Server thread/INFO]: Time elapsed: 71 ms [14:19:33] [Server thread/INFO]: Preparing start region for dimension minecraft:islandworld_the_end [14:19:33] [Server thread/INFO]: Time elapsed: 26 ms [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module bank... [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module bank (Took 5ms) [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module missions... [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_1 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_2 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_3 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_4 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_5 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_1 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_2 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_3 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_4 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_1 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_2 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_3 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_4 [14:19:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_5 [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_1 [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_2 [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_3 [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_1 [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_2 [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module missions (Took 502ms) [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module generators... [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module generators (Took 13ms) [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module upgrades... [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module upgrades (Took 14ms) [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages started... [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] - Found 698 messages in the language files. [14:19:34] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages done (Took 268ms) [14:19:34] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_nether.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_the_end.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_nether.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_the_end.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_nether.schematic (DefaultSchematicParser) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_the_end.schematic (DefaultSchematicParser) [14:19:39] [Server thread/WARN]: [SuperiorSkyblock2] [biomes.yml] Biome 'WOODED_HILLS' is not valid, skipping... [14:19:39] [Server thread/WARN]: [SuperiorSkyblock2] [member-role.yml] Invalid role name: Admin [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Trying to connect to local database (SQLite)... [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully established connection with local database! [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Creating a backup file... [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Backup done! [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load players... [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 3 players (Took 10ms) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load islands... [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] SQLDatabaseBridge::loadAllObjects ENTER {islands} [14:19:39] [Server thread/ERROR]: [SuperiorSkyblock2] An unexpected error occurred while loading data from database: [14:19:39] [Server thread/WARN]: java.lang.IllegalStateException: The provided center is not centered. center: Location{world=null,x=600.5,y=100.0,z=0.5,pitch=0.0,yaw=0.0}, maxIslandSize: 300 [14:19:39] [Server thread/WARN]: at com.google.common.base.Preconditions.checkState(Preconditions.java:502) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.builder.IslandBuilderImpl.setCenter(IslandBuilderImpl.java:132) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.lambda$loadIslands$4(DataManager.java:216) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLDatabaseBridge.lambda$loadAllObjects$1(SQLDatabaseBridge.java:43) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.QueryResult.complete(QueryResult.java:34) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.impl.SQLiteSession.executeQuery(SQLiteSession.java:197) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.impl.SQLiteSession.select(SQLiteSession.java:151) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLHelper.select(SQLHelper.java:75) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLDatabaseBridge.loadAllObjects(SQLDatabaseBridge.java:40) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.loadIslands(DataManager.java:186) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.loadData(DataManager.java:57) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.SuperiorSkyblockPlugin.reloadPlugin(SuperiorSkyblockPlugin.java:560) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.SuperiorSkyblockPlugin.onEnable(SuperiorSkyblockPlugin.java:254) [14:19:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) [14:19:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) [14:19:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) [14:19:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) [14:19:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:575) [14:19:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:486) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:640) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:439) [14:19:39] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:344) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1117) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) [14:19:39] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1589) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] SQLDatabaseBridge::loadAllObjects ENTER {islands} [14:19:39] [Server thread/ERROR]: [SuperiorSkyblock2] An unexpected error occurred while loading data from database: [14:19:39] [Server thread/WARN]: java.lang.IllegalStateException: The provided center is not centered. center: Location{world=CraftWorld{name=islandWorld},x=1200.5,y=100.0,z=-599.5,pitch=0.0,yaw=0.0}, maxIslandSize: 300 [14:19:39] [Server thread/WARN]: at com.google.common.base.Preconditions.checkState(Preconditions.java:502) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.builder.IslandBuilderImpl.setCenter(IslandBuilderImpl.java:132) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.lambda$loadIslands$4(DataManager.java:216) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLDatabaseBridge.lambda$loadAllObjects$1(SQLDatabaseBridge.java:43) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.QueryResult.complete(QueryResult.java:34) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.impl.SQLiteSession.executeQuery(SQLiteSession.java:197) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.impl.SQLiteSession.select(SQLiteSession.java:151) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLHelper.select(SQLHelper.java:75) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLDatabaseBridge.loadAllObjects(SQLDatabaseBridge.java:40) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.loadIslands(DataManager.java:186) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.loadData(DataManager.java:57) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.SuperiorSkyblockPlugin.reloadPlugin(SuperiorSkyblockPlugin.java:560) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.SuperiorSkyblockPlugin.onEnable(SuperiorSkyblockPlugin.java:254) [14:19:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) [14:19:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) [14:19:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) [14:19:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) [14:19:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:575) [14:19:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:486) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:640) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:439) [14:19:39] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:344) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1117) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) [14:19:39] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1589) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] SQLDatabaseBridge::loadAllObjects ENTER {islands} [14:19:39] [Server thread/ERROR]: [SuperiorSkyblock2] An unexpected error occurred while loading data from database: [14:19:39] [Server thread/WARN]: java.lang.IllegalStateException: The provided center is not centered. center: Location{world=CraftWorld{name=islandWorld},x=-1199.5,y=100.0,z=600.5,pitch=0.0,yaw=0.0}, maxIslandSize: 300 [14:19:39] [Server thread/WARN]: at com.google.common.base.Preconditions.checkState(Preconditions.java:502) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.builder.IslandBuilderImpl.setCenter(IslandBuilderImpl.java:132) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.lambda$loadIslands$4(DataManager.java:216) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLDatabaseBridge.lambda$loadAllObjects$1(SQLDatabaseBridge.java:43) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.QueryResult.complete(QueryResult.java:34) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.impl.SQLiteSession.executeQuery(SQLiteSession.java:197) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.session.impl.SQLiteSession.select(SQLiteSession.java:151) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLHelper.select(SQLHelper.java:75) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.sql.SQLDatabaseBridge.loadAllObjects(SQLDatabaseBridge.java:40) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.loadIslands(DataManager.java:186) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.database.DataManager.loadData(DataManager.java:57) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.SuperiorSkyblockPlugin.reloadPlugin(SuperiorSkyblockPlugin.java:560) [14:19:39] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.SuperiorSkyblockPlugin.onEnable(SuperiorSkyblockPlugin.java:254) [14:19:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) [14:19:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) [14:19:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) [14:19:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) [14:19:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:575) [14:19:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:486) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:640) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:439) [14:19:39] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:344) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1117) [14:19:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) [14:19:39] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1589) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 0 islands (Took 23ms) [14:19:39] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load grid... [14:19:39] [Server thread/WARN]: [SuperiorSkyblock2] You have changed the max-island-size value without deleting database. [14:19:39] [Server thread/WARN]: [SuperiorSkyblock2] Restoring it to the old value... [14:19:40] [Server thread/INFO]: [SuperiorSkyblock2] Finished grid! [14:19:40] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load stacked blocks... [14:19:40] [Server thread/INFO]: [SuperiorSkyblock2] Finished stacked blocks! [14:19:40] [Server thread/INFO]: [PlayerReport] Enabling PlayerReport v3.4.3 [14:19:40] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.21 [14:19:40] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v5.9.50 [14:19:40] [Server thread/INFO]: ================ ExecutableItems ================ [14:19:40] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld in the option disableItemsPerWorld [14:19:40] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld2 in the option disableItemsPerWorld [14:19:41] [Server thread/INFO]: ================ ExecutableItems ================ [14:19:41] [Server thread/INFO]: [CraftEnhance] Enabling CraftEnhance v2.5.4 [14:19:41] [Server thread/INFO]: [CraftEnhance] Now starting MenuApi. Any errors will be shown below. [14:19:41] [Server thread/WARN]: [CraftEnhance] Is untested on never minecraft versions an 1.18.2 [14:19:41] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_19_R2' loaded! [14:19:41] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson [14:19:41] [Server thread/INFO]: [CraftEnhance] CraftEnhance is managed and developed by DutchJelly. [14:19:41] [Server thread/INFO]: [CraftEnhance] If you find a bug in the plugin, please report it to https://github.com/DutchJelly/CraftEnhance/issues. [14:19:41] [Server thread/INFO]: [CraftEnhance] Running a version check to check that the server is compatible with game version 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19. [14:19:41] [Server thread/INFO]: [CraftEnhance] The correct version is installed. [14:19:41] [Server thread/INFO]: Running delayed init tasks [14:19:41] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)! [14:19:41] [Craft Scheduler Thread - 1 - Essentials/INFO]: [Essentials] Получение информации о версии... [14:19:41] [Craft Scheduler Thread - 1 - Essentials/INFO]: [Essentials] Проверка обновлений отключена в настройках. [14:19:41] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] Checking for Updates ... [14:19:41] [Server thread/INFO]: [SuperiorSkyblock2] Hooked into Essentials for support of vanish status of players. [14:19:41] [Server thread/INFO]: [SuperiorSkyblock2] Hooked into Essentials for support of afk status of players. [14:19:41] [Server thread/INFO]: [SuperiorSkyblock2] Using Vault as an economy provider. [14:19:41] [Server thread/INFO]: [SuperiorSkyblock2] Detected PaperSpigot - Using async chunk-loading support with PaperMC.

[14:19:41] [Thread-9/WARN]: [NBTAPI] [NBTAPI] The NBT-API located at 'package menulibrary.menulib.dependencies.nbt.nbtapi' seems to be outdated! [14:19:41] [Thread-9/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.11.1' Newest Version: 2.11.2' [14:19:41] [Thread-9/WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)! [14:19:41] [User Authenticator #1/INFO]: UUID of player Evalut is 701f56ff-554a-3866-ba35-fae28666cc50 [14:19:41] [User Authenticator #0/INFO]: UUID of player Evalut is 701f56ff-554a-3866-ba35-fae28666cc50 [14:19:41] [Server thread/INFO]: com.mojang.authlib.GameProfile@2cb5f4ed[id=701f56ff-554a-3866-ba35-fae28666cc50,name=Evalut,properties={},legacy=false] (/127.0.0.1:59017) lost connection: Disconnected [14:19:41] [Server thread/INFO]: com.mojang.authlib.GameProfile@4f99d9a5[id=701f56ff-554a-3866-ba35-fae28666cc50,name=Evalut,properties={},legacy=false] (/127.0.0.1:59018) lost connection: Disconnected [14:19:41] [Craft Scheduler Thread - 9 - CraftEnhance/INFO]: [CraftEnhance] There's a new version (2.4.4) of the plugin available on https://www.spigotmc.org/resources/1-9-1-19-custom-recipes-and-crafting-craftenhance.65058/ or https://dev.bukkit.org/projects/craftenhance/files. [14:19:41] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] No new version available [14:19:41] [User Authenticator #0/INFO]: UUID of player Evalut is 701f56ff-554a-3866-ba35-fae28666cc50 [14:19:41] [Server thread/INFO]: Evalut joined the game [14:19:41] [Server thread/INFO]: Evalut[/127.0.0.1:59037] logged in with entity id 5 at ([world]815.0749999880791, 17.0, -425.30000001192093) [14:19:45] [Server thread/INFO]: Evalut issued server command: /is [14:19:46] [Server thread/INFO]: [SuperiorSkyblock2] GridManagerImpl::createIsland ENTER {Evalut} {normal} {PLAINS} {true} [14:19:46] [Server thread/ERROR]: [SuperiorSkyblock2] An unexpected error occurred while creating an island: [14:19:46] [Server thread/WARN]: java.lang.IllegalStateException: The provided center is not centered. center: Location{world=CraftWorld{name=islandWorld},x=-1199.5,y=100.0,z=-599.5,pitch=0.0,yaw=0.0}, maxIslandSize: 400 [14:19:46] [Server thread/WARN]: at com.google.common.base.Preconditions.checkState(Preconditions.java:502) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.builder.IslandBuilderImpl.setCenter(IslandBuilderImpl.java:132) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.algorithm.DefaultIslandCreationAlgorithm.createIsland(DefaultIslandCreationAlgorithm.java:79) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.GridManagerImpl.createIslandInternalAsync(GridManagerImpl.java:215) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.GridManagerImpl.createIsland(GridManagerImpl.java:187) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.island.GridManagerImpl.createIsland(GridManagerImpl.java:166) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.impl.MenuIslandCreation.simulateClick(MenuIslandCreation.java:92) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.button.impl.IslandCreationButton.onButtonClick(IslandCreationButton.java:45) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.api.menu.BaseMenu.onClick(BaseMenu.java:146) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.AbstractMenu.onClick(AbstractMenu.java:48) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.core.menu.AbstractMenu.onClick(AbstractMenu.java:21) [14:19:46] [Server thread/WARN]: at SuperiorSkyblock2-2023.1.jar//com.bgsoftware.superiorskyblock.listener.MenusListener.onMenuClick(MenusListener.java:64) [14:19:46] [Server thread/WARN]: at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40) [14:19:46] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [14:19:46] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [14:19:46] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) [14:19:46] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) [14:19:46] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:617) [14:19:46] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:3260) [14:19:46] [Server thread/WARN]: at net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(PacketPlayInWindowClick.java:58) [14:19:46] [Server thread/WARN]: at net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(PacketPlayInWindowClick.java:23) [14:19:46] [Server thread/WARN]: at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:51) [14:19:46] [Server thread/WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18) [14:19:46] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153) [14:19:46] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24) [14:19:46] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1368) [14:19:46] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) [14:19:46] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126) [14:19:46] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1345) [14:19:46] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1338) [14:19:46] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.c(IAsyncTaskHandler.java:136) [14:19:46] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1316) [14:19:46] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1204) [14:19:46] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) [14:19:46] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1589) [14:19:48] [Server thread/INFO]: Evalut issued server command: /is [14:23:13] [Server thread/INFO]: Stopping the server [14:23:13] [Server thread/INFO]: Stopping server [14:23:13] [Server thread/INFO]: [CraftEnhance] Disabling CraftEnhance v2.5.4 [14:23:13] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling CraftEnhance v2.5.4 (Is it up to date?) org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.validate(CraftScheduler.java:552) ~[purpur-1.19.3.jar:git-Purpur-1924] at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:227) ~[purpur-1.19.3.jar:git-Purpur-1924] at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:212) ~[purpur-1.19.3.jar:git-Purpur-1924] at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.runTaskLater(CraftScheduler.java:176) ~[purpur-1.19.3.jar:git-Purpur-1924] at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.runTask(CraftScheduler.java:145) ~[purpur-1.19.3.jar:git-Purpur-1924] at com.dutchjelly.craftenhance.CraftEnhance.onDisable(CraftEnhance.java:137) ~[CraftEnhance-2.5.4.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[purpur-api-1.19.3-R0.1-SNAPSHOT.jar:?] at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:227) ~[purpur-1.19.3.jar:git-Purpur-1924] at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:151) ~[purpur-1.19.3.jar:git-Purpur-1924] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:92) ~[purpur-1.19.3.jar:git-Purpur-1924] at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:528) ~[purpur-api-1.19.3-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R2.CraftServer.disablePlugins(CraftServer.java:506) ~[purpur-1.19.3.jar:git-Purpur-1924] at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:957) ~[purpur-1.19.3.jar:git-Purpur-1924] at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:845) ~[purpur-1.19.3.jar:git-Purpur-1924] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1239) ~[purpur-1.19.3.jar:git-Purpur-1924] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[purpur-1.19.3.jar:git-Purpur-1924] at java.lang.Thread.run(Thread.java:1589) ~[?:?] [14:23:13] [Server thread/INFO]: [ExecutableItems] Disabling ExecutableItems v5.9.50 [14:23:13] [Server thread/INFO]: SCore Save UsagePerDay.... [14:23:13] [Server thread/INFO]: SCore Save UsagePerDay done ! [14:23:13] [Server thread/INFO]: SCore Save Commands... [14:23:13] [Server thread/INFO]: SCore Save Commands done ! [14:23:13] [Server thread/INFO]: SCore Save Cooldowns... [14:23:13] [Server thread/INFO]: SCore Save Cooldowns done ! [14:23:13] [Server thread/INFO]: [PL-Hide] Disabling PL-Hide v1.5.21 [14:23:13] [Server thread/INFO]: [PlayerReport] Disabling PlayerReport v3.4.3 [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Disabling SuperiorSkyblock2 v2023.1 [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Disabling the module bank... [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Disabling the module missions... [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Disabling the module generators... [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Disabling the module upgrades... [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Shutting down calculation task... [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Shutting down executor [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Shutting down database executor [14:23:13] [Server thread/INFO]: [SuperiorSkyblock2] Closing database. This may hang the server. Do not shut it down, or data may get lost. [14:23:13] [Server thread/INFO]: [WESV] Disabling WorldEditSelectionVisualizer v2.1.3 [14:23:13] [Server thread/INFO]: [spark] Disabling spark v1.10.37 [14:23:13] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.0-dev+44-43d84de [14:23:13] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked. [14:23:13] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.13+46576cc [14:23:13] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit [14:23:13] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131 [14:23:13] [Server thread/INFO]: Saving players [14:23:13] [Server thread/INFO]: Evalut lost connection: Server closed [14:23:13] [Server thread/INFO]: Evalut left the game [14:23:13] [Server thread/INFO]: Saving worlds [14:23:13] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [14:23:13] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world' [14:23:13] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world' [14:23:13] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Saved 650 block chunks, 650 entity chunks, 0 poi chunks in world 'world' in 0,48s [14:23:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved [14:23:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'world_nether' in 0,54s [14:23:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [14:23:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'world_the_end' in 0,12s [14:23:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [14:23:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[islandWorld]'/minecraft:islandworld [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'islandWorld' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'islandWorld' [14:23:14] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'islandWorld' [14:23:15] [Server thread/INFO]: [ChunkHolderManager] Saved 2025 block chunks, 529 entity chunks, 0 poi chunks in world 'islandWorld' in 0,62s [14:23:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (islandWorld): All chunks are saved [14:23:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[islandWorld_nether]'/minecraft:islandworld_nether [14:23:15] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'islandWorld_nether' [14:23:15] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'islandWorld_nether' [14:23:15] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'islandWorld_nether' [14:23:16] [Server thread/INFO]: [ChunkHolderManager] Saved 2025 block chunks, 529 entity chunks, 0 poi chunks in world 'islandWorld_nether' in 0,61s [14:23:16] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [14:23:16] [Server thread/INFO]: Saving chunks for level 'ServerLevel[islandWorld_the_end]'/minecraft:islandworld_the_end [14:23:16] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'islandWorld_the_end' [14:23:16] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'islandWorld_the_end' [14:23:16] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'islandWorld_the_end' [14:23:16] [Server thread/INFO]: [ChunkHolderManager] Saved 2025 block chunks, 529 entity chunks, 0 poi chunks in world 'islandWorld_the_end' in 0,64s [14:23:16] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [14:23:16] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved [14:23:16] [Server thread/INFO]: Flushing Chunk IO [14:23:16] [Server thread/INFO]: Closing Thread Pool [14:23:16] [Server thread/INFO]: Closing Server

OmerBenGera commented 1 year ago

As written in the comment of this section, you cannot change it while having an already running world. Delete the datastore folder as well as the world, then change this value and it will work.