Add plugin.yml to BungeeCord

This commit is contained in:
Andre_601 2022-09-06 20:56:47 +02:00 committed by GitHub
parent bd745829b6
commit 30bb5a27c2
No known key found for this signature in database
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: ["bungeecord", "waterfall"]