diff --git a/test/content/velocity/velocity-plugin.json b/test/content/velocity/velocity-plugin.json new file mode 100644 index 0000000..088d091 --- /dev/null +++ b/test/content/velocity/velocity-plugin.json @@ -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 + } +}