Error with dependant spigot plugin
topthat177 opened this issue ยท 2 comments
Hi,
If this is not your problem or you don't deal with it because it relates to an interaction with another plugin let me know.
This is a problem with another Spigot Plugin dependent on ProtocolLib. I have reported the Issue to the dev and apparently its not on their side. They suggested it might be caused by this dependency.
The issue is with Gadgets Menu and their Morph Disguise Cosmetic feature.
When selecting a morph and selecting to view your character as the disguised mob, the following NPE appears in console. You also only see your player instead of the morphed mob and after a while of moving around you go invisible.
To Reproduce
- Install GadgetsMenu
- Turn on Self View
- Select any morph
- See Error in console and that it doesn't display the morph to the player
- Move around for a while and notice you become invisible.
Further Information (please complete the following information):
Server Version: Paper 1.14.4
GadgetsMenu Version: 4.3.24
Console: https://pastebin.com/uL8FVK4Q
Desktop (not sure if you need this, server not locally hosted)
- OS: Windows 10
- Browser Firefox
- Version 69.0.1
This looks like an error with Libs Disguises:
26.09 05:27:21 [Server] WARN java.lang.NullPointerException
26.09 05:27:21 [Server] WARN at me.libraryaddict.disguise.utilities.DisguiseUtilities.removeSelfDisguise(DisguiseUtilities.java:1263)