Quick Start
This guide will get you up and running with the MCMP Java SDK in just a few minutes.Prerequisites
Java 11+
Ensure you have Java 11 or higher installed
MCMP Account
Sign up for a free account at mcmp.app
Step 1: Add Dependency
Add the MCMP Java SDK to your project: Maven:Step 2: Get Your API Key
- Sign in to mcmp.app
- Go to Settings → API Keys
- Click Generate New Key
- Copy your API key
Step 3: Create Your First Server
Step 4: Run Your Code
Compile and run your Java application:What’s Next?
Server Management
Learn to manage server lifecycle, configuration, and monitoring
Player Analytics
Track player behavior and engagement metrics
Plugin Integration
Integrate with Bukkit/Spigot/Paper plugins
Advanced Features
Explore advanced SDK capabilities
Common Examples
List All Servers
Execute Server Commands
Monitor Server Performance
Troubleshooting
Authentication Error
Authentication Error
Make sure your API key is correct and has the necessary permissions.
Server Creation Failed
Server Creation Failed
Check that you have sufficient resources and the server type/version is supported.
Connection Issues
Connection Issues
Verify your network connection and that the MCMP API is accessible.