Version 2.2.0
192 downloads
AI assistant plugin for Rust game servers using the OpenAI Responses API. Players can ask questions in-game via a chat command (default: !ai) and receive AI-generated responses. Supports conversation context, a custom knowledge base for server-specific documents, multi-tier rate limiting, and optional integrations like Discord webhooks and BetterChat.
Full Documentation Here
Features
Chat command trigger
Conversation context
Knowledge base (vector store)
Customizable personalities
Prompt injection filtering
Message chunking
Chat / Bot
Configurable command prefix
Global Chat Bot mode
BetterChat integration
Custom response colors
Personality presets
Team chat monitoring
Rate Limits
Per-player cooldowns
Requests per minute cap
Daily token budgets
Per-player token limits
Persistent usage tracking
Integrations
Discord webhook logging
Optional web search
Death Notes support
Developer hooks API
Reasoning model support
Knowledge base made easy
Use the Rust Server Knowledge Generator to build knowledge files for your server. Fill out a form (server info, wipe schedule, rules, commands, FAQ, etc.), use the AI Assistant or Quick Server Lookup (BattleMetrics), then either deploy to an OpenAI vector store from the site or download a .zip and sync from your server with openai.kb sync. See How It Works for the full guide.
Commands and plugins
In the Commands form section you can search and add plugins (from the default catalog or your own), add chat commands, and contribute commands for plugins. These feed into commands.txt for the knowledge base.
Free AI Knowledge Generator