Add plugin.yml

This commit is contained in:
Andre_601 2022-09-06 20:55:30 +02:00 committed by GitHub
parent 45765a374e
commit 073a937717
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
name: "ExamplePlugin" # Automatically acts as ID too
version: "1.0.0"
description: "Description"
authors: ["author"] # There is also "author" that accepts a single String
depends: ["RequiredPlugin"] # Required dependencies
softDepends: ["OptionalPlugin"] # Optional dependencies
main: "example.ExamplePlugin"
mc-publish:
modrinth: "AAAA"
curseforge: 123456
loaders: ["bukkit", "spigot", "paper", "purpur"]