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
  1. Configuration

Language

The language section allows you to change messages for certain parts of the plugin

######################################
# Language
######################################
reload: '&aHelpCommand reloading' # sets message for /hc reload
disabled: '&cThis command is disabled' # sets message for if a command is disabled
noargument: '&cPlease use an argument' # sets message for /hc if no arguments are provided
playersOnly: 'Only players can use this command' # sets message for when a command is run from the console
pageNA: '&cThis page does not exist!' # sets message for if a page doesn't exist

pagePrompt:
  enabled: true
  pageNumberColour: 'GREEN'
  pageTextColour: 'GOLD'
  page: 'Page'
######################################

reload: Changes the message that is shown when /hc reload is run (with the correct permissions)

disabled: Changes the message that is shown when /help is run but has been set to disabled

noargument: Changes the message that is shown when /hc is run without any arguments

playersOnly: Changes the message that is shown in the console when attempting to run /help

(V2.6+)

pageNA: Changes the message that is shown when running /help <page number> if the page is disabled or out of the 1-5 range

PreviousEnabled CommandsNext(V2.6+) Page Prompt

Last updated 8 months ago

Page Prompt moved

here