Skip to main content
Once this process is complete, the system automatically identifies the license and binds the product to the specified IP address. This ensures that the license can only be used by authorized users, ensuring security. Customers can also control IP address changes if necessary through the website. This structure allows you, as the seller, to securely manage the license distribution process, while your customers can activate their purchased products quickly and seamlessly.

License API (Java)

You can edit and include the following code in your project. You can grant access by obtaining an API key from your admin panel.
Then call it in onEnable(): LicenseChecker.run();

License API (Skript)

You can check the license using the Minecraft skript plugin. The skript-reflect plugin is required.
Congratulations! You can now use the license API in your products.

Java Encryption

Code obfuscation allows you to make it difficult for users to directly access methods and constants (e.g., tokens, endpoint paths) in the license verification flow. This significantly hinders reverse engineering attempts. Recommended tool (open source): Java Obfuscator 1.9.3
Load the jar in the GUI and start encryption. It’s that simple!

Script Encryption

1.7 – 1.21+:

1. Wenta Script Obfuscator (Python-based)

  • Compatibility: 1.7 – 1.21+
  • Features:
  • Obfuscates variable and function names
  • Can encode strings with Base64
  • Adds random junk code
  • Obfuscation levels (1–5)
  • Requires: Python 3.6+
Link: SpigotMC – Script Obfuscator (Wenta)
**Congratulations! **You have now secured your products.