Update README

This commit is contained in:
4drian3d 2022-02-13 18:24:06 -05:00
parent 38c11882f6
commit b04f6e7420
2 changed files with 3 additions and 4 deletions

View File

@ -2,9 +2,9 @@
This plugin adds the support for [Velocity](https://velocitypowered.com/) to [AuthMeReloaded](https://github.com/AuthMe/AuthMeReloaded) This plugin adds the support for [Velocity](https://velocitypowered.com/) to [AuthMeReloaded](https://github.com/AuthMe/AuthMeReloaded)
## Requirements ## Requirements
- Paper, Airplane or Purpur 1.16+ - Paper, Airplane or Purpur 1.13+
- Velocity 3.0.1+ - Velocity 3.1.1+
- Java 16 - Java 11+
## Setup ## Setup
1. Download the latest release of the plugin [link](https://github.com/4drian3d/AuthMeVelocity/releases) 1. Download the latest release of the plugin [link](https://github.com/4drian3d/AuthMeVelocity/releases)

View File

@ -34,7 +34,6 @@ public final class ProxyListener {
public ProxyListener(@NotNull AuthMeConfig config, AuthmeVelocityAPI api, Logger logger, ProxyServer proxy) { public ProxyListener(@NotNull AuthMeConfig config, AuthmeVelocityAPI api, Logger logger, ProxyServer proxy) {
this.config = config; this.config = config;
this.api = api; this.api = api;
this.plugin = plugin;
this.logger = logger; this.logger = logger;
this.proxy = proxy; this.proxy = proxy;
} }