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

Spaces in bedrock names. #532

Closed Navoei closed 4 years ago

Navoei commented 4 years ago

This is not necessarily an issue, but more of a request. It might be an issue on some server though. Bedrock clients can have spaces in their name. This can cause severe issues in Java servers where spaces signify the start of a new argument in a command. For example, the command '/ban Navoei MC' would not work because the username 'Navoei MC' has a space in it.

Chew commented 4 years ago

Duplicate of #255

Chew commented 4 years ago

Although I don't know why that one was closed

lukeeey commented 4 years ago

It was from 2018

james090500 commented 4 years ago

Does java even allow players with spaces to connect?

Chew commented 4 years ago

can check

Chew commented 4 years ago

Yes actually, on offline servers

Chew commented 4 years ago

Problem is they're invincible, you can't ban or do anything with them

james090500 commented 4 years ago

That sounds like a minecraft bug then. Players should be stopped having invalid usernames on java side

Chew commented 4 years ago

I made an issue for it https://bugs.mojang.com/browse/MC-180850 but I doubt they'll fix it

KanekiLeChomeur commented 4 years ago

No don't Worry they are not really invicible, you can use that "" example: /ban "Good Nickname", and not /ban Good Nickname That option is already in Minecraft Bedrock Edition and Minecraft Java Edition

lukeeey commented 4 years ago

I donā€™t get how people donā€™t know that

james090500 commented 4 years ago

Due to the fact this should be handled on Java's side to stop connection with spaces I am closing this issue.