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

pagePrompt:

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

pageNumberColour: Changes the colour of the number in the next page prompt (No HEX or gradients)

pageTextColour: Changes the colour of the text for the next page prompt (No HEX or gradients)

page: Changes the text displayed on the page prompt for the word page to allow it to be translated into other languages (Colour codes not accepted in this field)

Last updated