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: enInteraction
Sets the method you use to interact with dialogues. You should use this method to navigate between pages or select your responses in dialogues.
interaction: RightClickEntityYou can run multiple methods together by separating them with commas. For example;
interaction: LeftClick,LeftClickEntity
Exit
Sets the action that allows players to exit the dialogues without completing them.
exit: SneakHide-Chat
Prevents the player from seeing or sending chat messages while in a dialogue.
hide-chat: trueScroll-Cooldown
The cooldown in ticks required to switch between options. The recommended value is 5; lower values may cause performance issues.
scroll-cooldown: 5Clear-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: 2Last updated