Help Command
  • General
  • Version 2.6 Explained
  • Updating versions
  • Admin & Permissions
  • Configuration
    • Help Output
    • Enabled Commands
    • Language
      • (V2.6+) Page Prompt
      • (V2.9+) Page Prompt
    • (V2.6+) Pages
    • (V2.8+) Aliases
  • Color Codes
Powered by GitBook
On this page
  • In Version 2.9 only default color codes work (using the '&' symbol)
  • Placeholders
  1. Configuration
  2. Language

(V2.9+) Page Prompt

Previous(V2.6+) Page PromptNext(V2.6+) Pages

Last updated 8 months ago

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

⚠️
⚠️