Discord-Bot-Maker-Mods / DBM-Mod-Installer

Simplifies installing Discord Bot Maker Mods. Requires .NET 4.5.2
MIT License
3 stars 2 forks source link

Required Files For Mod Creators #2

Open generalwrex opened 6 years ago

generalwrex commented 6 years ago

Hello fellow mod creators, in order for DBM Mod Installer to work with your mod, you need to include a modinfo.json within your repository and within any releases.

It goes in the root path of your Repository (for update checking) and in the root of Mod Release Zips, For the moment the root of the ZIP MUST match the Bots file structure.

Download the modinfo.json Template and customize it how you would like to then include it within your repository or zip files! ;)

name : The name of your mod. version: The current version of your mod ( will be used for automatic updates in the future ) author: Who made the mod. repository.type: (currently only git is supported) git repository.repository_url: (The git repo url that the modinfo.json is contained within) repository.branchname: (The name of the branch the modinfo.json is in) mod.type:(currently there is only 2 choices) either 'actions' or 'theme' mod.installtodbm: true if this mod should be installed in dbm. mod.installtobot: true if this mod should be installed in the bot. (i.e. false if its a theme) ignore (Files/Folders to not be transfered over to the bot or dbm wildcards (? and * )