Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
3,718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. # --------------------------------
  2. # Geyser Configuration File
  3. #
  4. # A bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition.
  5. #
  6. # GitHub: https://github.com/GeyserMC/Geyser
  7. # Discord: https://discord.geysermc.org/
  8. # --------------------------------
  9.  
  10. bedrock:
  11. # The IP address that will listen for connections
  12. address: 0.0.0.0
  13. # The port that will listen for connections
  14. port: 19132
  15. # The MOTD that will be broadcasted to Minecraft: Bedrock Edition clients
  16. motd1: "EDawg878"
  17. motd2: "EDawg878 Java Server"
  18. remote:
  19. # The IP address of the remote (Java Edition) server
  20. address: play.edawg878.com
  21. # The port of the remote (Java Edition) server
  22. port: 25565
  23.  
  24. # Authentication type. Can be offline, online, or hybrid (see the wiki).
  25. auth-type: online
  26.  
  27. ## the Xbox/MCPE username is the key for the Java server auth-info
  28. ## this allows automatic configuration/login to the remote Java server
  29. ## if you are brave/stupid enough to put your Mojang account info into
  30. ## a config file
  31. #userAuths:
  32. # bluerkelp2: # MCPE/Xbox username
  33. # email: not_really_my_email_address_mr_minecrafter53267@gmail.com # Mojang account email address
  34. # password: "this isn't really my password"
  35. #
  36. # herpderp40300499303040503030300500293858393589:
  37. # email: herpderp@derpherp.com
  38. # password: dooooo
  39.  
  40. # Relay the MOTD, player count and max players from the remote server
  41. ping-passthrough: true
  42.  
  43. # Maximum amount of players that can connect
  44. max-players: 800
  45.  
  46. # If debug messages should be sent through console
  47. debug-mode: false
  48.  
  49. # Thread pool size
  50. general-thread-pool: 32
  51.  
  52. # Allow third party capes to be visible. Currently allowing:
  53. # OptiFine capes, LabyMod capes, 5Zig capes and MinecraftCapes
  54. allow-third-party-capes: true
  55.  
  56. # bStats is a stat tracker that is entirely anonymous and tracks only basic information
  57. # about Geyser, such as how many people are online, how many servers are using Geyser,
  58. # what OS is being used, etc. You can learn more about bStats here: https://bstats.org/.
  59. # https://bstats.org/plugin/server-implementation/GeyserMC
  60. metrics:
  61. # If metrics should be enabled
  62. enabled: true
  63. # UUID of server, don't change!
  64. uuid: 5fe8a97d-f0e3-4446-939d-02718ffcc736
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement