Re-order and remove outdated auth plugin documentation

This commit is contained in:
games647
2024-05-10 10:03:18 +02:00
parent 07e19b590a
commit 204d25a739
5 changed files with 12 additions and 10 deletions

View File

@ -88,7 +88,6 @@ Possible values: `Premium`, `Cracked`, `Unknown`
#### BungeeCord/Waterfall
* [BungeeAuth](https://www.spigotmc.org/resources/bungeeauth.493/)
* [BungeeAuthenticator](https://www.spigotmc.org/resources/bungeecordauthenticator.87669/)
## Network requests

View File

@ -25,12 +25,11 @@ softdepend:
- floodgate
# Auth plugins
- AuthMe
- CrazyLogin
- LoginSecurity
- SodionAuth
- xAuth
- LogIt
- UltraAuth
- CrazyLogin
- xAuth
commands:
${project.parent.name}:

View File

@ -11,8 +11,6 @@ author: games647, https://github.com/games647/FastLogin/graphs/contributors
softDepends:
# BungeeCord auth plugins
- BungeeAuth
- BungeeCordAuthenticatorBungee
- SodionAuth
# Bedrock Player Bridge
- Geyser-BungeeCord
- floodgate

View File

@ -60,7 +60,7 @@
</repository>
<!-- Floodgate -->
<repository>
<id>opencollab-snapshot</id>
<id>opencollab</id>
<url>https://repo.opencollab.dev/maven-snapshots/</url>
<releases>
<enabled>false</enabled>

View File

@ -119,9 +119,15 @@
<repository>
<id>velocity</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
<releases>
<enabled>
false
</enabled>
</releases>
</repository>
<repository>
<id>opencollab-snapshot</id>
<id>opencollab</id>
<url>https://repo.opencollab.dev/main/</url>
</repository>
</repositories>
@ -172,7 +178,7 @@
</exclusion>
</exclusions>
</dependency>
<!-- Bedrock player bridge -->
<dependency>
<groupId>org.geysermc.geyser</groupId>
@ -186,7 +192,7 @@
</exclusion>
</exclusions>
</dependency>
<!-- Floodgate -->
<dependency>
<groupId>org.geysermc.floodgate</groupId>