drewdorris / Powder

A Spigot plugin which utilizes particles & sound effects to allow for incredibly customizable pictures and animations
Other
15 stars 3 forks source link

readURL only creates https URL #1

Closed ds58 closed 6 years ago

ds58 commented 6 years ago

readURL should be able to use http or https

https://github.com/Ruinscraft/Powder/blob/master/src/main/java/com/ruinscraft/powder/PowderPlugin.java#L510

drewdorris commented 6 years ago

readURL adds an "https" if the user does not add it themselves -- they can manually add an http if they'd like. I can add a check for http if https fails