Configuration
General configuration
# Displayname of the bot
botname: "<gradient:#E9C113:#E99E13>PS ChatBot</gradient>"
# Key words to listen - Case insensitive
key-words:
- "ChatBot"
- "help"
# Format of the bot responses, DO NOT USE COLORS HERE, for colors use botname or ai_messages_format
format: "{botname}: {message}"
# AI messages format:
ai_messages_format: "<gray>{message}</gray>"
# Convert MiniMessage to CMI Chat
convert_to_cmi: false
# Should the bot send a message when a player joins the server?
message_on_join: true
# Message to send when a player joins the server
message_to_send: "<gray>Hello! i'm {botname}."AI Configuration
Last updated