SamB440 / ForcePack

Spigot/Velocity plugin to aid resource pack deployment and enforcement, among other utilities.
https://fortitude.islandearth.net/category/forcepack
GNU General Public License v3.0
48 stars 17 forks source link

Reduce requests made to URLs #5

Closed SamB440 closed 1 year ago

SamB440 commented 1 year ago

Currently we make around 2-3 requests depending on config options when loading, such as getting url hash then verifying it all. Would be nice if we could only send 1 request, store that, and reuse it.