ServerLinksSender
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (1 images)
🔍 Analysis
- 👍 1.9% endorsement rate — high engagement, a strong quality signal
- 🏆 #415 of 896 fabric mods in this game by downloads
📋 About This Mod
# ServerLinksSender ## Context Minecraft 1.21 released a new feature, allowing vanilla servers to send vanilla clients certain links which the client then can display in the pause menu under a new option called Server Links. In there they are listed and can be clicked on. Vanilla only exposes sending a “Bug report link” that players can use to report bugs on the server, but the system is capable of doing much more! That’s where this mod comes in. ## Description ServerLinksSender allows to configure custom button labels and links for those, so you can supply your very own links and labels for things like server website, vote links, discord links, etc. and periodically update them as the server runs. Additionally, this supports (https://placeholders.pb4.eu/user/general/), allowing for easy and dynamic text components. Finally, you can make use of the (https://github.com/Patbox/PredicateAPI/blob/1.21/BUILTIN.md) to send certain links only under certain conditions, for example, send a link to the staff docs only to players with the staff permission or send a link with event rules if players are in the event world! ## Limitations First things first, you are **not able to use clickevents or hovereffects of any sort** as these are used in a button, not chat. I have not tested everything, but can confirm **text decorations and colours work fine**. Additionally, the vanilla server links screen does **NOT** re-render if the new links gets sent. It will only re-render whenever the player actually opens it, and then it **only gets rendered once**, meaning you can't do super dynamic placeholders like worldtime as they don't get updated as the played looks at them. ## Commands | Command | Permission | Description | |---------------------------------------|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `/reloadserverlinks ` | `serverlinks.main` | Reloads the config from file and can optionally send the new list to all currently online players; this is especially useful if the players only get the links once (more on that below) and you want to update the links without having to re-log | ## Example config The mod creates a default configuration that you can use as a baseline, below is a similar configuration with some explanations (marked with `//` ```json { // how many ticks should pass before the list gets sent to all players again // you will need this if you have placeholders in use that change throughout user's play session. Setting this to 20 means it gets sent roughly every second. Lower than 20 is not recommended. // Setting this to -1 will disable periodic updates, meaning players will only get the list when they login (or --force-update is used) "refresh_interval": -1, // list of links to get sent to all users without any condition "global_server_links": { "<red><bold>My cool link!": "https://google.com" }, // multiple sets of links that can be sent additionally to those above if the player matches the requirements (e.g. has a certain permission or is in a certain world) "additional_links": } ```
# ServerLinksSender
Minecraft 1. 21 released a new feature, allowing vanilla servers to send vanilla clients certain links which the client then can display in the pause menu under a new option called Server Links. In there they are listed and can be clicked on.
Vanilla only exposes sending a “Bug report link” that players can use to report bugs on the server, but the system is capable of doing much more! That’s where this mod comes in.
## Description
ServerLinksSender allows to configure custom button labels and links for those, so you can supply your very own links and labels for things like server website, vote links, discord links, etc. and periodically update them as the server runs. Additionally, this supports (https://placeholders.pb4.eu/user/general/), allowing for easy and dynamic text components. Finally, you can make use of the (https://github.com/Patbox/PredicateAPI/blob/1. 21/BUILTIN.md) to send certain links only under certain conditions, for example, send a link to the staff docs only to players with the staff permission or send a link with event rules if players are in the event world!
## Limitations
First things first, you are not able to use clickevents or hovereffects of any sort as these are used in a button, not chat. I have not tested everything, but can confirm text decorations and colours work fine.
Additionally, the vanilla server links screen does NOT re-render if the new links gets sent. It will only re-render whenever the player actually opens it, and then it only gets rendered once, meaning you can't do super dynamic placeholders like worldtime as they don't get updated as the played looks at them.
## Commands
| Command | Permission | Description | |---------------------------------------|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `/reloadserverlinks [--force-update]` | `serverlinks.main` | Reloads the config from file and can optionally send the new list to all currently online players; this is especially useful if the players only get the links once (more on that below) and you want to update the links without having to re-log |
## Example config
The mod creates a default configuration that you can use as a baseline, below is a similar configuration with some explanations (marked with `//`
```json
{
// how many ticks should pass before the list gets sent to all players again
// you will need this if you have placeholders in use that change throughout user's play session. Setting this to 20 means it gets sent roughly every second. Lower than 20 is not recommended.
// Setting this to -1 will disable periodic updates, meaning players will only get the list when they login (or --force-update is used)
"refresh_interval": -1,
// list of links to get sent to all users without any condition
"global_server_links": {
"
📊 Mod Details
- Game
- Minecraft Mods
- Author
- BlackSpirit
- Version
- 1.0.1
- Downloads
- 528
- Endorsements
- 10
- Category
- fabric
- Created
- 6/29/2024
- Updated
- 11/10/2024
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3
- Tags
- management, technology, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does ServerLinksSender support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3. Other versions may work but are untested by the author.
What is the latest version of ServerLinksSender?
Version 1.0.1, published 2024-11-10 with 528 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await
