Stevertus / objD

objD is a framework for developing Datapacks for Minecraft. It uses the Dart programming language.
https://objd.stevertus.com
BSD 2-Clause "Simplified" License
46 stars 13 forks source link

Bossbar add command has incorrect syntax #26

Closed GoDzViper closed 1 year ago

GoDzViper commented 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

Stevertus commented 1 year ago

fixed in version 0.4.5 Thanks for reporting!