> ## Documentation Index
> Fetch the complete documentation index at: https://minekube.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Minekube AI

> Build Minecraft Servers Through Conversation — create, share and customize games without coding, like a team of hundreds of experts.

# Build Minecraft Servers Through Conversation

Create, share and customize games without coding -- like a team of hundreds of experts.

Minekube AI gives you your own **Paper 1.21** Minecraft server with a built-in AI assistant powered by **Claude** (Anthropic). Tell it what you want in plain English -- it executes commands, writes scripts, installs plugins, builds structures, and configures your server. No terminal, no FTP, no wiki-diving.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your server and start playing in under 2 minutes
  </Card>

  <Card title="Talk to the AI" icon="message-bot" href="/ai/overview">
    Learn how your AI assistant works and what it can do
  </Card>

  <Card title="See Examples" icon="lightbulb" href="/ai/examples">
    Browse real examples -- from quick commands to full minigames
  </Card>

  <Card title="Dashboard" icon="gauge" href="/server/dashboard">
    Manage your server from the web at minekube.com/dashboard
  </Card>
</CardGroup>

***

## What Can the AI Do?

Your AI assistant is a full-powered autonomous agent. It does not just suggest commands -- it **runs them** on your server and reports back what happened.

<CardGroup cols={3}>
  <Card title="Instant Commands" icon="bolt">
    "give me creative mode" -- switches your gamemode immediately
  </Card>

  <Card title="Script Anything" icon="code">
    "create a kit system with cooldowns" -- writes and installs a Skript for you
  </Card>

  <Card title="Install Plugins" icon="puzzle-piece">
    "install WorldEdit" -- searches Modrinth, downloads, installs, verifies
  </Card>

  <Card title="Build Structures" icon="cube">
    "build a PvP arena at spawn" -- uses WorldEdit to create structures at scale
  </Card>

  <Card title="Configure Everything" icon="gear">
    "set difficulty to hard" -- modifies config files and applies changes live
  </Card>

  <Card title="Troubleshoot" icon="bug">
    "why is the server lagging?" -- checks logs, TPS, and diagnoses issues
  </Card>
</CardGroup>

***

## How It Works

<Steps>
  <Step title="You send a message in Minecraft chat">
    Toggle AI mode with `/ai` and type normally, or prefix any message with `AI>`.
  </Step>

  <Step title="The AI agent processes your request">
    Claude reads your message, plans the approach, and begins executing. You see **"AI is thinking..."** on your action bar and tool calls appear in chat as the AI works.
  </Step>

  <Step title="The AI takes action on your server">
    It runs commands via RCON, writes files (scripts, configs, plugins), installs packages from Modrinth, and builds with WorldEdit -- whatever the task requires.
  </Step>

  <Step title="You get the results in chat">
    The AI reports back what it did. Your server is updated. You keep playing.
  </Step>
</Steps>

***

## What's Pre-installed

Every Minekube AI server comes ready to go:

| Component          | Details                                                                    |
| ------------------ | -------------------------------------------------------------------------- |
| **Server**         | Paper 1.21 with optimized defaults                                         |
| **Skript**         | Script-based custom mechanics -- the AI's primary tool for custom features |
| **skript-reflect** | Gives Skript access to the full Java/Bukkit API                            |
| **PlugMan**        | Hot-reload plugins and scripts without restarting the server               |
| **Java 21**        | Full development environment for compiling custom Java plugins             |

<Tip>
  You do not need to know anything about these tools. The AI uses them behind the scenes when you ask for things like "make a /heal command" or "install a shop plugin."
</Tip>

***

## Ready to Start?

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="play" href="/quickstart">
    Sign up, create a server, and talk to the AI in under 2 minutes
  </Card>

  <Card title="Browse Examples" icon="book-open" href="/ai/examples">
    See what others have built -- from simple commands to full minigames
  </Card>
</CardGroup>
