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 can,t lunch #340

Open
thechosecat opened this issue Oct 29, 2024 · 0 comments
Open

plugin can,t lunch #340

thechosecat opened this issue Oct 29, 2024 · 0 comments
Labels

Comments

@thechosecat
Copy link

Help request

Problem

plugin can,t lunch on paper 1.21.1 server, is this normal?
What I have tried

the log:

[22:58:55 WARN]: [io.papermc.paper.plugin.manager.RuntimePluginEntrypointHandler] Plugin cannot register entrypoints other than PLUGIN during runtime. ignoring register io.papermc.paper.plugin.entrypoint.Entrypoint@7149a670!
[22:58:55 INFO]: [Minepacks] Loading server plugin Minepacks v2.4.31.4-T20240629215752
[22:58:55 INFO]: [Minepacks] Enabling Minepacks v2.4.31.4-T20240629215752
[22:58:55 INFO]: [Minepacks] Starting Minepacks in standalone mode!
[22:58:55 INFO]: [Minepacks] Config file version newer than expected! Expected: 34 Is: 36
[22:58:55 INFO]: [Minepacks] Config file successfully loaded.
[22:58:55 WARN]: [Minepacks] Paper support is experimental! Use at your own risk!
[22:58:55 WARN]: [Minepacks] No guarantee for data integrity! Backup constantly!
[22:58:55 ERROR]: Error occurred while enabling Minepacks v2.4.31.4-T20240629215752 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/network/chat/Component
        at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Bukkit.Protocol.TitleMessagePacketFactory_1_21_R1_Paper.makeTitlePacket(TitleMessagePacketFactory_1_21_R1_Paper.java:40) ~[Minepacks.jar:?]
        at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Bukkit.Message.Sender.TitleSender.<clinit>(TitleSender.java:36) ~[Minepacks.jar:?]
        at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Bukkit.Message.Sender.SendMethod.<clinit>(SendMethod.java:40) ~[Minepacks.jar:?]
        at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
        at java.base/java.lang.Class.forName(Class.java:421) ~[?:?]
        at java.base/java.lang.Class.forName(Class.java:412) ~[?:?]                                                                                                                                                      at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Config.ReflectionMessageFactory.<clinit>(ClassReflectionMessageFactory.java:46) ~[Minepacks.jar:?]
        at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Config.LanguageWithMessageGetter.<init>(LanguageWithMessageGetter.java:38) ~[Minepacks.jar:?]
        at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.libs.at.pcgamingfreaks.Bukkit.Config.Language.<init>(Language.java:36) ~[Minepacks.jar:?]
        at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.Bukkit.Database.Language.<init>(Language.java:37) ~[Minepacks.jar:?]
        at Minepacks.jar/at.pcgamingfreaks.MinepacksStandalone.Bukkit.Minepacks.onEnable(Minepacks.java:121) ~[Minepacks.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[repaper-api-1.21.1-R0.1-SNAPSHOT.jar:?]
        at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:207) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:110) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at io.papermc.paper.command.PlugManCommand.loadPlugin(PlugManCommand.java:156) ~[repaper-1.21.1.jar:?]
        at io.papermc.paper.command.PlugManCommand.execute(PlugManCommand.java:65) ~[repaper-1.21.1.jar:?]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165) ~[repaper-api-1.21.1-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1000) ~[?:?]
        at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:985) ~[?:?]
        at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:526) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:474) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1598) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]                                                                                           at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1304) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.network.chat.Component
        at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:146) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:107) ~[repaper-1.21.1.jar:1.21.1-DEV-86d3da4]
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
        ... 25 more
[22:58:55 INFO]: [Minepacks] Disabling Minepacks v2.4.31.4-T20240629215752
[22:58:55 INFO]: [Minepacks]  Minepacks has been disabled.  :(
[22:58:55 INFO]: Plugin loaded successfully

version

[23:00:17 INFO]: Checking version, please wait...
[23:00:17 INFO]: This server is running RePaper version 1.21.1-Paper-master@86d3da4 (2024-10-21T08:56:32Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant