DragonetMC/DragonProxy

/title Coloring

Kolya-Borisov opened this issue · 3 comments

Really small issue: if I do the command on Java /title [player] title "test" to a bedrock player, the title appears black for whatever reason (should appear white). Can be easily resolved if I add nbt data: /title [players] title {"text":"test","color":"white"}. Again, very minor bug that probably will not affect 99.9% of people using this proxy.

This should work perfectly?

Github left the player out of the command. It should work now. (Exclude brackets)

Fixed in #530