aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/torui/coflsky/utils
AgeCommit message (Collapse)Author
2023-01-26Add Proxy support to the cofl mod (#85)Abhiram555
* Implement basic proxy functionality * Finish the api key management * Finished the hypixel api key support * Fixed a check, for some reason intelij didn't update my code * Only upload request if the upload is enabled, else just do the request Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com> Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>
2023-01-18Fixed issue #81 (#82)Abhiram555
* Remove the useless relocation in gradle * Implement the getMods command * Update src/main/java/de/torui/coflsky/commands/models/ModListData.java Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>