diff --git a/README.md b/README.md index c2931684..9189e902 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,6 @@ 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) + **Pull Requests and suggestions are welcome!** diff --git a/src/main/java/fr/xephi/authme/AuthMe.java b/src/main/java/fr/xephi/authme/AuthMe.java index 3ca66e4f..dfdc44fe 100644 --- a/src/main/java/fr/xephi/authme/AuthMe.java +++ b/src/main/java/fr/xephi/authme/AuthMe.java @@ -422,7 +422,7 @@ public class AuthMe extends JavaPlugin { if (isUpdateAvailable(latestVersion)) { String message = "New version available! Latest:" + latestVersion + " Current:" + pluginBuild + pluginBuildNumber; getLogger().log(Level.WARNING, message); - getLogger().log(Level.WARNING, "Download from here: github.com/HaHaWTH/AuthMeReReloaded/releases/latest"); + getLogger().log(Level.WARNING, "Download from here: https://github.com/HaHaWTH/AuthMeReReloaded/releases/latest"); } else { getLogger().log(Level.INFO, "You are running the latest version."); }