JaBa/languages/en-US/owner/debug.json

13 lines
613 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Allows you to modify user's data",
2023-06-06 10:21:47 +05:00
"USAGE": "[set/add] [type] [@user] [int]",
2023-07-07 17:34:23 +05:00
"EXAMPLES": "debug set type:Level user:@jonny_bro int:100",
2023-06-06 22:48:46 +05:00
"TYPE": "Type of data",
"SET": "Set the value",
"ADD": "Add to the value",
"SUCCESS_LEVEL": "Level of user **{{user}}** changed to **{{amount}}**",
"SUCCESS_XP": "XP of user **{{user}}** changed to **{{amount}}**",
"SUCCESS_CREDITS": "Credits of user **{{user}}** changed to **{{amount}}**",
"SUCCESS_BANK": "Bank of user **{{user}}** changed to **{{amount}}**",
"SUCCESS_REP": "Reputation points of user **{{user}}** changed to **{{amount}}**"
2023-06-06 10:21:47 +05:00
}