PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
51 stars 21 forks source link

Error enable plugin on 1.20.6 and 1.21.1 #3918

Closed Felson999 closed 3 weeks ago

Felson999 commented 3 weeks ago

Terms

Discord Username (optional)

No response

What happened?

the plugin does not turn on

Steps to reproduce the issue

While enable server

Server version

[18:19:34 INFO]: Current Plazma Version: 1.20.6-DEV-c531844 (MC: 1.20.6)*

ItemsAdder Version

[18:19:46 INFO]: ItemsAdder version 4.0.2-alpha-test-3 [18:19:46 INFO]: Customized Minecraft without client mods! [18:19:46 INFO]: Website: devs.beer [18:19:46 INFO]: Author: LoneDev

ProtocolLib Version

[18:19:56 INFO]: ProtocolLib version 5.3.0-SNAPSHOT-726 [18:19:56 INFO]: Provides read/write access to the Minecraft protocol. [18:19:56 INFO]: Authors: dmulloy2 and comphenix

LoneLibs Version

[18:20:03 INFO]: LoneLibs version 1.0.56 [18:20:03 INFO]: Collection of libs used by my plugins [18:20:03 INFO]: Authors: LoneDev and others

Full Server Log

https://mclo.gs/GmtRPju

Error (optional)

[18:15:19 INFO]: [ItemsAdder] Enabling ItemsAdder v4.0.2-alpha-test-3
[18:15:19 ERROR]: DAILYMINE » Failed to find BlankFormat or PacketPlayOutScoreboardScore class.
[18:15:20 ERROR]: DAILYMINE » Failed to instantiate nms implementation for: interface ia.m.kg
[18:15:20 ERROR]: Error occurred while enabling ItemsAdder v4.0.2-alpha-test-3 (Is it up to date?)
java.lang.RuntimeException: java.lang.NoClassDefFoundError: net/minecraft/server/level/PlayerChunkMap$EntityTracker
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.iG.a(SourceFile:135) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.iG.a(SourceFile:56) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.iG.l(SourceFile:36) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.kh.<init>(SourceFile:36) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.kh.init(SourceFile:52) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/dev.lone.itemsadder.Main.onEnable(SourceFile:189) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[plazma-api-1.20.6-R0.1-SNAPSHOT.jar:?]
        at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:519) ~[plazma-api-1.20.6-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:630) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:579) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:685) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:447) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:366) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1158) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:332) ~[plazma-1.20.6.jar:1.20.6-DEV-c531844]
        at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/level/PlayerChunkMap$EntityTracker
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.kk.<clinit>(SourceFile:42) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method) ~[?:?]
        at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1160) ~[?:?]
        at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.ensureClassInitialized(MethodHandleAccessorFactory.java:300) ~[?:?]
        at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.newConstructorAccessor(MethodHandleAccessorFactory.java:103) ~[?:?]
        at java.base/jdk.internal.reflect.ReflectionFactory.newConstructorAccessor(ReflectionFactory.java:200) ~[?:?]
        at java.base/java.lang.reflect.Constructor.acquireConstructorAccessor(Constructor.java:549) ~[?:?]
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.iG.a(SourceFile:52) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        ... 16 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.level.PlayerChunkMap$EntityTracker
        at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:199) ~[plazma-api-1.20.6-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:166) ~[plazma-api-1.20.6-R0.1-SNAPSHOT.jar:?]
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.kk.<clinit>(SourceFile:42) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method) ~[?:?]
        at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1160) ~[?:?]
        at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.ensureClassInitialized(MethodHandleAccessorFactory.java:300) ~[?:?]
        at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.newConstructorAccessor(MethodHandleAccessorFactory.java:103) ~[?:?]
        at java.base/jdk.internal.reflect.ReflectionFactory.newConstructorAccessor(ReflectionFactory.java:200) ~[?:?]
        at java.base/java.lang.reflect.Constructor.acquireConstructorAccessor(Constructor.java:549) ~[?:?]
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
        at ItemsAdder_4.0.2-alpha-test-3.jar/ia.m.iG.a(SourceFile:52) ~[ItemsAdder_4.0.2-alpha-test-3.jar:?]
        ... 16 more
[18:15:20 INFO]: [ItemsAdder] Disabling ItemsAdder v4.0.2-alpha-test-3

Problematic items yml configuration file (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

No response

PortableGames commented 3 weeks ago

Plasma is not officially supported by itemadder

Felson999 commented 3 weeks ago

Plasma is not officially supported by itemadder

I also checked with the purpur core, it doesn't work too

PortableGames commented 3 weeks ago

Plasma is not officially supported by itemadder

I also checked with the purpur core, it doesn't work too

From IA wiki:

Server Software This plugin works with Spigot and Paper, I can't guarantee that the plugin will work on other Spigot forks. By using other server software solutions you agree that the plugin may not work correctly.