> For the complete documentation index, see [llms.txt](https://servertools.reece.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://servertools.reece.sh/configurations/how-to/serverinfocmds.md).

# ServerInfoCMDS

By using the following configuration, you can create as many informative commands with custom names and no permission hassle. This has support for PlaceholderAPI & Internal Variables\
\
Below is shown the **/discord** and **/buy** command\
*\[!] To override tebex /buy command you must disable it in its config*

```
ServerInfoCMDS:
  Enabled: true
  Commands:
    discord:
      enabled: true
      message:
      - ''
      - '&d&lServer Discord'
      - ''
      - '&d&lDiscord'
      - '&f&l%DISCORD%' 
    buy:
      enabled: true
      message:
      - ''
      - '&f&l[!] &d&lCLICK TO VISIT OUR STORE!'
      - ''
      - '  &d&l• &f&n%STORE%'
      - ''
```
