Closed GoDzViper closed 1 year ago
When using the "Bossbar(id)" command it generates incorrectly in the mcfunction file.
instead of generating as: bossbar add winfred_bb {"text":"winfred_bb"}
it generates: bossbar add winfred_bb {"text":"winfred_bb}"
the end quotation marks and close curly bracket are switched around causing the mcfunction file to generate with an error
fixed in version 0.4.5 Thanks for reporting!
When using the "Bossbar(id)" command it generates incorrectly in the mcfunction file.
instead of generating as: bossbar add winfred_bb {"text":"winfred_bb"}
it generates: bossbar add winfred_bb {"text":"winfred_bb}"
the end quotation marks and close curly bracket are switched around causing the mcfunction file to generate with an error