API v1 now availableProtect your
Protect your
Minecraft plugins.
One API call.
Stop piracy. Generate license keys, verify them via API, and control exactly which servers run your plugin. No backend to build.
Free tier available <100ms response Java SDK
license-verify.sh
# Verify a license
POST /api/v1/license/verify
{
"license_key": "A7X2-K9M1-P4Q8-R3N6"
"plugin_id": "super-items"
"server_ip": "45.67.89.12"
}
// Response
{
"valid": true
"type": "PERMANENT"
"servers": 1 / 3
}
$
Everything you need to protect your work
Stop building fragile license systems on your VPS. Focus on your plugin, we handle the rest.
License Management
Generate, revoke, and expire license keys. Bulk create up to 100 keys at once. Full control from your dashboard.
API Verification
Single endpoint, sub-100ms response time. Your plugin calls our API on startup. Valid or not -- that simple.
Server IP Binding
Lock licenses to specific server IPs. Set max server limits. Know exactly where your plugin runs.
Java SDK
One line in your onEnable(). Our SDK handles caching, retries, and async verification. Zero boilerplate.
Up and running in 3 minutes
Register & create your plugin
Sign up, give your plugin a name and a slug. That slug is your plugin_id in the API.
Generate license keys
Create single keys or bulk generate up to 100. Set expiry dates, server limits, and IP locks.
Add one line to your plugin
Drop our Java SDK in your pom.xml. Call LicenceAPI.validate(this) in onEnable(). Done.
MyPlugin.java
// Your plugin's main class
@Override
public void onEnable() {
if (!LicenceAPI.validate(this)) {
Bukkit.getPluginManager().disablePlugin(this);
return;
}
}
Simple pricing, no surprises
Start free. Upgrade when you grow. Cancel anytime.
Free
For indie devs getting started
0CHF
- 1 plugin
- 25 licenses
- 500 verifications / day
- Basic dashboard
Pro
For growing plugin developers
4.90CHF/mo
- 5 plugins
- 200 licenses
- 5,000 verifications / day
- Bulk key generation
- API keys
- Email support
Most popular
Ultra
For serious plugin developers
14.90CHF/mo
- Unlimited plugins
- Unlimited licenses
- 50,000 verifications / day
- Bulk key generation
- API keys
- Server IP blacklist
- Webhooks
- Priority support
Business
For plugin studios and teams
Let's talk
- Everything in Ultra
- Custom verification limits
- Custom branding
- SLA guarantee
- Dedicated support
- On-premise option