ILicence v1.3.0

Protect Your Plugins

Secure licensing and anti-piracy protection for Minecraft plugins. Verify licenses in under 60 seconds with our lightweight Java SDK.

Quick Start (60 seconds)

Add one line to your plugin main class to verify licenses:

MyPlugin.java
java
@Override
public void onEnable() {
    ILicence.verify(this, "YOUR-KEY", "my-plugin");
}

Install SDK

Add ILicence v1.3.0 to your Maven dependencies

Call verify()

One-liner in onEnable() with your license key and plugin slug

It Just Works

SDK handles verification, caching, heartbeat, and graceful failures

Why ILicence?

Instant Setup

One-liner integration. No complex configuration.

Rock-Solid Protection

ProGuard obfuscation + dispersed checks make cracking nearly impossible.

Smart Verification

Heartbeat + grace period = catches revocations without false positives.

Developer First

Built by plugin devs. We understand your pain points.

Core Features

Lightweight SDK

  • Minimal dependencies
  • Under 100KB JAR
  • Java 17+

Smart Verification

  • Configurable caching
  • Heartbeat checks
  • 24h grace period

Anti-Piracy

  • ProGuard support
  • Dispersed checks
  • Status callbacks

REST API

  • Simple JSON
  • Rate limiting
  • Server binding

Developer Tools

  • Dashboard
  • License management
  • Plugin admin

Reliability

  • 99.9% uptime
  • Multi-region
  • Swiss hosted

Technology

SDK

Java 17+ • Paper API 1.21+ • Maven

API

REST JSON • Heartbeat callbacks • WebHooks (coming)

Security

HTTPS TLS 1.3 • ProGuard • ILicence obfuscation

Hosting

Swiss datacenter • 99.9% SLA • CDN via Cloudflare

Need help getting started?

Check our quick start guide or explore the API reference. Questions? Open an issue on GitHub or contact support.