Agustín Matsubara

Results 2 issues of Agustín Matsubara

Hi! Basically, I'm trying to change the name of a NPC, like this: ` String villagerName = PluginUtils.getCustomData(container, EntityReplacer.NAME_KEY, String.class); npc.getProfile().setName(villagerName + " (Following)"); npc.visibility().queuePlayerListChange(VisibilityModifier.PlayerInfoAction.UPDATE_DISPLAY_NAME).send(); ` But nothing happens (no...

I'm basically having the same problem as this one: https://github.com/libraryaddict/LibsDisguises/issues/474 I didn't know whether to respond to it or create a new issue; here is a video of the problem....