mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-29 03:40:56 -05:00
Add paper-plugin.yml example
This commit is contained in:
parent
8f81115dd9
commit
a282fea6db
1 changed files with 21 additions and 0 deletions
21
test/content/paper/paper-plugin.yml
Normal file
21
test/content/paper/paper-plugin.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
name: "ExamplePlugin"
|
||||||
|
version: "1.0.0"
|
||||||
|
|
||||||
|
description: "Description"
|
||||||
|
authors: ["Author"]
|
||||||
|
website: "https://github.com"
|
||||||
|
|
||||||
|
api-version: "1.19"
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: "RequiredPlugin"
|
||||||
|
required: true
|
||||||
|
- name: "OptionalPlugin"
|
||||||
|
required: false
|
||||||
|
|
||||||
|
main: "example.ExamplePlugin"
|
||||||
|
|
||||||
|
mc-publish:
|
||||||
|
modrinth: "AAAA"
|
||||||
|
curseforge: 123456
|
||||||
|
loaders: ["paper"]
|
Loading…
Reference in a new issue