From 4765372b0aa35309589c031a1b7e6197ecbc1b91 Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 18 Feb 2021 18:16:06 +0100 Subject: [PATCH] Add BungeeAuthenticator and UserLogin --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2760b5dc..49210b30 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,11 @@ Possible values: `Premium`, `Cracked`, `Unknown` * [Spigot](https://www.spigotmc.org) 1.8.8+ * Java 8+ * Run Spigot (or a fork e.g. Paper) and/or BungeeCord (or a fork e.g. Waterfall) in offline mode -* An auth plugin. Supported plugins +* An auth plugin. -### Spigot/Paper +### Supported auth plugins + +#### Spigot/Paper * [AuthMe (5.X)](https://dev.bukkit.org/bukkit-plugins/authme-reloaded/) * [xAuth](https://dev.bukkit.org/bukkit-plugins/xauth/) @@ -82,10 +84,12 @@ Possible values: `Premium`, `Cracked`, `Unknown` * [LoginSecurity](https://dev.bukkit.org/bukkit-plugins/loginsecurity/) * [UltraAuth](https://dev.bukkit.org/bukkit-plugins/ultraauth-aa/) * [SodionAuth (2.0+)](https://github.com/Mohist-Community/SodionAuth) +* [UserLogin](https://www.spigotmc.org/resources/userlogin.80669/) -### BungeeCord/Waterfall +#### BungeeCord/Waterfall * [BungeeAuth](https://www.spigotmc.org/resources/bungeeauth.493/) +* [BungeeAuthenticator](https://www.spigotmc.org/resources/bungeecordauthenticator.87669/) ## Network requests