summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/test/command
AgeCommit message (Collapse)Author
2024-08-23Fix: ItemCategory error spam (#2392)Thunderblade73
2024-08-11changed /shtestmessage logichannibal2
2024-06-22Improvement: Add hover descriptions to many ClickableChat messages (#1919)Obsidian
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-16Added debug command /shtestislandhannibal2
2024-06-13formattinghannibal2
2024-06-13Backend: for each (#1725)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-08Backend: Custom event bus (#2008)Brady
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com>
2024-06-06Backend: Convert existing objects to use the annotation and add the plugin ↵CalMWolfs
(#1974) Co-authored-by: ThatGravyBoat <thatgravyboat@gmail.com>
2024-06-05Fix: Crash and use less forge events (#1986)CalMWolfs
2024-05-29cant use multi lines without clipboardhannibal2
2024-05-26Backend: Track particles command (#1787)CalMWolfs
2024-05-26Fix Typos (#1897)Thunderblade73
2024-05-24Improvement: Compact Hoppity Chat (#1748)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-13fixed typoshannibal2
2024-05-09Fix: Mining Event Error Spam (#1746)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-08Feature: Profit per corpse loot (#1734)hannibal2
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-08Backend: Text API (#1718)Brady
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-07Feature: Mining Commissions Blocks Color (#1701)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-03code cleanuphannibal2
2024-05-03Add shtestmessage for complex messages (#1663)Linnea Gräf
2024-04-24Backend: Replace Internal Commands (#1522)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-21fix replacing too many chat messages.hannibal2
2024-04-19code cleanuphannibal2
2024-04-19Backend: Display in-world the locations of sounds for TrackSoundsCommand (#1489)Brady
2024-04-18Cleanup (#1485)Thunderblade73
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-07Backend: Remove a lot of deprecated code (#1371)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-04Backend: Add option to copy raw scoreboard (#1356)Alexia Luna
2024-04-04Backend: error manager only for beta users (#1299)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-03Backend: Mob Detection (#712)Thunderblade73
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com>
2024-04-03Backend: Make all event names uniform (#1290)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-22Backend: ChatClickActionManager (#1128)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
2024-03-17Fix: OpenBrowser Crash (#1195)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-12Feature: CustomScoreboard (#893)J10a1n15
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: Thunderblade73 <gaidermarkus@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-12Internal Change: /shtestmessage upgrade (#1145)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-11shorter custom stack traceshannibal2
2024-03-10Debug Feature: Added TrackSoundsCommand (#855)Thunderblade73
Co-authored-by: Linnea Gräf <nea@nea.moe> Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-06Internal Changes: Many small code cleanups (#1101)hannibal2
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-01Replaced e.printStackTrace() with ErrorManager. #1065CalMWolfs
2024-02-25Made ErrorManager compact stack trace even more compacter.hannibal2
2024-02-24Fixed wrong BuildList in part of stack trace. Cleanup error manager code.hannibal2
2024-02-24Fixed ReplaceWith auto replace feature from IDEs for deprecated functions.hannibal2
2024-02-20Fishing Tracker using SH Repo over NEU recipes. (#1026)hannibal2
2024-02-19Created ActionBarUpdateEvent and used it. #977CalMWolfs
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
2024-02-05Send Mining Island Events (#969)CalMWolfs
Added sending mining events to Soopy's API to test for new Mining Event feature. #969
2024-01-20creating and using TimeLimitedCache and TimeLimitedSet instead of guava cache.hannibal2
2023-12-08Localize Keypresses (#754)Walker Selby
Fixed control/modifier key logic on apple devices. #754
2023-11-22Internal Change: Reformat Code to match .editorconfig (#628)Walker Selby
Code cleanup done everywhere #628
2023-11-19logError -> logErrorWithDatahannibal2
2023-11-19code cleanuphannibal2