We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e52680 commit 1376417Copy full SHA for 1376417
1 file changed
README.md
@@ -1,7 +1,15 @@
1
# Where2go
2
一个功能强大的位置插件,包含共享坐标点、查询玩家位置等功能
3
4
-需要`Python >= 3.10`
+# 依赖
5
+
6
+**Python**
7
8
+- `Python >= 3.10`
9
10
+**MCDR插件**
11
12
+- [MinecraftDataAPI](https://github.com/Fallen-Breath/MinecraftDataAPI)
13
14
# 功能
15
@@ -13,6 +21,12 @@
21
22
在Xaero地图中分享坐标点后,插件可**自动识别**。点击临时坐标点后方的`[+]`即可添加。若两个坐标点距离过近,插件会进行提示,以防重复添加。
23
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
16
30
`!!wp remove <id>` 移除坐标点
17
31
18
32
`!!wp list [page]` 列出所有的坐标点。`page`为可选项,不填则默认为`1`
0 commit comments