This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have a lot of command block with /playsound command in them in my map, i wanted to uptade them to the new 1.9 /playsound syntax
i changed one of them:
/playsound random.anvil_land @a[r=600] ~ ~ ~ 10000.0 8
became
/playsound block.anvil.place blocks @a ~ ~ ~ 600 0.8
everytime the command runs i am disconnected from the server with the following error message:
Internal Exeption: io.netty.handler.codec.DecoderException: Java.lang.IndexOutOfBoundsExeption: readerIndex(19) + length(1) exceeds writerIndex(19): UnpooledHeapByteBuf(ridx: 19, winx: 19, cap: 19)
i got it:
this command: /playsound block.anvil.place blocks @a ~ ~ ~ 600 0.8
WORKS in solo, but in multiplayer don't put an "S" at the end of "blocks" or whatever category you have
I have a lot of command block with /playsound command in them in my map, i wanted to uptade them to the new 1.9 /playsound syntax
i changed one of them:
/playsound random.anvil_land @a[r=600] ~ ~ ~ 10000.0 8
became
/playsound block.anvil.place blocks @a ~ ~ ~ 600 0.8
everytime the command runs i am disconnected from the server with the following error message:
Internal Exeption: io.netty.handler.codec.DecoderException: Java.lang.IndexOutOfBoundsExeption: readerIndex(19) + length(1) exceeds writerIndex(19): UnpooledHeapByteBuf(ridx: 19, winx: 19, cap: 19)
i got it:
this command: /playsound block.anvil.place blocks @a ~ ~ ~ 600 0.8
WORKS in solo, but in multiplayer don't put an "S" at the end of "blocks" or whatever category you have