Aralore / DBM-Mod-Manager

USE THE MOD INSTALLER NOT THE MOD MANAGER This is the repository for the REAL mod manager, the mod installer was a quick program to help people install mods while i'm working on this! Make some pull requests!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBM Mod Installer

A Program to simplify managing Discord Bot Maker mods.

WIP

NOT READY YET, Pushing incase someone wants to contribute.

If you want to help with development by pledging, it would greatly be appreciated!

Thanks to my current patreons!

MitchDaGamer

    //---------------------------------------------------------------------
    // DBM Mods Manager Variables (Optional but nice to have!)
    //
    // These are variables that DBM Mods Manager uses to show information
    // about the mods for people to see in the list.
    //---------------------------------------------------------------------
    
    // Who made the mod (If not set, defaults to "DBM Mods")
    author: "General Wrex",
    
    // The version of the mod (Defaults to 1.0.0)
    version: "1.0.0",
            
    // A short description to show on the mod line for this mod (Must be on a single line)        
    short_description: "Stores JSON from a webapi into a variable.",
    
    // If it depends on any other mods by name, ex: WrexMODS if the mod uses something from WrexMods    
    depends_on_mods: ["WrexMODS"],

    //---------------------------------------------------------------------

About

USE THE MOD INSTALLER NOT THE MOD MANAGER This is the repository for the REAL mod manager, the mod installer was a quick program to help people install mods while i'm working on this! Make some pull requests!

License:MIT License


Languages

Language:C# 100.0%