We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba82dd commit c0c7b51Copy full SHA for c0c7b51
core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java
@@ -261,7 +261,7 @@ interface GameplayConfig {
261
Please note: if the cooldown is enabled, some users may see a black box during the cooldown sequence, like below:
262
https://geysermc.org/img/external/cooldown_indicator.png
263
This can be disabled by going into Bedrock settings under the accessibility tab and setting "Text Background Opacity" to 0
264
- This setting can be set to "title", "actionbar" or "false\"""")
+ This setting can be set to "title", "actionbar" or "disabled\"""")
265
default CooldownUtils.CooldownType showCooldown() {
266
return CooldownUtils.CooldownType.TITLE;
267
}
0 commit comments