This commit is contained in:
qsc
2026-02-14 20:01:28 +08:00
parent 2548da9af3
commit 5fca36d1ed
5 changed files with 56 additions and 56 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
"enable": {
"description": "是否启用",
"type": "bool",
"default": false,
"default": true,
"hint": "是否启用指令前缀检查功能"
},
"text": {
"description": "前缀内容",
"type": "string",
"default": "王者荣耀",
"default": "王者",
"hint": "为了避免和其他插件的指令冲突可以增加指令的前缀,为空默认值为王者。"
}
}