aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/config
AgeCommit message (Collapse)Author
2024-05-09Pluralize helperYasin
2024-05-09hideStatusEffectOverlay -> ui tabYasin
2024-05-09itemName -> idYasin
2024-05-09chats -> chatYasin
2024-05-08pluralize slayer, helper and pulzzlesolverYasin
2024-05-08userInterfaceAndVisuals -> uiAndVisualsYasin
2024-05-08x and y -> commissionsX and commissionsYYasin
2024-05-08hideEmptyTooltips -> ui tabYasin
2024-05-08reparty -> general tabYasin
2024-05-08MessagesFilterConfig -> ChatConfigYasin
2024-05-08language file thingYasin
option->config categorie->config and corrected prefix
2024-05-08reorder configsYasin
2024-05-08temporary file name changeYasin
changed the config file to skyblocker-2 till datafixer is finished
2024-05-08debloat SkyblockerConfig.java + translate changeYasin
removed text.autoconfig. prefix new way is skyblocker.option.
2024-04-27Enable QuickNav NBT editing & add warning about itAaron
2024-04-26Pluralize the mixin and accessor packagesAaron
2024-04-26Replace usages of MathHelper#clamp with Java 21's Math#clampAaron
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message.
2024-04-26Disable QuickNav NBT editingAaron
2024-04-26Use Virtual Threads for updating the image repoAaron
This blocks threads for quite some time so its best if we use virtual threads to allow other processes to do work.
2024-04-23more configsvicisacat
2024-04-20remove unused things from old bars configvicisacat
2024-04-20fetch positions from old configvicisacat
2024-04-20remove any mention of old status barsvicisacat
also moved FancyStatusBars.java
2024-04-20things happened yeavicisacat
rewrote the entire thing to use semi data-driven BarAnchors help button in the config screen
2024-04-20ssergorpvicisacat
2024-04-20Starred Mob Boxes (#647)Aaron
2024-04-19Merge pull request #653 from olim88/metal-detector-helperKevin
Metal detector helper
2024-04-19Merge pull request #640 from Fluboxer/dungeon-crypts-messageKevin
Dungeon Crypts Message
2024-04-18Refactor Metal DetectorAaron
2024-04-17Merge remote-tracking branch 'upstream/master' into metal-detector-helperolim
2024-04-17fix option descriptionolim
2024-04-16Merge pull request #646 from olim88/extended-fishingKevin
Add fishing fetures
2024-04-16main commitolim
most of the feature is implemented with some optimisations and fixes for y offsets still needed
2024-04-12Refactor fancy auction houseKevinthegreat
- Add color and center rarity filter text - Use ItemUtils.getNbtTooltips - Use longs for item prices
2024-04-12localization and configvicisacat
2024-04-12Add Ender Nodes Helper (#629)Kevin
2024-04-11Update SkyblockerConfig.javaFluboxer
changed default threshold
2024-04-11fix formatting hopefullyolim
make sure that the code in the pull request is formatted properly
2024-04-10Merge remote-tracking branch 'upstream/master' into extended-fishingolim
2024-04-09Merge pull request #634 from AzureAaron/animated-dye-coloursAaron
Custom Animated Dyes
2024-04-09add ability to hide others rodsolim
add option to toggle rendering of other players rods
2024-04-08add option to change text color after 20 secondsolim
add option to change the text to green after 20 seconds (use full for some larva fishing)
2024-04-08add option for timer above rod when fishingolim
give option to show how long a rod has been out for
2024-04-07crypts messageFluboxer
2024-04-07crypts messageFluboxer
2024-04-05Custom Animated DyesAaron
2024-04-03Merge pull request #613 from AzureAaron/accessories-helperKevin
Accessories Helper
2024-04-03Refactor Fancy Crafting TableKevinthegreat
2024-04-02configvicisacat