Frequently Asked Questions
General Questions
What is Minax?
Minax is a full-stack AI development platform that lets you create production-ready Minecraft plugins using natural language descriptions. Instead of writing code, you describe what you want and AI generates, compiles, and deploys it.How much does Minax cost?
Minax offers a freemium model:- Free tier: 3 credits per day
- Premium: Flexible pricing based on usage
- Enterprise: Custom pricing for teams
Do I need to know Java?
No! Minax is designed for anyone. You describe your plugin in plain English or French, and the AI handles all the Java code generation. However, having Java knowledge helps you iterate faster with custom edits.What Minecraft versions are supported?
Minax supports:- 1.8 to 1.21+ (all modern versions)
- Spigot, Paper, Bukkit, and more
- Cross-platform (Windows, macOS, Linux servers)
Technical Questions
How is my code compiled?
Minax uses Maven for compilation. We automatically:- Resolve dependencies
- Compile your Java code
- Detect and fix common errors
- Generate a ready-to-deploy
.jarfile
Can I edit the generated code?
Absolutely! After generation, you can:- Edit code in the built-in Monaco editor (VS Code-like)
- Add custom logic
- Test locally
- Recompile instantly
Where is my data stored?
Your plugins and code are stored securely in our servers. You can:- Download
.jarfiles anytime - Export complete source code
- Delete projects whenever you want
Is my code private?
Yes, by default. Your private plugins are only visible to you. You can optionally:- Publish to the public community gallery
- Share with specific team members
- Keep everything private
Usage Questions
How long does generation take?
Most plugins are generated in 30-60 seconds, including:- AI analysis
- Code generation
- Maven compilation
- Error checking
What types of plugins can I create?
You can create:- ✅ Command systems
- ✅ Custom items and blocks
- ✅ Event listeners
- ✅ Database integrations
- ✅ Configuration systems
- ✅ Permission systems
- ✅ Teleportation systems
- ✅ Custom GUIs
- ✅ World generation tools
Can I use external libraries?
Yes! When describing your plugin, you can request specific libraries. Our AI will:- Add them to your
pom.xml - Import necessary classes
- Integrate them into your code
How do I deploy to my server?
Simple 3 steps:- Download your
.jarfile - Copy to
/pluginsfolder - Restart your server
Troubleshooting
My plugin won’t start
Common fixes:- Check server logs:
tail -f logs/latest.log - Verify Java version (1.8+)
- Check for permission errors
- Try regenerating the plugin
Can I use this commercially?
Yes! Generated plugins can be used:- ✅ On public servers
- ✅ In server networks
- ✅ For client work
- ✅ For resale (check license)
What if generation fails?
If your plugin fails to generate:- Simplify your description
- Break it down into smaller features
- Check logs for error details
- Try again with different wording
- Contact support if persistent
Community & Support
Where can I get help?
Can I share my plugins?
Yes! Publish to our community gallery:- Go to your plugin
- Click “Publish”
- Add description and tags
- Share the link
How do I contribute?
We’d love your help! You can:- Report bugs
- Suggest features
- Share plugin templates
- Help with documentation
- Build integrations
Still have questions? Ask in our community or contact support!