mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Add plugin.yml to BungeeCord
This commit is contained in:
parent
bd745829b6
commit
30bb5a27c2
1 changed files with 14 additions and 0 deletions
14
test/content/bungeecord/plugin.yml
Normal file
14
test/content/bungeecord/plugin.yml
Normal 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"]
|
Loading…
Reference in a new issue