diff options
14 files changed, 140 insertions, 140 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java index 36bec57bc..733b3a5a3 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java @@ -17,17 +17,17 @@ public class BingoConfig { public static class BingoCard { @Expose - @ConfigOption(name = "Enable", desc = "Displays the bingo card.") + @ConfigOption(name = "Enable", desc = "Displays the Bingo Card.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; @Expose - @ConfigOption(name = "Quick Toggle", desc = "Quickly toggle the bingo card or the step helper by sneaking with SkyBlock menu in hand.") + @ConfigOption(name = "Quick Toggle", desc = "Quickly toggle the Bingo Card or the step helper by sneaking with SkyBlock Menu in hand.") @ConfigEditorBoolean public boolean quickToggle = true; @Expose - @ConfigOption(name = "Bingo Steps", desc = "Show help with the next step in bingo instead of the bingo card. " + + @ConfigOption(name = "Bingo Steps", desc = "Show help with the next step in Bingo instead of the Bingo Card. " + "§cThis feature is in early development. Expect bugs and missing goals.") @ConfigEditorBoolean public boolean stepHelper = false; @@ -40,7 +40,7 @@ public class BingoConfig { @Expose @ConfigOption( name = "Show Guide", - desc = "Show tips and difficulty for bingo goals inside the bingo card inventory.\n" + + desc = "Show tips and difficulty for bingo goals inside the Bingo Card inventory.\n" + "These tips are made from inspirations and guides from the community,\n"+ "aiming to help you to complete the bingo card." ) @@ -61,7 +61,7 @@ public class BingoConfig { @Expose @ConfigOption(name = "Enable", desc = "Shortens chat messages about skill level ups, collection gains, " + - "new area discoveries and skyblock level up messages while on bingo.") + "new area discoveries and SkyBlock level up messages while on Bingo.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; @@ -73,13 +73,13 @@ public class BingoConfig { public boolean hideBorder = true; @Expose - @ConfigOption(name = "Outside Bingo", desc = "Compact the level up chat messages outside of an bingo profile as well.") + @ConfigOption(name = "Outside Bingo", desc = "Compact the level up chat messages outside of an Bingo profile as well.") @ConfigEditorBoolean public boolean outsideBingo = false; } @Expose - @ConfigOption(name = "Minion Craft Helper", desc = "Show how many more items you need to upgrade the minion in your inventory. Especially useful for bingo.") + @ConfigOption(name = "Minion Craft Helper", desc = "Show how many more items you need to upgrade the minion in your inventory. Especially useful for Bingo.") @ConfigEditorBoolean @FeatureToggle public boolean minionCraftHelperEnabled = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java index 9833cf182..97d933ad6 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java @@ -33,21 +33,21 @@ public class ChatConfig { public boolean empty = true; @Expose - @ConfigOption(name = "Warping", desc = "Block 'sending request to join...' and 'warping...' messages.") + @ConfigOption(name = "Warping", desc = "Block 'Sending request to join...' and 'Warping...' messages.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle public boolean warping = true; @Expose - @ConfigOption(name = "Welcome", desc = "Hide the 'welcome to SkyBlock' message.") + @ConfigOption(name = "Welcome", desc = "Hide the 'Welcome to SkyBlock' message.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle public boolean welcome = true; @Expose - @ConfigOption(name = "Guild Exp", desc = "Hide guild exp messages.") + @ConfigOption(name = "Guild Exp", desc = "Hide Guild EXP messages.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle @@ -61,14 +61,14 @@ public class ChatConfig { public boolean friendJoinLeft = false; @Expose - @ConfigOption(name = "Winter Gifts", desc = "Hide useless winter gift messages.") + @ConfigOption(name = "Winter Gifts", desc = "Hide useless Winter Gift messages.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle public boolean winterGift = false; @Expose - @ConfigOption(name = "Powder Mining", desc = "Hide messages while opening chests in crystal hollows. " + + @ConfigOption(name = "Powder Mining", desc = "Hide messages while opening chests in Crystal Hollows. " + "(Except powder numbers over 1k, Prehistoric Egg and Automaton Parts)") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @@ -76,7 +76,7 @@ public class ChatConfig { public boolean powderMining = true; @Expose - @ConfigOption(name = "Kill Combo", desc = "Hide messages about the current kill combo from the Grandma Wolf Pet.") + @ConfigOption(name = "Kill Combo", desc = "Hide messages about the current Kill Combo from the Grandma Wolf Pet.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle @@ -124,20 +124,20 @@ public class ChatConfig { public boolean chatFilter = false; @Expose - @ConfigOption(name = "Dungeon Filter", desc = "Hide annoying messages in dungeons.") + @ConfigOption(name = "Dungeon Filter", desc = "Hide annoying messages in Dungeons.") @ConfigEditorBoolean @FeatureToggle public boolean dungeonMessages = true; @Expose - @ConfigOption(name = "Dungeon Boss Messages", desc = "Hide messages from the watcher and bosses in the dungeon.") + @ConfigOption(name = "Dungeon Boss Messages", desc = "Hide messages from the Watcher and bosses in the dungeon.") @ConfigEditorBoolean @FeatureToggle public boolean dungeonBossMessages = false; @Expose @ConfigOption(name = "Hide Far Deaths", desc = "Hide other players' death messages, " + - "except for players who are nearby or during dungeons/a Kuudra fight.") + "except for players who are nearby or during Dungeons/a Kuudra fight.") @ConfigEditorBoolean @FeatureToggle public boolean hideFarDeathMessages = false; @@ -150,7 +150,7 @@ public class ChatConfig { public boolean compactPotionMessage = true; @Expose - @ConfigOption(name = "Compact Bestiary Message", desc = "Shorten the bestiary level up message, showing additional information when hovering.") + @ConfigOption(name = "Compact Bestiary Message", desc = "Shorten the Bestiary level up message, showing additional information when hovering.") @ConfigEditorBoolean @FeatureToggle public boolean compactBestiaryMessage = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java index 0c29f707e..e7be4768f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java @@ -21,7 +21,7 @@ public class CommandsConfig { public boolean usePartyTransferAlias = true; @Expose - @ConfigOption(name = "Replace Warp Is", desc = "Replaces §e/warp is §7with §e/is§7. Idk why. Ask §cKaeso") + @ConfigOption(name = "Replace Warp Is", desc = "Adds §e/warp is §7alongside §e/is§7. Idk why. Ask §cKaeso") @ConfigEditorBoolean @FeatureToggle public boolean replaceWarpIs = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java index d2e7cfed5..210190bac 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java @@ -111,7 +111,7 @@ public class DamageIndicatorConfig { public static class VampireSlayerConfig { @Expose - @ConfigOption(name = "HP until Steak", desc = "Show the amount of HP missing until the steak can be used on the vampire slayer on top of the boss.") + @ConfigOption(name = "HP until Steak", desc = "Show the amount of HP missing until the steak can be used on the Vampire Slayer on top of the boss.") @ConfigEditorBoolean public boolean hpTillSteak = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java index 798bbce1d..e0f62630c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java @@ -25,7 +25,7 @@ public class DevConfig { public boolean debugEnabled = false; @Expose - @ConfigOption(name = "Command Logging", desc = "Logs stack trace information into the console when a command gets sent to hypixel. (by any mod or the player)") + @ConfigOption(name = "Command Logging", desc = "Logs stack trace information into the console when a command gets sent to Hypixel. (by any mod or the player)") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean commandLogs = false; @@ -33,7 +33,7 @@ public class DevConfig { @Expose @ConfigOption( name = "Mod Menu Log", - desc = "Enables debug messages when the currently opened gui changes, with the path to the gui class. " + + desc = "Enables debug messages when the currently opened GUI changes, with the path to the gui class. " + "Useful for adding more mods to quick mod menu switch." ) @ConfigEditorBoolean @@ -71,13 +71,13 @@ public class DevConfig { public int copyNBTDataCompressed = Keyboard.KEY_NONE; @Expose - @ConfigOption(name = "Copy Rng Meter", desc = "Copies internal names and maxed xp needed from rng meter inventories in json format into the clipboard.") + @ConfigOption(name = "Copy Rng Meter", desc = "Copies internal names and maxed XP needed from rng meter inventories as json to clipboard.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean copyRngMeter = false; @Expose - @ConfigOption(name = "Copy Bestiary Data", desc = "Copies the besiary data from the inventory as json in clipboard.") + @ConfigOption(name = "Copy Bestiary Data", desc = "Copies the besiary data from the inventory as json to clipboard.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean copyBestiaryData = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java index 3321e76e6..990f29d17 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java @@ -42,12 +42,12 @@ public class DianaConfig { public static class IgnoredWarpsConfig { @Expose - @ConfigOption(name = "Crypt", desc = "Ignore the crypt warp point (Because it takes a long time to leave).") + @ConfigOption(name = "Crypt", desc = "Ignore the Crypt warp point (Because it takes a long time to leave).") @ConfigEditorBoolean public boolean crypt = false; @Expose - @ConfigOption(name = "Wizard", desc = "Ignore the wizard tower warp point (Because it is easy to fall into the rift).") + @ConfigOption(name = "Wizard", desc = "Ignore the Wizard Tower warp point (Because it is easy to fall into the rift).") @ConfigEditorBoolean public boolean wizard = false; @@ -68,12 +68,12 @@ public class DianaConfig { public boolean enabled = true; @Expose - @ConfigOption(name = "Focus", desc = "Hide other waypoints when your party finds a inquisitor.") + @ConfigOption(name = "Focus", desc = "Hide other waypoints when your Party finds a Inquisitor.") @ConfigEditorBoolean public boolean focusInquisitor = false; @Expose - @ConfigOption(name = "Instant Share", desc = "Share the waypoint as soon as you find a inquisitor. As alternative, you can share it only via key press") + @ConfigOption(name = "Instant Share", desc = "Share the waypoint as soon as you find a Inquisitor. As alternative, you can share it only via key press") @ConfigEditorBoolean public boolean instantShare = true; @@ -89,7 +89,7 @@ public class DianaConfig { } @Expose - @ConfigOption(name = "Griffin Pet Warning", desc = "Warn when holding an Ancestral Spade while no Griffin pet is selected.") + @ConfigOption(name = "Griffin Pet Warning", desc = "Warn when holding an Ancestral Spade if a Griffin pet is not equipped.") @ConfigEditorBoolean @FeatureToggle public boolean petWarning = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DungeonConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DungeonConfig.java index f1e62efc1..c8033a642 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DungeonConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DungeonConfig.java @@ -11,13 +11,13 @@ import io.github.moulberry.moulconfig.annotations.ConfigOption; public class DungeonConfig { @Expose - @ConfigOption(name = "Clicked Blocks", desc = "Highlight levers, chests, and wither essence when clicked in dungeons.") + @ConfigOption(name = "Clicked Blocks", desc = "Highlight levers, chests, and Wither Essence when clicked in Dungeons.") @ConfigEditorBoolean @FeatureToggle public boolean highlightClickedBlocks = false; @Expose - @ConfigOption(name = "Milestones Display", desc = "Show the current milestone in dungeons.") + @ConfigOption(name = "Milestones Display", desc = "Show the current milestone in Dungeons.") @ConfigEditorBoolean @FeatureToggle public boolean showMilestonesDisplay = false; @@ -26,7 +26,7 @@ public class DungeonConfig { public Position showMileStonesDisplayPos = new Position(10, 10, false, true); @Expose - @ConfigOption(name = "Death Counter Display", desc = "Display the total amount of deaths in the current dungeon.") + @ConfigOption(name = "Death Counter Display", desc = "Display the total amount of deaths in the current Dungeon.") @ConfigEditorBoolean @FeatureToggle public boolean deathCounterDisplay = false; @@ -60,7 +60,7 @@ public class DungeonConfig { public boolean damageSplashBoss = false; @Expose - @ConfigOption(name = "Highlight Deathmites", desc = "Highlight deathmites in dungeon in red color.") + @ConfigOption(name = "Highlight Deathmites", desc = "Highlight deathmites in Dungeon in red color.") @ConfigEditorBoolean @FeatureToggle public boolean highlightDeathmites = true; @@ -72,47 +72,47 @@ public class DungeonConfig { public boolean highlightTeammates = true; - @ConfigOption(name = "Object Hider", desc = "Hide various things in dungeons.") + @ConfigOption(name = "Object Hider", desc = "Hide various things in Dungeons.") @ConfigEditorAccordion(id = 3) public boolean objectHider = false; @Expose - @ConfigOption(name = "Hide Superboom TNT", desc = "Hide Superboom TNT laying around in dungeons.") + @ConfigOption(name = "Hide Superboom TNT", desc = "Hide Superboom TNT laying around in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean hideSuperboomTNT = false; @Expose - @ConfigOption(name = "Hide Blessings", desc = "Hide Blessings laying around in dungeons.") + @ConfigOption(name = "Hide Blessings", desc = "Hide Blessings laying around in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean hideBlessing = false; @Expose - @ConfigOption(name = "Hide Revive Stones", desc = "Hide Revive Stones laying around in dungeons.") + @ConfigOption(name = "Hide Revive Stones", desc = "Hide Revive Stones laying around in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean hideReviveStone = false; @Expose - @ConfigOption(name = "Hide Premium Flesh", desc = "Hide Premium Flesh laying around in dungeons.") + @ConfigOption(name = "Hide Premium Flesh", desc = "Hide Premium Flesh laying around in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean hidePremiumFlesh = false; @Expose - @ConfigOption(name = "Hide Journal Entry", desc = "Hide Journal Entry pages laying around in dungeons.") + @ConfigOption(name = "Hide Journal Entry", desc = "Hide Journal Entry pages laying around in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean hideJournalEntry = false; @Expose - @ConfigOption(name = "Hide Skeleton Skull", desc = "Hide Skeleton Skulls laying around in dungeons.") + @ConfigOption(name = "Hide Skeleton Skull", desc = "Hide Skeleton Skulls laying around in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle @@ -126,7 +126,7 @@ public class DungeonConfig { public boolean hideHealerOrbs = false; @Expose - @ConfigOption(name = "Hide Healer Fairy", desc = "Hide the golden fairy that follows the healer in dungeons.") + @ConfigOption(name = "Hide Healer Fairy", desc = "Hide the golden fairy that follows the Healer in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle @@ -137,7 +137,7 @@ public class DungeonConfig { public boolean messageFilter = false; @Expose - @ConfigOption(name = "Keys and Doors", desc = "Hides the chat message when picking up keys or opening doors in dungeons.") + @ConfigOption(name = "Keys and Doors", desc = "Hides the chat message when picking up keys or opening doors in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) @FeatureToggle @@ -148,7 +148,7 @@ public class DungeonConfig { public boolean dungeonCopilot = false; @Expose - @ConfigOption(name = "Copilot Enabled", desc = "Suggests what to do next in dungeons.") + @ConfigOption(name = "Copilot Enabled", desc = "Suggests what to do next in Dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 5) @FeatureToggle @@ -162,7 +162,7 @@ public class DungeonConfig { public boolean partyFinder = false; @Expose - @ConfigOption(name = "Colored Class Level", desc = "Color class levels in party finder.") + @ConfigOption(name = "Colored Class Level", desc = "Color class levels in Party Finder.") @ConfigAccordionId(id = 6) @ConfigEditorBoolean @FeatureToggle diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java index 64ab6cdb9..32ed45386 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java @@ -35,7 +35,7 @@ public class FishingConfig { public int trophyDesign = 0; @Expose - @ConfigOption(name = "Hide Repeated Catches", desc = "Delete past catches of the same trophy fish from chat.") + @ConfigOption(name = "Hide Repeated Catches", desc = "Delete past catches of the same Trophy Fish from chat.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean trophyFishDuplicateHider = false; @@ -47,32 +47,32 @@ public class FishingConfig { public boolean trophyFishTotalAmount = false; @Expose - @ConfigOption(name = "Trophy Fish Info", desc = "Show information and stats about a trophy fish when hovering over a catch message in chat.") + @ConfigOption(name = "Trophy Fish Info", desc = "Show information and stats about a Trophy Fish when hovering over a catch message in chat.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean trophyFishTooltip = true; @Expose - @ConfigOption(name = "Bronze Duplicates", desc = "Hide duplicate messages for bronze trophy fishes from chat.") + @ConfigOption(name = "Bronze Duplicates", desc = "Hide duplicate messages for bronze Trophy Fishes from chat.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean trophyFishBronzeHider = false; @Expose - @ConfigOption(name = "Silver Duplicates", desc = "Hide duplicate messages for silver trophy fishes from chat.") + @ConfigOption(name = "Silver Duplicates", desc = "Hide duplicate messages for silver Trophy Fishes from chat.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean trophyFishSilverHider = false; @Expose - @ConfigOption(name = "Fillet Tooltip", desc = "Show fillet value of trophy fish in tooltip.") + @ConfigOption(name = "Fillet Tooltip", desc = "Show fillet value of Trophy Fish in tooltip.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle public boolean trophyFilletTooltip = true; @Expose - @ConfigOption(name = "Odger Waypoint", desc = "Show the Odger waypoint when trophy fishes are in the inventory and no lava rod in hand.") + @ConfigOption(name = "Odger Waypoint", desc = "Show the Odger waypoint when Trophy Fishes are in the inventory and no lava rod in hand.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle @@ -115,7 +115,7 @@ public class FishingConfig { @Expose @ConfigOption( name = "Worm Fishing", - desc = "Show the barn fishing timer even for worms or other sea creatures in the crystal hollows." + desc = "Show the Barn Fishing Timer even for worms or other sea creatures in the Crystal Hollows." ) @ConfigEditorBoolean @ConfigAccordionId(id = 2) @@ -124,7 +124,7 @@ public class FishingConfig { @Expose @ConfigOption( name = "Stranded Fishing", - desc = "Show the barn fishing timer even on all the different islands stranded players can visit." + desc = "Show the Barn Fishing Timer even on all the different islands Stranded players can visit." ) @ConfigEditorBoolean @ConfigAccordionId(id = 2) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index cddb1dfad..70200055d 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -31,7 +31,7 @@ public class GardenConfig { public boolean skyMartCopperPrice = true; @Expose - @ConfigOption(name = "Advanced Stats", desc = "Show the bin price and copper price for every item.") + @ConfigOption(name = "Advanced Stats", desc = "Show the BIN price and copper price for every item.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean skyMartCopperPriceAdvancedStats = false; @@ -60,14 +60,14 @@ public class GardenConfig { @Expose @ConfigOption(name = "Sixth Visitor Estimate", desc = "Estimate when the sixth visitor in the queue will arrive. " + - "May be inaccurate with coop members farming simultaneously.") + "May be inaccurate with co-op members farming simultaneously.") @ConfigEditorBoolean @ConfigAccordionId(id = 2) public boolean visitorTimerSixthVisitorEnabled = true; @Expose @ConfigOption(name = "Sixth Visitor Warning", desc = "Notifies when it is believed that the sixth visitor has arrived. " + - "May be inaccurate with coop members farming simultaneously.") + "May be inaccurate with co-op members farming simultaneously.") @ConfigEditorBoolean @ConfigAccordionId(id = 2) public boolean visitorTimerSixthVisitorWarning = true; @@ -99,7 +99,7 @@ public class GardenConfig { @Expose @ConfigOption(name = "Bazaar Alley", desc = "Show the Visitor Items List while inside the Bazaar Alley in the Hub. " + - "This helps buying the correct amount when not having a booster cookie buff active.") + "This helps buying the correct amount when not having a Booster Cookie Buff active.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean visitorNeedsInBazaarAlley = true; @@ -131,27 +131,27 @@ public class GardenConfig { public boolean visitorShowPrice = false; @Expose - @ConfigOption(name = "Amount and Time", desc = "Show the exact item amount and the remaining time when farmed manually. Especially useful for ironman.") + @ConfigOption(name = "Amount and Time", desc = "Show the exact item amount and the remaining time when farmed manually. Especially useful for Ironman.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) public boolean visitorExactAmountAndTime = true; @Expose - @ConfigOption(name = "Copper Price", desc = "Show the price per copper inside the visitor gui.") + @ConfigOption(name = "Copper Price", desc = "Show the price per copper inside the visitor GUI.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) @FeatureToggle public boolean visitorCopperPrice = true; @Expose - @ConfigOption(name = "Copper Time", desc = "Show the time required per copper inside the visitor gui.") + @ConfigOption(name = "Copper Time", desc = "Show the time required per copper inside the visitor GUI.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) @FeatureToggle public boolean visitorCopperTime = false; @Expose - @ConfigOption(name = "Garden Exp Price", desc = "Show the price per garden experience inside the visitor gui.") + @ConfigOption(name = "Garden Exp Price", desc = "Show the price per garden experience inside the visitor GUI.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) @FeatureToggle @@ -166,7 +166,7 @@ public class GardenConfig { public static class VisitorRewardWarning { @Expose - @ConfigOption(name = "Notify in Chat", desc = "Send a Chat message once you talk to a visitor with reward.") + @ConfigOption(name = "Notify in Chat", desc = "Send a chat message once you talk to a visitor with reward.") @ConfigEditorBoolean @FeatureToggle public boolean notifyInChat = true; @@ -318,7 +318,7 @@ public class GardenConfig { public boolean displayIcons = false; @Expose - @ConfigOption(name = "Only On Barn Plot", desc = "Only shows the overlay while on the barn plot.") + @ConfigOption(name = "Only On Barn Plot", desc = "Only shows the overlay while on the Barn plot.") @ConfigEditorBoolean public boolean onlyOnBarn = true; @@ -353,7 +353,7 @@ public class GardenConfig { public boolean numberCropUpgrades = true; @Expose - @ConfigOption(name = "Composter Upgrades", desc = "Show the number of upgrades in the composter upgrades inventory.") + @ConfigOption(name = "Composter Upgrades", desc = "Show the number of upgrades in the Composter upgrades inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 5) @FeatureToggle @@ -368,7 +368,7 @@ public class GardenConfig { @ConfigOption( name = "Progress Display", desc = "Shows the progress and ETA until the next crop milestone is reached and the current crops/minute value. " + - "§eRequires a tool with either a counter or cultivating enchantment for full accuracy." + "§eRequires a tool with either a counter or Cultivating enchantment for full accuracy." ) @ConfigEditorBoolean @ConfigAccordionId(id = 6) @@ -461,7 +461,7 @@ public class GardenConfig { // TODO moulconfig runnable support @Expose - @ConfigOption(name = "Sort Type", desc = "Sort the crops by either garden or SkyBlock exp.") + @ConfigOption(name = "Sort Type", desc = "Sort the crops by either garden or SkyBlock EXP.") @ConfigEditorDropdown(values = {"Garden Exp", "SkyBlock Exp"}) @ConfigAccordionId(id = 7) public int cropMilestoneBestType = 0; @@ -522,7 +522,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Display Enabled", - desc = "Show the progress and ETA for mushroom crops when farming other crops because of the mushroom cow perk.") + desc = "Show the progress and ETA for mushroom crops when farming other crops because of the Mooshroom Cow perk.") @ConfigEditorBoolean @ConfigAccordionId(id = 15) @FeatureToggle @@ -556,7 +556,7 @@ public class GardenConfig { public boolean keybind = false; @Expose - @ConfigOption(name = "Enabled", desc = "Use custom keybinds while holding a farming tool or daedalus axe in the hand.") + @ConfigOption(name = "Enabled", desc = "Use custom keybinds while holding a farming tool or Daedalus Axe in the hand.") @ConfigEditorBoolean @ConfigAccordionId(id = 8) @FeatureToggle @@ -661,7 +661,7 @@ public class GardenConfig { public boolean optimalSpeedWarning = false; @Expose - @ConfigOption(name = "Rancher Boots", desc = "Allows you to set the optimal speed in the rancher boots overlay by clicking on the presets.") + @ConfigOption(name = "Rancher Boots", desc = "Allows you to set the optimal speed in the Rancher Boots overlay by clicking on the presets.") @ConfigEditorBoolean @ConfigAccordionId(id = 9) @FeatureToggle @@ -759,7 +759,7 @@ public class GardenConfig { public boolean gardenLevel = false; @Expose - @ConfigOption(name = "Display", desc = "Show the current garden level and progress to the next level.") + @ConfigOption(name = "Display", desc = "Show the current Garden level and progress to the next level.") @ConfigEditorBoolean @ConfigAccordionId(id = 10) @FeatureToggle @@ -775,7 +775,7 @@ public class GardenConfig { @Expose @ConfigOption(name = "Display", desc = "Display your farming weight on screen. " + - "The calculation and api is provided by The Elite SkyBlock Farmers. " + + "The calculation and API is provided by The Elite SkyBlock Farmers. " + "See §ehttps://elitebot.dev/info §7for more info.") @ConfigEditorBoolean @ConfigAccordionId(id = 11) @@ -800,7 +800,7 @@ public class GardenConfig { public boolean eliteFarmingWeightOvertakeETA = false; @Expose - @ConfigOption(name = "Offscreen Drop Message", desc = "Show a chat message when joining garden how many spots you have dropped since last garden join.") + @ConfigOption(name = "Offscreen Drop Message", desc = "Show a chat message when joining Garden how many spots you have dropped since last Garden join.") @ConfigEditorBoolean @ConfigAccordionId(id = 11) public boolean eliteFarmingWeightoffScreenDropMessage = true; @@ -852,8 +852,8 @@ public class GardenConfig { @Expose @ConfigOption(name = "Show money per Hour", - desc = "Displays the money per hour YOU get with YOUR crop/minute value when selling the item to bazaar. " + - "Supports Bountiful, Mushroom Cow Perk and Dicer drops. Thier toggles are below.") + desc = "Displays the money per hour YOU get with YOUR crop/minute value when selling the item to Bazaar. " + + "Supports Bountiful, Mooshroom Cow Perk and Dicer drops. Their toggles are below.") @ConfigEditorBoolean @ConfigAccordionId(id = 13) @FeatureToggle @@ -880,7 +880,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Always On", - desc = "Show the money/hour Display always while on the garden.") + desc = "Always show the money/hour Display while on the garden.") @ConfigEditorBoolean @ConfigAccordionId(id = 13) public boolean moneyPerHourAlwaysOn = false; @@ -935,7 +935,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Include Bountiful", - desc = "Includes the coins from bountiful in the calculation.") + desc = "Includes the coins from Bountiful in the calculation.") @ConfigEditorBoolean @ConfigAccordionId(id = 13) public boolean moneyPerHourBountiful = true; @@ -943,7 +943,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Include Mooshroom Cow", - desc = "Includes the coins you get from selling the mushrooms from your mooshroom cow pet.") + desc = "Includes the coins you get from selling the mushrooms from your Mooshroom Cow pet.") @ConfigEditorBoolean @ConfigAccordionId(id = 13) public boolean moneyPerHourMooshroom = true; @@ -980,37 +980,37 @@ public class GardenConfig { public boolean nextJacobContestDisplay = true; @Expose - @ConfigOption(name = "Outside Garden", desc = "Show the timer not only in garden but everywhere in SkyBlock.") + @ConfigOption(name = "Outside Garden", desc = "Show the timer not only in Garden but everywhere in SkyBlock.") @ConfigEditorBoolean @ConfigAccordionId(id = 14) public boolean nextJacobContestEverywhere = false; @Expose - @ConfigOption(name = "In Other Guis", desc = "Mark the current or next farming contest crops in other farming guis as underlined.") + @ConfigOption(name = "In Other Guis", desc = "Mark the current or next Farming Contest crops in other farming GUIs as underlined.") @ConfigEditorBoolean @ConfigAccordionId(id = 14) public boolean nextJacobContestOtherGuis = false; @Expose - @ConfigOption(name = "Fetch Contests", desc = "Automatically fetch contests from elitebot.dev for the current year if they're uploaded already.") + @ConfigOption(name = "Fetch Contests", desc = "Automatically fetch Contests from elitebot.dev for the current year if they're uploaded already.") @ConfigEditorBoolean @ConfigAccordionId(id = 14) public boolean nextJacobContestsFetchAutomatically = true; @Expose - @ConfigOption(name = "Share Contests", desc = "Share the list of upcoming contests to elitebot.dev for everyone else to then fetch automatically.") + @ConfigOption(name = "Share Contests", desc = "Share the list of upcoming Contests to elitebot.dev for everyone else to then fetch automatically.") @ConfigEditorDropdown(values = { "Ask When Needed", "Share Automatically", "Disabled" }) @ConfigAccordionId(id = 14) public int nextJacobContestsShareAutomatically = 0; @Expose - @ConfigOption(name = "Warning", desc = "Show a warning shortly before a new Jacob's contest starts.") + @ConfigOption(name = "Warning", desc = "Show a warning shortly before a new Jacob's Contest starts.") @ConfigEditorBoolean @ConfigAccordionId(id = 14) public boolean nextJacobContestWarn = false; @Expose - @ConfigOption(name = "Warning Time", desc = "Set the warning time in seconds before a Jacob's contest begins.") + @ConfigOption(name = "Warning Time", desc = "Set the warning time in seconds before a Jacob's Contest begins.") @ConfigEditorSlider( minValue = 10, maxValue = 60 * 5, @@ -1060,7 +1060,7 @@ public class GardenConfig { @ConfigOption( name = "Medal Prices", desc = "Helps to identify profitable items to buy at the Anita item shop " + - "and potential profit from selling the item at the auction house." + "and potential profit from selling the item in the Auction House." ) @ConfigEditorBoolean @ConfigAccordionId(id = 16) @@ -1095,7 +1095,7 @@ public class GardenConfig { public boolean composterOverlay = true; @Expose - @ConfigOption(name = "Overlay Price", desc = "Toggle for bazaar 'buy order' vs 'instant buy' price in composter overlay.") + @ConfigOption(name = "Overlay Price", desc = "Toggle for Bazaar 'buy order' vs 'instant buy' price in composter overlay.") @ConfigEditorDropdown(values = {"Instant Buy", "Buy Order"}) @ConfigAccordionId(id = 17) public int composterOverlayPriceType = 0; @@ -1109,7 +1109,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Display Element", - desc = "Displays the compost data from the tab list as gui element." + desc = "Displays the Compost data from the tab list as GUI element." ) @ConfigEditorBoolean @ConfigAccordionId(id = 17) @@ -1119,7 +1119,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Outside Garden", - desc = "Show Time till composter is empty outside garden" + desc = "Show Time till Composter is empty outside Garden" ) @ConfigEditorBoolean @ConfigAccordionId(id = 17) @@ -1129,7 +1129,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Composter warning", - desc = "Warn when the composter gets close to empty, even outside garden." + desc = "Warn when the Composter gets close to empty, even outside Garden." ) @ConfigEditorBoolean @ConfigAccordionId(id = 17) @@ -1138,7 +1138,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Upgrade Price", - desc = "Show the price for the composter upgrade in the lore." + desc = "Show the price for the Composter Upgrade in the lore." ) @ConfigEditorBoolean @ConfigAccordionId(id = 17) @@ -1148,7 +1148,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Round Amount Needed", - desc = "Rounds the amount needed to fill your composter down so that you don't overspend." + desc = "Rounds the amount needed to fill your Composter down so that you don't overspend." ) @ConfigEditorBoolean @ConfigAccordionId(id = 17) @@ -1167,7 +1167,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Inventory Numbers", - desc = "Show the amount of Organic Matter, Fuel and Composts Available while inside the composter inventory." + desc = "Show the amount of Organic Matter, Fuel and Composts Available while inside the Composter Inventory." ) @ConfigEditorBoolean @ConfigAccordionId(id = 17) @@ -1181,7 +1181,7 @@ public class GardenConfig { public boolean composterNotifyLow = false; @Expose - @ConfigOption(name = "Enable", desc = "Show a notification when organic matter or fuel runs low in your composter.") + @ConfigOption(name = "Enable", desc = "Show a notification when Organic Matter or Fuel runs low in your Composter.") @ConfigEditorBoolean @ConfigAccordionId(id = 21) @FeatureToggle @@ -1227,7 +1227,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "FF Display", - desc = "Displays the true farming fortune for the current crop, including all crop-specific and hidden bonuses." + desc = "Displays the true Farming Fortune for the current crop, including all crop-specific and hidden bonuses." ) @ConfigEditorBoolean @ConfigAccordionId(id = 22) @@ -1237,14 +1237,14 @@ public class GardenConfig { @Expose @ConfigOption( name = "Show As Drop Multiplier", - desc = "Adds 100 to the displayed farming fortune so that it represents a drop multiplier rather than" + + desc = "Adds 100 to the displayed Farming Fortune so that it represents a drop multiplier rather than" + " the chance for bonus drops. " ) @ConfigEditorBoolean @ConfigAccordionId(id = 22) public boolean farmingFortuneDropMultiplier = true; - @ConfigOption(name = "Farming Fortune Guide", desc = "Opens a guide that breaks down your farming fortune.\n§eCommand: /ff") + @ConfigOption(name = "Farming Fortune Guide", desc = "Opens a guide that breaks down your Farming Fortune.\n§eCommand: /ff") @ConfigEditorButton(buttonText = "Open") public Runnable positions = Commands::openFortuneGuide; @@ -1278,9 +1278,9 @@ public class GardenConfig { @Expose @ConfigOption( name = "Tooltip Format", - desc = "Show crop-specific farming fortune in tooltip.\n" + - "§fShow: §7Crop-specific fortune indicated as §6[+196]\n" + - "§fReplace: §7Edits the total fortune to include crop-specific fortune." + desc = "Show crop-specific Farming Fortune in tooltip.\n" + + "§fShow: §7Crop-specific Fortune indicated as §6[+196]\n" + + "§fReplace: §7Edits the total Fortune to include crop-specific Fortune." ) @ConfigEditorDropdown(values = {"Default", "Show", "Replace"}) @ConfigAccordionId(id = 20) @@ -1342,7 +1342,7 @@ public class GardenConfig { public boolean showWithoutTool = false; @Expose - @ConfigOption(name = "Show Outside Garden", desc = "The overlay will work outside of the garden.") + @ConfigOption(name = "Show Outside Garden", desc = "The overlay will work outside of the Garden.") @ConfigEditorBoolean public boolean showEverywhere = false; @@ -1384,7 +1384,7 @@ public class GardenConfig { @FeatureToggle public boolean enabled = true; - @ConfigOption(name = "Hard Reset", desc = "Reset every slot to it's original item.") + @ConfigOption(name = "Hard Reset", desc = "Reset every slot to its original item.") @ConfigEditorButton(buttonText = "Reset") public Runnable hardReset = () -> { GardenPlotIcon.INSTANCE.setHardReset(true); @@ -1412,13 +1412,13 @@ public class GardenConfig { public boolean fungiCutterWarn = true; @Expose - @ConfigOption(name = "Burrowing Spores", desc = "Show a notification when a Burrowing Spores spawns during farming mushrooms.") + @ConfigOption(name = "Burrowing Spores", desc = "Show a notification when a Burrowing Spores spawns while farming mushrooms.") @ConfigEditorBoolean @FeatureToggle public boolean burrowingSporesNotification = true; @Expose - @ConfigOption(name = "Wild Strawberry", desc = "Show a notification when a Wild Strawberry Dye drops during farming.") + @ConfigOption(name = "Wild Strawberry", desc = "Show a notification when a Wild Strawberry Dye drops while farming.") @ConfigEditorBoolean @FeatureToggle public boolean wildStrawberryDyeNotification = true; @@ -1465,8 +1465,8 @@ public class GardenConfig { public Position cropSpeedMeterPos = new Position(278, -236, false, true); @Expose - @ConfigOption(name = "Enable Plot Borders", desc = "Enable the use of F3 + G hotkey to show Garden plot borders. Similar to how later minecraft version render chunk borders.") + @ConfigOption(name = "Enable Plot Borders", desc = "Enable the use of F3 + G hotkey to show Garden plot borders. Similar to how later Minecraft version render chunk borders.") @ConfigEditorBoolean @FeatureToggle public boolean plotBorders = true; -}
\ No newline at end of file +} diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java index 2091f7f4d..27527ced3 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java @@ -52,21 +52,21 @@ public class InventoryConfig { public boolean rngMeter = false; @Expose - @ConfigOption(name = "Floor Names", desc = "Show the floor names in the catacombs rng meter inventory.") + @ConfigOption(name = "Floor Names", desc = "Show the Floor names in the Catacombs RNG Meter inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) @FeatureToggle public boolean rngMeterFloorName = false; @Expose - @ConfigOption(name = "No Drop", desc = "Highlight floors without a drop selected in the catacombs rng meter inventory.") + @ConfigOption(name = "No Drop", desc = "Highlight floors without a drop selected in the Catacombs RNG Meter inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) @FeatureToggle public boolean rngMeterNoDrop = false; @Expose - @ConfigOption(name = "Selected Drop", desc = "Highlight the selected drop in the catacombs or slayer rng meter inventory.") + @ConfigOption(name = "Selected Drop", desc = "Highlight the selected drop in the Catacombs or Slayer RNG Meter inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) @FeatureToggle @@ -84,21 +84,21 @@ public class InventoryConfig { public boolean statsTuningSelectedStats = true; @Expose - @ConfigOption(name = "Tuning Points", desc = "Show the amount of selected tuning points in the stats tuning inventory.") + @ConfigOption(name = "Tuning Points", desc = "Show the amount of selected Tuning Points in the Stats Tuning inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 2) @FeatureToggle public boolean statsTuningPoints = true; @Expose - @ConfigOption(name = "Selected Template", desc = "Highlight the selected template in the stats tuning inventory.") + @ConfigOption(name = "Selected Template", desc = "Highlight the selected template in the Stats Tuning inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 2) @FeatureToggle public boolean statsTuningSelectedTemplate = true; @Expose - @ConfigOption(name = "Template Stats", desc = "Show the type of stats for the tuning point templates.") + @ConfigOption(name = "Template Stats", desc = "Show the type of stats for the Tuning Point templates.") @ConfigEditorBoolean @ConfigAccordionId(id = 2) @FeatureToggle @@ -110,28 +110,28 @@ public class InventoryConfig { public boolean jacobFarmingContest = false; @Expose - @ConfigOption(name = "Unclaimed Rewards", desc = "Highlight contests with unclaimed rewards in the jacob inventory.") + @ConfigOption(name = "Unclaimed Rewards", desc = "Highlight contests with unclaimed rewards in the Jacob inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean jacobFarmingContestHighlightRewards = true; @Expose - @ConfigOption(name = "Duplicate Hider", desc = "Hides duplicate farming contests in the inventory.") + @ConfigOption(name = "Duplicate Hider", desc = "Hides duplicate farming contests in the Jacob inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean jacobFarmingContestHideDuplicates = true; @Expose - @ConfigOption(name = "Contest Time", desc = "Adds the real time format to the contest description.") + @ConfigOption(name = "Contest Time", desc = "Adds the real time format to the Contest description.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @FeatureToggle public boolean jacobFarmingContestRealTime = true; @Expose - @ConfigOption(name = "Medal Icon", desc = "Adds a symbol that shows what medal you received in this contest. " + + @ConfigOption(name = "Medal Icon", desc = "Adds a symbol that shows what medal you received in this Contest. " + "§eIf you use a texture pack this may cause conflicting icons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) @@ -139,7 +139,7 @@ public class InventoryConfig { public boolean jacobFarmingContestMedalIcon = true; @Expose - @ConfigOption(name = "Finnegan Icon", desc = "Uses a different indicator for when the contest happened during Mayor Finnegan.") + @ConfigOption(name = "Finnegan Icon", desc = "Uses a different indicator for when the Contest happened during Mayor Finnegan.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean jacobFarmingContestFinneganIcon = true; @@ -180,7 +180,7 @@ public class InventoryConfig { @Expose @ConfigOption(name = "Item To Show", desc = "Choose how many items are displayed. (Some sacks have too many items to fit\n" + - "in larger gui scale, like the nether sack.)") + "in larger GUI scales, like the nether sack.)") @ConfigEditorSlider( minValue = 0, maxValue = 45, @@ -340,7 +340,7 @@ public class InventoryConfig { @Expose @ConfigOption(name = "Missing Tasks", - desc = "Highlight missing tasks in the SkyBlock level guide inventory.") + desc = "Highlight missing tasks in the SkyBlock Level Guide inventory.") @ConfigEditorBoolean @FeatureToggle public boolean highlightMissingSkyBlockLevelGuide = true; @@ -353,4 +353,4 @@ public class InventoryConfig { public boolean highlightAuctions = true; -}
\ No newline at end of file +} diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MinionsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MinionsConfig.java index dd2debc75..b5cb15fb5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MinionsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MinionsConfig.java @@ -14,7 +14,7 @@ public class MinionsConfig { public boolean nameDisplay = true; @Expose - @ConfigOption(name = "Only Tier", desc = "Show only the tier number over the minion. (Useful for bingo)") + @ConfigOption(name = "Only Tier", desc = "Show only the tier number over the minion. (Useful for Bingo)") @ConfigEditorBoolean public boolean nameOnlyTier = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java index 110e37510..7548935ee 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -120,14 +120,14 @@ public class MiscConfig { public boolean potionEffects = false; @Expose - @ConfigOption(name = "Non God Pot Effects", desc = "Display the active potion effects that are not part of the god pot.") + @ConfigOption(name = "Non God Pot Effects", desc = "Display the active potion effects that are not part of the God Pot.") @ConfigEditorBoolean @ConfigAccordionId(id = 5) @FeatureToggle public boolean nonGodPotEffectDisplay = false; @Expose - @ConfigOption(name = "Show Mixins", desc = "Include god pot mixins in the non god pot effects display.") + @ConfigOption(name = "Show Mixins", desc = "Include god pot mixins in the Non God Pot Effects display.") @ConfigEditorBoolean @ConfigAccordionId(id = 5) @FeatureToggle @@ -149,13 +149,13 @@ public class MiscConfig { public boolean crimsonIsleReputationHelper = true; @Expose - @ConfigOption(name = "Use Hotkey", desc = "Only show the reputation helper while pressing the hotkey.") + @ConfigOption(name = "Use Hotkey", desc = "Only show the Reputation Helper while pressing the hotkey.") @ConfigEditorBoolean @ConfigAccordionId(id = 6) public boolean reputationHelperUseHotkey = false; @Expose - @ConfigOption(name = "Hotkey", desc = "Press this hotkey to show the reputation helper.") + @ConfigOption(name = "Hotkey", desc = "Press this hotkey to show the Reputation Helper.") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) @ConfigAccordionId(id = 6) public int reputationHelperHotkey = Keyboard.KEY_NONE; @@ -176,7 +176,7 @@ public class MiscConfig { public boolean tiaRelay = false; @Expose - @ConfigOption(name = "Tia Relay Waypoint", desc = "Show the next relay waypoint for Tia the Fairy, where maintenance for the abiphone network needs to be done.") + @ConfigOption(name = "Tia Relay Waypoint", desc = "Show the next relay waypoint for Tia the Fairy, where maintenance for the Abiphone network needs to be done.") @ConfigEditorBoolean @ConfigAccordionId(id = 7) @FeatureToggle @@ -223,14 +223,14 @@ public class MiscConfig { public boolean particleHider = false; @Expose - @ConfigOption(name = "Blaze Particles", desc = "Hide blaze particles.") + @ConfigOption(name = "Blaze Particles", desc = "Hide Blaze particles.") @ConfigEditorBoolean @ConfigAccordionId(id = 9) @FeatureToggle public boolean hideBlazeParticles = false; @Expose - @ConfigOption(name = "Enderman Particles", desc = "Hide enderman particles.") + @ConfigOption(name = "Enderman Particles", desc = "Hide Enderman particles.") @ConfigEditorBoolean @ConfigAccordionId(id = 9) @FeatureToggle @@ -265,7 +265,7 @@ public class MiscConfig { public boolean hideFarParticles = true; @Expose - @ConfigOption(name = "Close Redstone Particles", desc = "Hide redstone particles around the player (appear for some potion effects).") + @ConfigOption(name = "Close Redstone Particles", desc = "Hide Redstone particles around the player (appear for some potion effects).") @ConfigEditorBoolean @ConfigAccordionId(id = 9) @FeatureToggle @@ -294,19 +294,19 @@ public class MiscConfig { public Position chickenHeadTimerPosition = new Position(-372, 73, false, true); @Expose - @ConfigOption(name = "Estimated Item Value", desc = "(Enchantments, reforging stone prices, gemstones, gemstones, drill parts and more)") + @ConfigOption(name = "Estimated Item Value", desc = "(Prices for Enchantments, Reforge Stones, Gemstones, Drill Parts and more)") @ConfigEditorAccordion(id = 11) public boolean estimatedItemValue = false; @Expose - @ConfigOption(name = "Enable Estimated Price", desc = "Displays an estimated item value for the item you hover over.") + @ConfigOption(name = "Enable Estimated Price", desc = "Displays an Estimated Item Value for the item you hover over.") @ConfigEditorBoolean @ConfigAccordionId(id = 11) @FeatureToggle public boolean estimatedIemValueEnabled = false; @Expose - @ConfigOption(name = "Hotkey", desc = "Press this key to show the estimated item value.") + @ConfigOption(name = "Hotkey", desc = "Press this key to show the Estimated Item Value.") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) @ConfigAccordionId(id = 11) public int estimatedItemValueHotkey = Keyboard.KEY_NONE; @@ -335,7 +335,7 @@ public class MiscConfig { public boolean estimatedIemValueExactPrice = false; @Expose - @ConfigOption(name = "Show Armor Value", desc = "Show the value of the full armor in the wardrobe inventory.") + @ConfigOption(name = "Show Armor Value", desc = "Show the value of the full armor set in the Wardrobe inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 11) @FeatureToggle @@ -458,7 +458,7 @@ public class MiscConfig { @Expose @ConfigOption( name = "Trapper Cooldown GUI", - desc = "Show the cooldown on screen in an overlay (intended for abiphone users)." + desc = "Show the cooldown on screen in an overlay (intended for Abiphone users)." ) @ConfigEditorBoolean public boolean trapperCooldownGui = false; @@ -546,7 +546,7 @@ public class MiscConfig { public boolean onlyBestFriends = false; @Expose - @ConfigOption(name = "Party", desc = "Tab complete party members.") + @ConfigOption(name = "Party", desc = "Tab complete Party Members.") @ConfigEditorBoolean @FeatureToggle public boolean party = true; @@ -621,7 +621,7 @@ public class MiscConfig { @Expose @ConfigOption( name = "Enabled", - desc = "Tracks all of your drops from frozen treasure in the Glacial Caves.\n" + + desc = "Tracks all of your drops from Frozen Treasure in the Glacial Caves.\n" + "§eIce calculations are an estimate but are relatively accurate." ) @ConfigEditorBoolean @@ -762,7 +762,7 @@ public class MiscConfig { public static class BestiaryDataConfig { @Expose - @ConfigOption(name = "Enable", desc = "Show bestiary data overlay in the bestiary menu.") + @ConfigOption(name = "Enable", desc = "Show Bestiary Data overlay in the Bestiary menu.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = false; @@ -792,7 +792,7 @@ public class MiscConfig { public boolean hideMaxed = false; @Expose - @ConfigOption(name = "Replace romans", desc = "Replace romans numeral (IX) with regular number (9)") + @ConfigOption(name = "Replace Romans", desc = "Replace Roman numerals (IX) with regular numbers (9)") @ConfigEditorBoolean public boolean replaceRoman = false; @@ -823,7 +823,7 @@ public class MiscConfig { public Position kingTalismanHelperPos = new Position(-400, 220, false, true); @Expose - @ConfigOption(name = "Names in Core", desc = "Show the names of the 4 areas while in the center of crystal hollows.") + @ConfigOption(name = "Names in Core", desc = "Show the names of the 4 areas while in the center of Crystal Hollows.") @ConfigEditorBoolean @FeatureToggle public boolean crystalHollowsNamesInCore = false; @@ -986,7 +986,7 @@ public class MiscConfig { public boolean brewingStandOverlay = true; @Expose - @ConfigOption(name = "Red Scoreboard Numbers", desc = "Hide the red scoreboard numbers at the right side of the screen.") + @ConfigOption(name = "Red Scoreboard Numbers", desc = "Hide the red scoreboard numbers on the right side of the screen.") @ConfigEditorBoolean @FeatureToggle public boolean hideScoreboardNumbers = false; @@ -1031,7 +1031,7 @@ public class MiscConfig { public Position playerMovementSpeedPos = new Position(394, 124, false, true); @Expose - @ConfigOption(name = "Pet Candy Used", desc = "Show the number of pet candies used on a pet.") + @ConfigOption(name = "Pet Candy Used", desc = "Show the number of Pet Candy used on a pet.") @ConfigEditorBoolean @FeatureToggle public boolean petCandyUsed = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MobsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MobsConfig.java index d81c176a9..b58ab06d1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MobsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MobsConfig.java @@ -45,7 +45,7 @@ public class MobsConfig { @Expose @ConfigOption( name = "Special Zealots", - desc = "Highlight Special Zealots (the ones that drop summoning eyes) in the End." + desc = "Highlight Special Zealots (the ones that drop Summoning Eyes) in the End." ) @ConfigEditorBoolean @ConfigAccordionId(id = 0) @@ -60,7 +60,7 @@ public class MobsConfig { public boolean corruptedMobHighlight = false; @Expose - @ConfigOption(name = "Arachne Boss", desc = "Highlight the arachne boss in red and mini bosses in orange.") + @ConfigOption(name = "Arachne Boss", desc = "Highlight the Arachne boss in red and mini-bosses in orange.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) @FeatureToggle diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SummoningsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SummoningsConfig.java index 9881c2afa..c7ebef451 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/SummoningsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/SummoningsConfig.java @@ -11,7 +11,7 @@ import io.github.moulberry.moulconfig.annotations.ConfigOption; public class SummoningsConfig { @Expose - @ConfigOption(name = "Summoning Soul Display", desc = "Show the name of dropped summoning souls laying on the ground. " + + @ConfigOption(name = "Summoning Soul Display", desc = "Show the name of dropped Summoning Souls laying on the ground. " + "§cNot working in dungeons if Skytils' 'Hide Non-Starred Mobs Nametags' feature is enabled!") @ConfigEditorBoolean @FeatureToggle |