From f4f87aeeb2b3a8b07475c0fd204823e90d045896 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Tue, 6 Sep 2022 20:47:34 +0200 Subject: [PATCH] Add velocity-plugin.json --- test/content/velocity/velocity-plugin.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 test/content/velocity/velocity-plugin.json 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 + } +}