> For the complete documentation index, see [llms.txt](https://docs.anotherlevel.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anotherlevel.it/documentation/anotherlevelbungeelist/customnames.md).

# Customnames

In the config.yml, you can add custom server names. This allows you to change the default name of a server to a custom one. For example, you can replace the default name "lobby" in the Bungee config with "Lobby-1".

```yaml
enable-debug: false

customservernames:
  lobby: '<#67BB37>Lobby-1<#67BB37>'
```
