From f485f7b5ebdbe9bb6128d3c0ffb46c6a8b133fca Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Tue, 6 Sep 2022 20:51:38 +0200 Subject: [PATCH] Add bungee.yml --- test/content/bungeecord/bungee.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/content/bungeecord/bungee.yml diff --git a/test/content/bungeecord/bungee.yml b/test/content/bungeecord/bungee.yml new file mode 100644 index 0000000..cbc219a --- /dev/null +++ b/test/content/bungeecord/bungee.yml @@ -0,0 +1,13 @@ +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