-
Notifications
You must be signed in to change notification settings - Fork 92
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
Advancements Wrapping error #48
Comments
Also receiving public class AdvancementsPacketListener extends PacketAdapter {
public AdvancementsPacketListener(final JavaPlugin plugin) {
super(plugin, PacketType.Play.Server.ADVANCEMENTS);
}
@Override
public void onPacketSending(final PacketEvent event) {
// Right here:
final WrapperPlayServerAdvancements packet = new WrapperPlayServerAdvancements(event.getPacket());
System.out.println(packet.getHandle().toString());
}
} |
After the research I've discovered that the problem is in @dmulloy2 this issue should be closed and ProtocolLib updated on spigotmc.org |
Yet |
|
Hello from 2019 @JarvisCraft Do you know about this problem? dmulloy2/ProtocolLib#593 😢 |
Hello,
I tried to play with the Advancements wrapper to see what I can do with them.
I got errors concerning :
Here are the trace :
Server Advancements : https://pastebin.com/35yFbXPA
Client Advancements : https://pastebin.com/YdzbNbQJ
My code :
Main class :
PacketWrapper Build : #66
ProtocolLib Build : 4.3.0
Spigot Build : Generated from BuildTools #70
The text was updated successfully, but these errors were encountered: