cURL
curl --request POST \ --url https://api.mclicense.org/plugins \ --header 'Content-Type: application/json' \ --header 'MCL-Key: <api-key>' \ --data ' { "name": "<string>", "icon": "<string>", "marketplace": "<string>" } '
{ "name": "<string>", "_id": "<string>", "icon": "<string>", "marketplace": { "type": "SpigotMC", "id": "<string>", "url": "<string>" } }
Creates a new plugin with the specified details
API key must start with 'mcl_'
Name of the plugin
URL to the plugin's icon
SpigotMC or Polymart marketplace URL
Plugin created successfully
Unique identifier for the plugin
Show child attributes
SpigotMC
Polymart