More manifest option

Share your ideas about possible future content here.
User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 413
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

More manifest option

#1

Post 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.
User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: More manifest option

#2

Post 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.
Post Reply Previous topicNext topic

Return to “Suggestions”