Validate that input does not exceed max values for numbers

This commit is contained in:
Aikar
2018-01-05 20:38:33 -05:00
parent 45dcc43d14
commit bfc8534176
3 changed files with 23 additions and 11 deletions
+1
View File
@@ -31,6 +31,7 @@ acf-core.please_specify_one_of = Error: Please specify one of (<c2>{valid}</c2>)
acf-core.must_be_a_number = Error: Must be a number.
acf-core.must_be_min_length = Error: Must be at least {min} characters long.
acf-core.must_be_max_length = Error: Must be at most {max} characters long.
acf-core.please_specify_at_most = Error: Please specify a value at most {max}.
acf-core.not_allowed_on_console = Error: Console may not execute this command.
acf-core.could_not_find_player = Error: Could not find a player by the name: <c2>{search}</c2>
acf-core.help_format = <c1>{command}</c1> <c2>{parameters}</c2> <c3>{separator} {description}</c3>