> 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.md).

# Language

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

```json
######################################
# 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

## Page Prompt moved [here](/configuration/language/v2.6+-page-prompt.md)
