Running a specific command in bukkit.yml

Is there a way to run the below command properly through bukkit.yml? I keep getting parsing errors:
colorteams:
- minecraft:team modify Warrior prefix {"text":"Warrior ","color":"#88261c"}
colorteams:
- minecraft:team modify Warrior prefix {"text":"Warrior ","color":"#88261c"}
4 Replies
Snow Kit
Snow Kit2y ago
you do
colorteams:
- 'minecraft:team modify Warrior prefix {"text":"Warrior ","color":"#88261c"}'
colorteams:
- 'minecraft:team modify Warrior prefix {"text":"Warrior ","color":"#88261c"}'
so surround everything in single quotes
☣ Lord Omen ☣
I did that originally but the files removed the quotes after you close it So they are irrelevant I’m wondering if I have to escape the quotations?
Snow Kit
Snow Kit2y ago
you can try to use double quotes instead and escape the double quotes in the command with \
MrMcyeet
MrMcyeet2y ago
^ That's what I would do

Did you find this page helpful?