GeyserMC / GeyserConnect

GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
https://geysermc.org
MIT License
196 stars 41 forks source link

How I can enable nether roof building? #73

Closed Dragon11-ui closed 1 year ago

Dragon11-ui commented 1 year ago

The title says it all, I can't find the option to enable nether roof building.

onebeastchris commented 1 year ago

It's "above-bedrock-nether-building" in the proxy_config.yml

Dragon11-ui commented 1 year ago

"proxy_config.yml" is missing.

Dragon11-ui commented 1 year ago

tried to clear my geyserconnect files, it doesn't generate "proxy_config.yml"

onebeastchris commented 1 year ago

My bad, I assumed it was generated - for some reason, it's not. However, that config does exist in the .jar file itself.. That's honestly odd why proxy_config is static otherwise

Dragon11-ui commented 1 year ago

oh alright.

Dragon11-ui commented 1 year ago

tried enabling it, still doesn't work. It seems it doesn't use the "proxy_config.yml".

onebeastchris commented 1 year ago

https://github.com/GeyserMC/GeyserConnect/blob/master/src/main/java/org/geysermc/connect/proxy/GeyserProxyBootstrap.java#L69 that doesn't sound quite right though, seems like it reads it here If you want to edit it, I'd recommend to clone the project, and try setting the setting to "true" in src/.../resources/proxy_config.yml, and then building the jar. That should enable the setting.. probably. I should add that I haven't tried this myself

Dragon11-ui commented 1 year ago

That actually works! Thanks for the help!

j5155 commented 1 year ago

For the future, the issues about a better way of doing this then rebuilding the jar from source are #14 and #46.