mirror of
https://github.com/aikar/commands.git
synced 2026-07-02 19:00:49 +00:00
Finish up the pagination of the help system
This commit is contained in:
@@ -28,10 +28,12 @@ acf-core.error_prefix = Error: {message}
|
||||
acf-core.error_performing_command = I'm sorry, but there was an error performing this command.
|
||||
acf-core.info_message = {message}
|
||||
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_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 less than {max} characters long.
|
||||
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>
|
||||
acf-core.no_command_matched_search = No command matched <c2>{search}</c2>.
|
||||
acf-core.help_page_information = - Showing page <c2>{page}</c2> of <c2>{totalpages}</c2> (<c3>{results}</c3> results).
|
||||
acf-core.help_no_results = Error: No more results.
|
||||
|
||||
Reference in New Issue
Block a user