mirror of
https://github.com/jie65535/JGrasscutterCommand.git
synced 2025-06-01 17:29:13 +08:00
Update README
This commit is contained in:
parent
962b439d47
commit
137bf7d4f5
@ -123,6 +123,9 @@ commandAlias:
|
|||||||
解锁地图: '/prop unlockmap 1'
|
解锁地图: '/prop unlockmap 1'
|
||||||
位置: '/pos'
|
位置: '/pos'
|
||||||
坐标: '/pos'
|
坐标: '/pos'
|
||||||
|
publicCommands:
|
||||||
|
- '/list'
|
||||||
|
- '/list uid'
|
||||||
```
|
```
|
||||||
|
|
||||||
# 指令列表
|
# 指令列表
|
||||||
@ -159,10 +162,12 @@ commandAlias:
|
|||||||
/jgc disable [group] # 禁用指定群执行,在群内执行可忽略群参数
|
/jgc disable [group] # 禁用指定群执行,在群内执行可忽略群参数
|
||||||
```
|
```
|
||||||
|
|
||||||
## 命令别名相关
|
## 命令相关
|
||||||
```shell
|
```shell
|
||||||
/jgc setCommand <alias> <command> # 添加命令别名
|
/jgc setCommand <alias> <command> # 添加命令别名
|
||||||
/jgc removeCommand <alias> # 删除命令别名
|
/jgc removeCommand <alias> # 删除命令别名
|
||||||
|
/jgc addPublicCommand <command> # 添加公开命令(可用别名)(游客可用)
|
||||||
|
/jgc removePublicCommand <command> # 删除公开命令
|
||||||
```
|
```
|
||||||
|
|
||||||
# 实体结构
|
# 实体结构
|
||||||
|
Loading…
Reference in New Issue
Block a user