mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 20:34:51 +01:00
Remove BPLevel, GodMode, NoStamina, SetWorldLevel, UnlimitEnergy, UnlockTower commands
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
"console_execute_error": "Tą komende można wywołać tylko z konsoli.",
|
||||
"player_execute_error": "Wywołaj tą komendę w grze.",
|
||||
"command_exist_error": "Nie znaleziono komendy.",
|
||||
"set_to": "%s ustawiono na %s.",
|
||||
"set_for_to": "%s dla %s ustawiono na %s.",
|
||||
"invalid": {
|
||||
"amount": "Błędna ilość.",
|
||||
"artifactId": "Błędne ID artefaktu.",
|
||||
@@ -69,6 +71,7 @@
|
||||
"id przedmiotu": "Błędne id przedmiotu.",
|
||||
"itemLevel": "Błędny poziom przedmiotu.",
|
||||
"itemRefinement": "Błędne ulepszenie.",
|
||||
"value_between": "Invalid value: %s must be between %s and %s.",
|
||||
"playerId": "Błędne playerId.",
|
||||
"uid": "Błędne UID.",
|
||||
"id": "Błędne ID."
|
||||
@@ -221,16 +224,13 @@
|
||||
"success": "Poziom przyjaźni ustawiono na: %s",
|
||||
"level_error": "Błędny poziom przyjaźni."
|
||||
},
|
||||
"setProp": {
|
||||
"usage": "Usage: setprop|prop <prop> <value>\n\tValues for <prop>: godmode | nostamina | unlimitedenergy | abyssfloor | worldlevel | bplevel\n\t(cont.) see PlayerProperty enum for other possible values, of form PROP_MAX_SPRING_VOLUME -> max_spring_volume",
|
||||
"description": "Sets accountwide properties. Things like godmode can be enabled this way, as well as changing things like unlocked abyss floor and battle pass progress."
|
||||
},
|
||||
"setStats": {
|
||||
"usage_console": "Użycie: setstats|stats @<UID> <statystyka> <wartość>",
|
||||
"usage_ingame": "Użycie: setstats|stats [@UID] <statystyka> <wartość>",
|
||||
"help_message": "\n\tWartości dla Statystyka: hp | maxhp | def | atk | em | er | crate | cdmg | cdr | heal | heali | shield | defi\n\t(cont.) Bonus DMG żywiołu: epyro | ecryo | ehydro | egeo | edendro | eelectro | ephys\n\t(cont.) RES na żywioł: respyro | rescryo | reshydro | resgeo | resdendro | reselectro | resphys\n",
|
||||
"value_error": "Błędna wartość statystyki.",
|
||||
"uid_error": "Błędne UID.",
|
||||
"player_error": "Gracza nie znaleziono lub jest offline.",
|
||||
"set_self": "%s ustawiono na %s.",
|
||||
"set_for_uid": "%s dla %s ustawiono na %s.",
|
||||
"set_max_hp": "Maksymalne HP ustawione na %s."
|
||||
"usage": "Użycie: setstats|stats <statystyka> <wartość>\n\tWartości dla Statystyka: hp | maxhp | def | atk | em | er | crate | cdmg | cdr | heal | heali | shield | defi\n\t(cont.) Bonus DMG żywiołu: epyro | ecryo | ehydro | egeo | edendro | eelectro | ephys\n\t(cont.) RES na żywioł: respyro | rescryo | reshydro | resgeo | resdendro | reselectro | resphys\n",
|
||||
"description": "Sets fight property for your current active character"
|
||||
},
|
||||
"setWorldLevel": {
|
||||
"usage": "Użycie: setworldlevel <poziom>",
|
||||
|
||||
Reference in New Issue
Block a user