Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 3 days ago
All versions
1.0.0-beta
Beta
CraftyAI 1.0.0-beta2 months ago 45
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
Platform
Forge
Supported environments
Server-side
Client and server
Changes
CraftyAI v1.0.0-beta
Welcome to the official release of CraftyAI! This plugin/mod brings natural, context-aware AI intelligence directly into your Minecraft server's chat.
🧠 Core Features
- 🗣️ Natural Chat — Talk to the AI naturally in game chat using its name/aliases. Highly configurable with fuzzy-matching typo tolerance.
- 🔍 Vision Scanner — Scan block types, coordinates, and entities for real-time AI-powered description and contextual advice.
- 🎯 AI Game Actions — The AI can trigger in-game commands on active request (e.g. changing time/weather, healing, or giving items).
- 💾 RAG Memory & Compaction — Edge-cached database storage with background compaction giving the AI permanent recall of your server's unique rules and lore.
- 🔑 BYOK (Bring Your Own Key) — Bypasses Gateway limits entirely by using your own Google Gemini API key directly from Google AI Studio.
🛡️ Centralized Management & Security
- Discord Bot Hub — Manage your API keys, link new servers, and track daily usage dynamically via the Discord Bot (
/paneland/my-sessions). - Strict Security Checks — Heartbeat connections secure your uplink and verify server credentials over standard HTTPS.
- Zero Lag Performance — Fully asynchronous networking and async thread scheduling (with native Folia support) to ensure your TPS remains at a perfect 20.0.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:XOFIR6bb:5a6k8r60"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XOFIR6bb:5a6k8r60"
}

