diff options
author | AfkUser <95704481+AfkUserMC@users.noreply.github.com> | 2023-04-28 18:13:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 00:13:26 +0200 |
commit | dc52f8b01437c4d7c54f2d25abc17db80bfe1219 (patch) | |
tree | eb26479414b7c8da2ebe65aeb23a732b06d35266 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 91a783c85a2b3bf5a9161e87fb23a95312c95807 (diff) | |
download | skyhanni-dc52f8b01437c4d7c54f2d25abc17db80bfe1219.tar.gz skyhanni-dc52f8b01437c4d7c54f2d25abc17db80bfe1219.tar.bz2 skyhanni-dc52f8b01437c4d7c54f2d25abc17db80bfe1219.zip |
THE GREAT RECAPITALIZATION (#69)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
5 files changed, 10 insertions, 10 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java index 6b2cbe1e3..6f52bc890 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java @@ -14,7 +14,7 @@ public class Bingo { public boolean compactChatMessages = true; @Expose - @ConfigOption(name = "Bingo Card View", desc = "Simply showing the bingo card. Toggle by sneaking with skyblock menu in hand.") + @ConfigOption(name = "Bingo Card View", desc = "Simply showing the bingo card. Toggle by sneaking with SkyBlock menu in hand.") @ConfigEditorBoolean public boolean cardDisplay = true; 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 dabbf2ea5..5ec5e018c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -35,7 +35,7 @@ public class Chat { 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) public boolean welcome = true; @@ -107,7 +107,7 @@ public class Chat { public boolean dungeonMessages = true; @Expose - @ConfigOption(name = "Dungeon Boss Messages", desc = "Hide messages from watcher and bosses in the dungeon.") + @ConfigOption(name = "Dungeon Boss Messages", desc = "Hide messages from the watcher and bosses in the dungeon.") @ConfigEditorBoolean public boolean dungeonBossMessages = 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 bfe47798b..e635bc0d7 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -258,14 +258,14 @@ public class Garden { @Expose @ConfigOption( name = "Best Display", - desc = "Lists all crops and their ETA till next milestone. Sorts for best crop for getting garden level or skyblock level.") + desc = "Lists all crops and their ETA till next milestone. Sorts for best crop for getting garden or SkyBlock levels.") @ConfigEditorBoolean @ConfigAccordionId(id = 7) public boolean cropMilestoneBestDisplay = true; // TODO moulconfig runnable support @Expose - @ConfigOption(name = "Sort Type", desc = "Sort the crops by either garden exp or by 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; @@ -730,7 +730,7 @@ public class Garden { 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; 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 e30a3c5bf..6e0120189 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -158,7 +158,7 @@ public class Inventory { @Expose @ConfigOption(name = "Highlight Missing SkyBlock Level Guide", - desc = "Highlight stuff that is missing in the skyblock level guide inventory.") + desc = "Highlight stuff that is missing in the SkyBlock level guide inventory.") @ConfigEditorBoolean public boolean highlightMissingSkyBlockLevelGuide = true; 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 b9a79ce0d..8175bfd80 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -65,7 +65,7 @@ public class Misc { public boolean damageSplash = false; @Expose - @ConfigOption(name = "Hide Damage Splash", desc = "Hide all damage splashes anywhere in Skyblock.") + @ConfigOption(name = "Hide Damage Splash", desc = "Hide all damage splashes anywhere in SkyBlock.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) public boolean hideDamageSplash = false; @@ -239,7 +239,7 @@ public class Misc { public static class DiscordRPC { @Expose - @ConfigOption(name = "Enable Discord RPC", desc = "Details about your Skyblock session displayed through Discord.") + @ConfigOption(name = "Enable Discord RPC", desc = "Details about your SkyBlock session displayed through Discord.") @ConfigEditorBoolean public Property<Boolean> enabled = Property.of(false); @@ -334,4 +334,4 @@ public class Misc { @Expose public Position inventoryLoadPos = new Position(394, 124, false, true); -}
\ No newline at end of file +} |