Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Traceback (most recent call last):
  2. File "<pyshell#4>", line 1, in <module>
  3. mc = Minecraft.create()
  4. File "/usr/local/lib/python3.4/dist-packages/mcpi/minecraft.py", line 171, in create
  5. return Minecraft(Connection(address, port))
  6. File "/usr/local/lib/python3.4/dist-packages/mcpi/connection.py", line 17, in __init__
  7. self.socket.connect((address, port))
  8. ConnectionRefusedError: [Errno 111] Connection refused