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

# Quickstart Guide

> Create your first Minecraft plugin in 60 seconds

# Create Your First Plugin in 60 Seconds

Ready to build? Let's create a functional Minecraft plugin from scratch using Minax.

## Step 1: Go to Minax Platform

Head over to [**minax.fun**](https://minax.fun) and create a free account. You get **3 free credits per day** to get started.

## Step 2: Describe Your Plugin

In the text field, describe what you want your plugin to do in plain French or English. For example:

```
Un plugin de teleportation avec les commandes /home et /sethome
qui sauvegarde les positions dans un fichier config.yml
```

Or in English:

```
A teleportation plugin with /home and /sethome commands
that saves positions in a config.yml file
```

## Step 3: Choose Your Server Type

Select your Minecraft server version from the dropdown:

* **Spigot** (Recommended) - Most compatible
* **Paper** (High performance) - Best performance
* **Bukkit** (Classic) - Legacy support
* **Ultra Rapide** (Lightning fast) - Experimental

## Step 4: Generate & Download

Click **"Generate"** and watch the magic happen! 🎉

Minax will:

1. Analyze your description
2. Generate complete Java code
3. Compile with Maven
4. Fix any errors automatically
5. Create a `.jar` file

This typically takes **less than 60 seconds**.

## Step 5: Deploy to Your Server

1. Download your `.jar` file
2. Place it in your `/plugins` folder
3. Restart your server
4. Done! Your plugin is now active

## Next Steps

<CardGroup cols={2}>
  <Card title="Edit Your Code" icon="pen-to-square" href="/guides/editing">
    Use the Monaco editor to modify and iterate
  </Card>

  <Card title="Advanced Features" icon="sparkles" href="/guides/advanced">
    Learn about complex plugin patterns
  </Card>

  <Card title="Publish to Community" icon="share-nodes" href="/guides/publishing">
    Share your creation with other developers
  </Card>

  <Card title="Common Issues" icon="circle-question" href="/getting-started/faq">
    Find answers to frequently asked questions
  </Card>
</CardGroup>

## Supported Minecraft Versions

Minax works with:

* **1.8 to 1.21+** (All modern versions)
* **All server types** (Spigot, Paper, Bukkit, etc.)
* **Cross-platform** (Windows, macOS, Linux)

## Tips & Tricks

💡 **Be specific**: The more details in your description, the better the generated code

💡 **Use templates**: Start with one of our plugin templates for faster generation

💡 **Iterate fast**: Use the editor to quickly fix and improve your plugins

💡 **Community remixes**: Check out what other creators have built for inspiration

***

**Troubleshooting?** Check our [FAQ](/getting-started/faq) or reach out to the community!
