mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-01-06 05:44:51 -05:00
Add plugin.yml
This commit is contained in:
parent
45765a374e
commit
073a937717
1 changed files with 14 additions and 0 deletions
14
test/content/spigot/plugin.yml
Normal file
14
test/content/spigot/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: ["bukkit", "spigot", "paper", "purpur"]
|
Loading…
Reference in a new issue