Advertisement
Guest User

Latest.Log on minehut

a guest
Jun 20th, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | Gaming | 0 0
  1. [23:12:27] [ServerMain/WARN]: resource-pack-id missing, using default of 7441e57a-0b8f-33d2-a8d9-3ac68a4fb0f5
  2. [23:12:27] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
  3. [23:12:28] [ServerMain/WARN]: Missing data pack paper
  4. [23:12:30] [ServerMain/INFO]: Loaded 1174 recipes
  5. [23:12:30] [ServerMain/INFO]: Loaded 1271 advancements
  6. [23:12:30] [Server thread/INFO]: Starting minecraft server version 1.20.4
  7. [23:12:30] [Server thread/INFO]: Loading properties
  8. [23:12:31] [Server thread/INFO]: This server is running Paper version git-Paper-496 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 7ac24a1 on ver/1.20.4)
  9. [23:12:32] [Server thread/INFO]: Server Ping Player Sample Count: 12
  10. [23:12:32] [Server thread/INFO]: Using 4 threads for Netty based IO
  11. [23:12:32] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
  12. We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
  13. For more information please visit: https://github.com/PaperMC/Paper/issues/8948
  14. [23:12:32] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
  15. [23:12:32] [Server thread/ERROR]: [Configurations] Loading a newer configuration than is supported (31 > 30)! You may have to backup & delete the world defaults config file to start the server.
  16. [23:12:32] [Server thread/INFO]: Default game type: SURVIVAL
  17. [23:12:32] [Server thread/INFO]: Generating keypair
  18. [23:12:33] [Server thread/INFO]: Starting Minecraft server on *:25575
  19. [23:12:33] [Server thread/INFO]: Using epoll channel type
  20. [23:12:33] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
  21. [23:12:33] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
  22. [23:12:33] [Server thread/INFO]: [MinehutPlugin] Found matching version for version 1.20.4-R0.1-SNAPSHOT (V1_20_R3)
  23. [23:12:33] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'worldedit-bukkit-7.3.3.jar' in folder 'plugins'
  24. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/sk89q/worldedit/bukkit/WorldEditPlugin has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
  25. at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:127) ~[paper-1.20.4.jar:git-Paper-496]
  26. at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.20.4.jar:git-Paper-496]
  27. at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.20.4.jar:git-Paper-496]
  28. at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.20.4.jar:git-Paper-496]
  29. at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.4.jar:git-Paper-496]
  30. at org.bukkit.craftbukkit.v1_20_R3.CraftServer.loadPlugins(CraftServer.java:507) ~[paper-1.20.4.jar:git-Paper-496]
  31. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:274) ~[paper-1.20.4.jar:git-Paper-496]
  32. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-496]
  33. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-496]
  34. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  35. Caused by: java.lang.UnsupportedClassVersionError: com/sk89q/worldedit/bukkit/WorldEditPlugin has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
  36. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  37. at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?]
  38. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
  39. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:243) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
  40. at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  41. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:169) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
  42. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
  43. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  44. at java.lang.Class.forName0(Native Method) ~[?:?]
  45. at java.lang.Class.forName(Class.java:467) ~[?:?]
  46. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
  47. at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.4.jar:git-Paper-496]
  48. ... 9 more
  49. [23:12:33] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.0.0
  50. [23:12:33] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.0 is now loaded. Registering protocol transformers and injecting...
  51. [23:12:34] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  52. [23:12:35] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
  53. [23:12:35] [Server thread/INFO]: [MinehutPlugin] Loading server plugin MinehutPlugin v0.0.27-SNAPSHOT
  54. [23:12:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  55. [23:12:35] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  56. [23:12:35] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  57. [23:12:35] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  58. [23:12:35] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  59. [23:12:35] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  60. [23:12:35] [Server thread/INFO]: Preparing level "world"
  61. [23:12:35] [Server thread/ERROR]: [Configurations] Loading a newer configuration than is supported (31 > 30)! You may have to backup & delete the world config file to start the server.
  62. [23:12:35] [Server thread/ERROR]: [Configurations] Loading a newer configuration than is supported (31 > 30)! You may have to backup & delete the world_nether config file to start the server.
  63. [23:12:36] [Server thread/ERROR]: [Configurations] Loading a newer configuration than is supported (31 > 30)! You may have to backup & delete the world_the_end config file to start the server.
  64. [23:12:36] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  65. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: java.lang.RuntimeException: Server attempted to load chunk saved with newer version of minecraft! 3839 > 3700
  66. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: at net.minecraft.world.level.chunk.storage.ChunkRegionLoader.readInProgressChunkHolder(ChunkRegionLoader.java:148)
  67. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkLoadTask$ChunkDataLoadTask.runOffMain(ChunkLoadTask.java:338)
  68. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: at io.papermc.paper.chunk.system.scheduling.GenericDataLoadTask$ProcessOffMainTask.run(GenericDataLoadTask.java:307)
  69. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351)
  70. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118)
  71. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:274)
  72. [23:12:36] [Tuinity Chunk System Worker #0/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:50)
  73. [23:12:36] [Server thread/INFO]: Time elapsed: 305 ms
  74. [23:12:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  75. [23:12:36] [Server thread/INFO]: Time elapsed: 83 ms
  76. [23:12:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  77. [23:12:36] [Server thread/INFO]: Time elapsed: 80 ms
  78. [23:12:36] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.0
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement