Whitelist player constraints (#13812)
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
whitelist-not-whitelisted = You are not whitelisted.
|
||||
|
||||
# proper handling for having a min/max or not
|
||||
whitelist-playercount-invalid = {$min ->
|
||||
[0] The whitelist for this server only applies below {$max} players.
|
||||
*[other] The whitelist for this server only applies above {$min} {$max ->
|
||||
[2147483647] -> players, so you may be able to join later.
|
||||
*[other] -> players and below {$max} players, so you may be able to join later.
|
||||
}
|
||||
}
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user