gilesknap / mciwb

Minecraft Interactive world builder
Apache License 2.0
299 stars 6 forks source link

Not working with Minecraft 1.21 #141

Open marcopiraccini opened 2 weeks ago

marcopiraccini commented 2 weeks ago

Opening a shell for a player I get:

mcipc.rcon.exceptions.UnexpectedTrailingData: ...t:oak_sign{BlockEntityTag:{front_text:{messages:['["select"]','[""]','[""]','[""]']}},display:{Name:'{"text":"select"}'}}

On the give command

Debugging, the exact error is:

Expected whitespace to end one argument, but found trailing data...t:oak_sign{BlockEntityTag:{front_text:{messages:['["select"]','[""]','[""]','[""]']}},display:{Name:'{"text":"select"}'}}<--[HERE]
gilesknap commented 1 week ago

I imagine that the entity tag format has changed or is being more strictly checked.

You ask at a good time because my Son is playing minecraft again and I have a 1.21 server to test against.

Will look at this over the weekend.

Thanks for the report.