Paste your logs.

Built for Minecraft & Hytale

Paper 1.17.1 Server Log

5 errors
132 lines
Raw
Detected
Minecraft version: 1.17.1
3 Problems detected
Problem The plugin 'FastAsyncWorldEdit-Bukkit-2.0.1' requires Java version 17 or later to run. Line 15
Solutions:
Install a different version of the plugin 'FastAsyncWorldEdit-Bukkit-2.0.1'.
Delete the file 'plugins/FastAsyncWorldEdit-Bukkit-2.0.1.jar'.
Change your Java version to 17 or later.
Problem The plugin 'PlotSquared' is missing the required plugin 'WorldEdit'. Line 39
Solutions:
Install a different version of the plugin 'PlotSquared'.
Delete the file 'plugins/PlotSquared-Bukkit-4.4.495.jar'.
Install the plugin 'WorldEdit'.
Problem The plugin 'FastAsyncVoxelSniper' is missing the required plugin 'FastAsyncWorldEdit'. Line 47
Solutions:
Install a different version of the plugin 'FastAsyncVoxelSniper'.
Delete the file 'plugins/FastAsyncVoxelSniper-2.3.0.jar'.
Install the plugin 'FastAsyncWorldEdit'.
[08:53:18] [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'
[08:53:19] [main/INFO]: Reloading ResourceManager: Default, bukkit
[08:53:21] [Worker-Main-1/INFO]: Loaded 7 recipes
[08:53:25] [Server thread/INFO]: Starting minecraft server version 1.17.1
[08:53:25] [Server thread/INFO]: Loading properties
[08:53:25] [Server thread/INFO]: This server is running Paper version git-Paper-409 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: c53577e on ver/1.17.1)
[08:53:26] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:53:26] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:53:26] [Server thread/INFO]: Default game type: CREATIVE
[08:53:26] [Server thread/INFO]: Generating keypair
[08:53:26] [Server thread/INFO]: Starting Minecraft server on *:35161
[08:53:26] [Server thread/INFO]: Using epoll channel type
[08:53:26] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[08:53:26] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[08:53:28] [Server thread/ERROR]: Could not load 'plugins/FastAsyncWorldEdit-Bukkit-2.0.1.jar' in folder 'plugins'
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 61.0), this version of the Java Runtime only recognizes class file versions up to 60.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.17.1.jar:git-Paper-409]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.17.1.jar:git-Paper-409]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.17.1.jar:git-Paper-409]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:419) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:287) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-409]
at java.lang.Thread.run(Thread.java:831) ~[?:?]
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 61.0), this version of the Java Runtime only recognizes class file versions up to 60.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
at java.lang.ClassLoader.defineClass(ClassLoader.java:1010) ~[?:?]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:197) ~[patched_1.17.1.jar:git-Paper-409]
at java.lang.ClassLoader.loadClass(ClassLoader.java:586) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:108) ~[patched_1.17.1.jar:git-Paper-409]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[patched_1.17.1.jar:git-Paper-409]
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:466) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[patched_1.17.1.jar:git-Paper-409]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.17.1.jar:git-Paper-409]
... 7 more
[08:53:28] [Server thread/ERROR]: Could not load 'plugins/PlotSquared-Bukkit-4.4.495.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [WorldEdit]. Please download and install these plugins to run 'PlotSquared'.
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:290) ~[patched_1.17.1.jar:git-Paper-409]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:419) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:287) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-409]
at java.lang.Thread.run(Thread.java:831) ~[?:?]
[08:53:28] [Server thread/ERROR]: Could not load 'plugins/FastAsyncVoxelSniper-2.3.0.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [FastAsyncWorldEdit]. Please download and install these plugins to run 'FastAsyncVoxelSniper'.
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:290) ~[patched_1.17.1.jar:git-Paper-409]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:419) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:287) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-409]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-409]
at java.lang.Thread.run(Thread.java:831) ~[?:?]
[08:53:28] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[08:53:28] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.9
[08:53:28] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.1.13
[08:53:28] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.3
[08:53:28] [Server thread/INFO]: [LightCleaner] Loading LightCleaner v1.18.2-v1
[08:53:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[08:53:28] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.9
[08:53:29] [Server thread/INFO]: __
[08:53:29] [Server thread/INFO]: | |__) LuckPerms v5.4.9
[08:53:29] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[08:53:29] [Server thread/INFO]:
[08:53:29] [Server thread/INFO]: [LuckPerms] Loading configuration...
[08:53:30] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[08:53:31] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[08:53:31] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[08:53:31] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2568ms)
[08:53:31] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[08:53:31] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[08:53:31] [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.
[08:53:31] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[08:53:31] [Server thread/INFO]: Preparing level "world"
[08:53:32] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[08:53:32] [Server thread/INFO]: Preparing spawn area: 0%
[08:53:32] [Server thread/INFO]: Preparing spawn area: 0%
[08:53:33] [Server thread/INFO]: Preparing spawn area: 0%
[08:53:33] [Server thread/INFO]: Time elapsed: 1484 ms
[08:53:33] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[08:53:33] [Server thread/INFO]: Preparing spawn area: 0%
[08:53:34] [Server thread/INFO]: Preparing spawn area: 0%
[08:53:34] [Server thread/INFO]: Time elapsed: 711 ms
[08:53:34] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[08:53:34] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[08:53:34] [Server thread/INFO]: [ClearLag] Loading modules...
[08:53:34] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_17_R1.MinecraftServer)
[08:53:34] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[08:53:34] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[08:53:34] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[08:53:34] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.17]...
[08:53:34] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.1.13
[08:53:34] [Server thread/INFO]: [SkinsRestorer] Using PaperSkinRefresher
[08:53:34] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_17_R1, using PaperSkinRefresher.
[08:53:34] [Thread-11/INFO]: [ClearLag] No updates found!
[08:53:35] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[08:53:36] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.3
[08:53:36] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[08:53:36] [Server thread/INFO]: [Essentials] No kits found to migrate.
[08:53:37] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
[08:53:37] [Server thread/INFO]: [Essentials] Using locale en
[08:53:37] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[08:53:37] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[08:53:37] [Server thread/WARN]: [Essentials] Detected supported permissions plugin LuckPerms without Vault installed.
[08:53:37] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[08:53:37] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
[08:53:37] [Server thread/INFO]: [LightCleaner] Enabling LightCleaner v1.18.2-v1
[08:53:37] [Server thread/ERROR]: [LightCleaner] Plugin LightCleaner 1.18.2-v1 requires plugin BKCommonLib to be installed! But it is not!
[08:53:37] [Server thread/ERROR]: [LightCleaner] Download BKCommonLib from https://www.spigotmc.org/resources/bkcommonlib.39590/
[08:53:37] [Server thread/INFO]: Starting GS4 status listener
[08:53:37] [Server thread/INFO]: Thread Query Listener started
[08:53:37] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[08:53:37] [Server thread/INFO]: JMX monitoring enabled
[08:53:37] [Server thread/INFO]: Running delayed init tasks
[08:53:37] [Server thread/INFO]: Done (11.931s)! For help, type "help"
[08:53:37] [Craft Scheduler Thread - 0 - Essentials/INFO]: [Essentials] Fetching version information...
[08:53:37] [Server thread/INFO]: Timings Reset
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] +==================+
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] | SkinsRestorer |
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] |------------------|
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] | Standalone Mode |
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] +==================+
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] Current version: 14.1.13
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] This is the latest version!
[08:53:37] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[08:53:44] [User Authenticator #1/INFO]: UUID of player Eggeg is a2144227-3ab6-30b6-b18e-25d5b74141cf
[08:53:45] [Server thread/INFO]: Eggeg joined the game
[08:53:45] [Server thread/INFO]: Eggeg[/**.**.**.**:62336] logged in with entity id 11 at ([world]-55.50196849023125, 30.118136084705768, -209.5495429429423)
[08:53:49] [Server thread/INFO]: Eggeg issued server command: //