diff options
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | docs/DISCORD_FAQ.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0d399186..b622b4a6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ for more information and usages. - Please use Regex instead of String comparison when it is likely Hypixel will change the message in the future. - Do not use `fixedRateTimer` when possible and instead use `SecondPassedEvent` to safely execute the repeating event on the main thread. -- When updating a config option variable, use the `ConfigUpdaterMigrator.ConfigFixEvent` with event.move(), when moving a value, and event.transform() when updating a value. [For Example](https://github.com/hannibal002/SkyHanni/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt#L241). +- When updating a config option variable, use the `ConfigUpdaterMigrator.ConfigFixEvent` with event.move() when moving a value, and event.transform() when updating a value. [For Example](https://github.com/hannibal002/SkyHanni/blob/e88f416c48f9659f89b7047d7629cd9a1d1535bc/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt#L276). ## Software Used in SkyHanni diff --git a/docs/DISCORD_FAQ.md b/docs/DISCORD_FAQ.md index a2b01e519..634bc1f03 100644 --- a/docs/DISCORD_FAQ.md +++ b/docs/DISCORD_FAQ.md @@ -55,10 +55,10 @@ _Frequently Asked Questions_ > **12: Why can I still see the normal Scoreboard when using Custom Scoreboard?** > Most of the time, this is a mod conflict. > If you are using [Sidebar Mod](https://github.com/Alexdoru/SidebarMod), please remove this mod. -> If you are using [VanillaHUD](https://modrinth.com/mod/vanillahud), please disable its Scoreboard by clicking on the blue bar below "Scoreboard" in the OneConfig Menu. +> If you are using [VanillaHUD](https://modrinth.com/mod/vanillahud), please update to 2.2.7 or newer to resolve this issue. > If you are using [Apec](https://github.com/BananaFructa/Apec/) and want to remove their Scoreboard, you need to remove Apec since they don't have an option to disable their Scoreboard. > If you don't use any of these mods, make sure the option to "Hide Vanilla Scoreboard" is actually enabled. -*This FAQ was last updated on May 27th, 2024. +*This FAQ was last updated on June 26th, 2024. If you believe there's something that should be added to this list, please tell us, so we can add it.* |