chrismin13 / AdditionsAPI

An API to create Custom Items with ease!
https://www.spigotmc.org/resources/additions-api.43955/
MIT License
22 stars 10 forks source link

Fix non-https issue #51

Closed dwelch2344 closed 4 years ago

dwelch2344 commented 4 years ago

Nodecraft will only serve up files over HTTPS. If you navigate via HTTP, most browsers will update you. Given that this flat out won't work unless https is used, may as well just force it here and move along :)

dwelch2344 commented 4 years ago

Waiiiit, sorry. Just realized how the local server fits into all of this – and set myself up for failure on forcing that SSL locally ;)

I'll rework my approach a bit