diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51a5ca89..a5e98502 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,5 @@ updates: - dependency-name: com.zaxxer:HikariCP - dependency-name: "org.mockito:mockito-core" # Mockito 5 requires Java 11 versions: ">= 5" + - dependency-name: "org.slf4j:slf4j-simple" + versions: ">= 1.7.36" diff --git a/README.md b/README.md index 54a6523e..f482dd19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AuthMeReReloaded **"A fork of the best authentication plugin for the Bukkit modding API!⭐"** -MCBBS Link: [Click Here](https://www.mcbbs.net/forum.php?mod=viewthread&tid=1471495) + 
@@ -34,7 +34,7 @@ MCBBS Link: [Click Here](https://www.mcbbs.net/forum.php?mod=viewthread&tid=1471
[Releases](https://github.com/HaHaWTH/AuthMeReReloaded/releases/latest)
[Actions(Dev builds, use at your own risk!)](https://github.com/HaHaWTH/AuthMeReReloaded/actions/workflows/maven.yml)
-TODO: Implement HAProxy ip forward(Useful for Frp)
+If you are using FRP(内网穿透) for your server, this plugin may help [HAProxy-Detector](https://github.com/HaHaWTH/HAProxy-Detector)
**Pull Requests and suggestions are welcome!**
diff --git a/pom.xml b/pom.xml
index 163288ed..79448140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@