WheelCore icon indicating copy to clipboard operation
WheelCore copied to clipboard

Add a built-in web server to distribute resource packs

Open czm23333 opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Although client-side spawner support has already been added, there's still the last step: send the resource pack to client, which needs a web server holding resource pack files.

Describe the solution you'd like It's obviously the best to reuse the port that the Minecraft server owns, which can be achieved by some existing projects.

Describe alternatives you've considered Another acceptable solution is to occupy another port for the web server.

czm23333 avatar Mar 25 '22 16:03 czm23333