Skip to content

Scoped Libs Api

get list(): string[]

A list of all the libraries installed

string[]

get(name): any

Gets the exported values of a library

ParameterType
namestring

any


getHeaders(name): object

Gets the headers of a library, 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

Gets whether or not a plugin is installed and enabled

ParameterType
namestring

boolean