Skip to content

Commit c11bf65

Browse files
committed
Added note about proxy online mode
1 parent 4bb38cf commit c11bf65

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ The modification has been confirmed to work on Vanilla, Spigot, Paper, Fabric, F
1212
1. Download the latest version from [GitHub Actions](https://github.com/ViaVersionAddons/ViaProxyAuthHook/actions).
1313
2. Put the jar file into the plugins folder of ViaProxy
1414
3. Run ViaProxy once to generate the config file
15-
4. Copy the secret key from the AuthHook config file (You will need it later for the server)
16-
5. Download the latest version of the AuthHook agent (Same link as step 1)
17-
6. Put the AuthHook agent into the same folder as the server jar
18-
7. Add the following JVM argument to the server start command: `-javaagent:ViaProxyAuthHook-x.x.x.jar` (Replace x.x.x with the version of the AuthHook agent you downloaded)
19-
8. Start the server once to generate the config file
20-
9. Open the config file (It's in the same folder as the server jar) and set the secret key to the key you copied in step 4
21-
10. Start both the server and ViaProxy. You can now switch the authentication mode to AuthHook (Use `AUTH_HOOK` for CLI or config file).
15+
4. Make sure to enable "Proxy Online Mode" in the ViaProxy CLI or config file
16+
5. Copy the secret key from the AuthHook config file (You will need it later for the server)
17+
6. Download the latest version of the AuthHook agent (Same link as step 1)
18+
7. Put the AuthHook agent into the same folder as the server jar
19+
8. Add the following JVM argument to the server start command: `-javaagent:ViaProxyAuthHook-x.x.x.jar` (Replace x.x.x with the version of the AuthHook agent you downloaded)
20+
9. Start the server once to generate the config file
21+
10. Open the config file (It's in the same folder as the server jar) and set the secret key to the key you copied in step 4
22+
11. Start both the server and ViaProxy. You can now switch the authentication mode to AuthHook (Use `AUTH_HOOK` for CLI or config file).
2223

2324
## Contact
2425
If you encounter any issues, please report them on the

0 commit comments

Comments
 (0)