ThunderSerdceedWorld
Fabric / 1.20.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 ***
System Info: Java 17 (OpenJDK 64-Bit Server VM 17.0.14+7-Ubuntu-122.04.1) Host: Linux 6.8.0-1024-aws (aarch64)
Loading libraries, please wait...
2025-04-17 17:05:52,214 ServerMain WARN Advanced terminal features are not available in this environment
[17:06:02 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[17:06:05 INFO]: Loaded 1174 recipes
[17:06:05 INFO]: Loaded 1271 advancements
[17:06:06 INFO]: Starting minecraft server version 1.20.4
[17:06:06 INFO]: Loading properties
[17:06:06 INFO]: This server is running Paper version git-Paper-499 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 9de3f75 on ver/1.20.4)
[17:06:07 INFO]: Server Ping Player Sample Count: 12
[17:06:07 INFO]: Using 4 threads for Netty based IO
[17:06:07 WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[17:06:07 INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[17:06:08 INFO]: Default game type: SURVIVAL
[17:06:08 INFO]: Generating keypair
[17:06:08 INFO]: Starting Minecraft server on *:25565
[17:06:08 INFO]: Using epoll channel type
[17:06:08 INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity.
[17:06:08 INFO]: Paper: Using OpenSSL (Linux aarch64) cipher from Velocity.
[17:06:08 ERROR]: [ModernPluginLoadingStrategy] Could not load 'plugins/EssentialsXChat-2.20.1.jar' in 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [Essentials]. Please download and install these plugins to run 'EssentialsChat'.
at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:82) ~[paper-1.20.4.jar:git-Paper-499]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.20.4.jar:git-Paper-499]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.4.jar:git-Paper-499]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.loadPlugins(CraftServer.java:507) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:274) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-499]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
[17:06:08 WARN]: [org.bukkit.craftbukkit.v1_20_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[17:06:14 WARN]: Legacy plugin SimpleTpa v6.4 does not specify an api-version.
[17:06:14 INFO]: [SimpleTpa] Loading server plugin SimpleTpa v6.4
[17:06:14 INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-SNAPSHOT-b2599
[17:06:14 INFO]: [voicechat] Loading server plugin voicechat v2.4.30
[17:06:14 INFO]: [RTP] Loading server plugin RTP v2.0.15
[17:06:14 INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:06:14 INFO]: Preparing level "world"
[17:06:15 INFO]: Preparing start region for dimension minecraft:overworld
[17:06:15 INFO]: Time elapsed: 285 ms
[17:06:15 INFO]: Preparing start region for dimension minecraft:the_nether
[17:06:15 INFO]: Time elapsed: 67 ms
[17:06:15 INFO]: Preparing start region for dimension minecraft:the_end
[17:06:15 INFO]: Time elapsed: 57 ms
[17:06:15 INFO]: [SimpleTpa] Enabling SimpleTpa v6.4*
[17:06:15 INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
[17:06:15 INFO]: [SimpleTpa] Simple Tpa has been enabled on version 6.4
[17:06:16 INFO]: Enabled metrics. You may opt-out by changing plugins/bStats/config.yml
[17:06:16 ERROR]: Error occurred while enabling SimpleTpa v6.4 (Is it up to date?)
java.lang.IllegalArgumentException: v1_20_R3 isn't a known version! Please contact me in my discord support server! https://discord.com/invite/SZUkza9
at me.mulemuledupe.simpletpa.SimpleTpa.formatNMSVersion(SimpleTpa.java:166) ~[SimpleTpa-6.4.jar:?]
at me.mulemuledupe.simpletpa.SimpleTpa.onEnable(SimpleTpa.java:55) ~[SimpleTpa-6.4.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:188) ~[paper-1.20.4.jar:git-Paper-499]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-499]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.4.jar:git-Paper-499]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:671) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:431) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:309) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-499]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-499]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
[17:06:16 INFO]: [SimpleTpa] Disabling SimpleTpa v6.4
[17:06:16 INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
[17:06:16 INFO]: [SimpleTpa] Simple Tpa has been disabled on version 6.4
[17:06:16 INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2599
[17:06:17 INFO]: [AuthMe] SQLite Setup finished
[17:06:17 INFO]: [AuthMe] No supported permissions system found! Permissions are disabled!
[17:06:17 WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
[17:06:18 INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2599 successfully enabled!
[17:06:18 INFO]: [voicechat] Enabling voicechat v2.4.30
[17:06:18 INFO]: [voicechat] Initializing compatibility for Bukkit version 1.20.4-R0.1
[17:06:18 INFO]: [voicechat] Compatibility version 17
[17:06:18 INFO]: [voicechat] Successfully initialized commodore command completion
[17:06:18 INFO]: [RTP] Enabling RTP v2.0.15
[17:06:20 INFO]: Starting remote control listener
[17:06:20 INFO]: Thread RCON Listener started
[17:06:20 INFO]: RCON running on 0.0.0.0:25575
[17:06:20 INFO]: Running delayed init tasks
[17:06:20 INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[17:06:20 WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[17:06:20 INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[17:06:20 INFO]: Done (14.080s)! For help, type "help"
[17:06:20 INFO]: Timings Reset
[17:06:20 INFO]: [voicechat] Loading plugins
[17:06:20 INFO]: [voicechat] Loaded 0 plugin(s)
[17:06:20 INFO]: [voicechat] Initializing plugins
[17:06:20 INFO]: [voicechat] Initialized 0 plugin(s)
[17:06:20 INFO]: [voicechat] Voice chat server started at port 24454
[17:06:20 WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[17:06:48 INFO]: Disconnecting CTAPIK1212 (/81.222.176.87:14152): Failed to verify username!
[17:06:48 ERROR]: Username 'CTAPIK1212' tried to join with an invalid session
[17:06:48 INFO]: CTAPIK1212 (/81.222.176.87:14152) lost connection: Failed to verify username!
[17:06:55 INFO]: Disconnecting CTAPIK1212 (/81.222.176.87:45851): Failed to verify username!
[17:06:55 ERROR]: Username 'CTAPIK1212' tried to join with an invalid session
[17:06:55 INFO]: CTAPIK1212 (/81.222.176.87:45851) lost connection: Failed to verify username!
[17:08:00 WARN]: Can't keep up! Is the server overloaded? Running 9992ms or 199 ticks behind
[17:08:00 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-499 (MC: 1.20.4) ---
[17:08:00 ERROR]: The server has not responded for 0 seconds! Creating thread dump
[17:08:00 ERROR]: ------------------------------
[17:08:00 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[17:08:00 ERROR]: ------------------------------
[17:08:00 ERROR]: Current Thread: Server thread
[17:08:00 ERROR]: PID: 25 | Suspended: false | Native: false | State: RUNNABLE
[17:08:00 ERROR]: Stack:
[17:08:00 ERROR]: java.base@17.0.14/java.lang.Thread.yield(Native Method)
[17:08:00 ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:143)
[17:08:00 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:134)
[17:08:00 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1343)
[17:08:00 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1232)
[17:08:00 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[17:08:00 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$6215/0x0000008801b77248.run(Unknown Source)
[17:08:00 ERROR]: java.base@17.0.14/java.lang.Thread.run(Thread.java:840)
[17:08:00 ERROR]: ------------------------------
[17:08:00 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[17:08:00 ERROR]: ------------------------------
[17:11:16 INFO]: Disconnecting CTAPIK1213 (/81.222.176.87:30514): Failed to verify username!
[17:11:16 ERROR]: Username 'CTAPIK1213' tried to join with an invalid session
[17:11:16 INFO]: CTAPIK1213 (/81.222.176.87:30514) lost connection: Failed to verify username!
[17:22:12 INFO]: [Not Secure] [Server] minehost.io says: Server shutting down...
[17:22:15 INFO]: Stopping server
[17:22:15 INFO]: [RTP] Disabling RTP v2.0.15
[17:22:16 INFO]: [voicechat] Disabling voicechat v2.4.30
[17:22:16 INFO]: [AuthMe] Disabling AuthMe v5.6.0-SNAPSHOT-b2599
[17:22:16 INFO]: [AuthMe] Waiting for 0 tasks to finish
[17:22:16 INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT-b2599 disabled!
[17:22:16 INFO]: Saving players
[17:22:16 INFO]: Saving worlds
[17:22:16 INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[17:22:16 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[17:22:16 INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[17:22:16 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[17:22:23 INFO]: [ChunkHolderManager] Saved 6984 block chunks, 34 entity chunks, 1 poi chunks in world 'world' in 7.00s
[17:22:24 INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[17:22:24 INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[17:22:24 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[17:22:24 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[17:22:24 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[17:22:24 INFO]: [ChunkHolderManager] Saved 0 block chunks, 4 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
[17:22:24 INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[17:22:24 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[17:22:24 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[17:22:24 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[17:22:24 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[17:22:24 INFO]: [ChunkHolderManager] Saved 0 block chunks, 10 entity chunks, 0 poi chunks in world 'world_the_end' in 0.01s
[17:22:25 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[17:22:25 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[17:22:25 INFO]: Flushing Chunk IO
[17:22:25 INFO]: Closing Thread Pool
2025-04-17 17:22:25,035 Log4j2-AsyncAppenderEventDispatcher-1-Async WARN Advanced terminal features are not available in this environment
[17:22:25 INFO]: Closing Server