Advertisement
Hipopotofobia

Config

Sep 13th, 2019
10,725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # --------------------------------
  2. # Geyser Configuration File
  3. #
  4. # A bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition.
  5. #
  6. # https://github.com/GeyserMC/Geyser
  7. # --------------------------------
  8.  
  9. bedrock:
  10. # The IP address that will listen for connections
  11. address: 192.168.0.14
  12. # The port that will listen for connections
  13. port: 19133
  14. # The MOTD that will be broadcasted to Minecraft: Bedrock Edition clients
  15. motd1: "GeyserMC"
  16. motd2: "Another GeyserMC forced host."
  17. remote:
  18. # The IP address of the remote (Java Edition) server
  19. address: 142.44.144.245
  20. # The port of the remote (Java Edition) server
  21. port: 25565
  22.  
  23. # Authentication type. Can be offline, online, or hybrid (see the wiki).
  24. auth-type: online
  25.  
  26. ## the Xbox/MCPE username is the key for the Java server auth-info
  27. ## this allows automatic configuration/login to the remote Java server
  28. ## if you are brave/stupid enough to put your Mojang account info into
  29. ## a config file
  30. #userAuths:
  31. # bluerkelp2: # MCPE/Xbox username
  32. # email: not_really_my_email_address_mr_minecrafter53267@gmail.com # Mojang account email address
  33. # password: "this isn't really my password"
  34. #
  35. # herpderp40300499303040503030300500293858393589:
  36. # email: herpderp@derpherp.com
  37. # password: dooooo
  38.  
  39. # Relay the MOTD, player count and max players from the remote server
  40. ping-passthrough: false
  41.  
  42. # Maximum amount of players that can connect
  43. max-players: 100
  44.  
  45. # If debug messages should be sent through console
  46. debug-mode: false
  47.  
  48. # UUID: DON'T CHANGE!
  49. uuid: 348b8d42-7bad-4825-9087-715b477e304c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement