From 234e25396ccc676bf83eb8235b8662eeda356b46 Mon Sep 17 00:00:00 2001 From: 4drian3d Date: Mon, 15 Nov 2021 18:09:07 -0500 Subject: [PATCH] Improved README --- README.md | 12 +++++++++--- .../proxy/event/PreSendOnLoginEvent.java | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a00c6bd..1250362 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# AuthMeVelocity +# AuthMeVelocity [![WorkFlow Status](https://img.shields.io/github/workflow/status/4drian3d/AuthmeVelocity/Maven%20Build?&style=flat-square)](https://github.com/4drian3d/AuthmeVelocity/actions/workflows/maven.yml) [![Version](https://img.shields.io/github/v/release/4drian3d/AuthmeVelocity?color=FFF0&style=flat-square)](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) \ No newline at end of file diff --git a/proxy/src/main/java/com/glyart/authmevelocity/proxy/event/PreSendOnLoginEvent.java b/proxy/src/main/java/com/glyart/authmevelocity/proxy/event/PreSendOnLoginEvent.java index 6762804..a4e73d5 100644 --- a/proxy/src/main/java/com/glyart/authmevelocity/proxy/event/PreSendOnLoginEvent.java +++ b/proxy/src/main/java/com/glyart/authmevelocity/proxy/event/PreSendOnLoginEvent.java @@ -53,7 +53,7 @@ public class PreSendOnLoginEvent implements ResultedEvent { public RegisteredServer getSendServer(){ return this.serverToSend; } - + /** * Get the result of the event */