From 5755e5a64c92b8320f6392a3290aa35a489f257f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 21:36:36 +0000 Subject: [PATCH 1/3] Bump log4j-core from 2.15.0 to 2.16.0 Bumps log4j-core from 2.15.0 to 2.16.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 68074c1..ed53247 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ org.apache.logging.log4j log4j-core - 2.15.0 + 2.16.0 From 536c9d7c751365e97a9af467a5e3af285ffa2b03 Mon Sep 17 00:00:00 2001 From: thinkverse Date: Tue, 14 Dec 2021 23:08:07 +0100 Subject: [PATCH 2/3] Bump LuckPermsGUI from 4.2 to 4.3 --- pom.xml | 2 +- src/main/java/me/AsVaidas/LuckPemsGUI/util/Settings.java | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ed53247..a687193 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ me.AsVaidas.LuckPermsGUI LuckPermsGUI - 4.1 + 4.3 jar LuckPermsGUI diff --git a/src/main/java/me/AsVaidas/LuckPemsGUI/util/Settings.java b/src/main/java/me/AsVaidas/LuckPemsGUI/util/Settings.java index 82350ec..f469830 100644 --- a/src/main/java/me/AsVaidas/LuckPemsGUI/util/Settings.java +++ b/src/main/java/me/AsVaidas/LuckPemsGUI/util/Settings.java @@ -18,6 +18,6 @@ public class Settings { public static String SUPPORT_DISCORD_URL = "https://bghddevelopment.com/discord"; public static String FEEDBACK = "https://feedback.bghddevelopment.com"; public static String WIKI = "https://wiki.bghddevelopment.com"; - public static String VERSION = "4.2"; + public static String VERSION = "4.3"; public static String NAME = "LuckPermsGUI"; } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 28e6b2f..512fd2c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: LuckPermsGUI main: me.AsVaidas.LuckPemsGUI.Main -version: 4.2 +version: 4.3 author: BGHDDevelopment website: https://bghddevelopment.com depend: [LuckPerms] From 060f71cad87d95bec79db83b03900aa1fc11a8f9 Mon Sep 17 00:00:00 2001 From: Zachary Baldwin Date: Tue, 14 Dec 2021 17:46:24 -0600 Subject: [PATCH 3/3] Remove LuckPerms4 from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cefcb5b..4dc5788 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ If you are not a developer, you can download LuckPermsGUI for free on [SpigotMC] You can find information on how to use the plugin on our [Wiki](https://wiki.bghddevelopment.com) website! -When using LuckPerms4 just drag and drop the resource into the plugins folder. If your using LuckPerms5 make sure to install the legacy extension! There will be an error if you do not install this extension and the resource will not work. Please check this before asking for support. - ## Developer Installation If you are a developer, you can fork this project to make a custom version for your server!