koishi-plugin-enka-fork
Version:
Enka.Network for koishi
53 lines (52 loc) • 2.46 kB
JSON
{
"commands": {
"enka": {
"description": "Genshin Impact player cards - View character showcase and stats",
"uid": {
"description": "Manage Genshin UID",
"show": {
"description": "Show current bound UID"
},
"add": {
"description": "Bind Genshin UID"
},
"rm": {
"description": "Remove current bound UID"
},
"messages": {
"uid": "Your uid is {0}",
"saved": "Saved ({0})",
"same": "You have already bound this uid.",
"bind": "Please use 'enka.uid.add [uid]' to bind your account first.",
"fail": "UID binding failed, please check if the UID is correct.",
"not-bound": "You haven't bound any UID yet.",
"removed": "UID ({0}) has been removed."
}
},
"upgrade": {
"description": "Update character database"
},
"alias": {
"description": "Manage character aliases",
"messages": {
"upgrading": "updating...",
"upgraded": "done."
}
},
"messages": {
"list": "<p>{0}, Level: {1}, World Level: {3}</p><p>「{2}」</p><p>▶ Current character showcase:</p>",
"non-list": "Your character list is empty, please check if it is open.",
"bind": "Please use 'enka.uid [uid]' to bind your account first.",
"non-existent": "The character does not exist, please try to use 'enka.upgrade' to update the database.",
"relax": "Relax, Looking for it!",
"not-found": "The character was not found in the player's character list.",
"forbidden": "Access denied, please try again later.",
"no-data": "Unable to get player data, please check if the UID is correct.",
"no-characters": "This player has no characters in showcase, please check character showcase settings.",
"rate-limited": "Too many requests, please try again later.",
"server-error": "Server error, please try again later.",
"error": "Unable to view."
}
}
}
}