Updates:
- A change has been made that affects the dialog file, now for the section it is not the npc id, now it is the interaction name, and to define the npc, you must add 'npc-id' next to the npc id. Example:
Code (YAML):
dialogs:
npcs:
dialogue-name:
click
: RIGHT
npc-id
: 0
dialog:
- 'SEND
: Send method'
-
PlaceHolderAPI support has been added, with this you can use player variables, such as
%player_name% and others; if you don't have the plugin, you can use
%player% to get the name, to clarify: if the "
PlaceHolderAPI" plugin is present on the server, the variable provided by CharacterDialogue will not work. (remember to use
/papi ecloud download Player and
/papi reload to be able to use the variables, you can use placeholders in all methods)
- An api has been added. Waiting for your documentation...