• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Making a 1.14.3 Paper Server

BrightStar

Member
I'm a plugin dev and I can make some changes to the bending plugin to try to make it compatible with 1.14, but I've just recently been on a 1.14.3 paper server that is running bending flawlessly, so I know it is possible. There seems to be an internal error that occurs on load. I was wondering if anyone has already made a solution to this. If this is not a common issue or has not been solved I will attach the error.

Thanks.
 
Last edited:

xNuminousx

Member
It’s hard to understand what’s going on without the error log especially since you made changes to it to make it compatible.
 

BrightStar

Member
It’s hard to understand what’s going on without the error log especially since you made changes to it to make it compatible.
I haven't made any changes yet.

Error on load
14.07 06:33:22 [Server] ERROR Error occurred while enabling ProjectKorra v1.8.8 for MC 1.13.2+ (Is it up to date?) 14.07 06:33:22 [Server] INFO java.lang.NoClassDefFoundError: org/apache/commons/lang3/Validate 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.Manager.registerManager(Manager.java:35) ~[?:?] 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.Manager.startup(Manager.java:111) ~[?:?] 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.ProjectKorra.onEnable(ProjectKorra.java:61) ~[?:?] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:464) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:282) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:859) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_162] 14.07 06:33:22 [Server] INFO Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.Validate 14.07 06:33:22 [Server] INFO at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_162] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_162] 14.07 06:33:22 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_162] 14.07 06:33:22 [Server] INFO ... 12 more 14.07 06:33:22 [Server] INFO Disabling ProjectKorra v1.8.8 for MC 1.13.2+ 14.07 06:33:22 [Server] ERROR Error occurred while disabling ProjectKorra v1.8.8 for MC 1.13.2+ (Is it up to date?) 14.07 06:33:22 [Server] INFO java.lang.NullPointerException: null 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.ProjectKorra.onDisable(ProjectKorra.java:142) ~[?:?] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:453) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:464) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:282) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:859) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_162]

Error on bending choose (the error is just the plugin not being loaded.)
Player issued server command: /b ch 14.07 20:57:30 [Server] ERROR null 14.07 20:57:30 [Server] INFO org.bukkit.command.CommandException: Cannot execute command 'b' in plugin ProjectKorra v1.8.8 for MC 1.13.2+ - plugin is disabled. 14.07 20:57:30 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1831) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1639) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:18) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:127) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:105) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:1002) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:995) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:115) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:979) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:912) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_162]
 
Last edited:

xNuminousx

Member
I haven't made any changes yet.

Error on load
14.07 06:33:22 [Server] ERROR Error occurred while enabling ProjectKorra v1.8.8 for MC 1.13.2+ (Is it up to date?) 14.07 06:33:22 [Server] INFO java.lang.NoClassDefFoundError: org/apache/commons/lang3/Validate 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.Manager.registerManager(Manager.java:35) ~[?:?] 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.Manager.startup(Manager.java:111) ~[?:?] 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.ProjectKorra.onEnable(ProjectKorra.java:61) ~[?:?] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:464) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:282) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:859) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_162] 14.07 06:33:22 [Server] INFO Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.Validate 14.07 06:33:22 [Server] INFO at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_162] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_162] 14.07 06:33:22 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_162] 14.07 06:33:22 [Server] INFO ... 12 more 14.07 06:33:22 [Server] INFO Disabling ProjectKorra v1.8.8 for MC 1.13.2+ 14.07 06:33:22 [Server] ERROR Error occurred while disabling ProjectKorra v1.8.8 for MC 1.13.2+ (Is it up to date?) 14.07 06:33:22 [Server] INFO java.lang.NullPointerException: null 14.07 06:33:22 [Server] INFO at com.projectkorra.projectkorra.ProjectKorra.onDisable(ProjectKorra.java:142) ~[?:?] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:453) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:464) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:282) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:859) ~[patched_1.14.3.jar:git-Paper-129] 14.07 06:33:22 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_162]

Error on bending choose (the error is just the plugin not being loaded.)
Player issued server command: /b ch 14.07 20:57:30 [Server] ERROR null 14.07 20:57:30 [Server] INFO org.bukkit.command.CommandException: Cannot execute command 'b' in plugin ProjectKorra v1.8.8 for MC 1.13.2+ - plugin is disabled. 14.07 20:57:30 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1831) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1639) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:18) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:127) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:105) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:1002) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:995) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:115) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:979) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:912) ~[patched_1.14.3.jar:git-Paper-129] 14.07 20:57:30 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_162]
well then the issue is that ProjectKorra doesn’t support 1.14 yet lol. They’re working on an update for it now and I think one of the branches on GitHub is already 1.14 compatible if you wanna just clone that and compile it.
 

BrightStar

Member
well then the issue is that ProjectKorra doesn’t support 1.14 yet lol. They’re working on an update for it now and I think one of the branches on GitHub is already 1.14 compatible if you wanna just clone that and compile it.
Oh, great, thanks. I'll do that.

Edit: for anyone who finds this thread in the future, I'm going to build the 1.13 branch.
 
Last edited:
Top