Page 1 of 1

More manifest option

Posted: 17 Nov 2021, 06:35
by Yakka
This topic is intended for plugin creator

Here the case i want to make plugin A that require plugin B
Rather telling people to download it automatically download plugin B of course pop up required says This Plugin Required Other Plugin,You want to download it? .

Code: Select all

//This is visualed version
    {
        "id":"unique id",
        "version":1,
        "title":"plugin A",
        "text":"text",
        "author":"anyone",
        "thumnail":"image.png",
        "category":false,
        "once":true,
        //this plugin require plugin B
        "requiremets":[{
            "id":"unique id",
            "required":true,
            //optional
            "name":"plugin B"
        }]
 ! Message from: Kiki012
Correction required.

Re: More manifest option

Posted: 18 Nov 2021, 01:52
by KINGTUT10101
You might be able to do it with Lua. I think one of @ian`'s plug-ins does something a bit similar to check if it's outdated.