When the user uses the command /publish so that other users can enter the world, he should return to the IP and PORT for other users to connect.
That is not what happens. It returned the IP as follows: 0.0.0.0:PORT
The correct should be: 127.0.0.1:PORT (127.0.0.1 is an example)
This problem also happens with my friends...
Related issues
Attachments
Comments

[media]
0.0.0.0 is the same thing as 127.0.0.1
38th Duplicate of MC-2583, please use the search function to see if your bug has already been submitted. Currently over 52% of tickets are being closed as duplicate.