Commands & Permissions
ServerAssistantAI includes the following commands for managing and interacting with the AI assistant.
Minecraft Commands:
/serverassistantai ask
Privately ask the AI a question.
serverassistantai.use
Player
/serverassistantai chat
Start a continuous private conversation mode with the AI.
serverassistantai.chat
Player
/serverassistantai usage
See amount of questions asked and left for the day in Minecraft.
serverassistantai.usage serverassistantai.usage.others
Player
/serverassistantai toggle
Toggle automatically answering player's questions in chat.
serverassistantai.toggle
Player
/serverassistantai reset
Resets a specific player's usage for the day.
serverassistantai.reset
OP
/serverassistantai reload
Reloads the plugin's configuration files, and document if changed.
serverassistantai.reload
OP
/serverassistantai debug
Generate debug information for troubleshooting.
serverassistantai.debug
OP
serverassistantai.use is also the permission used for allowing players to ask questions in the public in-game chat, which is given by default.
Daily usage limits reset at 12:00 AM UTC (midnight UTC) every day for all Minecraft and Discord users.
Other Permissions:
serverassistantai.group.<group>
Assign a player to a specific group for daily question limits. Replace <group> with the group name from config.yml.
serverassistantai.updatecheck
Allows players to be notified about ServerAssistantAI updates.
serverassistantai.bypass
Bypass the daily player limits in-game.
serverassistantai.helpful-information
View in-game helpful messages within an AI response when helpful_information is enabled.
serverassistantai.advanced-question-detection.debug
When question_detection is set to advanced and debug_in_game is enabled, this permission allows players to view the probability of each message in-game being a question.
PlaceholderAPI Placeholders:
When PlaceholderAPI is installed, ServerAssistantAI provides the following built-in placeholders:
%serverassistantai_chat_provider%
The current chat model provider.
%serverassistantai_embedding_provider%
The current embedding model provider.
%serverassistantai_chat_model%
The current chat model name.
%serverassistantai_embedding_model%
The current embedding model name.
%serverassistantai_limit%
The player's daily question limit.
%serverassistantai_usage%
The number of questions the player has asked today.
%serverassistantai_usage_left%
The number of questions remaining for the player today.
%serverassistantai_global_limit%
The server's global daily question limit.
%serverassistantai_global_usage%
The total questions asked server-wide today.
%serverassistantai_global_usage_left%
The remaining global questions for today.
Discord Commands:
/ai usage
See amount of questions asked and left for the day on Discord.
/ai toggle
Toggle automatically answering user's questions on Discord.
/ai reset
Resets a specific user's usage for the day on Discord.
Discord Apps:
Ask AI
Right-click any message, select 'Apps' > 'Ask AI' for an AI response, even if it's not your own message.
Default: Server owners only. To grant access: Server Settings > Integrations > Bot > Select roles for "Ask AI" app
Make sure to configure these permissions according to your server's roles and access levels using a permission plugin like LuckPerms, even though the player permissions are already given by default.
Last updated
Was this helpful?