mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-22 11:54:39 +01:00
CoopCommand: Fix usage
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
"description": "向所有玩家發送公告。"
|
||||
},
|
||||
"changescene": {
|
||||
"usage": "用法:changescene <scene id>",
|
||||
"usage": "用法:changescene <sceneId>",
|
||||
"already_in_scene": "你已經在這個場景中了。",
|
||||
"success": "已切換至場景 %s.",
|
||||
"exists_error": "此場景不存在。",
|
||||
@@ -134,7 +134,7 @@
|
||||
"description": "從你的背包中刪除所有未裝備且未上鎖的物品,包括稀有物品。"
|
||||
},
|
||||
"coop": {
|
||||
"usage": "用法:coop <playerId> <target playerId>",
|
||||
"usage": "用法:coop <playerId> [host uid]",
|
||||
"success": "召喚了 %s 到 %s 的世界。",
|
||||
"description": "強制傳送指定用戶到他人的世界。"
|
||||
},
|
||||
@@ -358,8 +358,8 @@
|
||||
"description": "將你世界裡的所有玩家傳送到你目前的所在位置。"
|
||||
},
|
||||
"teleport": {
|
||||
"usage_server": "用法:/tp @<player id> <x> <y> <z> [scene id]",
|
||||
"usage": "用法:/tp [@<player id>] <x> <y> <z> [scene id]",
|
||||
"usage_server": "用法:/tp @<player id> <x> <y> <z> [sceneId]",
|
||||
"usage": "用法:/tp [@<player id>] <x> <y> <z> [sceneId]",
|
||||
"specify_player_id": "你必須指定一個玩家ID。",
|
||||
"invalid_position": "無效的座標。",
|
||||
"success": "傳送 %s 到座標 %s,%s,%s ,場景為 %s 。",
|
||||
|
||||
Reference in New Issue
Block a user