mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-28 19:31:03 -05:00
Add bungee.yml
This commit is contained in:
parent
45765a374e
commit
f485f7b5eb
1 changed files with 13 additions and 0 deletions
13
test/content/bungeecord/bungee.yml
Normal file
13
test/content/bungeecord/bungee.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Reference in a new issue