mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 01:15:52 +01:00
Remove GiveAll, GiveArt, GiveChar commands
This commit is contained in:
@@ -132,35 +132,16 @@
|
||||
"in_dungeon_error": "You are already in that dungeon.",
|
||||
"description": "Enter a dungeon"
|
||||
},
|
||||
"giveAll": {
|
||||
"usage": "Usage: giveall [player] [amount]",
|
||||
"started": "Receiving all items...",
|
||||
"success": "Successfully gave all items to %s.",
|
||||
"invalid_amount_or_playerId": "Invalid amount or player ID.",
|
||||
"description": "Gives all items"
|
||||
},
|
||||
"giveArtifact": {
|
||||
"usage": "Usage: giveart|gart [player] <artifactID> <mainPropID> [<appendPropID>[,<times>]]... [level]",
|
||||
"id_error": "Invalid artifact ID.",
|
||||
"success": "Given %s to %s.",
|
||||
"description": "Gives the player a specified artifact"
|
||||
},
|
||||
"giveChar": {
|
||||
"usage": "Usage: givechar <player> <avatarID> [level]",
|
||||
"given": "Given %s with level %s to %s.",
|
||||
"invalid_avatar_id": "Invalid avatar ID.",
|
||||
"invalid_avatar_level": "Invalid avatar level.",
|
||||
"invalid_avatar_or_player_id": "Invalid avatar or player ID.",
|
||||
"description": "Gives the player a specified character"
|
||||
},
|
||||
"give": {
|
||||
"usage": "Usage: give <player> <itemID|itemName> [amount] [level] [refinement]",
|
||||
"refinement_only_applicable_weapons": "Refinement is only applicable to weapons.",
|
||||
"refinement_must_between_1_and_5": "Refinement must be between 1 and 5.",
|
||||
"usage": "Usage: give <itemID|avatarID|\"all\"|\"weapons\"|\"mats\"|\"avatars\"> [x<amount>] [lv<level>] [r<refinement>]",
|
||||
"usage_relic": "Usage: give <artifactID> [mainPropID] [<appendPropID>[,<times>]]... [lv<level 0-20>]",
|
||||
"illegal_relic": "This artifactID belongs to a blacklisted range, it may not be the one you wanted.",
|
||||
"given": "Given %s of %s to %s.",
|
||||
"given_with_level_and_refinement": "Given %s with level %s, refinement %s %s times to %s.",
|
||||
"given_level": "Given %s with level %s %s times to %s.",
|
||||
"description": "Gives an item to you or the specified player"
|
||||
"given_avatar": "Given %s with level %s to %s.",
|
||||
"giveall_success": "Successfully gave all items.",
|
||||
"description": "Gives an item to you or the specified player. Can also give all weapons, avatars and/or materials, and can construct custom artifacts."
|
||||
},
|
||||
"godmode": {
|
||||
"success": "Godmode is now %s for %s.",
|
||||
@@ -202,10 +183,6 @@
|
||||
"success": "There are %s player(s) online:",
|
||||
"description": "List online players"
|
||||
},
|
||||
"nostamina": {
|
||||
"success": "NoStamina is now %s for %s.",
|
||||
"description": "Keep your endurance to the maximum."
|
||||
},
|
||||
"permission": {
|
||||
"usage": "Usage: permission <add|remove> <username> <permission>",
|
||||
"add": "Permission added.",
|
||||
|
||||
@@ -146,21 +146,14 @@
|
||||
"success": "%s a été donné à %s.",
|
||||
"description": "Donne au joueur l'artéfact spécifié."
|
||||
},
|
||||
"giveChar": {
|
||||
"usage": "Usage: givechar <joueur> <avatarID> [niveau]",
|
||||
"given": "%s avec le niveau %s a été donné à %s.",
|
||||
"invalid_avatar_id": "ID de l'avatar invalide.",
|
||||
"invalid_avatar_level": "Niveau de l'avatar invalide.",
|
||||
"invalid_avatar_or_player_id": "ID de l'avatar ou du joueur invalide.",
|
||||
"description": "Donne au joueur le personnage spécifié"
|
||||
},
|
||||
"give": {
|
||||
"usage": "Usage: give <joueur> <itemID|itemName> [quantité] [niveau] [raffinement]",
|
||||
"usage": "Usage: give <joueur> <itemID|avatarID> [quantité] [niveau] [raffinement]",
|
||||
"refinement_only_applicable_weapons": "Le raffinement est uniquement applicable aux armes.",
|
||||
"refinement_must_between_1_and_5": "Le raffinement doit être compris entre 1 et 5.",
|
||||
"given": "Given %s of %s to %s.",
|
||||
"given_with_level_and_refinement": "%s avec le niveau %s, raffinement %s %s fois à %s.",
|
||||
"given_level": "%s avec le niveau %s %s fois à %s.",
|
||||
"given_avatar": "%s avec le niveau %s a été donné à %s.",
|
||||
"description": "Donne un objet au joueur spécifié"
|
||||
},
|
||||
"godmode": {
|
||||
|
||||
@@ -134,20 +134,14 @@
|
||||
"id_error": "Błędne ID artefaktu.",
|
||||
"success": "Dano %s dla %s."
|
||||
},
|
||||
"giveChar": {
|
||||
"usage": "Użycie: givechar <gracz> <avatarId> [ilość]",
|
||||
"given": "Dano %s z poziomem %s dla %s.",
|
||||
"invalid_avatar_id": "Błędne ID postaci.",
|
||||
"invalid_avatar_level": "Błędny poziom postaci.",
|
||||
"invalid_avatar_or_player_id": "Błędne ID postaci lub gracza."
|
||||
},
|
||||
"give": {
|
||||
"usage": "Użycie: give <gracz> <id przedmiotu | nazwa przedmiotu> [ilość] [poziom] [refinement]",
|
||||
"usage": "Użycie: give <gracz> <id przedmiotu | avatarID> [ilość] [poziom] [refinement]",
|
||||
"refinement_only_applicable_weapons": "Ulepszenie można zastosować tylko dla broni.",
|
||||
"refinement_must_between_1_and_5": "Ulepszenie musi być pomiędzy 1, a 5.",
|
||||
"given": "Dano %s %s dla %s.",
|
||||
"given_with_level_and_refinement": "Dano %s z poziomem %s, ulepszeniem %s %s razy dla %s",
|
||||
"given_level": "Dano %s z poziomem %s %s razy dla %s"
|
||||
"given_level": "Dano %s z poziomem %s %s razy dla %s",
|
||||
"given_avatar": "Dano %s z poziomem %s dla %s."
|
||||
},
|
||||
"godmode": {
|
||||
"success": "Godmode jest teraz %s dla %s."
|
||||
|
||||
@@ -145,21 +145,14 @@
|
||||
"success": "已将 %s 给予 %s。",
|
||||
"description": "给予指定圣遗物"
|
||||
},
|
||||
"giveChar": {
|
||||
"usage": "用法:givechar <玩家> <角色ID> [等级]",
|
||||
"given": "已将角色 %s [等级 %s] 给与 %s。",
|
||||
"invalid_avatar_id": "无效的角色ID。",
|
||||
"invalid_avatar_level": "无效的角色等级。",
|
||||
"invalid_avatar_or_player_id": "无效的角色ID/玩家ID。",
|
||||
"description": "给予指定角色"
|
||||
},
|
||||
"give": {
|
||||
"usage": "用法:give <玩家> <物品ID|物品名> [数量] [等级] [精炼等级]",
|
||||
"usage": "用法:give <玩家> <物品ID|角色ID> [数量] [等级] [精炼等级]",
|
||||
"refinement_only_applicable_weapons": "只有武器可以设置精炼等级。",
|
||||
"refinement_must_between_1_and_5": "精炼等级必须在 1-5 之间。",
|
||||
"given": "已将 %s 个 %s 给予 %s。",
|
||||
"given_with_level_and_refinement": "已将 %s [等级 %s, 精炼 %s] %s 个给予 %s。",
|
||||
"given_level": "已将 %s [等级 %s] %s 个给予 %s。",
|
||||
"given_avatar": "已将角色 %s [等级 %s] 给与 %s。",
|
||||
"description": "给予指定物品"
|
||||
},
|
||||
"godmode": {
|
||||
|
||||
@@ -144,21 +144,14 @@
|
||||
"success": "已把 %s 給予 %s。",
|
||||
"description": "給予指定聖遺物。"
|
||||
},
|
||||
"giveChar": {
|
||||
"usage": "用法:givechar <player> <avatarId> [level]",
|
||||
"given": "已將 %s 等級 %s 給予 %s。",
|
||||
"invalid_avatar_id": "無效的角色ID。",
|
||||
"invalid_avatar_level": "無效的角色等級。.",
|
||||
"invalid_avatar_or_player_id": "無效的角色ID/玩家ID。",
|
||||
"description": "給予指定角色。"
|
||||
},
|
||||
"give": {
|
||||
"usage": "用法:give <player> <itemId|itemName> [amount] [level] [refinement]",
|
||||
"usage": "用法:give <player> <itemId|avatarId> [amount] [level] [refinement]",
|
||||
"refinement_only_applicable_weapons": "精煉度只能施加在武器上面。",
|
||||
"refinement_must_between_1_and_5": "精煉度必需在 1 到 5 之間。",
|
||||
"given": "已經將 %s 個 %s 給予 %s。",
|
||||
"given_with_level_and_refinement": "已將 %s [等級%s, 精煉%s] %s個給予 %s",
|
||||
"given_level": "已將 %s 等級 %s %s 個給予 %s",
|
||||
"given_avatar": "已將 %s 等級 %s 給予 %s。",
|
||||
"description": "給予指定物品。"
|
||||
},
|
||||
"godmode": {
|
||||
|
||||
Reference in New Issue
Block a user