From 2fdcaff3266057a3efcd294e01a3803180490f0f Mon Sep 17 00:00:00 2001 From: Stefatorus Date: Tue, 18 Aug 2020 16:50:17 +0300 Subject: [PATCH] Adjusted .yml files --- ERCoupons/resources/plugin.yml | 19 ++++++++++--------- ERCoupons/resources/server.yml | 8 ++++---- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/ERCoupons/resources/plugin.yml b/ERCoupons/resources/plugin.yml index f4c4fd0..176f6a8 100644 --- a/ERCoupons/resources/plugin.yml +++ b/ERCoupons/resources/plugin.yml @@ -1,10 +1,11 @@ -name: ${project.name} -author: Stefatorus -version: ${project.version} -api-version: 1.13 -description: ${plugin.description} -main: ${project.groupId}.${project.artifactId}.Main -commands: - ${project.name}: - description: command reserved for plugin +name: ${project.name} +author: Stefatorus +version: ${project.version} +api-version: 1.13 +description: ${plugin.description} +main: ${project.groupId}.${project.artifactId}.Main +commands: + ${project.name}: + description: command reserved for plugin + aliases: [coupon, coupons, ercoupon] \ No newline at end of file diff --git a/ERCoupons/resources/server.yml b/ERCoupons/resources/server.yml index bbaa693..06af435 100644 --- a/ERCoupons/resources/server.yml +++ b/ERCoupons/resources/server.yml @@ -1,5 +1,5 @@ -# Plugin config - - -# Version is used for future updates +# Plugin config +api-key: "CRAFTINGSTORE KEY HERE" + +# Version is used for future updates version: 1 \ No newline at end of file