1
BungeeCord Help
How do I stop people from force op. I looked into it and it said put online mode to true. I did that but now none of my members can connect. I says failed to verify username. please help, thanks.
2
With bungeecord, you are required to set your backend servers to online-mode: false. In the bungeecord config, not a minecraft server config, it should be online_mode: true You could have players joining directly to backend servers, which are offline-mode: false. If you are running your minecraft servers on a linux VPS, you can use a firewall to block all external users from connecting to the backend server(not the proxy/bungeecord server). Run this as root, be sure to replace $BUNGEE_IP with the server running BungeeCord, and $SERVER_PORT with the port of your Minecraft server.
If you are not using a linux VPS, you can use a plugin, OnlyProxyJoin, which prevents users from joining backend servers as cracked users. It might not work if you are running both the bungeecord and minecraft server on the same server and different ports though.
ptables -I INPUT ! -s $BUNGEE_IP -p tcp --dport $SERVER_PORT -j DROPIf you are not using a linux VPS, you can use a plugin, OnlyProxyJoin, which prevents users from joining backend servers as cracked users. It might not work if you are running both the bungeecord and minecraft server on the same server and different ports though.
There is no such thing as Force OP. The only way your server can be backed with anything similar to this is having online-mode set to false.
So this is a BungeeCord issue correct? Well try LilyPad here > http://www.lilypadmc.org
So this is a BungeeCord issue correct? Well try LilyPad here > http://www.lilypadmc.org
