JitseB / NPCLib

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

npc.setText method doesn't work. #134

Closed andrei923 closed 3 years ago

andrei923 commented 3 years ago

Describe the bug npc.setText method doesn't work, no error, it does not update the text of the NPC. npc.getText() returns the setted text.

NPCLib usage option shaded in the plugin.

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

Server version spigot 1.8.8

To Reproduce Steps to reproduce the behavior: NPC npc = library.createNPC(); npc.setLocation(Location location); npc.create(); npc.show(Player player); npc.setText(Arrays.asList("test" and "test2"))

JitseB commented 3 years ago

I see. Working on a fix right now.

JitseB commented 3 years ago

Could you try the pre release, version 2.12-SNAPSHOT. Issue should be resolved. I will release a stable version next week.

Closing issue for now.