chore: Updated Setup instructions
This commit is contained in:
parent
7f68c2da8e
commit
72d7e60fc6
@ -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)
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user