Plugin Integration Code
Add this to your plugin's onEnable():
String licenseKey = getConfig().getString("license.key");
String apiKey = "";
LicenseClient.verify(this, "", licenseKey, apiKey);
The API key is embedded in the plugin code. The license key goes in the client's config.yml.