mirror of
https://github.com/yushijinhun/authlib-injector.git
synced 2024-11-15 06:11:09 +01:00
update readme
This commit is contained in:
parent
def37b0d0d
commit
8b4ef385b3
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
||||||
# authlib-injector
|
# authlib-injector
|
||||||
[![Jenkins](https://img.shields.io/jenkins/s/https/ci.to2mbn.org/job/authlib-injector.svg?style=flat-square)](https://ci.to2mbn.org/job/authlib-injector/)
|
[![license](https://img.shields.io/github/license/yushijinhun/authlib-injector.svg?style=flat-square)](https://github.com/yushijinhun/authlib-injector/blob/master/LICENSE)
|
||||||
[![license](https://img.shields.io/github/license/to2mbn/authlib-injector.svg?style=flat-square)](https://github.com/to2mbn/authlib-injector/blob/master/LICENSE)
|
|
||||||
![language](https://img.shields.io/badge/language-java-yellow.svg?style=flat-square)
|
![language](https://img.shields.io/badge/language-java-yellow.svg?style=flat-square)
|
||||||
![require java 1.8+](https://img.shields.io/badge/require%20java-1.8%2B-orange.svg?style=flat-square)
|
![require java 1.8+](https://img.shields.io/badge/require%20java-1.8%2B-orange.svg?style=flat-square)
|
||||||
|
|
||||||
通过运行时修改 authlib 实现游戏外登录,并为 Yggdrasil 服务端的实现提供规范。
|
通过运行时修改 authlib 实现游戏外登录,并为 Yggdrasil 服务端的实现提供规范。
|
||||||
|
|
||||||
关于该项目的详细介绍见 [wiki](https://github.com/to2mbn/authlib-injector/wiki)。
|
关于该项目的详细介绍见 [wiki](https://github.com/yushijinhun/authlib-injector/wiki)。
|
||||||
|
|
||||||
## 编译
|
## 编译
|
||||||
```
|
```
|
||||||
|
@ -17,7 +16,7 @@ gradle
|
||||||
或者直接从 [Jenkins](https://ci.to2mbn.org/job/authlib-injector) 下载构建好的 JAR。
|
或者直接从 [Jenkins](https://ci.to2mbn.org/job/authlib-injector) 下载构建好的 JAR。
|
||||||
|
|
||||||
## 部署
|
## 部署
|
||||||
需要服务端实现本规范中的[扩展 API](https://github.com/to2mbn/authlib-injector/wiki/Yggdrasil%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%8A%80%E6%9C%AF%E8%A7%84%E8%8C%83#%E6%89%A9%E5%B1%95api)。
|
需要服务端实现本规范中的[扩展 API](https://github.com/yushijinhun/authlib-injector/wiki/Yggdrasil%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%8A%80%E6%9C%AF%E8%A7%84%E8%8C%83#%E6%89%A9%E5%B1%95api)。
|
||||||
通过添加以下 JVM 参数来配置:
|
通过添加以下 JVM 参数来配置:
|
||||||
```
|
```
|
||||||
-javaagent:{authlib-injector.jar 的路径}={Yggdrasil 服务端的 URL(API Root)}
|
-javaagent:{authlib-injector.jar 的路径}={Yggdrasil 服务端的 URL(API Root)}
|
||||||
|
|
Loading…
Reference in a new issue