Jump to content

darty11

Members
  • Posts

    117
  • Joined

  • Last visited

Posts posted by darty11

  1. Whenever I try to connect to my test server hosted on my pc, my client crashes with this error.

    2014-02-18 17:09:52 [sEVERE] [Minecraft-Server] Reached end of stream for /###.#.#.#

    2014-02-18 17:09:53 [iNFO] [sTDERR] java.net.SocketException: Connection reset

    2014-02-18 17:09:53 [iNFO] [sTDERR] at java.net.SocketInputStream.read(Unknown Source)

    2014-02-18 17:09:53 [iNFO] [sTDERR] at java.net.SocketInputStream.read(Unknown Source)

    2014-02-18 17:09:53 [iNFO] [sTDERR] at java.net.SocketInputStream.read(Unknown Source)

    2014-02-18 17:09:53 [iNFO] [sTDERR] at java.io.DataInputStream.readUnsignedByte(Unknown Source)

    2014-02-18 17:09:53 [iNFO] [sTDERR] at net.minecraft.network.packet.Packet.readPacket(Packet.java:145)

    2014-02-18 17:09:53 [iNFO] [sTDERR] at net.minecraft.network.TcpConnection.readPacket(TcpConnection.java:325)

    2014-02-18 17:09:53 [iNFO] [sTDERR] at net.minecraft.network.TcpConnection.readNetworkPacket(TcpConnection.java:549)

    2014-02-18 17:09:53 [iNFO] [sTDERR] at net.minecraft.network.TcpReaderThread.run(TcpReaderThread.java:94)

    2014-02-18 17:09:53 [iNFO] [Minecraft-Server] Player579 [/###.#.#.#:59212] lost connection

     

    I fixed the problem. Just removed the onlinemode=true on the server config. Derp.

  2. Ok, it looks like you are going to need a custom teleporter. That appears to be the only way around it as vanilla seams to assume that you are coming from the nether when you use thePlayer.travelToDimension(0);, so you are going to need to bypass travelTo dimension and use your own teleporter. I would help but I have to go for awhile.

  3. You need a custom teleporter if you are not using the nether portal.

     

    Though you might want to try using this:

    par3EntityPlayer.travelToDimension(1);

    Due to the way travelToDimension works, it will transfer any players in the end to the over world, and any players not in the end to the end.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.