Skip to content

Plugins Api

get list(): string[]

A list of all the plugins installed

string[]

get(name): any

Gets the exported values of a plugin, if it has been enabled

ParameterType
namestring

any


getHeaders(name): object

Gets the headers of a plugin, such as version, author, and description

ParameterType
namestring

object

author: string

description: string

downloadUrl: string

gamemode: string[]

hasSettings: string

Only available for plugins

isLibrary: string

name: string

needsLib: string[]

optionalLib: string[]

reloadRequired: string

syncEval: string

version: string

webpage: string


isEnabled(name): boolean

Whether a plugin exists and is enabled

ParameterType
namestring

boolean