PacketWrapper icon indicating copy to clipboard operation
PacketWrapper copied to clipboard

Packet wrapper classes for ProtocolLib

Results 30 PacketWrapper issues
Sort by recently updated
recently updated
newest added

Added WrapperPlayServerSetTitleText Added WrapperPlayServerSetTitleSubtitle Added WrapperPlayServerSetTitleTimes Added WrappedPlayServerDeathCombatEvent Tested on ProtocolLib 4.8.0

Added methods that work with the new Entity Equipment packet format, using ItemSlot-ItemStack pairs Marked old methods as deprecated Corrected wrong descriptions in entity related methods

Update WrapperPlayServerScoreboardTeam to 1.17

The WrapperPlayServerAttachEntity class has been accessing the vehicle and entity id in the wrong indexes

Hello, I try to learn protocolLib with the help of PacketWrapper but I'm facing a strange difficulty. When I try to send an item to a player using WrapperPlayServerSetSlot it...

Feature proposed in #59 whose main point is to allow PacketWrapper to be used on lower versions in which structures of packet objects vary from these now. This is reached...

@dmulloy2, seems like you forgot to deploy your latest changes to maven: https://repo.dmulloy2.net/nexus/service/rest/repository/browse/snapshots/com/comphenix/packetwrapper/PacketWrapper/

With 1.16 the WrapperPlayServerTitle worked great, but with the new version of protocollib this package is deprecated. The comment why stated the following `Removed in 1.17, split into separate packets`....

https://github.com/dmulloy2/PacketWrapper/blob/master/PacketWrapper/src/main/java/com/comphenix/packetwrapper/WrapperPlayServerBoss.java So I saw that the WrapperPlayServerBoss is not working anymore on 1.17 version because it doesn't find any IChatBaseComponent and the IChatBaseComponent was moved to a static class https://i.imgur.com/WlQ3cAx.png,...