You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ and Sponge
20
20
5. Copy the secret key from the AuthHook config file (You will need it later for the server)
21
21
6. Download the latest version of the AuthHook agent (Same link as step 1)
22
22
7. Put the AuthHook agent into the same folder as the server jar
23
-
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)
23
+
8. Add the following JVM argument to the server start command: `-javaagent:ViaProxyAuthHook-Agent-x.x.x.jar` (Replace x.x.x with the version of the AuthHook agent you downloaded)
24
24
9. Start the server once to generate the config file
25
25
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
26
26
11. Start both the server and ViaProxy. You can now switch the authentication mode to AuthHook (Use `AUTH_HOOK` for CLI or config file).
0 commit comments