> For the complete documentation index, see [llms.txt](https://docs.mythmc.ovh/social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mythmc.ovh/social/administration/setting-up-server-links.md).

# Setting up server links

Available since Minecraft 1.21, server links are a great way of sharing external resources with your players in the pause menu:

<figure><img src="https://4118553225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhIuZYDEHzi3qCMdABwKd%2Fuploads%2FlgSIM2HLln7lWcR0NW0I%2FScreenshot%202024-11-15%20at%2019.21.34.png?alt=media&amp;token=cc847ab5-bc4d-4880-9e16-f1255799590c" alt=""><figcaption></figcaption></figure>

## Server links with custom display names

Server links with custom display names allow the usage of MiniMessage, emojis and other features, with the disadvantage of not having translatable names.

Here's an example:

```yaml
    links:
    ...
    - displayName: <yellow>:raw_heart:</yellow> Donations
      url: https://example.com
```

## Server links with types

Types are default names provided by Minecraft itself, which means that they will always be translated to the client's language. It's worth noting that types don't allow customizability from the server's side.

Here's an example:

```yaml
    links:
    ...
    - type: COMMUNITY_GUIDELINES
      url: https://example.com
```

{% hint style="info" %}
Full list of types can be found [here](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ServerLinks.Type.html).
{% endhint %}
