Skip to main content

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 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

Edit Your Code

Use the Monaco editor to modify and iterate

Advanced Features

Learn about complex plugin patterns

Publish to Community

Share your creation with other developers

Common Issues

Find answers to frequently asked questions

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 or reach out to the community!