aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-11-27remove annoying loggingMatthias Luger
2023-11-02use middle click for button remappingMatthias Luger
2023-10-31fix string formatÄkwav
2023-10-31update version for 1.5.4-alphaÄkwav
2023-10-31fix #107Äkwav
2023-10-31reduce description requests (#110)matthias-luger
* reduce description requests * Update DescriptionHandler.java fix nullreference --------- Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>
2023-10-31prevent hotkey from being spammed when held (#109)matthias-luger
* prevent hotkey from being spammed when held * fix hotkey holding still working
2023-10-18Merge remote-tracking branch 'origin/main' into mainMatthias Luger
2023-10-18fix cursor not being grabbed after gui resetMatthias Luger
2023-08-30remove wrong protocol connection attemptÄkwav
2023-06-29use left click for click action (#103)matthias-luger
2023-05-17fix description updating in tradeÄkwav
2023-05-16handle crash when clicking on cancelMatthias Luger
2023-04-02bump version number to 1.5.2Äkwav
2023-03-16Merge remote-tracking branch 'origin/main' into mainMatthias Luger
2023-03-16lower case all internal openAuctionGui commandsMatthias Luger
2023-03-15add setgui to help command (#97)matthias-luger
2023-03-13set lower and upper inventory of GuiChest correctly (#96)matthias-luger
2023-02-26fixed location, patched purse commands (#93)Äkwav
* fixed location, patched purse commands * revert chat format * revert overlooked line * bump session length
2023-02-17Add TFM Purchase UI to Mod (#78)matthias-luger
* Add TFM Purchase UI to Mod * fix up opening flips by hotkey fix up flip message in tfm ui * readded check if the auction should be drawn mod doesnt crash anymore if a non flip auction is opened * added /cofl set gui command changed gui title * added /fc toggle command dont store toggle locally * rename purchaseOverlay config removed unused code renamed gui command to /cofl set ahbuygui * fix message not available if flip opened by mouse fix old message shown for non flip auctions * added /cofl setGui command added cofl purchase gui * Add sound on flip * Fixed new flip sound Optimized cofl gui Removed flickering of default mc gui Move mouse to middle on screen open * remove unused code * remove debug code * don't open guis if not in skyblock * fix sound being null * fix bed flips fix opening /cofl blocked * remove logging * Rewrote cofl gui to render before the chest gui opens * - fix bed flips - invalidate best flips after open * - fix scrolling * - fix description not updating - case insensitive commands - fix up , at the end of the message * - add gui if item was already bought - fix bug that invalidated too many flips - added missing "break" * fix merge error * add .vscode to gitignore formatting * fix formatting issue * - remove comment - remove emty line
2023-02-08prevent nullpointer exception from description handler (#90)matthias-luger
2023-01-29double check purse parsing and update to 1.4.4Äkwav
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-25Merge pull request #83 from Coflnet/fix/pet-descriptionsmatthias-luger
fix descriptions for pets and format handler
2023-01-21fix descriptions for pets and format handlerÄkwav
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>
2022-10-24hotfix purse not allowing more than maxintÄkwav
2022-10-11fix chestname missing from updatesÄkwav
2022-10-01Merge pull request #71 from Coflnet/fix/trade-viewTorui
Update descriptions on change and fix hot key starts
2022-10-01make dev mode toggle and write target in chatÄkwav
2022-09-30bump versionÄkwav
2022-09-30fixes #68 & fixes #67Äkwav
2022-06-17Merge pull request #66 from Coflnet/fix/json-crashTorui
Fix invalid config crashing minecraft
2022-06-16implementationÄkwav
2022-06-04only send nobestflip once and clearify codeÄkwav
2022-06-04Revert "Trial/mouse buttons (#52)"Torui
This reverts commit 507b9c2768ed6dafff82460fbe743a48f6fa631a.
2022-05-27Fix most bugs from 1.4-alpha (#63)HackOS
* Show Flips in timer in any gui * Fix catch try return
2022-05-21initial implementation (#38)Torui
* rewrite everything * Add replace and insert methods for tooltips * Add sleep bcz hypixel doesnt want a prefilled chest * Commit requested changes * Fix messed up item stacks for stackables * Move handlers to handlers package * Empty hashmap on gui close * merge conflixt fix * Fix index out of bound exception * Fix bcz forge * fix messed slot assigns when there is empoty inventory slot * Make tooltips respect mod settings * Fix typo * save tab contents * optimise description loading & fix tab Co-authored-by: HackedOS <63157139+HackedOS@users.noreply.github.com> Co-authored-by: Äkwav <xekwavx@gmail.com>
2022-05-17Dont spam chat with config updates (#62)HackOS
* Dont spam chat with config updates * Fix bcz im dumb * Show value of setting
2022-05-15Fix chat spam if chat regex is null and respect more privacy settings (#61)HackOS
* Fix chat spam if chat regex is null and respect more privacy settings * optimize * optimize regex
2022-05-14Fix crash bcz untested codeHackedOS
2022-05-14Fix crash on buying stuff in AH (#60)HackOS
2022-05-12Add Auto-Toggle and Send Scoreboard/Tab Menu Data (#58)HackOS
* Add Auto-Toggle * Send Scoreboard data to the Server * Fix Privacy settings and respect collect scoreboard * Move code to EventHandlers.java and collect Tab Manu data * Remove unused import * Refactor for Readability * Bug Fix * Fix bug * Add LocalConfig and Respect AutoStart * Add chat msg when leaving skyblock * Add ChatRegex * Fix bug where purse doesnt update with pigyy bank * Improve Performance * Fix chatregex always being null
2022-05-08Feature/configuration (#59)Torui
* initial commit of configuration management * Updated Configuration Options * Review Feedback, IntelliJ was angry about TimerCountdown.java import Co-authored-by: Florian Rinke <florian@torui.de>
2022-05-07Fix multiple connection when using hotkeysHackedOS
2022-04-12Feature/countdown (#54)Äkwav
* v1 * fixes #20 * code review comments * update version * fix aliases
2022-03-26Trial/mouse buttons (#52)Torui
* try listening to mouse events too * add missing import
2022-03-23rename functionÄkwav
2022-03-23fix reconnectÄkwav
2022-03-22implicit connect & bug fixesÄkwav