Update plugin.yml

This commit is contained in:
Andre_601 2022-09-06 23:17:06 +02:00 committed by GitHub
parent a21da2d9b6
commit 8f81115dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,14 @@
name: "ExamplePlugin" # Automatically acts as ID too name: "ExamplePlugin"
version: "1.0.0" version: "1.0.0"
description: "Description" description: "Description"
authors: ["author"] # There is also "author" that accepts a single String authors: ["Author"]
website: "https://github.com"
api-version: "1.19" # Plugin was made using the 1.19 version of Spigot's API api-version: "1.19"
depends: ["RequiredPlugin"] # Required dependencies depends: ["RequiredPlugin"]
softDepends: ["OptionalPlugin"] # Optional dependencies softdepends: ["OptionalPlugin"]
main: "example.ExamplePlugin" main: "example.ExamplePlugin"