Skip to content

Commit d1afb81

Browse files
committed
Config: elaborate on show-cooldown
1 parent 00df4c2 commit d1afb81

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

core/src/main/resources/config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# A bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition.
55
#
66
# GitHub: https://github.com/GeyserMC/Geyser
7-
# Discord: https://discord.geysermc.org/
7+
# Discord: https://discord.gg/geysermc
88
# --------------------------------
99

1010
bedrock:
1111
# The IP address that will listen for connections.
12-
# There is no reason to change this unless you want to limit what IPs can connect to your server.
13-
address: 0.0.0.0
12+
# Generally, you should only uncomment and change this if you want to limit what IPs can connect to your server.
13+
#address: 0.0.0.0
1414
# The port that will listen for connections
1515
port: 19132
1616
# Some hosting services change your Java port everytime you start the server and require the same port to be used for Bedrock.
@@ -117,8 +117,11 @@ allow-third-party-capes: false
117117
# MinecraftCapes
118118
allow-third-party-ears: false
119119

120-
# Allow a fake cooldown indicator to be sent. Bedrock players do not see a cooldown as they still use 1.8 combat
121-
# Can be title, actionbar or false
120+
# Allow a fake cooldown indicator to be sent. Bedrock players otherwise do not see a cooldown as they still use 1.8 combat.
121+
# Please note: if the cooldown is enabled, some users may see a black box during the cooldown sequence, like below:
122+
# https://cdn.discordapp.com/attachments/613170125696270357/957075682230419466/Screenshot_from_2022-03-25_20-35-08.png
123+
# This can be disabled by going into Bedrock settings under the accessibility tab and setting "Text Background Opacity" to 0
124+
# This setting can be set to "title", "actionbar" or "false"
122125
show-cooldown: title
123126

124127
# Controls if coordinates are shown to players.

0 commit comments

Comments
 (0)