We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaa6e0 commit f35e084Copy full SHA for f35e084
README.md
@@ -7,6 +7,7 @@
7
### commandTpToFakePlayer
8
9
是否允许玩家通过/player xxx tp 指令传送到假人
10
+
11
- 有些服务器需要玩家之间互相tp的功能,如果使用tpa模组,就没法tp到假人(因为假人不会同意tpa),所以加入了这个功能
12
13
- default value: `false`
@@ -16,6 +17,7 @@
16
17
### commandTpHereFakePlayer
18
19
是否允许玩家通过/player xxx tphere 指令把假人传送到自己
20
21
- 有些服务器需要玩家之间互相tp的功能,如果使用tpa模组,就没法tphere假人(因为假人不会同意tpa),所以加入了这个功能
22
23
@@ -41,7 +43,13 @@
41
43
## Command
42
44
45
### player xxx tp
46
47
- tp到一个人,可以使用`commandTpToFakePlayer``allowTpToRealPlayer`规则管理此指令
48
49
### player xxx tphere
-- 把一个人tp到自己,可以使用`commandTpHereFakePlayer``allowTpHereRealPlayer`规则管理此指令
50
51
+- 把一个人tp到自己,可以使用`commandTpHereFakePlayer``allowTpHereRealPlayer`规则管理此指令
52
53
+### list -advance
54
55
+- 显示每一个玩家的详细信息,包括uuid,游戏模式等
0 commit comments