From 56ba8f664d2f9a0e353055ca3a146d03423adfa9 Mon Sep 17 00:00:00 2001 From: BONNe Date: Sat, 8 Apr 2023 18:29:09 +0300 Subject: [PATCH] Create plugin.yml --- src/main/resources/plugin.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/resources/plugin.yml diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..3c1152d --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,9 @@ +name: BentoBox-Challenges +main: world.bentobox.challenges.ChallengesPladdon +version: ${project.version}${build.number} +api-version: "1.17" + +authors: [tastybento, BONNe] +contributors: ["The BentoBoxWorld Community"] +website: https://bentobox.world +description: ${project.description}