12-01-2015, 12:27 AM
12-01-2015, 12:53 AM
I don't think names like that are possible with non-cracked clients. Perhaps we should add such a check for cracked servers.
12-01-2015, 01:16 AM
Username can be max 16 characters long and only this are allowed
Code:
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_
12-01-2015, 01:56 AM
(12-01-2015, 01:16 AM)Seadragon91 Wrote: [ -> ]Username can be max 16 characters long and only this are allowedAny character can be used in a username on a Cuberite server, as long as the username is under 17 characters.
Code:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_
The character limit issue is reported here: https://github.com/cuberite/cuberite/issues/2545
12-01-2015, 02:05 AM
Yes, sorry the limit is for vanilla server in online mode.
The question is, if that should be fixed. If yes then we could use HOOK_HANDSHAKE to check the username. This could be done in Plugin Core, I am not sure if this will work. Have no cracked client to test that.
The question is, if that should be fixed. If yes then we could use HOOK_HANDSHAKE to check the username. This could be done in Plugin Core, I am not sure if this will work. Have no cracked client to test that.
12-01-2015, 02:55 AM
(12-01-2015, 02:05 AM)Seadragon91 Wrote: [ -> ]Yes, sorry the limit is for vanilla server in online mode.
The question is, if that should be fixed. If yes then we could use HOOK_HANDSHAKE to check the username. This could be done in Plugin Core, I am not sure if this will work. Have no cracked client to test that.
It is does not working. Server kick player and crush.