Multiple fixes for role commands

- Fix server being 'Guest' for commands
- Make autocomplete of arguments more intuitive
- Fix usage text for commands
This commit is contained in:
Cooldude2606
2025-01-25 18:26:59 +00:00
parent d002eeaf54
commit 1a17f11062
6 changed files with 51 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
[exp-commands]
help=__1__- __2____3__
usage=/__1__ __2__
aliases=\n 別名: __1__
argument=<__1__>
optional=[__1__]
@@ -10,7 +11,7 @@ error=指令運行失敗: __1__
error-default=檢查指令參數。
unauthorized=未授權: __1__
unauthorized-default=由於權限不足,存取被拒絕。
invalid-usage=參數數量和用法錯誤,參考: /__1__ __2__
invalid-usage=參數數量和用法錯誤,參考: __1__
invalid-input=輸入錯誤: 確保格式正確。
invalid-argument=參數錯誤 "__1__"; __2__
internal-error=內部錯誤,請聯絡管理員: __1__