Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin does not work. #362

Open
ghost opened this issue Mar 11, 2024 · 1 comment
Open

Plugin does not work. #362

ghost opened this issue Mar 11, 2024 · 1 comment
Assignees
Labels
support Someone needs help with OFC

Comments

@ghost
Copy link

ghost commented Mar 11, 2024

Description

i am using ProtocolLib v5.1.0. and paper mc version: This server is running Paper version git-Paper-447 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 0052e2d)

Reproduction Steps

i started my server and got the following error:

[21:25:15 ERROR]: [Orebfuscator] An error occurred while enabling plugin
java.lang.RuntimeException: ProtocolLib can't be found or is disabled! Orebfuscator can't be enabled.
at net.imprex.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:48) ~[orebfuscator-plugin-5.4.3.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:188) ~[paper-1.20.4.jar:git-Paper-447]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-447]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.4.jar:git-Paper-447]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.4.jar:git-Paper-447]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:671) ~[paper-1.20.4.jar:git-Paper-447]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:431) ~[paper-1.20.4.jar:git-Paper-447]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:309) ~[paper-1.20.4.jar:git-Paper-447]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-447]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-447]
at java.lang.Thread.run(Thread.java:840) ~[?:?]

Expected Behaviour

the plugin working/ starting...

Orebfuscator Dump

https://gist.github.com/lean-cc/30e1e360f9029128ee5e3edefb626039
https://gist.github.com/lean-cc/3f9d24826a481e1725adb11fc951b6bc

Extra Details

No response

@ghost ghost added the bug Something isn't working label Mar 11, 2024
@NgLoader NgLoader self-assigned this Mar 11, 2024
@NgLoader
Copy link
Member

NgLoader commented Mar 11, 2024

You need to install the latest dev build from ProtocolLib.
Your current ProtocolLib version only supports up to 1.19

@NgLoader NgLoader added support Someone needs help with OFC and removed bug Something isn't working labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Someone needs help with OFC
Projects
None yet
Development

No branches or pull requests

1 participant