Skip to content

Commit f35e084

Browse files
committed
Update README.md
1 parent 6eaa6e0 commit f35e084

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### commandTpToFakePlayer
88

99
是否允许玩家通过/player xxx tp 指令传送到假人
10+
1011
- 有些服务器需要玩家之间互相tp的功能,如果使用tpa模组,就没法tp到假人(因为假人不会同意tpa),所以加入了这个功能
1112

1213
- default value: `false`
@@ -16,6 +17,7 @@
1617
### commandTpHereFakePlayer
1718

1819
是否允许玩家通过/player xxx tphere 指令把假人传送到自己
20+
1921
- 有些服务器需要玩家之间互相tp的功能,如果使用tpa模组,就没法tphere假人(因为假人不会同意tpa),所以加入了这个功能
2022

2123
- default value: `false`
@@ -41,7 +43,13 @@
4143
## Command
4244

4345
### player xxx tp
46+
4447
- tp到一个人,可以使用`commandTpToFakePlayer``allowTpToRealPlayer`规则管理此指令
4548

4649
### player xxx tphere
47-
- 把一个人tp到自己,可以使用`commandTpHereFakePlayer``allowTpHereRealPlayer`规则管理此指令
50+
51+
- 把一个人tp到自己,可以使用`commandTpHereFakePlayer``allowTpHereRealPlayer`规则管理此指令
52+
53+
### list -advance
54+
55+
- 显示每一个玩家的详细信息,包括uuid,游戏模式等

0 commit comments

Comments
 (0)