mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 12:24:43 +01:00
Add permission to BanCommand, rework its targeting
This commit is contained in:
@@ -306,6 +306,19 @@
|
||||
"unlocktower": {
|
||||
"success": "odblokować gotowe",
|
||||
"description": "Odblokuj głęboką spiralę"
|
||||
},
|
||||
"ban": {
|
||||
"command_usage": "Usage: ban <@playerId> [timestamp] [reason]",
|
||||
"success": "Successful.",
|
||||
"failure": "Failed, player not found.",
|
||||
"invalid_time": "Unable to parse timestamp.",
|
||||
"description": "Ban a player"
|
||||
},
|
||||
"unban": {
|
||||
"command_usage": "Usage: unban <@playerId>",
|
||||
"success": "Successful.",
|
||||
"failure": "Failed, player not found.",
|
||||
"description": "Unban a player"
|
||||
}
|
||||
},
|
||||
"gacha": {
|
||||
|
||||
Reference in New Issue
Block a user