mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Add velocity-plugin.json
This commit is contained in:
parent
45765a374e
commit
f4f87aeeb2
1 changed files with 24 additions and 0 deletions
24
test/content/velocity/velocity-plugin.json
Normal file
24
test/content/velocity/velocity-plugin.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"id": "exampleplugin",
|
||||
"name": "ExamplePlugin",
|
||||
"version": "1.0.0",
|
||||
"description": "Description",
|
||||
"authors": [
|
||||
"author"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"id": "optional",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"id": "required",
|
||||
"optional": false
|
||||
}
|
||||
],
|
||||
"main": "example.ExamplePlugin",
|
||||
"mc-publish": {
|
||||
"modrinth": "AAAA"
|
||||
"curseforge": 123456
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue