Skip to content

Commit

Permalink
format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glibcxx committed Nov 23, 2024
1 parent 0bbd840 commit e3f4a9f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 安装

本插件基于bds 1.21.3.01 开发,不保证兼容以前的版本
本插件基于 bds 1.21.3.01 开发,不保证兼容以前的版本

1. 安装插件:

Expand All @@ -14,18 +14,18 @@ lip install github.com/glibcxx/figure_hack

2. 安装行为包和资源包:

从release页面下载`assets.mcaddon`,双击安装。
从 release 页面下载`assets.mcaddon`,双击安装。

然后将`assets.mcaddon`内的BP文件夹复制到bds的`development_behavior_packs`文件夹内。
然后将`assets.mcaddon`内的 BP 文件夹复制到 bds 的`development_behavior_packs`文件夹内。

在存档的`world_behavior_packs.json`文件内,确保包含下面内容:

```json
[
{
"pack_id" : "495e0ad1-7fe1-40bc-a8b7-00b097a3a392",
"version" : [ 1, 0, 0 ]
}
{
"pack_id": "495e0ad1-7fe1-40bc-a8b7-00b097a3a392",
"version": [1, 0, 0]
}
]
```

Expand Down Expand Up @@ -75,18 +75,18 @@ lip install github.com/glibcxx/figure_hack
/info actor
```

查询玩家指向的实体信息。目前给出坐标、速度、runtimeId这三个信息
查询玩家指向的实体信息。目前给出坐标、速度、runtimeId 这三个信息

### 修改游戏速度

```
/tick (数字)/pause/resume/reset
```

- 数字:tps, 默认20
- pause:暂停游戏
- resume:恢复游戏
- reset:tps设为20
- 数字:tps, 默认 20
- pause:暂停游戏
- resume:恢复游戏
- reset:tps 设为 20

可以在`config.json`中关闭,以防止同功能冲突

Expand Down

0 comments on commit e3f4a9f

Please sign in to comment.