aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/torui/coflsky/WSCommandHandler.java
AgeCommit message (Collapse)Author
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-03-16lower case all internal openAuctionGui commandsMatthias Luger
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-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>
2022-06-04only send nobestflip once and clearify codeÄkwav
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-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-04-12Feature/countdown (#54)Äkwav
* v1 * fixes #20 * code review comments * update version * fix aliases
2022-01-24Feature/support new flips (#47)Torui
* added rudimentary support for the new flips * Keypress * send "clicked" command * maybe fix the ConcurrentModificationException * add synchronized to relevant pieces of code * premature optimization * change timings to 50 seconds * switched to config file * workaround for #48 * change debounce mechanism * cofl track * fix #49 * fix command not getting data serialized * . * add id on claim * unset hotkey * Apply suggestions from code review remove tab from empty line Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>
2021-11-05rename de.torui.coflsky.core to commands in for refactorFlorian Rinke
2021-11-05Modularized Command InfrastructureFlorian Rinke
2021-10-18Merge pull request #15 from Coflnet/fix-hotkeyTorui
fixed hotkey for release
2021-10-16fixed hotkey for releaseÄkwav
2021-10-14refactor websocket package to network packageFlorian Rinke
2021-10-14fix an error where /cofl in callbacks failsFlorian Rinke
2021-10-11tried fixing onClickFlorian Rinke
2021-10-11update PlaySoundFlorian Rinke
2021-10-11added hover #10 and chatmessage #12Florian Rinke
2021-10-03implements KeybindFlorian Rinke
2021-10-03everything is now json encodedFlorian Rinke
2021-10-02added PlaySound #7. Needs TestingFlorian Rinke
2021-10-02Implements #6Florian Rinke
2021-09-23switched websocket libraryFlorian Rinke
2021-09-22.Florian Rinke
2021-09-13made command client sideFlorian Rinke