Answer the question
In order to leave comments, you need to log in
Why won't mcpi.minecraft connect to minecraft server?
Hello everybody. Raised a minecraft server on localhost, port 4711. Works great, however, there are problems with python3 on the server.
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
>>> Minecraft.create()
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.7/site-packages/mcpi/minecraft.py", line 205, in create return Minecraft(Connection(address, port)) File "/usr/lib/python3.7/site-packages/mcpi/connection.py", line 17, in __init__ self.socket.connect((address, port)) ConnectionRefusedError: [Errno 111] Connection refused
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question