All pages
Powered by GitBook
1 of 5

Loading...

Loading...

Loading...

Loading...

Loading...

Cancel-Hover-Message

The TextPrompt.Cancel-Hover-Message option specifies the message to show when a player hovers over the clickable cancel message in the TextPrompt feature.

Usage

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.

Explanation

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.

Example

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'

Clickable-Cancel

The TextPrompt.Clickable-Cancel option enables clickable cancel functionality in the TextPrompt feature.

Usage

You can configure the TextPrompt.Clickable-Cancel by editing the "prompt-config.yml" file as follows:

TextPrompt:
  Clickable-Cancel: true

In this example, the clickable cancel functionality is enabled.

Explanation

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.

Example

To disable the clickable cancel functionality, use the following configuration:

This will disable the clickable cancel option.

TextPrompt:
  Clickable-Cancel: false

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:

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

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

Chat Prompt

Controls the settings for Chat Prompt.

  • Clickable-Cancel

  • Cancel-Message

  • Cancel-Hover-Message

Response-Listener-Priority

The TextPrompt.Response-Listener-Priority option allows you to change the priority of the response listener for Chat Prompt.

Usage

You can configure the TextPrompt.Response-Listener-Priority by editing the "prompt-config.yml" file as follows:

TextPrompt:
  Response-Listener-Priority: DEFAULT

In this example, the response listener priority is set to DEFAULT.

Example

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.

Response-Listener-Priority
TextPrompt:
  Response-Listener-Priority: HIGH