add min/max validation flags.

This should of really been conditions, but lazy to set that up proper for now.
This commit is contained in:
Aikar
2018-03-10 16:07:28 -05:00
parent 10cd1b30da
commit 37e435ce34
3 changed files with 18 additions and 3 deletions
+1
View File
@@ -32,6 +32,7 @@ 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.please_specify_at_least = Error: Please specify a value at least {min}.
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>