aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
AgeCommit message (Collapse)Author
2023-08-02Using MutableMap.puthannibal2
2023-07-31Added repo switch user_api_keyshannibal2
2023-07-29hopefully fixed 'onChatPacket must not be null'hannibal2
2023-07-26Added Horsezooka Hiderhannibal2
2023-07-25repeatSecondshannibal2
2023-07-25We do love LorenzTickEvent nowhannibal2
2023-07-25Using LorenzWorldChangeEvent everywherehannibal2
2023-07-25Show locations of inactive Blood Effigyhannibal2
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-24Slayer boss warning (#320)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-23Using EntityUtils.getEntities everywherehannibal2
2023-07-22fixed random bughannibal2
2023-07-21Fixed profile name not detecting correctly when only one profile existshannibal2
2023-07-21removed api key detection error messagehannibal2
2023-07-12Created Block Data classhannibal2
2023-07-12Added Living Metal Helperhannibal2
2023-07-11Merge pull request #302HiZe_
* feature * save * changed things, fixed things * fixes * Merge branch 'beta' of https://github.com/hannibal002/skyhanni into h… * typo * changed how seeThrough work * moved function to entityutils * updated desc in config * changed value * Blood Ichor highlight * added killer spring highlight * warning for twinclaws * forgot to add config for twinclaws * renamed class * changed twinclaws title to be bold, moved it up a bit and extended ti… * always highlight co-op boss * save * config option for blood ichor beam * checking distance before processing * update * fixes * small fixes * changed detection from 20 to 15 blocs * merged beta * fixed crash with conflicting class name * moved everything in its own config, add steak title for each section * wording * Merge branch 'beta' into highlight_own_vampire * Moving vampire config into slayer category * Fixed one thing * IntelliJ auto formattings * IntelliJ auto formattings * Unnecessary check * code cleanup * parameter is already default false * moved distance check * merged beta * Fixed shouldRender
2023-07-08Better repo error handlinghannibal2
2023-07-05mirror verse jump and run (#265)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Roman / Linnea Gräf <nea@nea.moe>
2023-07-04Last minute Rich Presence fixes (#290)NetheriteMiner
2023-07-04Trying to fix ghost counter (#275)HiZe_
Ghost Counter fixes
2023-07-04Update Rich Presence to support The Rift (#277)NetheriteMiner
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-06-23Merge branch 'hannibal002:beta' into frozen_treasure_trackerCalMWolfs
2023-06-22Added Agaricus Cap countdownhannibal2
2023-06-22potential fix for the futurehannibal2
2023-06-22Fixed Shy warning problem with not using main threadhannibal2
2023-06-22Merge branch 'beta' into frozen_treasure_trackerCalMWolfs
2023-06-22Added rift timerhannibal2
2023-06-22better error handlinghannibal2
2023-06-19Merge branch 'beta' into frozen_treasure_trackerCalMWolfs
2023-06-19done apart from testingCalMWolfs
2023-06-19Removed API key detection and warning for missing api keyshannibal2
2023-06-19RNG Meter Displayhannibal2
2023-06-17v2 for fortune guide (#188)CalMWolfs
2023-06-15Added cells alignment ability cooldownhannibal2
2023-06-12Hotkey to open SkyHanni Position Editor no longer works inside signshannibal2
2023-06-10Fixed non bazaar items + wisp ice flavored water not workinghannibal2
2023-06-10+ Changed Slayer Profit Trackerhannibal2
+ Option to change price between npc/instant sell and sell offer + Save data in config + Added option to hide an item from the display + Showing the profit per boss = Different tiers of same slayer type no longer gets merged together
2023-06-10Fixed broken wither impact message showing at the wrong timehannibal2
2023-06-09removed debug messageshannibal2
2023-06-09Added Item Profit Tracker, Items on Ground and Broken Hyperion Warninghannibal2
2023-06-05Added support for maxed out crop milestoneshannibal2
2023-06-04Properly sending inventory close event when closing the gui position editorhannibal2
2023-06-04typohannibal2
2023-06-04removed debughannibal2
2023-06-04Added Command Autocompletehannibal2
2023-05-29Fortune guide - Mostly done (#160)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-05-22Use getItemInHand()hannibal2