diff --git a/test/content/paper/paper-plugin.yml b/test/content/paper/paper-plugin.yml new file mode 100644 index 0000000..56cb040 --- /dev/null +++ b/test/content/paper/paper-plugin.yml @@ -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"]