> For the complete documentation index, see [llms.txt](https://hcdocs.voidem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hcdocs.voidem.com/configuration/language/v2.9+-page-prompt.md).

# (V2.9+) Page Prompt

The Page Prompt part of the Language section (V2.9+)

### :warning: In Version 2.9 only default color codes work (using the '&' symbol) :warning:

```yaml
pagePrompt:
  enabled: true
  page: '&6Page &e$[pageNum]'
  arrowBack: '&a[<< &2$[prevNum]&a]'
  arrowForward: '&a[&2$[nextNum]&a >>]'
```

enabled: Sets whether the next/last page prompt shows at the bottom of the help page

page: Changes the text displayed on the page prompt to display what page the user is on

arrowBack: Customises the previous page arrow

arrowForward: Customises the next page arrow

## Placeholders

***$\[pageNum]*** - Current page number

***$\[prevNum]*** - Previous page number

***$\[nextNum]*** - Next page number
