Roleban completions (#9114)

* Roleban completions

* helpers

* eat my peenor dumb robot
This commit is contained in:
Kara
2022-06-24 04:14:47 -07:00
committed by GitHub
parent 7a9bd79263
commit 4d8ff35640
4 changed files with 91 additions and 8 deletions

View File

@@ -0,0 +1,33 @@
### Localization for role ban command
cmd-roleban-desc = Bans a player from a role
cmd-roleban-help = Usage: roleban <name or user ID> <job> <reason> [duration in minutes, leave out or 0 for permanent ban]
## Completion result hints
cmd-roleban-hint-1 = <name or user ID>
cmd-roleban-hint-2 = <job>
cmd-roleban-hint-3 = <reason>
cmd-roleban-hint-4 = [duration in minutes, leave out or 0 for permanent ban]
cmd-roleban-hint-duration-1 = Permanent
cmd-roleban-hint-duration-2 = 1 day
cmd-roleban-hint-duration-3 = 1 week
### Localization for role unban command
cmd-roleunban-desc = Pardons a player's role ban
cmd-roleunban-help = Usage: roleunban <role ban id>
## Completion result hints
cmd-roleunban-hint-1 = <role ban id>
### Localization for roleban list command
cmd-rolebanlist-desc = Lists the user's role bans
cmd-rolebanlist-help = Usage: <name or user ID> [include unbanned]
## Completion result hints
cmd-rolebanlist-hint-1 = <name or user ID>
cmd-rolebanlist-hint-2 = [include unbanned]