Update an obfuscated plugin from 1.12 to 1.13.x

Status
This thread has been locked.

MarkElf

9+ Year Member
Supreme
Feedback score
27
Posts
1,215
Reactions
1,217
Resources
2
I'm looking to hire a java developer to update an obfuscated plugin that I purchased from 1.12 to 1.13.x. The developer refuses to respond to any messages or provide any support so I'm stuck with a plugin I am unable to use otherwise. I do realize that recoding the plugin from scratch may have to be done alternatively due to it being obfuscated so I suppose that I am looking for someone to code a medium-large plugin alternatively. The obfuscated jar and additional details (if recoding) can be provided once a developer is chosen.

My budget is about $30, I can adjust it a slightly but that's generally the limit.

The time frame is 2-3 weeks.

Contact me either on here through PM or discord @MarkElf9022
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1
What are the errors like? Just like class not found?
 

MarkElf

9+ Year Member
Supreme
Feedback score
27
Posts
1,215
Reactions
1,217
Resources
2
What are the errors like? Just like class not found?
Yeah, seems so. I've replaced the plugin's name with 'Plugin' which shouldn't change anything important in the error message. I tried running it with paperclip 1.13.2.

Code:
[15:59:50] [Server thread/ERROR]: Error occurred while enabling PLUGIN v1.0-SNAPSHOT (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_12_R1/Packet
    at me.scherbs.PLUGIN.PLUGIN.onEnable(PLUGIN.java) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.13.2.jar:git-Paper-388]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.2.jar:git-Paper-388]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.2.jar:git-Paper-388]
    at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:438) ~[patched_1.13.2.jar:git-Paper-388]
    at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:352) ~[patched_1.13.2.jar:git-Paper-388]
    at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613) ~[patched_1.13.2.jar:git-Paper-388]
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575) ~[patched_1.13.2.jar:git-Paper-388]
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435) ~[patched_1.13.2.jar:git-Paper-388]
    at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-388]
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-388]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_12_R1.Packet
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:109) ~[patched_1.13.2.jar:git-Paper-388]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[patched_1.13.2.jar:git-Paper-388]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191]
    ... 12 more
[15:59:50] [Server thread/INFO]: [PLUGIN] Disabling PLUGIN v1.0-SNAPSHOT
[DOUBLEPOST=1540327735][/DOUBLEPOST]The position has been filled.
 
Last edited:
Status
This thread has been locked.
Top