JitseB / NPCLib

(Minecraft) NPCLib – Basic non-player character library.
MIT License
197 stars 49 forks source link

setText glitching #150

Open malafk opened 3 years ago

malafk commented 3 years ago

Describe the bug When you are updating npc text using (setText) you have to go out of the render distance for the name to actually change and show up

NPCLib JAR name npclib-plugin-2.11.1-SNAPSHOT.jar

Server version This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)

To Reproduce Steps to reproduce the behavior: set already existing npc's text

Expected behavior It should just update without having to go out of render distance

Mooselk commented 3 years ago

Can you share the code you’re using to set the text? Are you using it in a synchronous or asynchronous context?

malafk commented 3 years ago

Can you share the code you’re using to set the text? Are you using it in a synchronous or asynchronous context?

I was using sync

jonas-bl commented 3 years ago

I have the same issue. Would be good, if there is a fix for it...