Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
readme更新
  • Loading branch information
FRUITS-CANDY authored Mar 21, 2024
1 parent a921ed4 commit 900b5ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
>
> 尽可能的使用最新版本,以避免潜藏的问题,升级版本后请重新生成配置文件
>
> 如果您想为这个项目作贡献,请直接发送PR,而不是创建issue :)
> 发现问题请提交issue,如果您想为本项目做出贡献,欢迎提交pr
>
需要 `v2.6.0` 以上的 [MCDReforged](https://github.com/Fallen-Breath/MCDReforged)
## 用前需知
一个区域文件存储的范围被称为区域(Region),一个区域的大小是32×32区块。
Expand Down Expand Up @@ -41,7 +42,7 @@

`!!rb make <区块半径> <注释>` 以玩家所在区块为中心,备份边长为2倍半径+1的区块所在区域

`!!rb dim_make <维度:0主世界,-1地狱,1末地> <注释>` 备份单个维度的所有区域
`!!rb dim_make <维度:0主世界,-1地狱,1末地> <注释>` 备份给定维度的所有区域,维度间用,做区分 例 0 或 0,-1

`!!rb pos_make <x1坐标> <z1坐标> <x2坐标> <z2坐标> <维度> <注释>` 给定两个坐标点,备份以两坐标点对应的区域坐标为顶点形成的矩形区域

Expand Down Expand Up @@ -70,7 +71,7 @@
存储备份文件的路径

### word_path
默认值:`./server/world/`
默认值:`./server/world`
服务器存档的路径

### minimum_permission_level
Expand Down

0 comments on commit 900b5ea

Please sign in to comment.