MagicCheese1 / Damage-Indicator

Minecraft Bukkit plugin for indicating damage dealt to entities
https://www.spigotmc.org/resources/87113/
MIT License
16 stars 3 forks source link

Huge error when player takes damage. #2

Closed Nesseley closed 3 years ago

Nesseley commented 3 years ago

https://pastebin.com/a3uGekhH

This server is running Paper version git-Paper-744 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) DamageIndicator ver 1.14

MagicCheese1 commented 3 years ago

This seems to be an issue with java 16 and protocollib. What version of protocollib are you using?

MagicCheese1 commented 3 years ago

This is an issue on protocollibs side. It works fine when using the protocollib dev builds. You might need to use those for java 16+

Nesseley commented 3 years ago

Thank you! Upgrading ProtocolLib fixed the issue :) Thanks again for a quick and friendly answer. Nice plugin!