kernitus / BukkitOldCombatMechanics

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

Only set nametag visibility if it is valid #645

Closed I-Al-Istannen closed 1 year ago

I-Al-Istannen commented 1 year ago

Some plugins apparently create UPDATE packets with an empty String for the collision rule and nametag visibility. I can't see how that is valid and we can not properly recreate it using the data class constructor, so fall back to the default visibility instead.

Closes #642.