From e17245b86f16938173ebcc3dea80f017a86d5599 Mon Sep 17 00:00:00 2001 From: BONNe Date: Sat, 8 Apr 2023 19:16:00 +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..6f9c056 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,9 @@ +name: BentoBox-Limits +main: world.bentobox.limits.LimitsPladdon +version: ${project.version}${build.number} +api-version: "1.19" + +authors: [tastybento] +contributors: ["The BentoBoxWorld Community"] +website: https://bentobox.world +description: ${project.description}