// Maximum players allowed for /need
// -
// Default: "10"
needbot_maxplayers "10"
// API key for Need Bot (AutoMix)
// -
// Default: "YOUR_API_KEY_HERE"
needbot_api_key "YOUR_API_KEY_HERE"
// Endpoint URL for Need Bot
// -
// Default: "http://localhost:4000/api"
needbot_endpoint "http://localhost:4000/api"
// Tag prefix for /need chat messages
// -
// Default: "[NEEDBOT]"
needbot_tag "[NEEDBOT]"
// Chat URL for success message
// -
// Default: "https://chat-url.com"
needbot_chat_url "https://chat-url.com"
// Cooldown (seconds) between /need uses
// -
// Default: "60.0"
needbot_cooldown "60.0"