Paste your logs.

Built for Minecraft & Hytale

Paper 1.16.5 Server Log

2 errors
198 lines
Raw
Detected
Minecraft version: 1.16.5
2 Problems detected
Problem The plugin 'HealthBar' requires Java version 16 or later to run. Line 14
Solutions:
Install a different version of the plugin 'HealthBar'.
Delete the file 'plugins/HealthBar.jar'.
Change your Java version to 16 or later.
Problem The plugin 'DeluxeMenus-1.14.0-Release' requires Java version 11 or later to run. Line 38
Solutions:
Install a different version of the plugin 'DeluxeMenus-1.14.0-Release'.
Delete the file 'plugins/DeluxeMenus-1.14.0-Release.jar'.
Change your Java version to 11 or later.
[20:35:22] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[20:35:23] [main/INFO]: Reloading ResourceManager: Default, bukkit
[20:35:23] [Worker-Main-3/INFO]: Loaded 7 recipes
[20:35:25] [Server thread/INFO]: Starting minecraft server version 1.16.5
[20:35:25] [Server thread/INFO]: Loading properties
[20:35:25] [Server thread/INFO]: This server is running Paper version git-Paper-794 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[20:35:25] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:35:25] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:35:25] [Server thread/INFO]: Debug logging is disabled
[20:35:25] [Server thread/INFO]: Default game type: SURVIVAL
[20:35:25] [Server thread/INFO]: Generating keypair
[20:35:25] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25669
[20:35:25] [Server thread/INFO]: Using epoll channel type
[20:35:26] [Server thread/ERROR]: Could not load 'plugins/HealthBar.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/rocknatalino/plugin/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
Caused by: java.lang.UnsupportedClassVersionError: com/rocknatalino/plugin/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_312]
at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_312]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_312]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:201) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_312]
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_312]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_312]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_312]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-794]
... 7 more
[20:35:26] [Server thread/ERROR]: Could not load 'plugins/DeluxeMenus-1.14.0-Release.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/extendedclip/deluxemenus/DeluxeMenus has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
Caused by: java.lang.UnsupportedClassVersionError: com/extendedclip/deluxemenus/DeluxeMenus has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_312]
at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_312]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_312]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:201) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_312]
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_312]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_312]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_312]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-794]
... 7 more
[20:35:26] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.156
[20:35:27] [Server thread/INFO]: [TAB] Loading TAB v5.0.7
[20:35:27] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.14.1
[20:35:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: v1_16_R3! Trying to find NMS support
[20:35:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
[20:35:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'NBTAPI' to create a bStats instance!
[20:35:27] [Server thread/INFO]: [BetterTalismans] Loading BetterTalismans v0.8-BETA
[20:35:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:35:27] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.156
[20:35:27] [Thread-12/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
[20:35:27] [Server thread/INFO]: __
[20:35:27] [Server thread/INFO]: | |__) LuckPerms v5.4.156
[20:35:27] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[20:35:27] [Server thread/INFO]:
[20:35:27] [Server thread/INFO]: [LuckPerms] Loading configuration...
[20:35:28] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[20:35:28] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[20:35:28] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[20:35:29] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2081ms)
[20:35:29] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[20:35:29] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[20:35:29] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[20:35:29] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[20:35:29] [Server thread/INFO]: Preparing level "world"
[20:35:29] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[20:35:32] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:32] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:32] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:32] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:32] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:32] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:32] [Server thread/INFO]: Preparing spawn area: 26%
[20:35:33] [Server thread/INFO]: Time elapsed: 3078 ms
[20:35:33] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[20:35:33] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:33] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:34] [Server thread/INFO]: Preparing spawn area: 0%
[20:35:34] [Server thread/INFO]: Time elapsed: 1102 ms
[20:35:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[20:35:34] [Server thread/INFO]: Time elapsed: 461 ms
[20:35:34] [Server thread/INFO]: [TAB] Enabling TAB v5.0.7
[20:35:35] [Server thread/INFO]: [TAB] Loaded NMS hook in 897ms
[20:35:36] [Server thread/INFO]: [TAB] Enabled in 604ms
[20:35:36] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.14.1
[20:35:36] [Server thread/INFO]: [NBTAPI] Checking bindings...
[20:35:36] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
[20:35:36] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
[20:35:36] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
[20:35:36] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[20:35:36] [Server thread/INFO]: [BetterTalismans] Enabling BetterTalismans v0.8-BETA
[20:35:36] [Server thread/INFO]: [BetterTalismans] Inventory title with support for more than 32 characters. Skipping..
[20:35:36] [Server thread/INFO]: [BetterTalismans] Hex colors are available! Ready for RGB..
[20:35:36] [Server thread/INFO]: [BetterTalismans] Old constructor for HoverEvent found! Using it..
[20:35:36] [Server thread/INFO]: [BetterTalismans] New sendTitle method found! Using it..
[20:35:36] [Server thread/INFO]: [BetterTalismans] New setUnbreakable method found! Using it..
[20:35:36] [Server thread/INFO]: [BetterTalismans] New isUnbreakable method found! Using it..
[20:35:36] [Server thread/INFO]: ___ _ _ _____ _ _
[20:35:36] [Server thread/INFO]: | _ ) ___| |_| |_ ___ _ |_ _|_ _| (_)____ __ __ _ _ _ ___
[20:35:36] [Server thread/INFO]: | _ \/ -_) _| _/ -_) '_|| |/ _` | | (_-< ' \/ _` | ' \(_-<
[20:35:36] [Server thread/INFO]: |___/\___|\__|\__\___|_| |_|\__,_|_|_/__/_|_|_\__,_|_||_/__/
[20:35:36] [Server thread/INFO]:
[20:35:36] [Server thread/INFO]: Running plugin BetterTalismans v0.8-BETA (v1_16)
[20:35:36] [Server thread/INFO]: Server running Paper version git-Paper-794 (MC: 1.16.5)
[20:35:36] [Server thread/INFO]: (Implementing API version git-Paper-794 (MC: 1.16.5))
[20:35:36] [Server thread/INFO]: (Developed by AlonsoAliaga - Thanks for using my plugin ❤)
[20:35:36] [Server thread/INFO]: (If you loved the plugin consider leaving a review and mentioning your server IP in it!
[20:35:36] [Server thread/INFO]:
[20:35:36] [Server thread/INFO]: ==============================================================================================
[20:35:36] [Server thread/INFO]: [BetterTalismans] You are using a Paper fork (Paper), plugin should work fine!
[20:35:36] [Server thread/INFO]: [BetterTalismans] If you have issues, join us on our official support server on alonsoaliaga.com/discord
[20:35:36] [Server thread/INFO]: ==============================================================================================
[20:35:36] [Server thread/INFO]:
[20:35:36] [Server thread/INFO]: [BetterTalismans] BungeeCord action bar available. Hooking..
[20:35:36] [Server thread/INFO]: [BetterTalismans] ProtocolLib not found! Skipping..
[20:35:36] [Server thread/INFO]: [Auto-update] Configuration is up-to-date!
[20:35:36] [Server thread/INFO]: [BetterTalismans] Old ItemStack constructor is available!
[20:35:36] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwningPlayer method is available for heads.
[20:35:36] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwner method is available for heads.
[20:35:36] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwnerProfile is not available for heads. Ignoring..
[20:35:36] [Server thread/INFO]: [BetterTalismans] GameProfile "profile" field available for heads (@Nullable name). Using it for heads..
[20:35:36] [Server thread/INFO]: [BetterTalismans] New setUnbreakable method found! Using it..
[20:35:36] [Server thread/INFO]: [BetterTalismans] New setOwningPlayer method is available!
[20:35:36] [Server thread/INFO]: [BetterTalismans] Old Bukkit#getOfflinePlayer(String name) method is available!
[20:35:36] [Server thread/INFO]: [BetterTalismans] New isUnbreakable method found! Using it..
[20:35:36] [Server thread/INFO]: [BetterTalismans] Discovering recipes is enabled and feature is available. Checking..
[20:35:36] [Server thread/INFO]: [BetterTalismans] Modifier MAX_ABSORPTION is not available in v1_16. Disabling..
[20:35:36] [Server thread/INFO]: [BetterTalismans] Loaded Talisman ONE recipe!
[20:35:36] [Server thread/INFO]: [BetterTalismans] Loaded Talisman TWO recipe!
[20:35:36] [Server thread/INFO]: [BetterTalismans] Successfully loaded 2 talismans!
[20:35:37] [Server thread/INFO]: Running delayed init tasks
[20:35:37] [Server thread/INFO]: Done (11.603s)! For help, type "help"
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Please update the version of Java you use to run Paper
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * to at least Java 16. When Paper for Minecraft 1.17 is
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * released support for versions of Java before 16 will
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * be dropped.
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Current Java version: 1.8.0_312
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Check this forum post for more information:
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * https://papermc.io/java16
[20:35:37] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
[20:35:37] [Server thread/INFO]: Timings Reset
[20:35:39] [Craft Scheduler Thread - 0/INFO]: [BetterTalismans] Checking for updates...
[20:35:39] [Craft Scheduler Thread - 0/INFO]: [BetterTalismans] Plugin up-to-date! You have the latest version!
[20:35:52] [Server thread/INFO]: Stopping the server
[20:35:52] [Server thread/INFO]: Stopping server
[20:35:52] [Server thread/INFO]: [BetterTalismans] Disabling BetterTalismans v0.8-BETA
[20:35:52] [Server thread/INFO]:
[20:35:52] [Server thread/INFO]: [BetterTalismans] Plugin has been disabled!
[20:35:52] [Server thread/INFO]: [BetterTalismans] Thank you for using my plugin!
[20:35:52] [Server thread/INFO]:
[20:35:52] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.14.1
[20:35:52] [Server thread/INFO]: [TAB] Disabling TAB v5.0.7
[20:35:52] [Server thread/INFO]: [TAB] Disabled in 0ms
[20:35:52] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.156
[20:35:52] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[20:35:52] [Server thread/INFO]: [LuckPerms] Closing storage...
[20:35:52] [Server thread/INFO]: [LuckPerms] Goodbye!
[20:35:52] [Server thread/INFO]: Saving players
[20:35:52] [Server thread/INFO]: Saving worlds
[20:35:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[20:35:53] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[20:35:53] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[20:35:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[20:35:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[20:35:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[20:35:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[20:35:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[20:35:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[20:35:54] [Server thread/INFO]: Flushing Chunk IO
[20:35:54] [Server thread/INFO]: Closing Thread Pool
[20:35:54] [Server thread/INFO]: Closing Server