diff options
| author | nea <nea@nea.moe> | 2023-10-31 02:03:32 +0100 |
|---|---|---|
| committer | nea <nea@nea.moe> | 2023-10-31 02:03:32 +0100 |
| commit | 0cbd708de562131427ac7418cc4f7f9ebb522278 (patch) | |
| tree | fb99fa0235a57ff447c45e450984412af597b622 /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | 12135902c08c1926f76f88be4052cdf1ae20194d (diff) | |
| download | SkyHanni-bingovisitorhighlighter.tar.gz SkyHanni-bingovisitorhighlighter.tar.bz2 SkyHanni-bingovisitorhighlighter.zip | |
Reformat GardenConfigbingovisitorhighlighter
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 427 |
1 files changed, 214 insertions, 213 deletions
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 8829b564f..a5d9847ca 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -60,14 +60,14 @@ public class GardenConfig { public static class TimerConfig { @Expose @ConfigOption(name = "Visitor Timer", desc = "Timer when the next visitor will appear, " + - "and a number for how many visitors are already waiting.") + "and a number for how many visitors are already waiting.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; @Expose @ConfigOption(name = "Sixth Visitor Estimate", desc = "Estimate when the sixth visitor in the queue will arrive. " + - "May be inaccurate with co-op members farming simultaneously.") + "May be inaccurate with co-op members farming simultaneously.") @ConfigEditorBoolean public boolean sixthVisitorEnabled = true; @@ -109,7 +109,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 public boolean inBazaarAlley = true; @@ -197,20 +197,20 @@ public class GardenConfig { */ @Expose @ConfigOption( - name = "Items", - desc = "Warn for these reward items." + name = "Items", + desc = "Warn for these reward items." ) @ConfigEditorDraggableList( - exampleText = { - "§9Flowering Bouquet", - "§9Overgrown Grass", - "§9Green Bandana", - "§9Dedication IV", - "§9Music Rune", - "§cSpace Helmet", - "§9Cultivating I", - "§9Replenish I", - } + exampleText = { + "§9Flowering Bouquet", + "§9Overgrown Grass", + "§9Green Bandana", + "§9Dedication IV", + "§9Music Rune", + "§cSpace Helmet", + "§9Cultivating I", + "§9Replenish I", + } ) public List<Integer> drops = new ArrayList<>(Arrays.asList(1, 2, 3, 4, 5, 6)); } @@ -259,8 +259,8 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Enabled", - desc = "Tallies up statistic about visitors and the rewards you have received from them." + name = "Enabled", + desc = "Tallies up statistic about visitors and the rewards you have received from them." ) @ConfigEditorBoolean @FeatureToggle @@ -268,47 +268,47 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Text Format", - desc = "Drag text to change the appearance of the overlay." + name = "Text Format", + desc = "Drag text to change the appearance of the overlay." ) @ConfigEditorDraggableList( - exampleText = { - "§e§lVisitor Statistics", - "§e1,636 Total", - "§a1,172§f-§9382§f-§681§f-§c1", - "§21,382 Accepted", - "§c254 Denied", - " ", - "§c62,072 Copper", - "§33.2m Farming EXP", - "§647.2m Coins Spent", - "§b23 §9Flowering Bouquet", - "§b4 §9Overgrown Grass", - "§b2 §5Green Bandana", - "§b1 §9Dedication IV", - "§b6 §b◆ Music Rune I", - "§b1 §cSpace Helmet", - "§b1 §9Cultivating I", - "§b1 §9Replenish I", - " ", // If they want another empty row - "§212,600 Garden EXP", - "§b4.2k Bits", - "§220k Mithril Powder", - "§d18k Gemstone Powder", - } + exampleText = { + "§e§lVisitor Statistics", + "§e1,636 Total", + "§a1,172§f-§9382§f-§681§f-§c1", + "§21,382 Accepted", + "§c254 Denied", + " ", + "§c62,072 Copper", + "§33.2m Farming EXP", + "§647.2m Coins Spent", + "§b23 §9Flowering Bouquet", + "§b4 §9Overgrown Grass", + "§b2 §5Green Bandana", + "§b1 §9Dedication IV", + "§b6 §b◆ Music Rune I", + "§b1 §cSpace Helmet", + "§b1 §9Cultivating I", + "§b1 §9Replenish I", + " ", // If they want another empty row + "§212,600 Garden EXP", + "§b4.2k Bits", + "§220k Mithril Powder", + "§d18k Gemstone Powder", + } ) public List<Integer> textFormat = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12)); @Expose @ConfigOption(name = "Display Numbers First", desc = "Determines whether the number or drop name displays first. " + - "§eNote: Will not update the preview above!") + "§eNote: Will not update the preview above!") @ConfigEditorBoolean public boolean displayNumbersFirst = true; @Expose @ConfigOption(name = "Display Icons", desc = "Replaces the drop names with icons. " + - "§eNote: Will not update the preview above!") + "§eNote: Will not update the preview above!") @ConfigEditorBoolean public boolean displayIcons = false; @@ -332,6 +332,7 @@ public class GardenConfig { ) public int acceptHotkey = Keyboard.KEY_NONE; + @Expose @ConfigOption( name = "Highlight Visitors in SkyBlock", @@ -406,9 +407,9 @@ public class GardenConfig { public static class CropMilestonesConfig { @Expose @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." + 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." ) @ConfigEditorBoolean @FeatureToggle @@ -416,60 +417,60 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Warn When Close", - desc = "Warn with title and sound when the next crop milestone upgrade happens in 5 seconds. " + - "Useful for switching to a different pet for leveling.") + name = "Warn When Close", + desc = "Warn with title and sound when the next crop milestone upgrade happens in 5 seconds. " + + "Useful for switching to a different pet for leveling.") @ConfigEditorBoolean public boolean warnClose = false; @Expose @ConfigOption( - name = "Time Format", - desc = "Change the highest time unit to show (1h30m vs 90min)") + name = "Time Format", + desc = "Change the highest time unit to show (1h30m vs 90min)") @ConfigEditorDropdown(values = {"Year", "Day", "Hour", "Minute", "Second"}) public Property<Integer> highestTimeFormat = Property.of(0); @Expose @ConfigOption( - name = "Maxed Milestone", - desc = "Calculate the progress and ETA till maxed milestone (46) instead of next milestone.") + name = "Maxed Milestone", + desc = "Calculate the progress and ETA till maxed milestone (46) instead of next milestone.") @ConfigEditorBoolean public Property<Boolean> bestShowMaxedNeeded = Property.of(false); @Expose @ConfigOption( - name = "Milestone Text", - desc = "Drag text to change the appearance of the overlay.\n" + - "Hold a farming tool to show the overlay." + name = "Milestone Text", + desc = "Drag text to change the appearance of the overlay.\n" + + "Hold a farming tool to show the overlay." ) @ConfigEditorDraggableList( - exampleText = { - "§6Crop Milestones", - "§7Pumpkin Tier 22", - "§e12,300§8/§e100,000", - "§7In §b12m 34s", - "§7Crops/Minute§8: §e12,345", - "§7Blocks/Second§8: §e19.85", - "§7Percentage: §e12.34%", - } + exampleText = { + "§6Crop Milestones", + "§7Pumpkin Tier 22", + "§e12,300§8/§e100,000", + "§7In §b12m 34s", + "§7Crops/Minute§8: §e12,345", + "§7Blocks/Second§8: §e19.85", + "§7Percentage: §e12.34%", + } ) public List<Integer> text = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 4, 5)); @Expose @ConfigOption(name = "Block Broken Precision", desc = "The amount of decimals displayed in blocks/second.") @ConfigEditorSlider( - minValue = 0, - maxValue = 6, - minStep = 1 + minValue = 0, + maxValue = 6, + minStep = 1 ) public int blocksBrokenPrecision = 2; @Expose @ConfigOption(name = "Seconds Before Reset", desc = "How many seconds of not farming until blocks/second resets.") @ConfigEditorSlider( - minValue = 2, - maxValue = 60, - minStep = 1 + minValue = 2, + maxValue = 60, + minStep = 1 ) public int blocksBrokenResetTime = 5; @@ -485,8 +486,8 @@ public class GardenConfig { public static class NextConfig { @Expose @ConfigOption( - name = "Best Display", - desc = "Lists all crops and their ETA till next milestone. Sorts for best crop for getting garden or SkyBlock levels.") + name = "Best Display", + desc = "Lists all crops and their ETA till next milestone. Sorts for best crop for getting garden or SkyBlock levels.") @ConfigEditorBoolean @FeatureToggle public boolean bestDisplay = true; @@ -501,9 +502,9 @@ public class GardenConfig { @Expose @ConfigOption(name = "Only Show Top", desc = "Only show the top # crops.") @ConfigEditorSlider( - minValue = 1, - maxValue = 10, - minStep = 1 + minValue = 1, + maxValue = 10, + minStep = 1 ) public int showOnlyBest = 10; @@ -515,22 +516,22 @@ public class GardenConfig { // TODO moulconfig runnable support @Expose @ConfigOption( - name = "Always On", - desc = "Show the Best Display always while on the garden.") + name = "Always On", + desc = "Show the Best Display always while on the garden.") @ConfigEditorBoolean public boolean bestAlwaysOn = false; @Expose @ConfigOption( - name = "Compact Display", - desc = "A more compact best crop time: Removing the crop name and exp, hide the # number and using a more compact time format.") + name = "Compact Display", + desc = "A more compact best crop time: Removing the crop name and exp, hide the # number and using a more compact time format.") @ConfigEditorBoolean public boolean bestCompact = false; @Expose @ConfigOption( - name = "Hide Title", - desc = "Hides the 'Best Crop Time' line entirely.") + name = "Hide Title", + desc = "Hides the 'Best Crop Time' line entirely.") @ConfigEditorBoolean public boolean bestHideTitle = false; @@ -548,26 +549,26 @@ public class GardenConfig { public static class MushroomPetPerkConfig { @Expose @ConfigOption( - name = "Display Enabled", - desc = "Show the progress and ETA for mushroom crops when farming other crops because of the Mooshroom Cow perk.") + name = "Display Enabled", + desc = "Show the progress and ETA for mushroom crops when farming other crops because of the Mooshroom Cow perk.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; @Expose @ConfigOption( - name = "Mushroom Text", - desc = "Drag text to change the appearance of the overlay.\n" + - "Hold a farming tool to show the overlay." + name = "Mushroom Text", + desc = "Drag text to change the appearance of the overlay.\n" + + "Hold a farming tool to show the overlay." ) @ConfigEditorDraggableList( - exampleText = { - "§6Mooshroom Cow Perk", - "§7Mushroom Tier 8", - "§e6,700§8/§e15,000", - "§7In §b12m 34s", - "§7Percentage: §e12.34%", - } + exampleText = { + "§6Mooshroom Cow Perk", + "§7Mushroom Tier 8", + "§e6,700§8/§e15,000", + "§7In §b12m 34s", + "§7Percentage: §e12.34%", + } ) public List<Integer> text = new ArrayList<>(Arrays.asList(0, 1, 2, 3)); @@ -667,7 +668,7 @@ public class GardenConfig { public static class OptimalSpeedConfig { @Expose @ConfigOption(name = "Enabled", desc = "Show the optimal speed for your current tool in the hand.\n" + - "(Thanks MelonKingDE for the default values).") + "(Thanks MelonKingDE for the default values).") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; @@ -695,72 +696,72 @@ public class GardenConfig { @Expose @ConfigOption(name = "Wheat", desc = "Suggested farm speed:\n" + - "§e5 Blocks§7: §f✦ 93 speed\n" + - "§e4 Blocks§7: §f✦ 116 speed") + "§e5 Blocks§7: §f✦ 93 speed\n" + + "§e4 Blocks§7: §f✦ 116 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int wheat = 93; @Expose @ConfigOption(name = "Carrot", desc = "Suggested farm speed:\n" + - "§e5 Blocks§7: §f✦ 93 speed\n" + - "§e4 Blocks§7: §f✦ 116 speed") + "§e5 Blocks§7: §f✦ 93 speed\n" + + "§e4 Blocks§7: §f✦ 116 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int carrot = 93; @Expose @ConfigOption(name = "Potato", desc = "Suggested farm speed:\n" + - "§e5 Blocks§7: §f✦ 93 speed\n" + - "§e4 Blocks§7: §f✦ 116 speed") + "§e5 Blocks§7: §f✦ 93 speed\n" + + "§e4 Blocks§7: §f✦ 116 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int potato = 93; @Expose @ConfigOption(name = "Nether Wart", desc = "Suggested farm speed:\n" + - "§e5 Blocks§7: §f✦ 93 speed\n" + - "§e4 Blocks§7: §f✦ 116 speed") + "§e5 Blocks§7: §f✦ 93 speed\n" + + "§e4 Blocks§7: §f✦ 116 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int netherWart = 93; @Expose @ConfigOption(name = "Pumpkin", desc = "Suggested farm speed:\n" + - "§e3 Blocks§7: §f✦ 155 speed\n" + - "§e2 Blocks§7: §f✦ 265 §7or §f400 speed") + "§e3 Blocks§7: §f✦ 155 speed\n" + + "§e2 Blocks§7: §f✦ 265 §7or §f400 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int pumpkin = 155; @Expose @ConfigOption(name = "Melon", desc = "Suggested farm speed:\n" + - "§e3 Blocks§7: §f✦ 155 speed\n" + - "§e2 Blocks§7: §f✦ 265 or 400 speed") + "§e3 Blocks§7: §f✦ 155 speed\n" + + "§e2 Blocks§7: §f✦ 265 or 400 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int melon = 155; @Expose @ConfigOption(name = "Cocoa Beans", desc = "Suggested farm speed:\n" + - "§e3 Blocks§7: §f✦ 155 speed\n" + - "§e4 Blocks§7: §f✦ 116 speed") + "§e3 Blocks§7: §f✦ 155 speed\n" + + "§e4 Blocks§7: §f✦ 116 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int cocoaBeans = 155; // TODO does other speed settings exist? @Expose @ConfigOption(name = "Sugar Cane", desc = "Suggested farm speed:\n" + - "§eYaw 45§7: §f✦ 328 speed") + "§eYaw 45§7: §f✦ 328 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int sugarCane = 328; @Expose @ConfigOption(name = "Cactus", desc = "Suggested farm speed:\n" + - "§eNormal§7: §f✦ 400 speed\n" + - "§eRacing Helmet§7: §f✦ 464 speed\n" + - "§eBlack Cat§7: §f✦ 464 speed") + "§eNormal§7: §f✦ 400 speed\n" + + "§eRacing Helmet§7: §f✦ 464 speed\n" + + "§eBlack Cat§7: §f✦ 464 speed") @ConfigEditorSlider(minValue = 1, maxValue = 500, minStep = 1) public int cactus = 400; // TODO does other speed settings exist? @Expose @ConfigOption(name = "Mushroom", desc = "Suggested farm speed:\n" + - "§eYaw 60§7: §f✦ 233 speed") + "§eYaw 60§7: §f✦ 233 speed") @ConfigEditorSlider(minValue = 1, maxValue = 400, minStep = 1) public int mushroom = 233; } @@ -793,8 +794,8 @@ public class GardenConfig { public static class EliteFarmingWeightConfig { @Expose @ConfigOption(name = "Display", desc = "Display your farming weight on screen. " + - "The calculation and API is provided by The Elite SkyBlock farmers. " + - "See §ehttps://elitebot.dev/info §7for more info.") + "The calculation and API is provided by The Elite SkyBlock farmers. " + + "See §ehttps://elitebot.dev/info §7for more info.") @ConfigEditorBoolean @FeatureToggle public boolean display = true; @@ -804,13 +805,13 @@ public class GardenConfig { @Expose @ConfigOption(name = "Leaderboard Ranking", desc = "Show your position in the farming weight leaderboard. " + - "Only if your farming weight is high enough! Updates every 10 minutes.") + "Only if your farming weight is high enough! Updates every 10 minutes.") @ConfigEditorBoolean public boolean leaderboard = true; @Expose @ConfigOption(name = "Overtake ETA", desc = "Show a timer estimating when you'll move up a spot in the leaderboard! " + - "Will show an ETA to rank #10,000 if you're not on the leaderboard yet.") + "Will show an ETA to rank #10,000 if you're not on the leaderboard yet.") @ConfigEditorBoolean public boolean overtakeETA = false; @@ -865,8 +866,8 @@ public class GardenConfig { public static class MoneyPerHourConfig { @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, Armor Crops and Dicer Drops. Their toggles are below.") + desc = "Displays the money per hour YOU get with YOUR crop/minute value when selling the item to bazaar. " + + "Supports Bountiful, Mushroom Cow Perk, Armor Crops and Dicer Drops. Their toggles are below.") @ConfigEditorBoolean @FeatureToggle public boolean display = true; @@ -875,9 +876,9 @@ public class GardenConfig { @Expose @ConfigOption(name = "Only Show Top", desc = "Only show the best # items.") @ConfigEditorSlider( - minValue = 1, - maxValue = 25, - minStep = 1 + minValue = 1, + maxValue = 25, + minStep = 1 ) public int showOnlyBest = 5; @@ -889,85 +890,85 @@ public class GardenConfig { // TODO moulconfig runnable support @Expose @ConfigOption( - name = "Always On", - desc = "Always show the money/hour Display while on the garden.") + name = "Always On", + desc = "Always show the money/hour Display while on the garden.") @ConfigEditorBoolean public boolean alwaysOn = false; @Expose @ConfigOption( - name = "Compact Mode", - desc = "Hide the item name and the position number.") + name = "Compact Mode", + desc = "Hide the item name and the position number.") @ConfigEditorBoolean public boolean compact = false; @Expose @ConfigOption( - name = "Compact Price", - desc = "Show the price more compact.") + name = "Compact Price", + desc = "Show the price more compact.") @ConfigEditorBoolean public boolean compactPrice = false; @Expose @ConfigOption( - name = "Use Custom", - desc = "Use the custom format below instead of classic ➜ §eSell Offer §7and other profiles ➜ §eNPC Price.") + name = "Use Custom", + desc = "Use the custom format below instead of classic ➜ §eSell Offer §7and other profiles ➜ §eNPC Price.") @ConfigEditorBoolean public boolean useCustomFormat = false; @Expose @ConfigOption( - name = "Custom Format", - desc = "Set what prices to show") + name = "Custom Format", + desc = "Set what prices to show") @ConfigEditorDraggableList( - exampleText = { - "§eSell Offer", - "§eInstant Sell", - "§eNPC Price" - }, - requireNonEmpty = true + exampleText = { + "§eSell Offer", + "§eInstant Sell", + "§eNPC Price" + }, + requireNonEmpty = true ) public List<Integer> customFormat = new ArrayList<>(Arrays.asList(0, 1, 2)); @Expose @ConfigOption( - name = "Merge Seeds", - desc = "Merge the seeds price with the wheat price.") + name = "Merge Seeds", + desc = "Merge the seeds price with the wheat price.") @ConfigEditorBoolean public boolean mergeSeeds = true; @Expose @ConfigOption( - name = "Include Bountiful", - desc = "Includes the coins from Bountiful in the calculation.") + name = "Include Bountiful", + desc = "Includes the coins from Bountiful in the calculation.") @ConfigEditorBoolean public boolean bountiful = true; @Expose @ConfigOption( - name = "Include Mooshroom Cow", - desc = "Includes the coins you get from selling the mushrooms from your Mooshroom Cow pet.") + name = "Include Mooshroom Cow", + desc = "Includes the coins you get from selling the mushrooms from your Mooshroom Cow pet.") @ConfigEditorBoolean public boolean mooshroom = true; @Expose @ConfigOption( - name = "Include Armor Drops", - desc = "Includes the average coins/hr from your armor.") + name = "Include Armor Drops", + desc = "Includes the average coins/hr from your armor.") @ConfigEditorBoolean public boolean armor = true; @Expose @ConfigOption( - name = "Include Dicer Drops", - desc = "Includes the average coins/hr from your melon or pumpkin dicer.") + name = "Include Dicer Drops", + desc = "Includes the average coins/hr from your melon or pumpkin dicer.") @ConfigEditorBoolean public boolean dicer = true; @Expose @ConfigOption( - name = "Hide Title", - desc = "Hides the first line of 'Money Per Hour' entirely.") + name = "Hide Title", + desc = "Hides the first line of 'Money Per Hour' entirely.") @ConfigEditorBoolean public boolean hideTitle = false; @@ -1015,9 +1016,9 @@ public class GardenConfig { @Expose @ConfigOption(name = "Warning Time", desc = "Set the warning time in seconds before a Jacob's Contest begins.") @ConfigEditorSlider( - minValue = 10, - maxValue = 60 * 5, - minStep = 1 + minValue = 10, + maxValue = 60 * 5, + minStep = 1 ) public int warnTime = 60 * 2; @@ -1061,9 +1062,9 @@ public class GardenConfig { public static class AnitaShopConfig { @Expose @ConfigOption( - name = "Medal Prices", - desc = "Helps to identify profitable items to buy at the Anita item shop " + - "and potential profit from selling the item in the Auction House." + name = "Medal Prices", + desc = "Helps to identify profitable items to buy at the Anita item shop " + + "and potential profit from selling the item in the Auction House." ) @ConfigEditorBoolean @FeatureToggle @@ -1071,8 +1072,8 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Extra Farming Fortune", - desc = "Show current tier and cost to max out in the item tooltip.") + name = "Extra Farming Fortune", + desc = "Show current tier and cost to max out in the item tooltip.") @ConfigEditorBoolean @FeatureToggle public boolean extraFarmingFortune = true; @@ -1089,8 +1090,8 @@ public class GardenConfig { public static class ComposterConfig { @Expose @ConfigOption( - name = "Composter Overlay", - desc = "Show organic matter, fuel, and profit prices while inside the Composter Inventory." + name = "Composter Overlay", + desc = "Show organic matter, fuel, and profit prices while inside the Composter Inventory." ) @ConfigEditorBoolean @FeatureToggle @@ -1114,8 +1115,8 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Display Element", - desc = "Displays the Compost data from the tab list as GUI element." + name = "Display Element", + desc = "Displays the Compost data from the tab list as GUI element." ) @ConfigEditorBoolean @FeatureToggle @@ -1123,8 +1124,8 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Outside Garden", - desc = "Show Time till Composter is empty outside Garden" + name = "Outside Garden", + desc = "Show Time till Composter is empty outside Garden" ) @ConfigEditorBoolean @FeatureToggle @@ -1132,16 +1133,16 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Composter Warning", - desc = "Warn when the Composter gets close to empty, even outside Garden." + name = "Composter Warning", + desc = "Warn when the Composter gets close to empty, even outside Garden." ) @ConfigEditorBoolean public boolean warnAlmostClose = false; @Expose @ConfigOption( - name = "Upgrade Price", - desc = "Show the price for the Composter Upgrade in the lore." + name = "Upgrade Price", + desc = "Show the price for the Composter Upgrade in the lore." ) @ConfigEditorBoolean @FeatureToggle @@ -1149,16 +1150,16 @@ 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." + name = "Round Amount Needed", + desc = "Rounds the amount needed to fill your Composter down so that you don't overspend." ) @ConfigEditorBoolean public boolean roundDown = true; @Expose @ConfigOption( - name = "Highlight Upgrade", - desc = "Highlight Upgrades that can be bought right now." + name = "Highlight Upgrade", + desc = "Highlight Upgrades that can be bought right now." ) @ConfigEditorBoolean @FeatureToggle @@ -1166,8 +1167,8 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Inventory Numbers", - desc = "Show the amount of Organic Matter, Fuel and Composts Available while inside the Composter Inventory." + name = "Inventory Numbers", + desc = "Show the amount of Organic Matter, Fuel and Composts Available while inside the Composter Inventory." ) @ConfigEditorBoolean @FeatureToggle @@ -1193,18 +1194,18 @@ public class GardenConfig { @Expose @ConfigOption(name = "Min Organic Matter", desc = "Warn when Organic Matter is below this value.") @ConfigEditorSlider( - minValue = 1_000, - maxValue = 80_000, - minStep = 1 + minValue = 1_000, + maxValue = 80_000, + minStep = 1 ) public int organicMatter = 20_000; @Expose @ConfigOption(name = "Min Fuel Cap", desc = "Warn when Fuel is below this value.") @ConfigEditorSlider( - minValue = 500, - maxValue = 40_000, - minStep = 1 + minValue = 500, + maxValue = 40_000, + minStep = 1 ) public int fuel = 10_000; } @@ -1224,8 +1225,8 @@ public class GardenConfig { public static class FarmingFortuneConfig { @Expose @ConfigOption( - name = "FF Display", - desc = "Displays the true Farming Fortune for the current crop, including all crop-specific and hidden bonuses." + name = "FF Display", + desc = "Displays the true Farming Fortune for the current crop, including all crop-specific and hidden bonuses." ) @ConfigEditorBoolean @FeatureToggle @@ -1233,9 +1234,9 @@ 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" + - " the chance for bonus drops. " + name = "Show As Drop Multiplier", + desc = "Adds 100 to the displayed Farming Fortune so that it represents a drop multiplier rather than" + + " the chance for bonus drops. " ) @ConfigEditorBoolean public boolean dropMultiplier = true; @@ -1256,8 +1257,8 @@ public class GardenConfig { public static class TooltipTweaksConfig { @Expose @ConfigOption( - name = "Compact Descriptions", - desc = "Hides redundant parts of reforge descriptions, generic counter description, and Farmhand perk explanation." + name = "Compact Descriptions", + desc = "Hides redundant parts of reforge descriptions, generic counter description, and Farmhand perk explanation." ) @ConfigEditorBoolean @FeatureToggle @@ -1265,26 +1266,26 @@ public class GardenConfig { @Expose @ConfigOption( - name = "Breakdown Hotkey", - desc = "When the keybind is pressed, show a breakdown of all fortune sources on a tool." + name = "Breakdown Hotkey", + desc = "When the keybind is pressed, show a breakdown of all fortune sources on a tool." ) @ConfigEditorKeybind(defaultKey = Keyboard.KEY_LSHIFT) public int fortuneTooltipKeybind = Keyboard.KEY_LSHIFT; @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." + 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." ) @ConfigEditorDropdown(values = {"Default", "Show", "Replace"}) public int cropTooltipFortune = 1; @Expose @ConfigOption( - name = "Total Crop Milestone", - desc = "Shows the progress bar till maxed crop milestone in the crop milestone inventory." + name = "Total Crop Milestone", + desc |
