-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13
-
None
-
Unconfirmed
I entered this command here [272 chars] to a command block:
execute at @e[tag=wp,limit=1] if block ~ ~-1 ~ minecraft:diamond_block if block ~1 ~-1 ~ minecraft:gold_block if block ~-1 ~-1 ~ minecraft:gold_block if block ~ ~-1 ~1 minecraft:emerald_block if block ~ ~-1 ~-1 minecraft:emerald_block run tag @e[tag=wp,limit=1] remove dlt
This crash happened:
My MaxCommandChainLength is set to 65536 characters.
This is a 1.13 crash bug that is not listed in search.
That said, what is our command limit? 256 or 65536?
This same command from 1.12.2 (which is longer [359 chars] with the old syntax) worked properly:
execute @e[tag=warp] ~ ~ ~ detect ~ ~-1 ~ diamond_block 0 execute @e[tag=warp,c=1] ~ ~ ~ detect ~ ~-1 ~1 gold_block 0 execute @e[tag=warp,c=1] ~ ~ ~ detect ~ ~-1 ~-1 gold_block 0 execute @e[tag=warp,c=1] ~ ~ ~ detect ~1 ~-1 ~ emerald_block 0 execute @e[tag=warp,c=1] ~ ~ ~ detect ~-1 ~-1 ~ emerald_block 0 scoreboard players tag @e[tag=warp,c=1] remove delete
- duplicates
-
MC-132663 Command blocks kick player when entering certain commands > 256 characters in multiplayer
- Resolved