Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddf8196 committed Oct 12, 2021
1 parent a8d6631 commit 838c261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Minecraft Bedrock Edition 假人客户端
## 注意事项
* 假人和正常玩家一样,不能绕过白名单,在开启了白名单的服务器中使用需要手动将假人名称添加至白名单中
* 如果出现假人总是掉线重连,且信息为disconnectionScreen.timeout,请将server.properties中的player-idle-timeout设为0
* 如果出现了协议版本过低无法使用的情况,请从[Actions](https://github.com/ddf8196/FakePlayer/actions)下载最新构建

## 功能
* 较为稳定的挂机
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.ddf.fakeplayer'
version '0.4.1-alpha'
version '0.4.1'

repositories {
maven {
Expand All @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation 'com.nukkitx.protocol:bedrock-v465:2.9.0-SNAPSHOT'
implementation 'com.nukkitx.protocol:bedrock-v465:2.9.2-SNAPSHOT'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'org.yaml:snakeyaml:1.29'
implementation 'com.formdev:flatlaf:1.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import com.nukkitx.protocol.bedrock.v431.Bedrock_v431;
import com.nukkitx.protocol.bedrock.v440.Bedrock_v440;
import com.nukkitx.protocol.bedrock.v448.Bedrock_v448;
import com.nukkitx.protocol.bedrock.v448.Bedrock_v465;
import com.nukkitx.protocol.bedrock.v465.Bedrock_v465;

import java.util.Collections;
import java.util.HashMap;
Expand Down

0 comments on commit 838c261

Please sign in to comment.