此条目仍需完善。
你可以帮助我们扩充关于该主题的更多信息。
此特性为基岩版独有。
/gametest
是基于测试代码与测试结构配对的服务端测试自动化工具。
语法[]
gametest runthis
- 执行或重新执行15格半径内的GameTest结构方块。
gametest run <testName: GameTestName> [rotationSteps: int]
- 执行一个特定的GameTest。
gametest runset [tagTag: GameTestTag] [rotationSteps: int]
- 创建和执行所有GameTest。
gametest clearall
- 清除所有的GameTest。
gametest pos
- 在200格半径范围内寻找最近的GameTest结构方块。
gametest create <testName: string> [width: int] [height: int] [depth: int]
- 创建GameTest。
[需要验证]
- 创建GameTest。
gametest runthese
- 在200格半径范围内执行GameTest。
参数[]
testName: GameTestName
- 指定GameTest的名称。
rotationSteps: int
tagTag: GameTestTag
testName: string
width: int
height: int
depth: int
历史[]
基岩版 | |||||
---|---|---|---|---|---|
1.16.210 | 1.16.210.60 | 加入了/gametest ,属于实验性玩法。 | |||
1.17.0 | 1.16.230.50 | 将/gametest runall 命令重命名为/gametest runset 。 | |||
1.18.30 | 1.18.20.27 | 移除了/gametest clearall 命令的radius 参数。 | |||
1.19.40 | 1.19.40.22 | /gametest 不再属于实验性玩法。 |
语言