(V2.9+) Page Prompt
The Page Prompt part of the Language section (V2.9+)
⚠️ In Version 2.9 only default color codes work (using the '&' symbol) ⚠️
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
Last updated