Fix whitelist commands not giving feedback with 0 arguments, trim names, add [player] completion hint (#21152)
This commit is contained in:
@@ -10,20 +10,22 @@ whitelist-playercount-invalid = {$min ->
|
||||
}
|
||||
whitelist-not-whitelisted-rp = You are not whitelisted. To become whitelisted, visit our Discord (which can be found at https://spacestation14.io) and check the #rp-whitelist channel.
|
||||
|
||||
command-whitelistadd-description = Adds the player with the given username to the server whitelist.
|
||||
command-whitelistadd-help = whitelistadd <username>
|
||||
command-whitelistadd-existing = {$username} is already on the whitelist!
|
||||
command-whitelistadd-added = {$username} added to the whitelist
|
||||
command-whitelistadd-not-found = Unable to find '{$username}'
|
||||
cmd-whitelistadd-desc = Adds the player with the given username to the server whitelist.
|
||||
cmd-whitelistadd-help = Usage: whitelistadd <username>
|
||||
cmd-whitelistadd-existing = {$username} is already on the whitelist!
|
||||
cmd-whitelistadd-added = {$username} added to the whitelist
|
||||
cmd-whitelistadd-not-found = Unable to find '{$username}'
|
||||
cmd-whitelistadd-arg-player = [player]
|
||||
|
||||
command-whitelistremove-description = Removes the player with the given username from the server whitelist.
|
||||
command-whitelistremove-help = whitelistremove <username>
|
||||
command-whitelistremove-existing = {$username} is not on the whitelist!
|
||||
command-whitelistremove-removed = {$username} removed from the whitelist
|
||||
command-whitelistremove-not-found = Unable to find '{$username}'
|
||||
cmd-whitelistremove-desc = Removes the player with the given username from the server whitelist.
|
||||
cmd-whitelistremove-help = Usage: whitelistremove <username>
|
||||
cmd-whitelistremove-existing = {$username} is not on the whitelist!
|
||||
cmd-whitelistremove-removed = {$username} removed from the whitelist
|
||||
cmd-whitelistremove-not-found = Unable to find '{$username}'
|
||||
cmd-whitelistremove-arg-player = [player]
|
||||
|
||||
command-kicknonwhitelisted-description = Kicks all non-whitelisted players from the server.
|
||||
command-kicknonwhitelisted-help = kicknonwhitelisted
|
||||
cmd-kicknonwhitelisted-desc = Kicks all non-whitelisted players from the server.
|
||||
cmd-kicknonwhitelisted-help = Usage: kicknonwhitelisted
|
||||
|
||||
ban-banned-permanent = This ban will only be removed via appeal.
|
||||
ban-banned-permanent-appeal = This ban will only be removed via appeal. You can appeal at {$link}
|
||||
|
||||
Reference in New Issue
Block a user