-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13
-
None
-
Operating System: Windows 10
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
-
Unconfirmed
I try to enter a command in an commandblock and get kicked with the following message: "Internal Exception: io.netty.handler.codec.DecoderException: The received string length is longer than maximum allowed (294 > 256)". After that I can join like nothing has ever happend.
Works fine in Singleplayer. If I write a command with notepad an paste it in everything works also.
The Server console displays the same message:
[20:35:05 INFO]: YouCreeperLP lost connection: Internal Exception: io.netty.handler.codec.DecoderException: The received string length is longer than maximum allowed (294 > 256) [20:35:05 INFO]: YouCreeperLP left the game
How to reproduce:
Step 1. Start a 1.13 Server
Step 2. Place a commandblock
Step 3. Enter the following command(Just a long execute command with an "if score" at the end)
Step 4. Press "space"
Command:
execute if entity @a[nbt={SelectedItem:{id:"minecraft:iron_shovel",tag:{Unbreakable:1b,display:{Lore:["415489674896541865418657441564198654986547168523410865327419865327489653748965748657418965418965418654186541685341685234186541685416574416524165234165234168523416523416532156"]}}}}] if score
Also happens with "store result score" at the end. So I suppose it has something to do with scoreboard. It dosn't matter if any scoreboard objectives exist or not.
I searched and found similar Bug reports but they were fixed.
- duplicates
-
MC-132663 Command blocks kick player when entering certain commands > 256 characters in multiplayer
- Resolved