From 7e7512549cd07cadcc4d1292ef1e5e7f2db3afd9 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 25 Mar 2023 09:12:35 -0700 Subject: [PATCH] Updated plugin.yml to have name of addon to make it unique --- .gitignore | 4 ++++ src/main/resources/plugin.yml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d01fad --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.classpath +/.DS_Store +/.project diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c38b629..d087787 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,8 +1,7 @@ -name: Pladdon +name: BSkyBlock main: world.bentobox.bskyblock.BSkyBlockPladdon version: ${version} api-version: 1.19 description: A SkyBlock Plugin author: tastybento -depend: - - BentoBox +