Closed Artuto closed 5 years ago
Update: IP forwarding does work fine, the issue only happens if the BungeeCord server is behind NAT. (example: If BungeeCord is hosted within a container)
When the Bungee server is behind NAT, BungeeCord uses the local IP as the player's IP.
I guess this also affects ProtocolSupportPE itself, so I think the issue lies somewhere else not in PSPE or PSBungee.
Fixed in my PSB PR.
Basically, when using PSPE with PSB the backend server gets the Bungee IP, which can make plugins do weird things.
IMO it should be marked as HIGH priority.