mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-25 09:51:01 -05:00
Update plugin.yml
This commit is contained in:
parent
a21da2d9b6
commit
8f81115dd9
1 changed files with 7 additions and 5 deletions
|
@ -1,12 +1,14 @@
|
|||
name: "ExamplePlugin" # Automatically acts as ID too
|
||||
name: "ExamplePlugin"
|
||||
version: "1.0.0"
|
||||
|
||||
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
|
||||
softDepends: ["OptionalPlugin"] # Optional dependencies
|
||||
depends: ["RequiredPlugin"]
|
||||
softdepends: ["OptionalPlugin"]
|
||||
|
||||
main: "example.ExamplePlugin"
|
||||
|
||||
|
|
Loading…
Reference in a new issue