
A Bukkit plugin shows your server links in the client pause screen.
Show your server links in the client pause screen.
It is the new features in 1.21, but not disclosed in vanilla.
Now supported both Velocity and Spigot (and its forks).
File name: config.yml
server-links:
# Client known types:
# BUG_REPORT, COMMUNITY_GUIDELINES, SUPPORT, STATUS, FEEDBACK, COMMUNITY, WEBSITE, FORUMS, NEWS, ANNOUNCEMENTS
- type: WEBSITE
url: "https://github.com/MeowCraftMC/ServerLinks"
# Custom type with text
# Supports formatting codes (like &a) and hex colors (Bccff).
- type: CUSTOM
text: "&6Custom text"
url: "https://www.example.com"
File name: config.conf
server-links=[
{
type=WEBSITE
url="https://github.com/MeowCraftMC/ServerLinks"
},
{
label="&bCustom example.com"
url="https://www.example.com"
}
]
Use /serverlinks reload to reload the config.
serverlinks.admin: For admins who can reload the config.serverlinks.user: For users who can see these links.Use /velocity reload to reload the config.
No permissions provided.

SSPL-1.0
Copyright (c) 2024 qyl27
This program is free software: you can redistribute it and/or modify it under the terms of the Server Side Public License, version 1, as published by MongoDB, Inc. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Server Side Public License for more details. You should have received a copy of the Server Side Public License along with this program. If not, see <http://www.mongodb.com/licensing/server-side-public-license>.