haveachin / infrared

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

Spoof Player counts across Infrared to be equal to all server's player count #188

Open NullOrNaN opened 1 year ago

NullOrNaN commented 1 year ago

Is your feature request related to a problem? Please describe. I currently have a modded setup (forge) with Infrared as the proxy. We're using it and networked connections behind the scenes, however, we'd rather handle the player count at the proxy level rather than the server level if possible.

Describe the solution you'd like A toggle per server or globally that will allow their player counts to be synced to others with the option set to true

Describe alternatives you've considered Coding a mod for every Forge version we use and syncing it that way, however, isn't practical due to Forge's API.

Additional context None currently.