Type object
File match plugin.yml bungee.yml
Schema URL https://catalog.lintel.tools/schemas/schemastore/bungeecord-plugin-yml/latest.json
Source https://www.schemastore.org/bungee-plugin.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

name string required
pattern=^[A-Za-z0-9_\.-]+$
main string required

Plugin main class.

pattern=^([a-zA-Z_$][a-zA-Z0-9_$]*\.)*[a-zA-Z_$][a-zA-Z0-9_$]*$
version string

Plugin version.

author string

Plugin author.

depends plugin-name[]

Plugin hard dependencies.

softDepends plugin-name[]

Plugin soft dependencies.

description string

Optional description.

Definitions

plugin-name string