When reloading the plugin, the following exception occurs:
java.lang.ExceptionInInitializerError: null
at eu.xesau.kd.Main.onEnable(Main.java:55) ~[?:?]
Caused by: java.lang.ClassCastException:
com.bringholm.packetinterceptor.v1_0.PacketInterceptor$ChannelInterceptor cannot be cast to com.bringholm.packetinterceptor.v1_0.PacketInterceptor$ChannelInterceptor
I do setPlugin in onEnable, and NameTagChanger.INSTANCE.disable() in onDisable
When reloading the plugin, the following exception occurs:
I do setPlugin in onEnable, and NameTagChanger.INSTANCE.disable() in onDisable