From 073a937717e799dfe8bdb0df015ab900a1aaf2ca Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Tue, 6 Sep 2022 20:55:30 +0200 Subject: [PATCH] Add plugin.yml --- test/content/spigot/plugin.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/content/spigot/plugin.yml diff --git a/test/content/spigot/plugin.yml b/test/content/spigot/plugin.yml new file mode 100644 index 0000000..318f5f6 --- /dev/null +++ b/test/content/spigot/plugin.yml @@ -0,0 +1,14 @@ +name: "ExamplePlugin" # Automatically acts as ID too +version: "1.0.0" +description: "Description" +authors: ["author"] # There is also "author" that accepts a single String + +depends: ["RequiredPlugin"] # Required dependencies +softDepends: ["OptionalPlugin"] # Optional dependencies + +main: "example.ExamplePlugin" + +mc-publish: + modrinth: "AAAA" + curseforge: 123456 + loaders: ["bukkit", "spigot", "paper", "purpur"]