Add velocity-plugin.json

This commit is contained in:
Andre_601 2022-09-06 20:47:34 +02:00 committed by GitHub
parent 45765a374e
commit f4f87aeeb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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
}
}