MeteorDevelopment / meteor-client

Based Minecraft utility mod.
https://meteorclient.com
GNU General Public License v3.0
2.13k stars 786 forks source link

StarScript+Commands using {} #4620

Open JustaGithubGuy opened 3 months ago

JustaGithubGuy commented 3 months ago

Describe the bug

image image image

Steps to reproduce

  1. Open up the Meteor Client Menu
  2. Open Macros
  3. Create new Macro
  4. In messages use any command that has brackets in it
  5. The Meteor Client Confuses the brackets for a starscript opening and I am not able to run the tellraw command

Meteor Version

meteor-client-0.5.7-2086

Minecraft Version

1.20.6

Operating System

Windows

Before submitting a bug report

panpanpro888 commented 2 months ago

You can write it like this:

.say /tellraw @a {"{"}"text":"Player"{"}"}

This formats to:

.say /tellraw @a {"text":"Player"}