For the complete documentation index, see llms.txt. This page is also available as Markdown.

Response-Listener-Priority

Sets the Bukkit event priority used to capture Chat prompt answers.

TextPrompt:
  Response-Listener-Priority: LOWEST
  • Type: String

  • Default: LOWEST (Default changed from DEFAULT to LOWEST in 3.2.0)

Valid Bukkit priorities are LOWEST, LOW, NORMAL, HIGH, HIGHEST, and MONITOR.

This value applies to the fallback Bukkit Chat listener. When the CarbonChat integration owns Chat prompt input, CarbonChat's event subscription is used instead.

Last updated

Was this helpful?