mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 16:34:56 +01:00
Usage: Unified specification
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
"description": "Forces someone to join the world of others"
|
||||
},
|
||||
"enter_dungeon": {
|
||||
"usage": "Usage: enterdungeon <dungeon ID>",
|
||||
"usage": "Usage: enterdungeon <dungeonID>",
|
||||
"changed": "Changed to dungeon %s.",
|
||||
"not_found_error": "Dungeon does not exist.",
|
||||
"in_dungeon_error": "You are already in that dungeon.",
|
||||
@@ -159,7 +159,7 @@
|
||||
"description": "Gives the player a specified artifact"
|
||||
},
|
||||
"giveChar": {
|
||||
"usage": "Usage: givechar <player> <avatarId> [level]",
|
||||
"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.",
|
||||
@@ -227,7 +227,7 @@
|
||||
"description": "Get coordinates"
|
||||
},
|
||||
"quest": {
|
||||
"usage": "quest <add|finish> [quest ID]",
|
||||
"usage": "quest <add|finish> [questID]",
|
||||
"added": "Quest %s added.",
|
||||
"finished": "Finished quest %s.",
|
||||
"not_found": "Quest not found.",
|
||||
@@ -250,7 +250,7 @@
|
||||
"description": "Reset target player's shop refresh time"
|
||||
},
|
||||
"sendMail": {
|
||||
"usage": "Usage: sendmail <userId|all|help> [templateId]",
|
||||
"usage": "Usage: sendmail <userID|all|help> [templateId]",
|
||||
"user_not_exist": "The user with an ID of '%s' does not exist.",
|
||||
"start_composition": "Starting composition of message.\nPlease use '/sendmail <title>' to continue.\nYou can use '/sendmail stop' at any time.",
|
||||
"templates": "Mail templates coming soon implemented...",
|
||||
@@ -362,7 +362,7 @@
|
||||
"description": "Change the player's position"
|
||||
},
|
||||
"weather": {
|
||||
"usage": "Usage: weather <weatherID> [climateID]",
|
||||
"usage": "Usage: weather <weatherID> <climateID>",
|
||||
"success": "Changed weather to %s with climate %s.",
|
||||
"invalid_id": "Invalid ID.",
|
||||
"description": "Changes the weather"
|
||||
|
||||
Reference in New Issue
Block a user