#Geyser doesnt run
14 messages · Page 1 of 1 (latest)
An entire log file is a very useful way of debugging any issues with plugins. Sometimes a snippet of a log doesn't tell the whole story!
You can upload your log file into this channel, or you can use https://mclo.gs/ to censor all IPs present in your log.
For BungeeCord (not Waterfall) there is a proxy.log.0 file in the root and for everything else it is latest.log in logs folder.
Converted latest.log to a paste.gg link!
We don't currently have automated responses for the detected errors!
Geyser couldn’t read the config file, you can try deleting it and restarting the server
okay that worked now im gonna change the config
i got this error for geyser
You leveled up to level 1!
We don't currently have automated responses for the detected errors!
after changing the config
bedrock: 172.96.140.181:25565
# The IP address that will listen for connections.
# Generally, you should only uncomment and change this if you want to limit what IPs can connect to your server.
# address: 0.0.0.0
# The port that will listen for connections
port: 19132
# Some hosting services change your Java port everytime you start the server and require the same port to be used for Bedrock.
# This option makes the Bedrock port the same as the Java port every time you start the server.
# This option is for the plugin version only.
clone-remote-port: false
# The MOTD that will be broadcasted to Minecraft: Bedrock Edition clients. This is irrelevant if "passthrough-motd" is set to true
# If either of these are empty, the respective string will default to "Geyser"
motd1: "Geyser"
motd2: "GRAND RELEASE"
# The Server Name that will be sent to Minecraft: Bedrock Edition clients. This is visible in both the pause menu and the settings menu.
server-name: "Earthenlands"
These are the only things i changed
i changed the address
!!setup
That config is invalid, you don’t put the IP in the bedrock section (which you don’t need to specify, geyser runs on 0.0.0.0 (all local IPs) by default)
You should read the setup guide to know what you’re doing also