Improved README
This commit is contained in:
parent
e670ed38c0
commit
234e25396c
12
README.md
12
README.md
@ -1,9 +1,9 @@
|
||||
# AuthMeVelocity
|
||||
# AuthMeVelocity [](https://github.com/4drian3d/AuthmeVelocity/actions/workflows/maven.yml) [](https://github.com/4drian3d/AuthmeVelocity/releases)
|
||||
This plugin adds the support for [Velocity](https://velocitypowered.com/) to [AuthMeReloaded](https://github.com/AuthMe/AuthMeReloaded)
|
||||
|
||||
## Requirements
|
||||
- Paper, Tuinity, Airplane or Purpur
|
||||
- Velocity 3.0.0+
|
||||
- Paper, Airplane or Purpur
|
||||
- Velocity 3.0.1+
|
||||
- Java 16
|
||||
|
||||
## Setup
|
||||
@ -11,3 +11,9 @@ This plugin adds the support for [Velocity](https://velocitypowered.com/) to [Au
|
||||
2. Put the jar that ends with "-proxy" in Velocity's plugins folder
|
||||
3. Put the jar that ends with "-spigot" in the Spigot servers that contains AuthMe
|
||||
4. Start the Velocity proxy and set up the config.yml with the auth servers
|
||||
|
||||
# Plugin API
|
||||
Check the plugin API [here](https://github.com/4drian3d/AuthMeVelocity/wiki/Plugin-API)
|
||||
|
||||
# Configuration
|
||||
Check the plugin configuration [here](https://github.com/4drian3d/AuthMeVelocity/wiki/Configuration)
|
@ -53,7 +53,7 @@ public class PreSendOnLoginEvent implements ResultedEvent<GenericResult> {
|
||||
public RegisteredServer getSendServer(){
|
||||
return this.serverToSend;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the result of the event
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user