Cancel-Message

The TextPrompt.Cancel-Message option specifies the clickable text message for canceling command completion in the TextPrompt feature.

Usage

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.

Explanation

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.

Example

To customize the cancel message, use the following configuration:

TextPrompt:
  Cancel-Message: '&7[&4Cancel&7]'

This will display "[Cancel]" in dark red color as the cancel message.

Last updated