Conversation Properties

Random Dialogue

If enabled, this conversation will select and send a random dialogue.

random_dialogue: true

Interrupt Actions

Here you can set actions to be executed if the player interrupts the conversation in any of the dialogues of the current conversation tree. Ways of interrupting a conversation: Leaving the server, using /int stop command, stopping the server, leaving the conversation radius. All actions HERE.

interrupt_actions:
- 'console_command: say %player% interrupted a conversation.'
- 'actionbar: &cConversation interrupted...;60'

Dialogue

It refers to the multiple dialogues this conversation can have. Click HERE for Dialogue properties.

dialogue:
    dialogue1:
    ...
    dialogue2:
    ...

Options

It refers to the multiple options this conversation can have. Click HERE for Options properties.

Options in Dialogue

When this option is enabled, options will not be sent in the common format but instead you can add them as variables inside the last dialogue of this conversation. This allows you to write more dialogue text below the options.

Last updated

Was this helpful?