Changelog

New features, improvements, and fixes shipped to ILicence.

v2.1.1May 21, 2026

SDK v1.3.2 — Grace Period Fix

  • FixedJava SDK v1.3.2: grace period was bypassed when the license API returned HTTP 5xx or non-JSON responses (e.g. Cloudflare 521, nginx 502 during VPS restart). Plugins were disabled within minutes instead of after the 24h grace window. Now all upstream errors are routed through handleNetworkError and the grace period is respected.
  • ImprovedJava SDK: HTTP status code is now checked before parsing. Non-2xx responses no longer reach the JSON parser.
v2.1.0March 29, 2026

Discord Bot Integration

  • NewILicence Guard bot for plugin developers' Discord servers
  • NewBuyers can /link, /license, /status directly in Discord
  • NewPlugin-specific Licensed roles, auto-assigned on verification
  • NewDiscord Bot setup page in plugin dashboard with setup key generation
  • NewTerms of Service and Privacy Policy pages
  • NewDiscord invite link in footer and dashboard sidebar
  • ImprovedSupport channels restricted to verified ILicence users
v2.0.0March 29, 2026

Marketplace Automation, Docs Redesign & More

  • NewPolymart integration: automatic license verification for marketplace purchases
  • NewBuiltByBit integration: automatic license key generation via webhook at download time
  • NewPlan limits enforced: Free, Pro, and Ultra tiers now have real usage limits
  • NewContact form and changelog page
  • NewAutomated email sequences: onboarding emails at Day 7, 14, and 30
  • ImprovedDocumentation completely redesigned with multi-page layout and sidebar navigation
  • ImprovedShared navbar and footer across all public pages
v1.4.0March 10, 2026

SEO & Blog

  • NewBlog with first article on protecting Minecraft plugins from piracy
  • NewFull SEO setup: sitemap, robots.txt, JSON-LD, Open Graph metadata
  • NewGoogle Search Console verification
  • FixedAuth pages excluded from sitemap to prevent crawl errors
v1.3.0March 5, 2026

Public Docs & Landing Redesign

  • NewPublic documentation page with interactive code examples
  • NewAdvanced protection guide: ProGuard, LicenseGuard, dispersed checks
  • NewDashboard mockup preview on landing page
  • ImprovedLanding page redesign with stronger value proposition and security section
v1.2.0February 28, 2026

SDK v1.3 & Admin Dashboard

  • NewJava SDK v1.3.0 with mandatory pluginId, heartbeat verification, and grace period
  • NewAdmin panel: Plugins, Licenses, API Keys, and Promo Codes management
  • ImprovedSDK now uses signed cache file for offline validation
  • FixedGson crash on Java 21 resolved in SDK v1.1.0
v1.1.0February 20, 2026

Stripe Billing & Promo Codes

  • NewStripe integration with Free, Pro, and Ultra plans
  • NewPromo code system with percentage and fixed discounts
  • NewBilling dashboard with plan management and invoices
  • ImprovedPlan switching with prorated billing
v1.0.0February 14, 2026

Launch

  • NewPlugin registration with unique short IDs
  • NewLicense key generation (permanent and time-limited)
  • NewVerification API with server IP binding
  • NewReal-time verification logs and analytics
  • NewIP blacklist for blocking pirated servers
  • NewGitHub OAuth authentication

Have a feature request? Let us know