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:
4 Replies
you do
so surround everything in single quotes
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?
you can try to use double quotes instead and escape the double quotes in the command with \
^
That's what I would do