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:

TextPrompt:
  Cancel-Hover-Message: '&7Press to end completion'

This will display "Press to end completion" in gray color when a player hovers over the clickable cancel message in the.

Last updated