You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Help request
Problem
plugin can,t lunch on paper 1.21.1 server, is this normal?
What I have tried
the log:
version
The text was updated successfully, but these errors were encountered: