kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics from 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
168 stars 71 forks source link

Whitelist mcnative packets as they intentionally send them #559

Closed I-Al-Istannen closed 3 years ago

I-Al-Istannen commented 3 years ago

Sending something that is not an NMS packet normally is a bug, but the whitelisted plugins does it intentionally. We should not interfere with it, but any issues that might arise are out of scope for this project.

Closes: #556