The TextPrompt.Cancel-Hover-Message option specifies the message to show when a player hovers over the clickable cancel message in the TextPrompt feature.
You can configure the TextPrompt.Cancel-Hover-Message by editing the "prompt-config.yml" file as follows:
TextPrompt:
Cancel-Hover-Message: '&7Click here to cancel command completion'In this example, the hover message is set to "Click here to cancel command completion" in gray color.
The TextPrompt.Cancel-Hover-Message option allows you to define the message that appears when a player hovers over the clickable cancel message. This message provides additional context or instruction to users regarding the functionality of the cancel option.
To customize the hover message for the cancel option, use the following configuration:
This will display "Press to end completion" in gray color when a player hovers over the clickable cancel message in the.
TextPrompt:
Cancel-Hover-Message: '&7Press to end completion'The TextPrompt.Clickable-Cancel option enables clickable cancel functionality in the TextPrompt feature.
You can configure the TextPrompt.Clickable-Cancel by editing the "prompt-config.yml" file as follows:
TextPrompt:
Clickable-Cancel: trueIn this example, the clickable cancel functionality is enabled.
The TextPrompt.Clickable-Cancel option allows you to provide users with the ability to cancel command completion through a clickable option. Enabling this feature can enhance user interaction and make the cancellation process more convenient.
To disable the clickable cancel functionality, use the following configuration:
This will disable the clickable cancel option.
TextPrompt:
Clickable-Cancel: falseThe TextPrompt.Cancel-Message option specifies the clickable text message for canceling command completion in the TextPrompt feature.
You can configure the TextPrompt.Cancel-Message by editing the "prompt-config.yml" file as follows:
TextPrompt:
Cancel-Message: '&7[&c&l✘&7]'In this example, the cancel message is set to "[✘]" in red color.
The TextPrompt.Cancel-Message option allows you to define the message that appears as the clickable option for canceling command completion. This message provides users with a visual cue to initiate the cancellation process.
To customize the cancel message, use the following configuration:
This will display "[Cancel]" in dark red color as the cancel message.
TextPrompt:
Cancel-Message: '&7[&4Cancel&7]'Controls the settings for Chat Prompt.
The TextPrompt.Response-Listener-Priority option allows you to change the priority of the response listener for Chat Prompt.
You can configure the TextPrompt.Response-Listener-Priority by editing the "prompt-config.yml" file as follows:
TextPrompt:
Response-Listener-Priority: DEFAULTIn this example, the response listener priority is set to DEFAULT.
To change the response listener priority to a different level, use one of the following values: LOW, LOWEST, NORMAL, HIGH, or HIGHEST in the configuration:
This will set the response listener priority to HIGH.
TextPrompt:
Response-Listener-Priority: HIGH