# MC License ## Docs - [Discord Bot](https://docs.mclicense.org/discord-bot.md): Learn how to use the MC License Discord Bot to manage your Minecraft plugin licenses from your own Discord server. - [End User License Checker](https://docs.mclicense.org/end-user-license-checker.md) - [Introduction](https://docs.mclicense.org/introduction.md): This documentation demonstrates how to hook up your plugin to MC License. - [License Check](https://docs.mclicense.org/license-check.md): This page shows how to integrate MC License into your plugin. - [BuiltByBit](https://docs.mclicense.org/marketplace/builtbybit.md): This page will show how to setup integration with BuiltByBit so that users can automatically receive their license keys upon purchase. - [Voxel Shop (Polymart)](https://docs.mclicense.org/marketplace/voxel-shop.md): This page will show how to setup integration with Voxel Shop (Polymart) so that users can automatically receive their license keys upon purchase. - [Non-Minecraft Plugins](https://docs.mclicense.org/non-minecraft-plugins.md): Learn how to use MC License to protect non-Minecraft plugins and software. - [Blacklist an IP](https://docs.mclicense.org/public-api/blacklists/create.md): Adds an IPv4 address to the blacklist, preventing it from validating any license on your account - [Remove Blacklist Entry](https://docs.mclicense.org/public-api/blacklists/delete.md): Removes an IP address from the blacklist - [Get Blacklist Entry](https://docs.mclicense.org/public-api/blacklists/get.md): Retrieves a specific blacklist entry by its ID - [List Blacklisted IPs](https://docs.mclicense.org/public-api/blacklists/list.md): Returns all blacklisted IP addresses for the authenticated account - [Update Blacklist Entry](https://docs.mclicense.org/public-api/blacklists/update.md): Updates the IP address or reason for an existing blacklist entry - [Delete License](https://docs.mclicense.org/public-api/licenses/delete.md): Permanently removes a license key and invalidates it for future use - [Get License](https://docs.mclicense.org/public-api/licenses/get.md): Retrieves detailed information about a specific license by its key - [Update License](https://docs.mclicense.org/public-api/licenses/update.md): Updates an existing license's parameters such as maximum IPs, expiration date, or user - [Create Plugin](https://docs.mclicense.org/public-api/plugins/create.md): Creates a new plugin with the specified details - [Delete Plugin](https://docs.mclicense.org/public-api/plugins/delete.md): Permanently removes a plugin and all associated licenses - [Get Plugin](https://docs.mclicense.org/public-api/plugins/get.md): Retrieves detailed information about a specific plugin by its ID - [Create License](https://docs.mclicense.org/public-api/plugins/licenses/create.md): Generates a new license key for the specified plugin with the given parameters - [List Licenses](https://docs.mclicense.org/public-api/plugins/licenses/list.md): Retrieves a list of all licenses associated with the specified plugin - [List Plugins](https://docs.mclicense.org/public-api/plugins/list.md): Returns all plugins associated with the authenticated account - [Update Plugin](https://docs.mclicense.org/public-api/plugins/update.md): Updates an existing plugin's information such as name and icon - [Validate License](https://docs.mclicense.org/public-api/validate/get.md): Returns validation status for the provided license key - [Security](https://docs.mclicense.org/security.md): This page outlines the security measures implemented by MC License. - [Support](https://docs.mclicense.org/troubleshooting.md): Get help in Discord. - [Billing](https://docs.mclicense.org/video/billing.md) - [Creating a Plugin](https://docs.mclicense.org/video/creating-plugin.md) - [Dashboard](https://docs.mclicense.org/video/dashboard.md) - [Marketplace Automation](https://docs.mclicense.org/video/marketplace-automation.md) ## OpenAPI Specs - [openapi](https://docs.mclicense.org/public-api/openapi.json)