Age | Commit message (Collapse) | Author |
|
|
|
* 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>
|
|
fix descriptions for pets and format handler
|
|
|
|
* 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>
|
|
|
|
|
|
Update descriptions on change and fix hot key starts
|
|
|
|
|
|
|
|
Fix invalid config crashing minecraft
|
|
|
|
|
|
This reverts commit 507b9c2768ed6dafff82460fbe743a48f6fa631a.
|
|
* Show Flips in timer in any gui
* Fix catch try return
|
|
* 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>
|
|
* Dont spam chat with config updates
* Fix bcz im dumb
* Show value of setting
|
|
* Fix chat spam if chat regex is null and respect more privacy settings
* optimize
* optimize regex
|
|
|
|
|
|
* 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
|
|
* 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>
|
|
|
|
* v1
* fixes #20
* code review comments
* update version
* fix aliases
|
|
* try listening to mouse events too
* add missing import
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
Feature/server callbacks
|
|
|
|
|
|
|
|
Handle Fail more graceful
|
|
|
|
|
|
|
|
Rewrite Commands to be Generic
|
|
|
|
|
|
Shorten message and replace bannable with "use at own risk"
Co-authored-by: matthias-luger <58751503+matthias-luger@users.noreply.github.com>
|
|
|
|
|
|
|
|
remove hotkey support
|
|
Codepaths left in place for perhaps other features.
#25
|
|
sky.coflnet.com should be uses because it is loadbalanced
|
|
|