DragonetMC / DragonProxy

🐲 A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
https://invite.gg/DragonetMC
GNU General Public License v3.0
990 stars 134 forks source link

/title Coloring #526

Closed Kolya-Borisov closed 4 years ago

Kolya-Borisov commented 4 years ago

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.

lukeeey commented 4 years ago

This should work perfectly?

Kolya-Borisov commented 4 years ago

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

lukeeey commented 4 years ago

Fixed in #530