We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL devcontainer
2ee2cc0
player.send_system_message(TextComponent { content: TextContent::Translate { translate: "commands.kill.success.single".into(), with: vec![Text(Box::new(TextComponent::text("SampleText")))], }, style: Style::default(), extra: vec![], })
👇Packet details by SniffCraft (some omitted)
{ "content": { "content": { "translate": { "content": "commands.kill.success.single", "name": "translate", "type": "TagString" }, "with": { "content": [ [ 10, 8, 0, 4, 116, 101, 120, 116, 0, 20, 101, 110, 116, 105, 11, .... ] ], "name": "with", "type": "TagList" } }, "name": "", "type": "TagCompound" }, "overlay": false }
in vanilla
/tellraw @a [{"translate":"commands.kill.success.single", "with":["SampleText"]}]
{ "content": { "content": { "translate": { "content": "commands.kill.success.single", "name": "translate", "type": "TagString" }, "with": { "content": [ "SampleText" ], "name": "with", "type": "TagList" } }, "name": "", "type": "TagCompound" }, "overlay": false }
The text was updated successfully, but these errors were encountered:
Snowiiii
No branches or pull requests
I've searched existing issues and couldn't find a duplicate.
Operating System
WSL devcontainer
Server Software Version/Commit
2ee2cc0
What happened?
To Reproduce
👇Packet details by SniffCraft (some omitted)
Expected behavior
in vanilla
The text was updated successfully, but these errors were encountered: