Skip to content

Commit

Permalink
docs(gamemode): 📝 add short command !s
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang committed Dec 26, 2023
1 parent 5ac0725 commit 4bc08e0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions gamemode/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,42 @@

## 使用

`!!spec` 旁观/生存切换
`!!spec` / `!s` 旁观/生存切换

`!!tp <dimension> [position]` 传送至指定地点

`!!back` 返回上个地点

## 配置

### permissions
### short_command

默认值: `True`

是否启用短命令

### 其他数字配置是权限

`spec`

默认值: 1
默认值: `1`

使用 `!!spec` 的最低权限

`spec_other`

默认值: 2
默认值: `2`

使用 `!!spec <player` 的最低权限

`tp`

默认值: 1
默认值: `1`

使用 `!!tp <dimension> [position]` 的最低权限

`back`

默认值: 1
默认值: `1`

使用 `!!back` 的最低权限

0 comments on commit 4bc08e0

Please sign in to comment.