Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tarna/serverlinks

A Spigot 1.21 Plugin that allows you to use the new Server Links feature.
https://github.com/tarna/serverlinks

Last synced: 13 days ago
JSON representation

A Spigot 1.21 Plugin that allows you to use the new Server Links feature.

Awesome Lists containing this project

README

        

# ServerLinks
A Spigot 1.21 Plugin that allows servers to use the new server links features.

## Config
The config is simple and uses the key as the label and the value as the link.
```yml
Website: "https://domain.com"
Discord: "https://discord.gg/invite"
```

It also supports colors by using either the & or § symbol in the label.
```yml
§cWebsite: "https://domain.com"
```

## Commands
- `/serverlinks reload` - Reloads the config file with the new links. Player must relog to see changes.