Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-48223

Adding mobs to the scoreboard results in IOException caused by packet length (multiplayer)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • Minecraft 14w04b, Minecraft 14w05b, Minecraft 14w06a, Minecraft 14w06b, Minecraft 14w08a
    • None
    • Unconfirmed

      Adding mobs to the scoreboard using a command such as:

      /scoreboard teams join TeamName @e[type=Creeper]

      Adds a new "player" to the team with the matched entites UUID value. On a multiplayer server this prevents additional players from joining the server with the IOException:

      Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException:
      The received string length is longer than the maximum allowed (36 > 16)

      As the packet is only meant to accept player names as values (which are a maximum of 16 characters long). This issue does not appear to disconnect players who are already on the server however.

            Unassigned Unassigned
            zuriki Zuriki
            Votes:
            3 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: