You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Describe the bug
One of my plugins use citizens for spawning npcs, and when the npc tries to spawn a npc, it gets an error
Bug on latest
Yes, 2.1.2
Errors
java.lang.NullPointerException: Cannot invoke "ga.windpvp.windspigot.WindSpigot.getLagCompensator()" because the return value of "ga.windpvp.windspigot.WindSpigot.getInstance()" is null
at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:630) ~[WindSpigot.jar:]
at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:408) ~[WindSpigot.jar:]
at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:289) ~[?:?]
at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:235) ~[?:?]
Additional context
Running on Java 17, Windows 11
The text was updated successfully, but these errors were encountered:
Describe the bug
One of my plugins use citizens for spawning npcs, and when the npc tries to spawn a npc, it gets an error
Bug on latest
Yes, 2.1.2
Errors
Additional context
Running on Java 17, Windows 11
The text was updated successfully, but these errors were encountered: