Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Plugin list supported for Bds Core

Notifications You must be signed in to change notification settings

The-Bds-Maneger/plugin_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

plugin_list

Plugin to install with bds core

Schema

{
  name: string,
  fileName?: string,
  url: string,
  type?: "zip"|"jar"|"raw",
  platforms: pluginPlatform[],
  dependes?: (string|pluginConfig)[],
  hooksScript?: string
}