You can now customize the help bar with a few new options in the language.yml file.
Code (YAML):
footer
: '&7&m
{prev
}&7&m &7
[
{page
}
]&7&m
{next
}&7&m '
next-page
: '&7Next Page'
# hover text of {next}
next-text
: '&a&l⋙⋙⋙'
# replaces {next} if there is a next page
next-deny
: '&7&m '
# replaces {next} if there isn't a next page
previous-page
: '&7Previous Page'
# hover text of {prev}
prev-text
: '&a&l⋘⋘⋘'
# replaces {prev} if there is a previous page
prev-deny
: '&7&m '
# replaces {prev} if there isn't a previous page
Fixed a bug where some messages weren't hidden from the help pages.