chore: Updated Setup instructions

This commit is contained in:
Adrian 2023-03-11 11:27:28 -05:00
parent 7f68c2da8e
commit 72d7e60fc6
No known key found for this signature in database
GPG Key ID: FB8EF84DCE1BE452
2 changed files with 4 additions and 3 deletions

View File

@ -20,8 +20,9 @@ This plugin adds the support for [Velocity](https://velocitypowered.com/) to [Au
## Setup
1. Download the latest release of the plugin [link](https://modrinth.com/plugin/authmevelocity)
2. Put the plugin in the Velocity plugins folder and on all your Auth servers that have AuthMe installed.
3. Start the Velocity proxy and set up the config.conf with the auth servers.
2. Install AuthMeVelocity-Proxy on your Velocity Proxy
3. Install AuthMeVelocity-Paper on your Spigot/Paper servers that have AuthMeReloaded installed
4. Start the Velocity proxy and set up the config.conf with the auth servers.
## Plugin API
Check the plugin API [here](https://github.com/4drian3d/AuthMeVelocity/wiki/Plugin-API)

View File

@ -39,7 +39,7 @@ tasks {
shadowJar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
archiveFileName.set("AuthMeVelocity-Velocity-${project.version}.jar")
archiveFileName.set("AuthMeVelocity-Proxy-${project.version}.jar")
archiveClassifier.set("")
relocate("org.bstats", "io.github._4drian3d.authmevelocity.libs.bstats")