Skip to content

Commit 1376417

Browse files
committed
docs: 添加依赖与指令说明
1 parent 0e52680 commit 1376417

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Where2go
22
一个功能强大的位置插件,包含共享坐标点、查询玩家位置等功能
33

4-
需要`Python >= 3.10`
4+
# 依赖
5+
6+
**Python**
7+
8+
- `Python >= 3.10`
9+
10+
**MCDR插件**
11+
12+
- [MinecraftDataAPI](https://github.com/Fallen-Breath/MinecraftDataAPI)
513

614
# 功能
715

@@ -13,6 +21,12 @@
1321

1422
在Xaero地图中分享坐标点后,插件可**自动识别**。点击临时坐标点后方的`[+]`即可添加。若两个坐标点距离过近,插件会进行提示,以防重复添加。
1523

24+
`!!wp addpos <x> <y> <z> <dimension> <name>`
25+
26+
添加名为`name`,坐标为`(x, y, z)`,位于`dimension`维度的坐标点。对于原版维度,`dimension`可以为`overworld` `the_nether` `the_end`或分别简写为`o` `n` `e`
27+
28+
`!!wp addhere <name>` 将玩家当前位置添加为名为`name`的坐标点
29+
1630
`!!wp remove <id>` 移除坐标点
1731

1832
`!!wp list [page]` 列出所有的坐标点。`page`为可选项,不填则默认为`1`

0 commit comments

Comments
 (0)