Config

Basic description of the config file.

Lang

Specifies the language file that the plugin will use. By default, only the 'en' file is available. To add more languages, duplicate and edit the YAML files in the Langs folder.

lang: en

Interaction

Sets the method you use to interact with dialogues. You should use this method to navigate between pages or select your responses in dialogues.

Available Methods
LeftClick, LeftClickEntity, LeftClickPlayer, RightClick,
RightClickEntity, RightClickPlayer
interaction: RightClickEntity

Exit

Sets the action that allows players to exit the dialogues without completing them.

Available Options
Sneak, None
exit: Sneak

Hide-Chat

Prevents the player from seeing or sending chat messages while in a dialogue.

hide-chat: true

Scroll-Cooldown

The cooldown in ticks required to switch between options. The recommended value is 5; lower values may cause performance issues.

scroll-cooldown: 5

Clear-Cooldown

Sets the data cleanup interval after exiting a dialogue. It helps prevent NPCs from triggering dialogues repeatedly. Do not change this unless you know what you're doing.

clear-cooldown: 2

Last updated