redcraft-org / RedCraftBungeeJsonApi

A basic BungeeCord plugin to get stats about servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace com.sun.net.httpserver with a better HTTP server

lululombard opened this issue · comments

Right now we're using com.sun.net.httpserver which apparently shouldn't be used inside an app. We probably want to look at alternatives to avoid using SupressWarnings() calls