aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-25renamed Effigieshannibal2
2023-07-25Show locations of inactive Blood Effigyhannibal2
2023-07-24Fixed jacob contest time shows one second too longhannibal2
2023-07-24Fixed jacob contest time shows one second too longhannibal2
2023-07-240.19 Beta 12hannibal2
2023-07-24moved PatcherBeacon to inner classhannibal2
2023-07-24Merge pull request #330dragon99z
* +added Eman slayer beacon highlight and beacon beam * +added Eman slayer beacon warning toggle * Merge remote-tracking branch 'origin/beta' into beta * +added Patcher sendcoords like command * formatting (Strg + Alt + L in IntelliJ) * using regex to grab coordinates from chat * Merge branch 'hannibal002:beta' into beta * Merge remote-tracking branch 'origin/beta' into beta * +Added a PatcherBeacon class to store the location,name and creation … * Formatting * using "for iterator" instead of index, using "removeIf" and removed l…
2023-07-24code cleanuphannibal2
2023-07-24Fixed error with detecting hit phase during eman slayer in damage indicatorhannibal2
2023-07-24Merge pull request #323HiZe_
* Added shadow fury to ItemAbilityooldown * check item in hand * Merge branch 'beta' of https://github.com/hannibal002/skyhanni into s… * ok don't ask * `null != "text"` is always true * Added support for STARRED_SHADOW_FURY * Merge branch 'beta' into shadow_fury_item_cooldown
2023-07-24typoshannibal2
2023-07-24Slayer boss warning (#320)HiZe_
Co-authored-by: superhize <superhize@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-07-24using exactLocation for visitor texthannibal2
2023-07-24Merge pull request #309HiZe_
* added text on Killer spring and Blood ichor * twinclaw sound and delay * Merge branch 'beta' of https://github.com/hannibal002/skyhanni into i… * draw line from boss to ichor/spring * changed default color * fixes * fixes * draw line to the boss head if higlighted * Merge branch 'beta' into ichor_spring_text * merge conflicts and more sub configs
2023-07-24add npc motes sell value for current opened chest (#317)HiZe_
Co-authored-by: superhize <superhize@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-07-24Fixed irrelevant spelling stuffhannibal2
2023-07-23fixed nameshannibal2
2023-07-23Using EntityUtils.getEntities everywherehannibal2
2023-07-23Hide particles around enderman slayer bosses and mini bosseshannibal2
2023-07-23Added option to hide the vanilla particles around endermanhannibal2
2023-07-23Fixed togglesneak mod breaking escape menu open detection for quick mod menu ↵hannibal2
switch
2023-07-22fixed random bughannibal2
2023-07-22added dungeon stuff to debug commandhannibal2
2023-07-22fixed thorn foreverhannibal2
2023-07-21Fixed profile name not detecting correctly when only one profile existshannibal2
2023-07-21added /shdebugdatahannibal2
2023-07-21Added more error messages to farming weight displayhannibal2
2023-07-21Merge pull request #327dragon99z
* +added Eman slayer beacon highlight and beacon beam * +added Eman slayer beacon warning toggle * Merge remote-tracking branch 'origin/beta' into beta * +added Patcher sendcoords like command * formatting (Strg + Alt + L in IntelliJ)
2023-07-21warns before changing more than 3 config elementshannibal2
2023-07-21removed api key detection error messagehannibal2
2023-07-21formattinghannibal2
2023-07-21more makeAccessible usagehannibal2
2023-07-21moved into separate methodshannibal2
2023-07-21using return stringhannibal2
2023-07-21bigger fixeshannibal2
2023-07-21small fixeshannibal2
2023-07-21add /shconfig set, add support for playerSpecific and profileSpecifichannibal2
2023-07-21update moulconfig to 1.1.5hannibal2
2023-07-21added commenthannibal2
2023-07-21Added /shconfig commandhannibal2
2023-07-20No longer double counting mob kill coins in slayer profit trackerhannibal2
2023-07-20Merge remote-tracking branch 'origin/beta' into betahannibal2
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/inventory/HideNotClickableItems.kt # src/main/java/at/hannibal2/skyhanni/utils/CachedItemData.kt # src/main/java/at/hannibal2/skyhanni/utils/SkyBlockItemModifierUtils.kt
2023-07-20Hide Not Rift-transferable items in Rift Transfer Chest as part of hide not ↵hannibal2
clickable items feature
2023-07-20Hide Not Rift-transferable items in Rift Transfer Chest as part of hide not ↵hannibal2
clickable items feature
2023-07-20Showing the total amount of sharks fished after the fishing contest in chathannibal2
2023-07-190.19 Beta 11hannibal2
2023-07-19made class not a data classhannibal2
2023-07-19Use New Elite API (#324)Kaeso
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-07-19Merge pull request #293HiZe_
* moved formatting stuff into its own class * started splitting into multiple files * renamed Formatting file to GhostFormatting * formatting * Fixed error when killcombo is over 1000 * save * added total money made * fixed detection of bestiary levelup message * Merge branch 'beta' into ghostcounter_update * Merge commit 'refs/pull/293/head' of https://github.com/hannibal002/s… * changed things for money made * save * hopefully fixed an error * Merge branch 'beta' into ghostcounter_update * fixed error in new command * fixed error when trying to get combat level * Merge branch 'hannibal002:beta' into ghostcounter_update
2023-07-19Fixed regex in SackDisplay (#318)HiZe_
Co-authored-by: superhize <superhize@gmail.com>