Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Required Files For Mod Creators #2

@generalwrex

Description

@generalwrex

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 * )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions