haveachin / infrared

An ultra lightweight minecraft reverse proxy and idle placeholder
https://infrared.dev
GNU Affero General Public License v3.0
722 stars 60 forks source link

Forward player list of server #174

Open Phoenix616 opened 1 year ago

Phoenix616 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the player list (or text from SLP) doesn't show up when hovering over the player count when using infrared. It would be nice to be able to forward that too additionally to the normal MOTD.

Describe the solution you'd like The player list to be forewarded too and a config option to be added to specify the list in the for the offline/unreachable status config and the status override.

Describe alternatives you've considered Not using infrared.

Additional context This is regardin the Java client's ping. Text is currently set with ServerListPlus but it also would be nice to have when just the normal Vanilla player list is displayed.

Feature which I mean working without Infrared: image

Most likely related to #119, just wanted to open a separate ticket as the rest of that ticket seems to be working in v2.0.0-alpha.13 already.