Closed AlyxPractice closed 2 years ago
Do you have bungeecord enabled in spigot.yml? See example https://github.com/minekube/gate/blob/master/examples/simple-network/server1/spigot.yml
This log message This is usually because the remote server does not have BungeeCord IP forwarding correctly enabled.
usually is the hint if bungeecord is not yet enabled.
Thanks for your answer. Sorry I forgot to send the details of the MC server I was running. I was running Fabric, not spigot.
Here's a working env with Tilt (Kubernetes / Docker) so you can "easily" run it locally (if you have Tilt installed + Docker + Kubernetes). If you don't, at least you can check the configuration of all the yaml files.
The minecraft server is not configured correctly. Add this env to your minecraft-deployment
- name: ONLINE_MODE
value: "false"
Maybe it should be added to the documentation that it can't run with ONLINE_MODE=true
then?
Yes, absolutely! I'll continue working on the documentation.
Hi,
First thanks for this project, it's amazing what you have built here and I'll try to contribute as much as I can 🙇
I'm having some trouble making it work on a Kubernetes cluster (I haven't tried in a more native way yet). When I enabled the onlineMode on gate, I can't connect anymore, no matter the setting of the vanilla server behind (i'm using github.com/itzg/docker-minecraft-server for this).
Context:
Dockerfile.gate
This image is being run on the Kubernetes cluster
gate logs:
gate config.yml:
server.properties:
If I disable the online mode, I can connect, so I guess there is something related to this? I'm a bit lost on what to try next, if you have any hints, that would be super helpful.
Thanks a lot!