mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-29 11:50:57 -05:00
15 lines
415 B
YAML
15 lines
415 B
YAML
|
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"]
|