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'