From bc93ea7cb5951b5225fe2d7a9355a34192098fe5 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Sat, 1 Jun 2019 18:28:06 +0200 Subject: [PATCH] Move the whole depend string into the pom.xml now there is no longer a empty list in the plugin.yml when the plugin is build in standalone mode --- pom.xml | 2 +- resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e82534f..f8b9fce 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ GeorgH93 https://www.spigotmc.org/resources/19286/ ${project.version} - PCGF_PluginLib + depend: [ PCGF_PluginLib ] ${project.groupId}.${project.artifactId}.Bukkit.${project.artifactId} UTF-8 UTF-8 diff --git a/resources/plugin.yml b/resources/plugin.yml index 54df00c..272aebc 100644 --- a/resources/plugin.yml +++ b/resources/plugin.yml @@ -4,8 +4,8 @@ website: "${website}" main: "${mainClass}" description: "${project.description}" version: "${version}" -depend: [ ${dependencies} ] api-version: "1.13" +${dependencies} permissions: backpack.*: