dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
1.02k stars 258 forks source link

Error on paper 1.20.6 server with ProtocolLib #3091

Open uertyk opened 3 months ago

uertyk commented 3 months ago

Describe the bug The bug with 1.20.6 paper version , plugin stunning server....

To Reproduce Steps to reproduce the behavior:

  1. Go to 'start server on 1.20.6 paper'

Expected behavior A clear and concise description of what you expected to happen.

Version Info Provide your ProtocolLib install info with /protocol dump through pastebin. this version , also latest version from paper 1.20.6

Additional context Error: -- Stack Trace:

java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 10000, banned: 1000], type={ type input instanceof interface java.util.Map }}

at ProtocolLib (2).jar//com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:352)

at ProtocolLib (2).jar//com.comphenix.protocol.injector.packet.PacketRegistry.createNewRegister(PacketRegistry.java:183)

at ProtocolLib (2).jar//com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:334)

at ProtocolLib (2).jar//com.comphenix.protocol.injector.packet.PacketRegistry.getClientPacketTypes(PacketRegistry.java:369)

at ProtocolLib (2).jar//com.comphenix.protocol.injector.PacketFilterManager.(PacketFilterManager.java:120)

at ProtocolLib (2).jar//com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:121)

at ProtocolLib (2).jar//com.comphenix.protocol.ProtocolLib.onLoad(ProtocolLib.java:183)

at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59)

at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18)

at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39)

at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36)

at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:532)

at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:286)

at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1136)

at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323)

at java.base/java.lang.Thread.run(Thread.java:1570)

Dump:

Parameters:

[NULL]

Sender:

com.comphenix.protocol.ProtocolLib@192d5342[

statistics=

packetTask=

tickCounter=0

configExpectedMod=-1

updater=com.comphenix.protocol.updater.SpigotUpdater@ccb6657

redirectHandler=

scheduler=com.comphenix.protocol.scheduler.DefaultScheduler@7f0f93cf

commandProtocol=

commandPacket=

commandFilter=

packetLogging=

skipDisable=false

isEnabled=false

loader=io.papermc.paper.plugin.manager.DummyBukkitPluginLoader@24e7aec8

server=CraftServer{serverName=Paper,serverVersion=1.20.6-148-20f5165,minecraftVersion=1.20.6}

file=plugins/.paper-remapped/ProtocolLib (2).jar

description=org.bukkit.plugin.PluginDescriptionFile@22363fe

pluginMeta=org.bukkit.plugin.PluginDescriptionFile@22363fe

dataFolder=plugins/ProtocolLib

classLoader=PluginClassLoader{plugin=ProtocolLib v5.2.0-SNAPSHOT-679, pluginEnabled=false, url=plugins/.paper-remapped/ProtocolLib (2).jar}

naggable=true

newConfig=YamlConfiguration[path='', root='YamlConfiguration']

configFile=plugins/ProtocolLib/config.yml

logger=com.destroystokyo.paper.utils.PaperPluginLogger@19e12372

lifecycleEventManager=io.papermc.paper.plugin.lifecycle.event.PaperLifecycleEventManager@65a3cae2

allowsLifecycleRegistration=true

]

Version:

ProtocolLib v5.2.0-SNAPSHOT-679

Java Version:

22.0.1

Server:

1.20.6-148-20f5165 (MC: 1.20.6)

Jeppa commented 3 months ago

Did you pay attention to the first line in you post? 'This issue is not solved in a development build' ==> YES, it is ! And there are 'hundreds' of identical issues posted here, always with the same answer: You ProtocolLib is outdated! Please update!

uertyk commented 3 months ago

Did you pay attention to the first line in you post? 'This issue is not solved in a development build' ==> YES, it is ! And there are 'hundreds' of identical issues posted here, always with the same answer: You ProtocolLib is outdated! Please update!

but latest version is 5.2.0! And i downloaded it https://github.com/dmulloy2/ProtocolLib

Jeppa commented 3 months ago

No, latest development build is 723 . Link is on that github page...

Ingrim4 commented 2 months ago

Should be fixed in the latest dev build so please use the latest dev build and try again: https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/