mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user