Skip to content

Commit

Permalink
docs(readme): Add java version notify
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jan 3, 2024
1 parent e64cb8b commit 45f84ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ which is trying to solve the problem of inability to access the MineCraft online

## Usage

**Before using this injector, make sure that your Java version is 11 or above.**

1. Download latest release from [here](https://github.com/ArtformGames/BungeeAuthProxy/releases) .
2. Put the jar file into the folder of your BungeeCord server (same path with server jar).
3. Add the `-javaagent:BungeeAuthProxy.jar[=<CONFIG-FILE-NAME>]` before `-jar <server-jar>.jar` to the start command of
Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ BungeeCord 服务器的身份验证代理注入器,

## 用法

**在使用此注入器之前,请确保您的 Java 版本为 11 或更高版本。**

1. [在这里](https://github.com/ArtformGames/BungeeAuthProxy/releases)下载最新版本的注入器包。
2. 将 jar 文件放入 BungeeCord 服务器的文件夹中(与服务器jar在同一个文件夹)。
3. 在开服命令的 `-jar <server-jar>.jar` 前添加 `-javaagent:BungeeAuthProxy.jar[=<CONFIG-FILE-NAME>]`
Expand Down

0 comments on commit 45f84ab

Please sign in to comment.