CraftikMC
Paper / 1.21.4
Public
A free Minecraft server provided by Minehost.io
Stopped
Starting org.bukkit.craftbukkit.Main
*** Warning, you've not updated in a while! ***
*** Please download a new build as per instructions from https://papermc.io/downloads/paper ***
WARN StatusConsoleListener Advanced terminal features are not available in this environment
[21:30:27 INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.6+7-Ubuntu-122.04.1; Ubuntu null) on Linux 6.8.0-1024-aws (aarch64)
[21:30:27 INFO]: [bootstrap] Loading Paper 1.21-130-master@b1b5d4c (2024-08-10T10:02:42Z) for Minecraft 1.21
[21:30:28 INFO]: [PluginInitializerManager] Initializing plugins...
[21:30:29 INFO]: [ReobfServer] Remapping server...
[21:30:38 INFO]: [ReobfServer] Done remapping server in 9218ms.
[21:30:38 INFO]: [PluginRemapper] Remapping plugin 'plugins/SimpleTpa-7.6.jar'...
[21:30:38 INFO]: [PluginRemapper] Remapping plugin 'plugins/SetHome-6.2.3.jar'...
[21:30:38 INFO]: [PluginRemapper] Remapping plugin 'plugins/LuckPerms-Bukkit-5.4.102.jar'...
[21:30:38 INFO]: [PluginRemapper] Remapping plugin 'plugins/worldedit-bukkit-7.2.12.jar'...
[21:30:39 INFO]: [PluginRemapper] Done remapping plugin 'plugins/SetHome-6.2.3.jar' in 761ms.
[21:30:39 INFO]: [PluginRemapper] Remapping plugin 'plugins/RTP-2.0.15.jar'...
[21:30:39 INFO]: [PluginRemapper] Done remapping plugin 'plugins/SimpleTpa-7.6.jar' in 781ms.
[21:30:39 INFO]: [PluginRemapper] Done remapping plugin 'plugins/LuckPerms-Bukkit-5.4.102.jar' in 857ms.
[21:30:39 INFO]: [PluginRemapper] Done remapping plugin 'plugins/RTP-2.0.15.jar' in 759ms.
[21:30:41 INFO]: [PluginRemapper] Done remapping plugin 'plugins/worldedit-bukkit-7.2.12.jar' in 2810ms.
[21:30:41 INFO]: [PluginInitializerManager] Initialized 5 plugins
[21:30:41 INFO]: [PluginInitializerManager] Bukkit plugins (5):
- LuckPerms (5.4.102), RTP (2.0.15), SetHome (6.2.3), SimpleTpa (7.6), WorldEdit (7.2.12+6240-87f4ae1)
[21:30:47 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[21:30:50 INFO]: Loaded 1290 recipes
[21:30:50 INFO]: Loaded 1399 advancements
[21:30:51 INFO]: Starting minecraft server version 1.21
[21:30:51 INFO]: Loading properties
[21:30:51 INFO]: This server is running Paper version 1.21-130-master@b1b5d4c (2024-08-10T10:02:42Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
[21:30:52 INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[21:30:52 INFO]: Server Ping Player Sample Count: 12
[21:30:52 INFO]: Using 4 threads for Netty based IO
[21:30:53 INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[21:30:54 INFO]: Default game type: SURVIVAL
[21:30:54 INFO]: Generating keypair
[21:30:54 INFO]: Starting Minecraft server on *:25565
[21:30:54 INFO]: Using epoll channel type
[21:30:54 INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity.
[21:30:54 INFO]: Paper: Using OpenSSL (Linux aarch64) cipher from Velocity.
[21:30:55 INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.12+6240-87f4ae1
[21:30:58 INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6cfc2fb6]
[21:30:58 INFO]: [WorldEdit] Default configuration file written: config.yml
[21:30:58 ERROR]: [WorldEdit] Error initializing plugin 'worldedit-bukkit-7.2.12.jar' in folder 'plugins/.paper-remapped' (Is it up to date?)
java.lang.NoSuchMethodError: org.yaml.snakeyaml.representer.Representer: method 'void <init>()' not found
at worldedit-bukkit-7.2.12.jar/com.sk89q.util.yaml.YAMLProcessor$FancyRepresenter.<init>(YAMLProcessor.java:301) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.util.yaml.YAMLProcessor$FancyRepresenter.<init>(YAMLProcessor.java:300) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.util.yaml.YAMLProcessor.<init>(YAMLProcessor.java:95) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.util.yaml.YAMLProcessor.<init>(YAMLProcessor.java:104) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.bukkit.WorldEditPlugin.onLoad(WorldEditPlugin.java:141) ~[worldedit-bukkit-7.2.12.jar:?]
at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:546) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:292) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[21:30:58 INFO]: [SimpleTpa] Loading server plugin SimpleTpa v7.6
[21:30:58 INFO]: [SetHome] Loading server plugin SetHome v6.2.3
[21:30:58 INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[21:31:01 INFO]: [RTP] Loading server plugin RTP v2.0.15
[21:31:01 INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:31:01 INFO]: [WorldEdit] Enabling WorldEdit v7.2.12+6240-87f4ae1
[21:31:01 ERROR]: Could not dispatch event: com.sk89q.worldedit.event.platform.PlatformsRegisteredEvent@60581e2e to handler EventHandler{priority=NORMAL}
java.lang.reflect.InvocationTargetException: null
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:75) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:160) ~[worldedit-bukkit-7.2.12.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:293) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.sk89q.worldedit.LocalConfiguration.getWorkingDirectoryPath()" because the return value of "com.sk89q.worldedit.WorldEdit.getConfiguration()" is null
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.WorldEdit.getWorkingDirectoryPath(WorldEdit.java:461) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.util.asset.AssetLoaders.init(AssetLoaders.java:67) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.extension.platform.Capability$2.initialize(Capability.java:55) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.extension.platform.PlatformManager.choosePreferred(PlatformManager.java:193) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.extension.platform.PlatformManager.handlePlatformsRegistered(PlatformManager.java:319) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler.dispatch(MethodHandleEventHandler.java:51) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-bukkit-7.2.12.jar:?]
... 13 more
[21:31:01 ERROR]: Error occurred while enabling WorldEdit v7.2.12+6240-87f4ae1 (Is it up to date?)
java.lang.NoSuchMethodError: org.yaml.snakeyaml.representer.Representer: method 'void <init>()' not found
at worldedit-bukkit-7.2.12.jar/com.sk89q.util.yaml.YAMLProcessor$FancyRepresenter.<init>(YAMLProcessor.java:301) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.util.yaml.YAMLProcessor$FancyRepresenter.<init>(YAMLProcessor.java:300) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.util.yaml.YAMLProcessor.<init>(YAMLProcessor.java:95) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.wepif.PermissionsResolverManager.loadConfig(PermissionsResolverManager.java:197) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.wepif.PermissionsResolverManager.<init>(PermissionsResolverManager.java:103) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.wepif.PermissionsResolverManager.initialize(PermissionsResolverManager.java:67) ~[worldedit-bukkit-7.2.12.jar:?]
at worldedit-bukkit-7.2.12.jar/com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:162) ~[worldedit-bukkit-7.2.12.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:293) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[21:31:01 INFO]: [WorldEdit] Disabling WorldEdit v7.2.12+6240-87f4ae1
[21:31:01 INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[21:31:01 INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[21:31:02 INFO]: __
[21:31:02 INFO]: | |__) LuckPerms v5.4.102
[21:31:02 INFO]: |___ | Running on Bukkit - Paper
[21:31:02 INFO]:
[21:31:02 INFO]: [LuckPerms] Loading configuration...
[21:31:02 INFO]: [LuckPerms] Loading storage provider... [H2]
[21:31:04 INFO]: [LuckPerms] Loading internal permission managers...
[21:31:04 INFO]: [LuckPerms] Performing initial data load...
[21:31:04 INFO]: [LuckPerms] Successfully enabled. (took 2837ms)
[21:31:04 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:31:04 WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:31:04 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.
[21:31:04 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:31:04 INFO]: Preparing level "world"
[21:31:06 INFO]: Preparing start region for dimension minecraft:overworld
[21:31:08 INFO]: Time elapsed: 2287 ms
[21:31:08 INFO]: Preparing start region for dimension minecraft:the_nether
[21:31:08 INFO]: Time elapsed: 397 ms
[21:31:08 INFO]: Preparing start region for dimension minecraft:the_end
[21:31:08 INFO]: Time elapsed: 253 ms
[21:31:09 INFO]: [SimpleTpa] Enabling SimpleTpa v7.6
[21:31:09 INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
[21:31:09 INFO]: [SimpleTpa] Simple Tpa has been enabled on version 7.6
[21:31:09 INFO]: Enabled metrics. You may opt-out by changing plugins/bStats/config.yml
[21:31:09 INFO]: [SetHome] Enabling SetHome v6.2.3
[21:31:09 INFO]: [RTP] Enabling RTP v2.0.15
[21:31:11 INFO]: [spark] Starting background profiler...
[21:31:12 INFO]: Done preparing level "world" (7.762s)
[21:31:12 INFO]: Starting remote control listener
[21:31:12 INFO]: Thread RCON Listener started
[21:31:12 INFO]: RCON running on 0.0.0.0:25575
[21:31:12 INFO]: Running delayed init tasks
[21:31:12 WARN]: [RTP] Task #12 for RTP v2.0.15 generated an exception
java.lang.NumberFormatException: For input string: ""
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[?:?]
at java.base/java.lang.Integer.parseInt(Integer.java:672) ~[?:?]
at java.base/java.lang.Integer.valueOf(Integer.java:989) ~[?:?]
at RTP-2.0.15.jar/io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100) ~[RTP-2.0.15.jar:?]
at RTP-2.0.15.jar/io.github.dailystruggle.rtp.bukkit.RTPBukkitPlugin.setupBukkitEvents(RTPBukkitPlugin.java:223) ~[RTP-2.0.15.jar:?]
at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:475) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1226) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[21:31:12 INFO]: Done (47.273s)! For help, type "help"
[21:31:12 INFO]: Timings Reset
[21:31:19 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:19 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:19 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:19 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:19 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:19 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:19 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:19 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:19 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:19 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:19 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:31:25 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:25 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:25 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:25 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:25 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:25 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:25 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:25 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:25 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:25 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:31:30 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:30 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:30 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:30 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:30 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:30 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:30 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:30 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:30 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:30 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:31:33 INFO]: UUID of player canz000 is d6899468-5f5a-38e5-b988-6a9f94374dd4
[21:31:34 INFO]: Connection closed during protocol change
[21:31:34 INFO]: Connection closed during protocol change
[21:31:34 INFO]: canz000 lost connection: Disconnected
[21:31:35 INFO]: canz000 left the game
[21:31:36 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:36 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:36 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:36 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:36 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:36 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:36 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:36 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:31:41 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:41 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:41 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:41 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:41 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:41 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:41 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:41 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:41 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:41 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:31:43 INFO]: UUID of player canz000 is d6899468-5f5a-38e5-b988-6a9f94374dd4
[21:31:43 INFO]: com.mojang.authlib.GameProfile@6a13a5a1[id=d6899468-5f5a-38e5-b988-6a9f94374dd4,name=canz000,properties={}] lost connection: Disconnected
[21:31:46 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:46 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:46 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:46 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:46 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:46 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:46 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:46 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:31:51 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:51 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:51 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:51 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:51 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:51 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:51 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:51 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:51 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:51 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:31:56 WARN]: java.lang.NumberFormatException: For input string: ""
[21:31:56 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:31:56 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:31:56 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:31:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:31:56 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:31:56 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:31:56 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:31:56 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:31:56 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:31:56 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:01 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:01 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:01 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:01 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:01 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:01 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:01 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:01 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:01 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:01 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:06 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:06 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:06 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:06 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:06 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:06 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:06 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:06 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:06 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:06 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:11 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:11 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:11 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:11 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:11 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:11 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:11 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:11 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:11 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:11 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:16 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:16 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:16 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:16 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:16 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:16 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:16 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:16 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:16 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:16 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:21 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:21 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:21 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:21 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:21 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:21 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:21 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:21 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:21 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:21 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:23 INFO]: UUID of player canz000 is d6899468-5f5a-38e5-b988-6a9f94374dd4
[21:32:24 INFO]: canz000 joined the game
[21:32:24 INFO]: canz000[/212.3.142.243:24297] logged in with entity id 44 at ([world]2.9999975483374953E7, 75.0, 2.9999972001162942E7)
[21:32:26 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:26 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:26 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:26 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:26 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:26 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:26 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:26 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:26 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:26 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:31 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:31 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:31 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:31 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:31 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:31 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:31 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:31 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:31 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:31 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:37 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:37 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:37 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:37 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:37 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:37 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:37 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:37 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:37 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:37 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:42 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:42 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:42 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:42 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:42 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:42 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:42 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:42 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:42 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:42 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:47 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:47 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:47 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:47 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:47 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:47 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:47 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:47 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:47 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:47 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:52 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:52 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:52 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:52 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:52 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:52 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:52 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:52 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:52 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:52 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:32:57 WARN]: java.lang.NumberFormatException: For input string: ""
[21:32:57 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:32:57 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:32:57 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:32:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:32:57 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:32:57 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:32:57 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:32:57 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:32:57 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:32:57 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:02 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:02 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:02 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:02 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:02 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:02 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:03 INFO]: [Not Secure] [Server] minehost.io says: Thanks for using our free service! Please support us by following us on Twitter at @minehost_io
[21:33:07 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:07 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:07 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:07 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:07 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:07 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:07 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:07 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:07 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:07 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:12 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:12 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:12 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:12 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:12 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:12 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:12 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:12 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:12 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:12 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:17 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:17 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:17 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:17 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:17 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:17 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:17 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:17 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:17 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:17 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:22 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:22 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:22 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:22 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:22 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:22 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:22 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:22 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:22 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:22 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:27 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:27 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:27 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:27 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:27 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:27 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:27 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:27 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:27 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:27 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:27 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:32 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:32 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:32 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:32 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:32 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:32 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:32 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:32 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:32 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:32 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:32 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:37 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:37 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:37 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:37 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:37 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:37 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:37 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:37 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:37 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:37 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:37 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:42 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:42 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:42 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:42 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:42 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:42 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:42 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:42 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:42 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:42 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:42 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:44 INFO]: UUID of player Klopee is 2f4386e1-248d-3d36-96a4-9f905ba4381d
[21:33:46 INFO]: Klopee joined the game
[21:33:46 INFO]: Klopee[/109.165.119.57:55515] logged in with entity id 337 at ([world]2.9999978067562517E7, 64.0, 2.999997794467061E7)
[21:33:47 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:47 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:47 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:47 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:47 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:47 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:47 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:47 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:47 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:47 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:47 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:52 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:52 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:52 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:52 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:52 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:52 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:52 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:52 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:52 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:52 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:52 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:33:57 WARN]: java.lang.NumberFormatException: For input string: ""
[21:33:57 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:33:57 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:33:57 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:33:57 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:33:57 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:33:57 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:33:57 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:33:57 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:33:57 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:33:57 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:34:02 WARN]: java.lang.NumberFormatException: For input string: ""
[21:34:02 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:34:02 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:34:02 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:34:02 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:34:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:34:02 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:34:02 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:34:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:34:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:34:02 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:34:07 WARN]: java.lang.NumberFormatException: For input string: ""
[21:34:07 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:34:07 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:34:07 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:34:07 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:34:07 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:34:07 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:34:07 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:34:07 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:34:07 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:34:07 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:34:12 WARN]: java.lang.NumberFormatException: For input string: ""
[21:34:12 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:34:12 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:34:12 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:34:12 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:34:12 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:34:12 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:34:12 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:34:12 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:34:12 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:34:12 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:34:17 WARN]: java.lang.NumberFormatException: For input string: ""
[21:34:17 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:34:17 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:34:17 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:34:17 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:34:17 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:34:17 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:34:17 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:34:17 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:34:17 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:34:17 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:34:22 WARN]: java.lang.NumberFormatException: For input string: ""
[21:34:22 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:34:22 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:34:22 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:34:22 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[21:34:22 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[21:34:22 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:34:22 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:34:22 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[21:34:22 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[21:34:22 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[21:34:26 WARN]: java.lang.NumberFormatException: For input string: ""
[21:34:26 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[21:34:26 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[21:34:26 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[21:34:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
----------------------------------------------------------------
Showing first and last 1000 lines
----------------------------------------------------------------
[22:58:31 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:58:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:58:31 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:58:31 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:58:31 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:58:31 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:58:31 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:58:31 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:58:36 WARN]: java.lang.NumberFormatException: For input string: ""
[22:58:36 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:58:36 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:58:36 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:58:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:58:36 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:58:36 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:58:36 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:58:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:58:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:58:36 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:58:41 WARN]: java.lang.NumberFormatException: For input string: ""
[22:58:41 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:58:41 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:58:41 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:58:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:58:41 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:58:41 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:58:41 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:58:41 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:58:41 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:58:41 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:58:46 WARN]: java.lang.NumberFormatException: For input string: ""
[22:58:46 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:58:46 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:58:46 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:58:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:58:46 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:58:46 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:58:46 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:58:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:58:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:58:46 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:58:51 WARN]: java.lang.NumberFormatException: For input string: ""
[22:58:51 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:58:51 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:58:51 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:58:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:58:51 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:58:51 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:58:51 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:58:51 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:58:51 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:58:51 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:58:56 WARN]: java.lang.NumberFormatException: For input string: ""
[22:58:56 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:58:56 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:58:56 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:58:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:58:56 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:58:56 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:58:56 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:58:56 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:58:56 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:58:56 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:01 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:01 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:01 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:01 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:01 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:01 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:01 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:01 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:01 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:01 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:01 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:02 INFO]: [Not Secure] [Server] minehost.io says: Your server has 2 minutes remaining. The admin can renew at www.minehost.io
[22:59:06 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:06 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:06 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:06 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:06 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:06 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:06 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:06 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:06 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:06 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:06 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:11 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:11 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:11 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:11 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:11 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:11 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:11 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:11 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:11 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:11 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:11 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:16 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:16 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:16 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:16 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:16 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:16 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:16 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:16 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:16 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:16 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:16 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:21 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:21 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:21 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:21 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:21 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:21 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:21 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:21 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:21 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:21 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:21 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:26 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:26 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:26 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:26 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:26 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:26 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:26 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:26 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:26 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:26 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:26 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:31 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:31 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:31 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:31 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:31 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:31 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:31 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:31 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:31 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:31 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:31 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:36 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:36 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:36 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:36 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:36 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:36 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:36 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:36 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:36 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:41 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:41 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:41 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:41 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:41 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:41 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:41 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:41 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:41 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:41 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:41 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:46 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:46 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:46 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:46 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:46 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:46 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:46 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:46 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:46 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:51 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:51 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:51 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:51 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:51 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:51 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:51 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:51 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:51 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:51 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:51 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:59:56 WARN]: java.lang.NumberFormatException: For input string: ""
[22:59:56 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[22:59:56 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[22:59:56 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[22:59:56 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[22:59:56 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[22:59:56 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[22:59:56 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[22:59:56 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[22:59:56 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[22:59:56 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:00 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:00 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:00 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:00 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:00 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:00 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:00 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:00 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:00 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:00 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:04 INFO]: [Not Secure] [Server] minehost.io says: Your server has 1 minute remaining. The admin can renew at www.minehost.io
[23:00:05 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:05 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:05 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:05 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:05 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:05 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:05 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:05 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:05 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:05 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:10 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:10 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:10 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:10 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:10 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:10 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:10 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:10 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:10 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:10 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:15 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:15 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:15 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:15 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:15 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:15 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:15 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:15 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:15 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:15 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:20 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:20 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:20 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:20 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:20 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:20 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:20 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:20 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:20 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:20 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:25 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:25 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:25 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:25 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:25 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:25 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:25 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:25 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:25 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:25 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:30 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:30 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:30 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:30 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:30 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:30 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:30 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:30 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:30 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:30 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:35 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:35 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:35 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:35 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:35 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:35 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:35 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:35 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:35 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:35 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:40 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:40 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:40 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:40 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:40 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:40 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:40 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:40 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:40 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:40 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:45 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:45 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:45 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:45 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:45 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:45 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:45 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:45 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:45 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:45 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:45 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:50 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:50 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:50 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:50 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:50 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:50 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:50 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:50 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:50 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:50 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:50 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:00:55 WARN]: java.lang.NumberFormatException: For input string: ""
[23:00:55 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:00:55 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:00:55 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:00:55 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:00:55 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:00:55 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:00:55 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:00:55 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:00:55 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:00:55 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:00 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:00 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:00 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:00 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:00 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:00 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:00 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:00 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:00 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:00 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:00 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:05 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:05 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:05 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:05 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:05 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:05 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:05 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:05 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:05 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:05 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:05 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:10 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:10 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:10 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:10 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:10 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:10 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:10 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:10 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:10 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:10 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:10 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:15 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:15 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:15 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:15 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:15 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:15 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:15 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:15 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:15 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:15 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:15 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:20 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:20 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:20 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:20 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:20 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:20 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:20 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:20 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:20 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:20 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:20 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:25 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:25 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:25 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:25 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:25 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:25 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:25 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:25 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:25 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:25 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:25 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:30 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:30 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:30 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:30 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:30 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:30 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:30 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:30 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:30 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:30 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:30 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:35 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:35 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:35 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:35 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:35 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:35 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:35 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:35 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:35 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:35 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:35 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:40 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:40 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:40 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:40 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:40 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:40 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:40 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:40 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:40 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:40 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:40 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:44 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:44 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:44 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:44 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:44 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:44 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:44 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:44 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:44 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:44 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:44 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:49 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:49 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:49 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:49 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:49 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:49 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:49 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:49 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:49 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:49 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:49 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:54 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:54 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:54 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:54 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:54 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:54 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:54 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:54 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:54 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:54 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:54 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:01:59 WARN]: java.lang.NumberFormatException: For input string: ""
[23:01:59 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:01:59 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:01:59 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:01:59 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:01:59 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:01:59 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:01:59 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:01:59 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:01:59 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:01:59 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:02:02 INFO]: [Not Secure] [Server] minehost.io says: Server shutting down...
[23:02:04 WARN]: java.lang.NumberFormatException: For input string: ""
[23:02:04 WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
[23:02:04 WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:672)
[23:02:04 WARN]: at java.base/java.lang.Integer.valueOf(Integer.java:989)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.getServerIntVersion(BukkitServerAccessor.java:100)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.tools.SendMessage.log(SendMessage.java:629)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.BukkitServerAccessor.log(BukkitServerAccessor.java:253)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.RTP.log(RTP.java:105)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.lambda$static$2(BukkitRTPWorld.java:88)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.substitutions.BukkitRTPWorld.getBiome(BukkitRTPWorld.java:243)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.getLocation(Region.java:500)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region$Cache.run(Region.java:1004)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.RTPTaskPipe.execute(RTPTaskPipe.java:42)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.selection.region.Region.execute(Region.java:166)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.common.tasks.tick.AsyncTaskProcessing.run(AsyncTaskProcessing.java:89)
[23:02:04 WARN]: at RTP-2.0.15.jar//io.github.dailystruggle.rtp.bukkit.server.AsyncTeleportProcessing.lambda$run$0(AsyncTeleportProcessing.java:67)
[23:02:04 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:86)
[23:02:04 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[23:02:04 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[23:02:04 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[23:02:04 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[23:02:04 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[23:02:06 INFO]: Stopping server
[23:02:06 INFO]: [RTP] Disabling RTP v2.0.15
[23:02:06 INFO]: [LuckPerms] Disabling LuckPerms v5.4.102
[23:02:06 INFO]: [LuckPerms] Starting shutdown process...
[23:02:06 INFO]: [LuckPerms] Closing storage...
[23:02:06 INFO]: [LuckPerms] Goodbye!
[23:02:06 INFO]: [SetHome] Disabling SetHome v6.2.3
[23:02:06 INFO]: [SimpleTpa] Disabling SimpleTpa v7.6
[23:02:06 INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
[23:02:06 INFO]: [SimpleTpa] Simple Tpa has been disabled on version 7.6
[23:02:06 INFO]: Saving players
[23:02:06 INFO]: Saving worlds
[23:02:06 INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[23:02:06 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[23:02:06 INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[23:02:06 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[23:02:06 INFO]: [ChunkHolderManager] Saved 0 block chunks, 16 entity chunks, 0 poi chunks in world 'world' in 0.03s
[23:02:06 INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[23:02:06 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[23:02:06 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[23:02:06 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[23:02:06 INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
[23:02:06 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[23:02:06 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[23:02:06 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[23:02:06 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[23:02:06 INFO]: [ChunkHolderManager] Saved 0 block chunks, 10 entity chunks, 0 poi chunks in world 'world_the_end' in 0.01s
[23:02:06 INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[23:02:06 INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[23:02:06 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[23:02:06 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved