PaperMC / Velocity

The modern, next-generation Minecraft server proxy.
https://papermc.io/software/velocity
GNU General Public License v3.0
1.68k stars 583 forks source link

feat: Add basic API for server links #1353

Closed WiIIiam278 closed 2 weeks ago

WiIIiam278 commented 3 weeks ago

Adds a (very simple) API for setting a list of server links to display to the client with either built-in or component labels. Strings for URLs as is the case in the resource pack API.

I was thinking about doing something more complex with a builder or something, but I'm not sure it's really needed in this case?

WiIIiam278 commented 3 weeks ago

@alexdev03 The link is checked in the constructor above the static methods - hence is not needed twice.