mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 19:34:42 +01:00
add new command (unlimitenergy):toggle energyusage for each player (#1186)
* add new command (unlimitenergy):toggle energyusage for each player while energyusage is ture in config.json * Solve the problem of layout and naming errors * make currentActiveTeam's Avatar full-energy while turn on the ule. * Resolve language document errors * add config_error message while player try to execute UnlimitEnergyCommand in GAME_OPTIONS.energyUsage == false
This commit is contained in:
@@ -184,6 +184,12 @@
|
||||
"success": "NoStamina is now %s for %s.",
|
||||
"description": "Keep your endurance to the maximum."
|
||||
},
|
||||
"unlimitenergy": {
|
||||
"usage": "unlimitenergy [targetUID] [on | off | toggle ]",
|
||||
"success": "unlimitenergy is now %s for %s.",
|
||||
"description": "Use the element does not waste energy in unlimitenergy on",
|
||||
"config_error": "Command is disable,because energyUsage is false in config.json."
|
||||
},
|
||||
"heal": {
|
||||
"success": "All characters have been healed.",
|
||||
"description": "Heal all characters in your current team."
|
||||
|
||||
Reference in New Issue
Block a user