summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorooffyy <72337907+realooffyy@users.noreply.github.com>2023-09-10 19:47:29 +0100
committerGitHub <noreply@github.com>2023-09-10 20:47:29 +0200
commit9723f3d476a962dc10fb9940bbbea8ae7f5d5f2a (patch)
tree6b75807832c1ad5ed4ec54f894c0b3c92f50c99d /src
parentb8b14237d4d034c97f10f1bbb4fab4e79efbcc03 (diff)
downloadskyhanni-9723f3d476a962dc10fb9940bbbea8ae7f5d5f2a.tar.gz
skyhanni-9723f3d476a962dc10fb9940bbbea8ae7f5d5f2a.tar.bz2
skyhanni-9723f3d476a962dc10fb9940bbbea8ae7f5d5f2a.zip
Typos, rewording, and capitalization and punctuation errors across all features (#465)
Fixed a ton of typos in the config #465
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/BingoConfig.java14
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java20
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java8
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java10
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DungeonConfig.java30
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java16
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java102
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java28
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MinionsConfig.java2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java40
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MobsConfig.java4
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SummoningsConfig.java2
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