Guides
- 📚 Setup
- 📄 Config File
Documentation
- 🖥️ Commands
- 👥 Server Groups
- 🎨 Formatting
- 📛 Nametags
- 📊 Sorting
- ✍️ Placeholders
- 🔗 Relational Placeholders
- 🔀 Conditional Placeholders
- ✨ Animations
- 🖼️ Custom Logos
- 🔗 Server Links
- 📦 API
Note:This feature will only apply for users connecting with Minecraft 1.21+ clients
Velocitab supports sending Server Links to players, which will be displayed in the player pause menu by 1.21+ game clients. This can be useful for linking to your server's website, Discord, or other resources.
Server links are configured with the server_links
section in your config.yml
file. A link must have:
url
field; a valid web URL to link tolabel
field, which is the text to display for the link. Labels can be::
bug_report
- Will also be shown on the disconnection error screen.community_guidelines
support
status
feedback
community
website
forums
news
announcements
groups
field, which is a list of server groups the link should be sent to connecting players on.
'*'
to show the link to all groups.server_links:
- url: 'https://william278.net/project/velocitab'
label: 'website'
groups: ['*']
- url: 'https://william278.net/docs/velocitab'
label: 'Documentation'
groups: ['*']
- url: 'https://github.com/William278/Velocitab/issues'
label: 'bug_report' # This will use the bug report built-in label and also be shown on the player disconnect screen
groups: ['*']