mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 19:24:47 +02:00
Re-order and remove outdated auth plugin documentation
This commit is contained in:
@@ -88,7 +88,6 @@ Possible values: `Premium`, `Cracked`, `Unknown`
|
|||||||
#### BungeeCord/Waterfall
|
#### BungeeCord/Waterfall
|
||||||
|
|
||||||
* [BungeeAuth](https://www.spigotmc.org/resources/bungeeauth.493/)
|
* [BungeeAuth](https://www.spigotmc.org/resources/bungeeauth.493/)
|
||||||
* [BungeeAuthenticator](https://www.spigotmc.org/resources/bungeecordauthenticator.87669/)
|
|
||||||
|
|
||||||
## Network requests
|
## Network requests
|
||||||
|
|
||||||
|
@@ -25,12 +25,11 @@ softdepend:
|
|||||||
- floodgate
|
- floodgate
|
||||||
# Auth plugins
|
# Auth plugins
|
||||||
- AuthMe
|
- AuthMe
|
||||||
|
- CrazyLogin
|
||||||
- LoginSecurity
|
- LoginSecurity
|
||||||
- SodionAuth
|
|
||||||
- xAuth
|
|
||||||
- LogIt
|
- LogIt
|
||||||
- UltraAuth
|
- UltraAuth
|
||||||
- CrazyLogin
|
- xAuth
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
${project.parent.name}:
|
${project.parent.name}:
|
||||||
|
@@ -11,8 +11,6 @@ author: games647, https://github.com/games647/FastLogin/graphs/contributors
|
|||||||
softDepends:
|
softDepends:
|
||||||
# BungeeCord auth plugins
|
# BungeeCord auth plugins
|
||||||
- BungeeAuth
|
- BungeeAuth
|
||||||
- BungeeCordAuthenticatorBungee
|
|
||||||
- SodionAuth
|
|
||||||
# Bedrock Player Bridge
|
# Bedrock Player Bridge
|
||||||
- Geyser-BungeeCord
|
- Geyser-BungeeCord
|
||||||
- floodgate
|
- floodgate
|
||||||
|
@@ -60,7 +60,7 @@
|
|||||||
</repository>
|
</repository>
|
||||||
<!-- Floodgate -->
|
<!-- Floodgate -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>opencollab-snapshot</id>
|
<id>opencollab</id>
|
||||||
<url>https://repo.opencollab.dev/maven-snapshots/</url>
|
<url>https://repo.opencollab.dev/maven-snapshots/</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
|
@@ -119,9 +119,15 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>velocity</id>
|
<id>velocity</id>
|
||||||
<url>https://repo.papermc.io/repository/maven-public/</url>
|
<url>https://repo.papermc.io/repository/maven-public/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>
|
||||||
|
false
|
||||||
|
</enabled>
|
||||||
|
</releases>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>opencollab-snapshot</id>
|
<id>opencollab</id>
|
||||||
<url>https://repo.opencollab.dev/main/</url>
|
<url>https://repo.opencollab.dev/main/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
@@ -172,7 +178,7 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Bedrock player bridge -->
|
<!-- Bedrock player bridge -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.geysermc.geyser</groupId>
|
<groupId>org.geysermc.geyser</groupId>
|
||||||
@@ -186,7 +192,7 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Floodgate -->
|
<!-- Floodgate -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.geysermc.floodgate</groupId>
|
<groupId>org.geysermc.floodgate</groupId>
|
||||||
|
Reference in New Issue
Block a user