aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07Merge pull request #57 from HackedOS/mainTorui
Fix multiple connections when using hotkeys
2022-05-07Fix multiple connection when using hotkeysHackedOS
2022-05-07Merge pull request #56 from HackedOS/mainTorui
Update gradle and forge
2022-05-07Update gradle and forgeHackedOS
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-23Merge pull request #51 from Coflnet/feature/implicit-connectTorui
implicit connect & bug fixes
2022-03-23rename functionÄkwav
2022-03-23fix reconnectÄkwav
2022-03-22implicit connect & bug fixesÄkwav
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-12-28Merge pull request #46 from Coflnet/fix/servercommandsÄkwav
initial fix, needs testing!
2021-12-28initial fix, needs testing!Florian Rinke
2021-11-06Merge pull request #36 from Coflnet/feature/server-callbacksÄkwav
Feature/server callbacks
2021-11-06Merge pull request #37 from Coflnet/feature/connect-commandÄkwav
Implement connect command
2021-11-06minor fix for /cofl statusFlorian Rinke
2021-11-06Implement TicketFlorian Rinke
2021-11-06implementationFlorian Rinke
2021-11-05Merge pull request #34 from Coflnet/fix/graceful-failÄkwav
Handle Fail more graceful
2021-11-05Merge pull request #35 from Coflnet/feature/server-resetÄkwav
Implement the Reset command server msg
2021-11-05added linkFlorian Rinke
2021-11-05.Florian Rinke
2021-11-05Implement the Reset command server msgFlorian Rinke
2021-11-05Merge pull request #30 from Coflnet/feature/command-rewrite-plus-ciÄkwav
Rewrite Commands to be Generic
2021-11-05Handle Fail more gracefulFlorian Rinke
2021-11-05Merge pull request #29 from Coflnet/feature/reenable-hotkeysmatthias-luger
Reenable Hotkeys
2021-11-05rename de.torui.coflsky.core to commands in for refactorFlorian Rinke
2021-11-05Update src/main/resources/assets/coflsky/lang/en_US.lang Torui
Shorten message and replace bannable with "use at own risk" Co-authored-by: matthias-luger <58751503+matthias-luger@users.noreply.github.com>
2021-11-05add missing importFlorian Rinke
2021-11-05Modularized Command InfrastructureFlorian Rinke
2021-11-05This should reenable hotkeysFlorian Rinke
2021-11-05Merge pull request #28 from Coflnet/feature/github-actionsÄkwav
Feature/GitHub actions
2021-11-05emot job artifactFlorian Rinke
2021-11-05run with bashFlorian Rinke
2021-11-05.Florian Rinke
2021-11-05.Florian Rinke
2021-11-05.Florian Rinke
2021-11-05Added very simple Github ActionFlorian Rinke
2021-10-29Merge pull request #26 from Coflnet/feature/remove-hotkeysmatthias-luger
remove hotkey support
2021-10-29remove hotkey support.Florian Rinke
Codepaths left in place for perhaps other features. #25
2021-10-26Merge pull request #24 from Coflnet/remove-commandsTorui
use sky.coflnet.com by default
2021-10-26use sky.coflnet.com by defaultÄkwav
sky.coflnet.com should be uses because it is loadbalanced
2021-10-25Merge branch 'main' of https://github.com/Coflnet/SkyblockMod into mainFlorian Rinke