Closed null321-jared closed 7 years ago
@InventivetalentDev If you do not want to update this, can you please help me understand some of the things about this plugin so I can update it properly?
What is the point of the injection? I commented it out and nothing appeared to change.
I have been on the Spigot IRC, so we can talk about this there.
NPCLib and its dependencies do not support 1.11.
At first it did this when it tried to inject the entities:
Then I updated it to support 1.11's new way of storing the entitytypes using this code:
(I have no idea if that even works as intended, I don't even know what the injection does! I commented it out and everything appeared to work..)
Then I got this error:
Then I told it to use the newer version of ReflectionHelper Then I got:
Then I tried updating PacketListener to 1.11 and it appeared to have worked. Then I created a playerNPC, told it to move and got this when my plugin ran:
generated an exception java.lang.AbstractMethodError: org.inventivetalent.npclib.generated.entity.NPCEntityPlayer.move(DDD)V
And I have no idea what caused that so I decided to make this issue because you know a lot about the inner workings of this plugin because you designed it.
I tried to update it, I spent many hours on it today, but I just don't know enough about the code to update it in a timely manner.