From b2514c1067b8f64d14ac5c44c70d3a8de6c4f8ed Mon Sep 17 00:00:00 2001 From: BGHDDevelopment Date: Sat, 28 Aug 2021 10:42:46 -0700 Subject: [PATCH] Release Version Push --- addon/src/main/resources/plugin.yml | 2 +- balancer/src/main/resources/default.conf | 3 ++- balancer/src/main/resources/plugin.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/addon/src/main/resources/plugin.yml b/addon/src/main/resources/plugin.yml index c64e7cb..029c41a 100644 --- a/addon/src/main/resources/plugin.yml +++ b/addon/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: PlayerBalancerAddon main: com.jaimemartz.playerbalanceraddon.PlayerBalancerAddon version: ${project.version} -author: jaime29010 +authors: [jaime29010, BGHDDevelopment] softdepend: [PlaceholderAPI] commands: diff --git a/balancer/src/main/resources/default.conf b/balancer/src/main/resources/default.conf index 939a295..a3f8c3e 100644 --- a/balancer/src/main/resources/default.conf +++ b/balancer/src/main/resources/default.conf @@ -1,6 +1,7 @@ # PlayerBalancer Configuration (https://www.spigotmc.org/resources/10788/) # Read the comments, they are a very important part of the configuration -# To get support send me a private message with a description of the problem and the config file +# To get support please message us on Discord (https://bghddevelopment.com/discord) or on the "Issues" +# section of the GitHub repository. # To easily paste the config file (and other relevant files) use the command /balancer paste # If the plugin has issues loading the configuration, try putting quotes around text diff --git a/balancer/src/main/resources/plugin.yml b/balancer/src/main/resources/plugin.yml index 2bcb5b2..d992a27 100644 --- a/balancer/src/main/resources/plugin.yml +++ b/balancer/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: PlayerBalancer main: com.jaimemartz.playerbalancer.PlayerBalancer version: ${project.version} -author: jaime29010 +authors: [jaime29010, BGHDDevelopment] softdepend: [RedisBungee] \ No newline at end of file