packetevents icon indicating copy to clipboard operation
packetevents copied to clipboard

PacketEvents is a fast and efficient multi-platform packet processing library for Minecraft. Our packet wrappers are easy to use with multi-version support.

Results 263 packetevents issues
Sort by recently updated
recently updated
newest added

https://wiki.vg/Protocol#Map_Data

**Describe the bug** Console spam exception and some gameplay error **Software brand** Server: nachospigot-1.8.8(fork of paper) Client: 1.12.2 **Plugins** BedwarsRel, LibsDisguises, ProtocolLib, ViaRewind, ViaVersion **How To Reproduce** 1. join game...

bug

Added WrapperPlayServerBlockEntityData Added SpigotReflectionUtil#fromNmsNbt Added SpigotReflectionUtil#toNmsNbt Added SpigotConversionUtil#fromBukkitWorld Fixed WrapperPlayServerScoreboardObjevtive Updated Particle Data System (LegacyParticleData) Added `optional_itemstack` EntityDataType Fixed `particle` EntityDataType to read Particle instead of Integer Fixed `optional_global_position` to...

**Describe the bug** Exception on player join and got kicked **Software brand** Server: paper-1.8.8 Client: 1.12.2 **Plugins** Plugins (3): ViaVersion, ProtocolLib, GrimAC **How To Reproduce** 1. Join 2. Spam 4....

bug

Describe the bug When joining a 1.18.2 server with 1.8.9 client an error occur and kick the player, it can also happen sometimes when playing. This issue will NOT hapen...

bug

It resolved V_1_19_2 to V_1_19 instead of V_1_19_1 which didn't need to happen. All the methods can also be constant time. UNKNOWN also isn't a used enum value.

enhancement

https://wiki.vg/index.php?title=Protocol&oldid=14446#Recipe_Book_Data Tested Server-Versions: 1.13.2

https://wiki.vg/Protocol#Update_Structure_Block Tested Server-Versions: 1.12.2 (packet is not sent), 1.13.2, 1.18.2

## Fix WrapperPlayServerSoundEffect ### Additions - [ ] Create mappings with cross versions support ### Changes - [x] Fix legacy behavior

**Is your feature request related to a problem? Please describe.** As of now, we mix ServerVersion and ClientVersion inside of PacketWrapper. ServerVersion should probably be renamed to MinecraftVersion and ClientVersion...

enhancement