feat(ban): Implementing ban.

Rough code, not based on permission.
This commit is contained in:
Yazawazi
2022-06-18 05:01:38 +09:00
committed by Melledy
parent 557298f847
commit aba4080b0e
6 changed files with 252 additions and 4 deletions

View File

@@ -391,6 +391,21 @@
"success": "Changed climate type to %s with weather type %s.",
"invalid_id": "Invalid ID.",
"description": "Changes the weather"
},
"ban": {
"description": "Ban a player",
"success": "Successful.",
"failure": "Failed, player not found.",
"invalid_time": "Unable to parse timestamp.",
"invalid_player_id": "Unable to parse player ID.",
"command_usage": "Usage: ban <playerId> [timestamp] [reason]"
},
"unban": {
"description": "Unban a player",
"success": "Successful.",
"failure": "Failed, player not found.",
"invalid_player_id": "Unable to parse player ID.",
"command_usage": "Usage: unban <playerId>"
}
},
"gacha": {