Installation & Setup
Get VoxelAI installed and configured on your Minecraft server in just a few steps.
Before You Begin
Prerequisites
Server Requirements
API Requirements
Installation Steps
Buy the Plugin
Buy the latest version of VoxelAI from SpigotMC and place it in your plugins folder.
plugins/VoxelAI.jar
First Run
Start your server to generate the default configuration files, then stop it.
Configure API Key
Open the configuration file and add your Google Gemini API key.
File: plugins/VoxelAI/config.yml
core: debug_mode: false log_violations: true gemini: api-key: "your-api-key-here" model: "gemini-2.0-flash-lite"
your-api-key-here with your actual Google Gemini API key.Restart Server
Start your server again and check the console for successful initialization.
Verifying Installation
Check Plugin Status
Run the stats command to verify VoxelAI is working correctly.
/voxelai statsYou should see statistics about AI usage and violations.
Test AI Assistant
Test the AI assistant functionality with a simple command.
/ai helpThe AI should respond with available commands and help information.
Test ChatWarden
Send a test message to verify chat moderation is working.
hello hello hello hello helloChatWarden should detect this as spam and issue a warning.
Permissions Setup
Basic Permission Nodes
Configure these permissions in your permissions plugin (LuckPerms, PermissionsEx, etc.)
voxelai.*:
description: All VoxelAI permissions
children:
voxelai.admin: true
voxelai.ai: true
voxelai.chatwarden.exempt: false
voxelai.admin:
description: Administrative access
default: op
voxelai.ai:
description: Access to AI assistant
default: true
voxelai.chatwarden.exempt:
description: Exempt from chat moderation
default: opNext Steps
Quick Start Guide
Learn the basics of using VoxelAI
Configuration Guide
Customize VoxelAI for your server