Whitelist shell feedback (#10694)
Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
This commit is contained in:
@@ -3,9 +3,15 @@ whitelist-not-whitelisted-rp = You are not whitelisted. To become whitelisted, v
|
||||
|
||||
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}'
|
||||
|
||||
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}'
|
||||
|
||||
command-kicknonwhitelisted-description = Kicks all non-whitelisted players from the server.
|
||||
command-kicknonwhitelisted-help = kicknonwhitelisted
|
||||
|
||||
Reference in New Issue
Block a user