diff options
author | Erymanthus[#5074] | (u/)RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> | 2022-11-05 10:15:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 10:15:50 -0400 |
commit | 9e87d9df2363929b9dc85a3e45c4899740e10af5 (patch) | |
tree | b0662046057a82060bec09bb68ae5b035e9b23d7 /src/main | |
parent | 99961f5af02eb14d25a6699bfe22d1c008f18134 (diff) | |
download | SkyblockHud-Death-Defied-9e87d9df2363929b9dc85a3e45c4899740e10af5.tar.gz SkyblockHud-Death-Defied-9e87d9df2363929b9dc85a3e45c4899740e10af5.tar.bz2 SkyblockHud-Death-Defied-9e87d9df2363929b9dc85a3e45c4899740e10af5.zip |
fuck
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <51521765+RayDeeUx@users.noreply.github.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java index f3ea5bf..18b7301 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java @@ -89,7 +89,7 @@ public class SBHConfig extends Config { public Renderer renderer = new Renderer(); @Expose - @Category(name = "Map", desc = "All Options for the Map.") + @Category(name = "Map", desc = "All Options for the Map. But please use SkyGuide by DeDiamondPro instead: https://github.com/DeDiamondPro/SkyGuide") public Map map = new Map(); @Expose @@ -310,51 +310,51 @@ public class SBHConfig extends Config { public boolean showPlayerLocation = false; @Expose - @ConfigOption(name = "Show Mini-Map", desc = "Please leave this feature disabled. SkyGuide by DeDiamondPro has a far better minimap: https://github.com/DeDiamondPro/SkyGuide/") + @ConfigOption(name = "Show Mini-Map", desc = "Shows the Mini-Map on your overlay. If this is turned off, you can still use /sbhmap to see the map in fullscreen.") @ConfigEditorBoolean public boolean showMiniMap = false; @Expose - @ConfigOption(name = "Map Locations", desc = "Please use SkyGuide by DeDiamondPro: https://github.com/DeDiamondPro/SkyGuide/") + @ConfigOption(name = "Map Locations", desc = "Drag and drop a location from this list into the trash can if you would like to disable SBH's map for that location, and use maps from other mods.") @ConfigEditorDraggableList(exampleText = { "Hub", "The Barn", "Mushroom Desert", "Gold Mine", "Deep Caverns (No Map Yet)", "Spider's Den", "The Park", "Crimson Isles", "Dungeon Hub", "Jerry's Workshop (WIP)", "The End", "Dwarven Mines", "Crystal Hollows" }) public List<Integer> mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12)); @Expose - @ConfigOption(name = "Mini-Map Position", desc = "Please use SkyGuide by DeDiamondPro: https://github.com/DeDiamondPro/SkyGuide/") + @ConfigOption(name = "Mini-Map Position", desc = "Allows you to change the position of the Mini-Map.") @ConfigEditorButton(runnableId = "map", buttonText = "Edit") public Position miniMapPosition = new Position(0, 100, false, false); @Expose - @ConfigOption(name = "Icons", desc = "Did you know that SkyGuide's features are far more suitable for the optimal Skyblock experience? https://github.com/DeDiamondPro/SkyGuide/") + @ConfigOption(name = "Icons", desc = "") @ConfigEditorAccordion(id = 3) public boolean icons = false; @Expose - @ConfigOption(name = "NPC", desc = "DeDiamondPro's SkyGuide: https://github.com/DeDiamondPro/SkyGuide/") + @ConfigOption(name = "NPC", desc = "Show NPC Icons") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean showNpcIcons = true; @Expose - @ConfigOption(name = "Info", desc = "just install SkyGuide dammit") + @ConfigOption(name = "Info", desc = "Show Info Icons") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean showInfoIcons = true; @Expose - @ConfigOption(name = "Misc", desc = "https://github.com/DeDiamondPro/SkyGuide/") + @ConfigOption(name = "Misc", desc = "Show Misc Icons") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean showMiscIcons = true; @Expose - @ConfigOption(name = "Shops", desc = "use SkyGuide!!!!!") + @ConfigOption(name = "Shops", desc = "Show Shop Icons") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean showShopIcons = true; @Expose - @ConfigOption(name = "Quests", desc = "Ery is too lazy to update maps, please use SkyGuide by DeDiamondPro. This is your final warning and I'm not asking nicely anymore.") + @ConfigOption(name = "Quests", desc = "Show Quest Icons") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean showQuestIcons = false; |