-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException #67
Comments
Have you tried using latest ProtocolLib build? As soon as I can I'll try to test it too, it seems like a ProtocolLib error, unless they've changed something radically about the API. |
I originally used the latest release but it still does not work using the last build #735. Is it possible that a conflict with another plugin causes those kind of problems? |
Hey @unldenis, thanks for your quick response! I tried the variant with PacketEvents and the Holograms now work again Is this a problem with my method or does this variant not support this kind of colors? My implementation: TextComponent textComponent = new TextComponent(text);
textComponent.setColor(color);
return textComponent.toLegacyText(); |
Hey, I am using
holoeasy-core
4.1.0 via Maven and I am getting the following Exception:I am using ProtocolLib 5.3.0 on a Paper 1.19.4 server. The class I use to inherit from
Hologram
is the following:The text was updated successfully, but these errors were encountered: