diff options
Diffstat (limited to 'src')
7 files changed, 12 insertions, 17 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java index f26b69997..bfc1fdd90 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java @@ -13,7 +13,7 @@ public class Bazaar { public boolean orderHelper = false; @Expose - @ConfigOption(name = "Best Sell Method", desc = "Difference between sell instantly and sell offer.") + @ConfigOption(name = "Best Sell Method", desc = "Show the price difference between sell instantly and sell offer.") @ConfigEditorBoolean public boolean bestSellMethod = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java index c198b5bc3..9e63789f3 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -60,7 +60,7 @@ public class Chat { @Expose @ConfigOption(name = "Powder Mining", desc = "Hide messages while opening chests in crystal hollows. " + - "(Except power numbers over 1k, Prehistoric Egg and Robotron Parts)") + "(Except powder numbers over 1k, Prehistoric Egg and Automaton Parts)") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean powderMining = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java index 37032d25b..578586bcb 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java @@ -24,11 +24,6 @@ public class Diana { public boolean burrowSmoothTransition = false; @Expose - @ConfigOption(name = "Griffin Burrows", desc = "") - @ConfigEditorBoolean - public boolean griffinBurrows = false; - - @Expose @ConfigOption(name = "Nearest Warp", desc = "Warps to the nearest warp point on the hub, if closer to the next burrow.") @ConfigEditorBoolean public boolean burrowNearestWarp = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java index f68fe78d5..15c38625b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java @@ -23,7 +23,7 @@ public class Dungeon { 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 dungeons.") + @ConfigOption(name = "Death Counter Display", desc = "Display the total amount of deaths in the current dungeon.") @ConfigEditorBoolean public boolean deathCounterDisplay = false; @@ -105,7 +105,7 @@ public class Dungeon { public boolean hideHealerOrbs = false; @Expose - @ConfigOption(name = "Hide Healer Fairy", desc = "Hide the golden fairy that follows the healer in dungeon.") + @ConfigOption(name = "Hide Healer Fairy", desc = "Hide the golden fairy that follows the healer in dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean hideHealerFairy = false; @@ -115,7 +115,7 @@ public class Dungeon { public boolean messageFilter = false; @Expose - @ConfigOption(name = "Keys and Doors", desc = "Hides the chat message when picking up keys or opening doors in dungeon.") + @ConfigOption(name = "Keys and Doors", desc = "Hides the chat message when picking up keys or opening doors in dungeons.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) public boolean messageFilterKeysAndDoors = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index f9136ea4f..88db073d4 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -678,12 +678,12 @@ public class Garden { public Position moneyPerHourPos = new Position(16, -232, false, true); @Expose - @ConfigOption(name = "Next Jacob Contest", desc = "") + @ConfigOption(name = "Next Jacob's Contest", desc = "") @ConfigEditorAccordion(id = 14) public boolean nextJacobContest = false; @Expose - @ConfigOption(name = "Show Jacob Contest", desc = "Show the current or next jacob farming contest time and crops.") + @ConfigOption(name = "Show Jacob's Contest", desc = "Show the current or next Jacob's farming contest time and crops.") @ConfigEditorBoolean @ConfigAccordionId(id = 14) public boolean nextJacobContestDisplay = true; @@ -701,13 +701,13 @@ public class Garden { public boolean nextJacobContestOtherGuis = false; @Expose - @ConfigOption(name = "Warning", desc = "Show a warning shortly before a new jacob 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 the Jacobs 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, diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java index f157b3554..e30a3c5bf 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -146,7 +146,7 @@ public class Inventory { @Expose @ConfigOption(name = "Item Stars", - desc = "Show a compact star count in the item name for all items") + desc = "Show a compact star count in the item name for all items.") @ConfigEditorBoolean public boolean itemStars = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 71f41166e..aa41ce1a7 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -171,7 +171,7 @@ public class Misc { public boolean hideFireBlockParticles = true; @Expose - @ConfigOption(name = "Smoke Particle", desc = "Hide smoke particles.") + @ConfigOption(name = "Smoke Particles", desc = "Hide smoke particles.") @ConfigEditorBoolean @ConfigAccordionId(id = 9) public boolean hideSmokeParticles = false; @@ -200,7 +200,7 @@ public class Misc { public boolean chickenHeadTimerDisplay = false; @Expose - @ConfigOption(name = "Hide Chat", desc = "Hide the 'You lay an egg' chat message'.") + @ConfigOption(name = "Hide Chat", desc = "Hide the 'You lay an egg' chat message.") @ConfigEditorBoolean @ConfigAccordionId(id = 10) public boolean chickenHeadTimerHideChat = true; |