Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tarna/serverlinks
- Owner: tarna
- Created: 2024-06-13T20:55:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T20:56:00.000Z (7 months ago)
- Last Synced: 2024-12-23T05:12:15.879Z (13 days ago)
- Language: Java
- Size: 44.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.