Typing Response System
The Typing Response System allows Polar Client to send automated chat messages based on predefined triggers and categories. This is useful for handling interactions automatically, especially in scenarios like detecting malicious players or continuing conversations during a staff check.
Commands
/chatresponses add <category> <response>
Adds a new automated response under the specified category.
Example:
/chatresponses add normal Hello there!
/chatresponses remove <category> <response>
Removes a specific response from a category.
Example:
/chatresponses remove normal Hello there!
/chatresponses list [category]
Lists all saved responses. If a category is provided, it filters by that category.
Example:
/chatresponses list playerCheck
/chatresponses clear [category]
Clears all responses. If a category is provided, it only clears that category.
Example:
/chatresponses clear followUp
Categories
normal
Standard general-purpose responses.
playerCheck
Triggered when a malicious player is detected.
followUp
Used for follow-up responses after an initial message has been sent.
Last updated