
CraftyAI
AI companion for Minecraft
Talk to an AI in Minecraft chat. It answers questions, scans blocks, controls time and weather, gives items, and runs commands. Free to use.
CraftyAI is in beta. You may hit bugs or slow responses during peak hours. Report issues on our Discord server.
v1.2.0-beta ("Orion")
- RAG Memory: The AI recalls past conversations across sessions using vector search.
- Block Scanning: Ask the AI to scan nearby blocks and entities (up to 32 blocks out).
- Scheduled & Delayed Tasks: Set recurring or one-shot actions. "Remind me to sleep in 5 minutes" or "Set weather to clear every hour".
- Auto-Mint API Keys: Install the plugin. An API key generates automatically. No Discord required.
- Custom Prompts (Pro): Change the AI's personality and behavior per server.
- Server Linking: Connect your Minecraft server to your Discord account.
Features
In-Game AI Chat
|
Vision Scanner
|
AI Game Actions
|
Edge Infrastructure
|
Subscription Tiers
CraftyAI is free. Higher tiers add more capacity for large networks.
| Tier | RPM | Requests/Day | Tokens/Day | Custom Prompts |
|---|---|---|---|---|
| Free | 30 | 100 | 50K | No |
| Starter | 100 | 1,000 | 500K | No |
| Pro | 200 | 5,000 | 2.5M | 1 change/24h |
| Enterprise | 500 | 100,000 | 10M | Yes |
Platform Support
Plugin (Server-Side)
| Platform | Versions | Status |
|---|---|---|
| Spigot | 1.8 → 1.21+ | Full Support |
| Paper | 1.8 → 1.21+ | Full Support |
| Folia | 1.19+ | Async Scheduling |
| Purpur | 1.16+ | Full Support |
Mod (Client/Server)
| Platform | Versions | Status |
|---|---|---|
| Fabric | 1.20.4 – 1.21.1 & 26.x |
Full Support |
| Quilt | 1.20.4 – 1.20.6 |
Fabric-Compatible |
| Forge | 1.20.4 – 1.20.6 |
Full Support |
(Fabric requires craftyai-fabric for 1.20.x–1.21.1, craftyai-fabric-26 for MC 26.x)
Quick Setup
Plugin (Spigot/Paper/Folia/Purpur)
- Download
craftyai-spigot-1.2.0-beta.jarfrom Modrinth - Drop it in
plugins/and start the server - and start chatting.
Mod (Fabric/Forge)
- Download from Modrinth and place in
mods/ - Fabric users: Install Fabric API
- Launch Minecraft
- chat.
Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/crafty |
Plugin info and status | crafty.chat |
/crafty status |
Connection diagnostics | crafty.chat |
/crafty reload |
Reload configuration | crafty.admin |
/crafty learn Q | A |
Teach the AI new knowledge | crafty.admin |
/crafty test |
Test AI connection | crafty.chat |
/crafty apikey |
Generate a new API key | crafty.admin |
/crafty pro status |
Show current tier and expiry | crafty.chat |
/crafty pro redeem <key> |
Redeem a Pro key from Discord | crafty.chat |
/crafty pro help |
How to get a Pro key | crafty.chat |
/crafty link |
Link server to Discord | crafty.chat |
/crafty prompt view |
View custom prompt | crafty.chat |
/crafty prompt set <text> |
Set custom prompt (Pro) | crafty.admin |
/crafty prompt reset |
Reset prompt (Pro) | crafty.admin |
Grant crafty.actions to let the AI run in-game commands and actions.
Transparency & Privacy
- Edge Network: Chat is processed on our Cloudflare edge servers. We don't sell chat history.
- BYOK: Bring your own Gemini API keys for full data isolation.
- Closed Source Backend: The server-side code is closed source. Plugins communicate over HTTPS.
Remote Connections:
- AI Endpoint: Connects to
craftyai-gateway.craftyauth.workers.devwhen a player chats. Sends game context, API key, and Session ID. - Telemetry: Sends anonymous heartbeats with request counts. Disable with
enable_metrics: false(Plugin) ortelemetry_enabled: false(Mod).
Found a Bug?
Open a ticket on our Discord server.
Sponsored by Nexeu Hosting
High-performance, affordable hosting for your Minecraft server. Premium hardware, instant setup, 24/7 support.
Built by DemonZ Development
CraftyAI is not affiliated with Mojang, Microsoft, or Minecraft.
Ченджлог
1.2.0-betaБета1.21.9, 1.21.10, 1.21.11 · 15 июня 2026 г.
v1.2.0-beta "Orion" — Unblock Everyone
Theme: Tier is now purely a scale axis, not a feature axis. Vision, agentic tasks, and block scanning are free for all tiers.
New Features
- Auto-Mint API Key: Servers automatically generate a free API key on first startup — no Discord required
- Block Scanning: New
SCAN_BLOCKSaction — AI can scan nearby blocks and entities (radius: free=8, pro=16, enterprise=32) - Scheduled Tasks: New
SCHEDULE_TASKaction — create cron-based recurring events via chat (unlimited per tier) - Delayed Actions: New
DELAYED_ACTION— one-shot timers (1-300 seconds) for any agentic action - Custom Prompts: Pro-only feature — customize the AI's personality via
/crafty prompt set(1 change per 24h) - Server Linking:
/crafty link+ Discord/linkto link Minecraft servers to Discord accounts - Rate Limit Audit: Session-level rate limit tracking for forensic analysis
- Scan Context Feedback: After block scan, results are sent back to AI for informed decisions
Breaking Changes
- Memory limits removed: RAG memory is unlimited for all tiers (compactor handles eviction)
- Tier gates removed: Vision scanning, agentic tasks, and block scanning are free for all tiers
- added better compaction engine: now there might be some compaction and old memory issues but overall we tried our best to tackle them
- Config migration:
config_version: 3— automatic migration on first load
New Commands
/crafty apikey— Generate a new API key (auto-mint)/crafty pro status— Show current tier and expiry/crafty pro redeem <key>— Redeem a Discord-issued Pro key/crafty pro help— Show how to get a Pro key/crafty link— Link server to Discord account/crafty prompt view— View current custom prompt (Pro)/crafty prompt set <text>— Set custom prompt (Pro, 1/day)/crafty help- learn how commands works
Tier Model (Updated)
| Tier | RPM | Requests/Day | Tokens/Day | Custom Prompts |
|---|---|---|---|---|
| Free | 30 | 100 | 50K | No |
| Starter | 100 | 1,000 | 500K | No |
| Pro | 200 | 5,000 | 2.5M | 1 change/24h |
| Enterprise | 500 | 100,000 | 10M | Yes |
Compatibility
- Backward compatible with v1.1.x clients
- Fabric 1.20 now works on MC 1.20.4–1.21.1 (was 1.20.4–1.20.6)
- Fabric 26 (MC 26.x) compiles and runs on MC 26.1.2
- Forge compiles and runs on MC 1.20.4
1.2.0-betaБета26.1, 26.1.1, 26.1.2 · 15 июня 2026 г.
v1.2.0-beta "Orion" — Unblock Everyone
Theme: Tier is now purely a scale axis, not a feature axis. Vision, agentic tasks, and block scanning are free for all tiers.
New Features
- Auto-Mint API Key: Servers automatically generate a free API key on first startup — no Discord required
- Block Scanning: New
SCAN_BLOCKSaction — AI can scan nearby blocks and entities (radius: free=8, pro=16, enterprise=32) - Scheduled Tasks: New
SCHEDULE_TASKaction — create cron-based recurring events via chat (unlimited per tier) - Delayed Actions: New
DELAYED_ACTION— one-shot timers (1-300 seconds) for any agentic action - Custom Prompts: Pro-only feature — customize the AI's personality via
/crafty prompt set(1 change per 24h) - Server Linking:
/crafty link+ Discord/linkto link Minecraft servers to Discord accounts - Rate Limit Audit: Session-level rate limit tracking for forensic analysis
- Scan Context Feedback: After block scan, results are sent back to AI for informed decisions
Breaking Changes
- Memory limits removed: RAG memory is unlimited for all tiers (compactor handles eviction)
- Tier gates removed: Vision scanning, agentic tasks, and block scanning are free for all tiers
- added better compaction engine: now there might be some compaction and old memory issues but overall we tried our best to tackle them
- Config migration:
config_version: 3— automatic migration on first load
New Commands
/crafty apikey— Generate a new API key (auto-mint)/crafty pro status— Show current tier and expiry/crafty pro redeem <key>— Redeem a Discord-issued Pro key/crafty pro help— Show how to get a Pro key/crafty link— Link server to Discord account/crafty prompt view— View current custom prompt (Pro)/crafty prompt set <text>— Set custom prompt (Pro, 1/day)/crafty help- learn how commands works
Tier Model (Updated)
| Tier | RPM | Requests/Day | Tokens/Day | Custom Prompts |
|---|---|---|---|---|
| Free | 30 | 100 | 50K | No |
| Starter | 100 | 1,000 | 500K | No |
| Pro | 200 | 5,000 | 2.5M | 1 change/24h |
| Enterprise | 500 | 100,000 | 10M | Yes |
Compatibility
- Backward compatible with v1.1.x clients
- Fabric 1.20 now works on MC 1.20.4–1.21.1 (was 1.20.4–1.20.6)
- Fabric 26 (MC 26.x) compiles and runs on MC 26.1.2
- Forge compiles and runs on MC 1.20.4
1.2.0-betaБета1.20.6, 1.21, 1.21.1 · 15 июня 2026 г.
v1.2.0-beta "Orion" — Unblock Everyone
Theme: Tier is now purely a scale axis, not a feature axis. Vision, agentic tasks, and block scanning are free for all tiers.
New Features
- Auto-Mint API Key: Servers automatically generate a free API key on first startup — no Discord required
- Block Scanning: New
SCAN_BLOCKSaction — AI can scan nearby blocks and entities (radius: free=8, pro=16, enterprise=32) - Scheduled Tasks: New
SCHEDULE_TASKaction — create cron-based recurring events via chat (unlimited per tier) - Delayed Actions: New
DELAYED_ACTION— one-shot timers (1-300 seconds) for any agentic action - Custom Prompts: Pro-only feature — customize the AI's personality via
/crafty prompt set(1 change per 24h) - Server Linking:
/crafty link+ Discord/linkto link Minecraft servers to Discord accounts - Rate Limit Audit: Session-level rate limit tracking for forensic analysis
- Scan Context Feedback: After block scan, results are sent back to AI for informed decisions
Breaking Changes
- Memory limits removed: RAG memory is unlimited for all tiers (compactor handles eviction)
- Tier gates removed: Vision scanning, agentic tasks, and block scanning are free for all tiers
- added better compaction engine: now there might be some compaction and old memory issues but overall we tried our best to tackle them
- Config migration:
config_version: 3— automatic migration on first load
New Commands
/crafty apikey— Generate a new API key (auto-mint)/crafty pro status— Show current tier and expiry/crafty pro redeem <key>— Redeem a Discord-issued Pro key/crafty pro help— Show how to get a Pro key/crafty link— Link server to Discord account/crafty prompt view— View current custom prompt (Pro)/crafty prompt set <text>— Set custom prompt (Pro, 1/day)/crafty help- learn how commands works
Tier Model (Updated)
| Tier | RPM | Requests/Day | Tokens/Day | Custom Prompts |
|---|---|---|---|---|
| Free | 30 | 100 | 50K | No |
| Starter | 100 | 1,000 | 500K | No |
| Pro | 200 | 5,000 | 2.5M | 1 change/24h |
| Enterprise | 500 | 100,000 | 10M | Yes |
Compatibility
- Backward compatible with v1.1.x clients
- Fabric 1.20 now works on MC 1.20.4–1.21.1 (was 1.20.4–1.20.6)
- Fabric 26 (MC 26.x) compiles and runs on MC 26.1.2
- Forge compiles and runs on MC 1.20.4
1.2.0-betaБета26.1, 26.1.1, 26.1.2 · 15 июня 2026 г.
v1.2.0-beta "Orion" — Unblock Everyone
Theme: Tier is now purely a scale axis, not a feature axis. Vision, agentic tasks, and block scanning are free for all tiers.
New Features
- Auto-Mint API Key: Servers automatically generate a free API key on first startup — no Discord required
- Block Scanning: New
SCAN_BLOCKSaction — AI can scan nearby blocks and entities (radius: free=8, pro=16, enterprise=32) - Scheduled Tasks: New
SCHEDULE_TASKaction — create cron-based recurring events via chat (unlimited per tier) - Delayed Actions: New
DELAYED_ACTION— one-shot timers (1-300 seconds) for any agentic action - Custom Prompts: Pro-only feature — customize the AI's personality via
/crafty prompt set(1 change per 24h) - Server Linking:
/crafty link+ Discord/linkto link Minecraft servers to Discord accounts - Rate Limit Audit: Session-level rate limit tracking for forensic analysis
- Scan Context Feedback: After block scan, results are sent back to AI for informed decisions
Breaking Changes
- Memory limits removed: RAG memory is unlimited for all tiers (compactor handles eviction)
- Tier gates removed: Vision scanning, agentic tasks, and block scanning are free for all tiers
- added better compaction engine: now there might be some compaction and old memory issues but overall we tried our best to tackle them
- Config migration:
config_version: 3— automatic migration on first load
New Commands
/crafty apikey— Generate a new API key (auto-mint)/crafty pro status— Show current tier and expiry/crafty pro redeem <key>— Redeem a Discord-issued Pro key/crafty pro help— Show how to get a Pro key/crafty link— Link server to Discord account/crafty prompt view— View current custom prompt (Pro)/crafty prompt set <text>— Set custom prompt (Pro, 1/day)/crafty help- learn how commands works
Tier Model (Updated)
| Tier | RPM | Requests/Day | Tokens/Day | Custom Prompts |
|---|---|---|---|---|
| Free | 30 | 100 | 50K | No |
| Starter | 100 | 1,000 | 500K | No |
| Pro | 200 | 5,000 | 2.5M | 1 change/24h |
| Enterprise | 500 | 100,000 | 10M | Yes |
Compatibility
- Backward compatible with v1.1.x clients
- Fabric 1.20 now works on MC 1.20.4–1.21.1 (was 1.20.4–1.20.6)
- Fabric 26 (MC 26.x) compiles and runs on MC 26.1.2
- Forge compiles and runs on MC 1.20.4
1.1.1-betaБета1.21.9, 1.21.10, 1.21.11 · 5 июня 2026 г.
Hotfix: Update Checker
A critical defect in both UpdateChecker classes silently broke in-game update notifications on v1.1.0-beta — admins running v1.0.0-beta were never notified that v1.1.0-beta was available. This hotfix restores the update channel.
- Modrinth project ID typo —
XOF1R6bb→XOFIR6bb(one missingI). The v2 API call returned 404 silently; the JSONversions[0]was always null, so the "Update Available" banner never printed. - Wrong download URL in update banner —
/mod/craftyai→/plugin/craftyaito match the canonical Modrinth slug the project is published under. - Both defects existed in two parallel implementations:
craftyai-common/src/main/java/com/demonz/craftyai/common/UpdateChecker.java(used by Fabric 1.20, Fabric 1.26, and Forge)craftyai-plugin/src/main/java/com/demonz/craftyai/UpdateChecker.java(Spigot plugin)
1.1.1-betaБета1.21.9, 1.21.10, 1.21.11 · 5 июня 2026 г.
Hotfix: Update Checker
A critical defect in both UpdateChecker classes silently broke in-game update notifications on v1.1.0-beta — admins running v1.0.0-beta were never notified that v1.1.0-beta was available. This hotfix restores the update channel.
- Modrinth project ID typo —
XOF1R6bb→XOFIR6bb(one missingI). The v2 API call returned 404 silently; the JSONversions[0]was always null, so the "Update Available" banner never printed. - Wrong download URL in update banner —
/mod/craftyai→/plugin/craftyaito match the canonical Modrinth slug the project is published under. - Both defects existed in two parallel implementations:
craftyai-common/src/main/java/com/demonz/craftyai/common/UpdateChecker.java(used by Fabric 1.20, Fabric 1.26, and Forge)craftyai-plugin/src/main/java/com/demonz/craftyai/UpdateChecker.java(Spigot plugin)
1.1.1-betaБета26.1, 26.1.1, 26.1.2 · 5 июня 2026 г.
Hotfix: Update Checker
A critical defect in both UpdateChecker classes silently broke in-game update notifications on v1.1.0-beta — admins running v1.0.0-beta were never notified that v1.1.0-beta was available. This hotfix restores the update channel.
- Modrinth project ID typo —
XOF1R6bb→XOFIR6bb(one missingI). The v2 API call returned 404 silently; the JSONversions[0]was always null, so the "Update Available" banner never printed. - Wrong download URL in update banner —
/mod/craftyai→/plugin/craftyaito match the canonical Modrinth slug the project is published under. - Both defects existed in two parallel implementations:
craftyai-common/src/main/java/com/demonz/craftyai/common/UpdateChecker.java(used by Fabric 1.20, Fabric 1.26, and Forge)craftyai-plugin/src/main/java/com/demonz/craftyai/UpdateChecker.java(Spigot plugin)
1.1.1-betaБета26.1, 26.1.1, 26.1.2 · 5 июня 2026 г.
Hotfix: Update Checker
A critical defect in both UpdateChecker classes silently broke in-game update notifications on v1.1.0-beta — admins running v1.0.0-beta were never notified that v1.1.0-beta was available. This hotfix restores the update channel.
- Modrinth project ID typo —
XOF1R6bb→XOFIR6bb(one missingI). The v2 API call returned 404 silently; the JSONversions[0]was always null, so the "Update Available" banner never printed. - Wrong download URL in update banner —
/mod/craftyai→/plugin/craftyaito match the canonical Modrinth slug the project is published under. - Both defects existed in two parallel implementations:
craftyai-common/src/main/java/com/demonz/craftyai/common/UpdateChecker.java(used by Fabric 1.20, Fabric 1.26, and Forge)craftyai-plugin/src/main/java/com/demonz/craftyai/UpdateChecker.java(Spigot plugin)
Комментарии
Загружаем…



