SergiFerry / PlayerNPC

PlayerNPC API for Spigot 1.17+
https://www.spigotmc.org/resources/playernpc.93625/
26 stars 6 forks source link

API can't use some methods. #8

Closed zeroequalsone closed 2 years ago

zeroequalsone commented 2 years ago

I can't use some methods. For example the "updateText" method. Error: "The method updateText() from the type NPC is not visible"

SergiFerry commented 2 years ago

You need to use NPC.Personal if you're managing as an NPC only visible for 1 player, or NPC.Global if you will manage an NPC visible for everyone at the same time

zeroequalsone commented 2 years ago

Thank you for your fast and easy answer for my dumbass.