Haylee Schäfer

Results 45 comments of Haylee Schäfer

I've added some conditions to the `@ExtraMethod` annotation to specify the version range to generate methods: https://github.com/InventivetalentDev/CompactNPCLib/commit/74a82e4ca22b971125803b8d226e6bc63da4dccf Adding it to the `move()` method should make this compatible with older versions...

CommandNPCs is currently not compatible with the latest version of NPCLib.

I don't think the API has direct methods to allow entity riding yet. However, you could just create your own entity class as described here and override the `g` method:...

**TODO:** Add `NPC Control Event` -> https://github.com/InventivetalentDev/CompactNPCLib/blob/master/API/src/main/java/org/inventivetalent/npclib/npc/living/NPCLivingAbstract.java#L54

Do you really need to spawn the entities in `onEnable`? Why don't you just delay the spawn by a few seconds if it works otherwise?

Well, then this issue isn't specifically about spawning a NPC in ´onEnable`. Does this only happen after you have reloaded the server? Reloading on Spigot generally isn't a good idea,...

Please upload your whole server log to pastebin.

Have you tried normal spigot? This is pretty likely an incompatibility with TacoSpigot/PaperSpigot.