From c0b9a48be055378b0b64b551776e12c03aa3d3fd Mon Sep 17 00:00:00 2001 From: Flowsqy <47575244+Flowsqy@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:02:55 +0200 Subject: [PATCH] Remove soft-depend section in plugin.yml, they will be fully rewritten --- plugin/src/main/resources/plugin.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugin/src/main/resources/plugin.yml b/plugin/src/main/resources/plugin.yml index dbf6e67..7621d5e 100644 --- a/plugin/src/main/resources/plugin.yml +++ b/plugin/src/main/resources/plugin.yml @@ -1,14 +1,13 @@ # Do not change anything in here unless you know what you're doing! -name: ${project.name} +name: "${project.parent.name}" main: de.epiceric.shopchest.ShopChest -version: ${project.version} +version: "${project.version}" author: EpicEric -website: ${project.url} +website: "${project.url}" description: Create your own nice-looking chest shops and sell your stuff to other players! -softdepend: [WorldGuard, Towny, AuthMe, PlotSquared, uSkyBlock, ASkyBlock, IslandWorld, GriefPrevention, AreaShop, Multiverse-Core, MultiWorld, BentoBox] depend: [Vault] -api-version: 1.13 +api-version: "1.13" permissions: shopchest.*: