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 16:18:59,809 ServerMain WARN Advanced terminal features are not available in this environment
[16:19:09 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[16:19:12 INFO]: Loaded 1174 recipes
[16:19:13 INFO]: Loaded 1271 advancements
[16:19:13 INFO]: Starting minecraft server version 1.20.4
[16:19:13 INFO]: Loading properties
[16:19:13 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)
[16:19:14 INFO]: Server Ping Player Sample Count: 12
[16:19:14 INFO]: Using 4 threads for Netty based IO
[16:19:15 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
[16:19:15 INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[16:19:15 INFO]: Default game type: SURVIVAL
[16:19:15 INFO]: Generating keypair
[16:19:15 INFO]: Starting Minecraft server on *:25565
[16:19:15 INFO]: Using epoll channel type
[16:19:15 INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity.
[16:19:15 INFO]: Paper: Using OpenSSL (Linux aarch64) cipher from Velocity.
[16:19:16 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) ~[?:?]
[16:19:16 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!
[16:19:21 WARN]: Legacy plugin SimpleTpa v6.4 does not specify an api-version.
[16:19:22 INFO]: [SimpleTpa] Loading server plugin SimpleTpa v6.4
[16:19:22 INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-SNAPSHOT-b2599
[16:19:22 INFO]: [voicechat] Loading server plugin voicechat v2.4.30
[16:19:22 INFO]: [RTP] Loading server plugin RTP v2.0.15
[16:19:22 INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:19:22 INFO]: Preparing level "world"
[16:19:22 INFO]: Preparing start region for dimension minecraft:overworld
[16:19:22 INFO]: Time elapsed: 253 ms
[16:19:22 INFO]: Preparing start region for dimension minecraft:the_nether
[16:19:23 INFO]: Time elapsed: 59 ms
[16:19:23 INFO]: Preparing start region for dimension minecraft:the_end
[16:19:23 INFO]: Time elapsed: 55 ms
[16:19:23 INFO]: [SimpleTpa] Enabling SimpleTpa v6.4*
[16:19:23 INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
[16:19:23 INFO]: [SimpleTpa] Simple Tpa has been enabled on version 6.4
[16:19:23 INFO]: Enabled metrics. You may opt-out by changing plugins/bStats/config.yml
[16:19:23 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) ~[?:?]
[16:19:23 INFO]: [SimpleTpa] Disabling SimpleTpa v6.4
[16:19:23 INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
[16:19:23 INFO]: [SimpleTpa] Simple Tpa has been disabled on version 6.4
[16:19:23 INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2599
[16:19:24 INFO]: [AuthMe] Created column 'regdate' and set the current timestamp, 1744906764511, to all 0 rows
[16:19:24 INFO]: [AuthMe] SQLite Setup finished
[16:19:24 INFO]: [AuthMe] No supported permissions system found! Permissions are disabled!
[16:19:25 WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
[16:19:26 INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2599 successfully enabled!
[16:19:26 INFO]: [voicechat] Enabling voicechat v2.4.30
[16:19:26 INFO]: [voicechat] Initializing compatibility for Bukkit version 1.20.4-R0.1
[16:19:26 INFO]: [voicechat] Compatibility version 17
[16:19:26 INFO]: [voicechat] Successfully initialized commodore command completion
[16:19:26 INFO]: [RTP] Enabling RTP v2.0.15
[16:19:27 INFO]: Starting remote control listener
[16:19:27 INFO]: Thread RCON Listener started
[16:19:27 INFO]: RCON running on 0.0.0.0:25575
[16:19:27 INFO]: Running delayed init tasks
[16:19:27 INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[16:19:27 WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[16:19:27 INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[16:19:27 WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[16:19:27 INFO]: Done (14.186s)! For help, type "help"
[16:19:27 INFO]: Timings Reset
[16:19:27 INFO]: [voicechat] Loading plugins
[16:19:27 INFO]: [voicechat] Loaded 0 plugin(s)
[16:19:27 INFO]: [voicechat] Initializing plugins
[16:19:27 INFO]: [voicechat] Initialized 0 plugin(s)
[16:19:27 INFO]: [voicechat] Voice chat server started at port 24454
[16:21:11 WARN]: Can't keep up! Is the server overloaded? Running 9261ms or 185 ticks behind
[16:22:46 INFO]: Disconnecting CTAPIK1212 (/81.222.176.87:30595): Failed to verify username!
[16:22:46 ERROR]: Username 'CTAPIK1212' tried to join with an invalid session
[16:22:46 INFO]: CTAPIK1212 (/81.222.176.87:30595) lost connection: Failed to verify username!
[16:23:25 INFO]: Disconnecting CTAPIK1212 (/81.222.176.87:16106): Failed to verify username!
[16:23:25 ERROR]: Username 'CTAPIK1212' tried to join with an invalid session
[16:23:25 INFO]: CTAPIK1212 (/81.222.176.87:16106) lost connection: Failed to verify username!
[16:23:31 INFO]: Disconnecting CTAPIK1212 (/81.222.176.87:26482): Failed to verify username!
[16:23:31 ERROR]: Username 'CTAPIK1212' tried to join with an invalid session
[16:23:31 INFO]: CTAPIK1212 (/81.222.176.87:26482) lost connection: Failed to verify username!
[16:24:10 INFO]: CTAPIK1212 (/81.222.176.87:36713) lost connection: Disconnected
[16:25:20 INFO]: Disconnecting CTAPIK1212 (/81.222.176.87:40096): Failed to verify username!
[16:25:20 ERROR]: Username 'CTAPIK1212' tried to join with an invalid session
[16:25:20 INFO]: CTAPIK1212 (/81.222.176.87:40096) lost connection: Failed to verify username!
[16:25:43 INFO]: [Not Secure] [Server] minehost.io says: Server shutting down...
[16:25:52 INFO]: Stopping server
[16:25:52 INFO]: [RTP] Disabling RTP v2.0.15
[16:25:52 INFO]: [voicechat] Disabling voicechat v2.4.30
[16:25:52 INFO]: [AuthMe] Disabling AuthMe v5.6.0-SNAPSHOT-b2599
[16:25:52 INFO]: [AuthMe] Waiting for 0 tasks to finish
[16:25:53 INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT-b2599 disabled!
[16:25:53 INFO]: Saving players
[16:25:53 INFO]: Saving worlds
[16:25:53 INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[16:25:53 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[16:25:53 INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[16:25:53 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[16:25:57 INFO]: [ChunkHolderManager] Saved 7054 block chunks, 142 entity chunks, 8 poi chunks in world 'world' in 3.88s
[16:25:57 INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[16:25:57 INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[16:25:57 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[16:25:57 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[16:25:57 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[16:25:57 INFO]: [ChunkHolderManager] Saved 0 block chunks, 4 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
[16:25:57 INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[16:25:57 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[16:25:57 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[16:25:57 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[16:25:57 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[16:25:57 INFO]: [ChunkHolderManager] Saved 0 block chunks, 10 entity chunks, 0 poi chunks in world 'world_the_end' in 0.00s
[16:25:57 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[16:25:57 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[16:25:57 INFO]: Flushing Chunk IO
[16:25:57 INFO]: Closing Thread Pool
[16:25:57 INFO]: Closing Server