File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
1010bedrock :
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
118118allow-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"
122125show-cooldown : title 
123126
124127#  Controls if coordinates are shown to players.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments