CitizensAPI How to make NPC talk?

Discussion in 'Plugin Development' started by shohouku, Feb 3, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    shohouku

    How do I make an npc talk using CitizensAPI?

    This is what I got so far but it doesn't work.

    Code:
    npc.addTrait(Text.class);     
    npc.getTrait(Text.class).add("Hi"); 
    npc.getTrait(Text.class).toggle();
     
Thread Status:
Not open for further replies.

Share This Page