mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-12-01 12:50:57 -05:00
18 lines
334 B
YAML
18 lines
334 B
YAML
name: "ExamplePlugin"
|
|
version: "1.0.0"
|
|
|
|
description: "Description"
|
|
authors: ["Author"]
|
|
website: "https://github.com"
|
|
|
|
api-version: "1.19"
|
|
|
|
depends: ["RequiredPlugin"]
|
|
softdepends: ["OptionalPlugin"]
|
|
|
|
main: "example.ExamplePlugin"
|
|
|
|
mc-publish:
|
|
modrinth: "AAAA"
|
|
curseforge: 123456
|
|
loaders: ["bukkit", "spigot", "paper", "purpur"]
|