CommunityBridge

15.5k Downloads

UUID without hyphen (‐)

cancabron opened this issue · 3 comments

commented

Im testing on Xenforo using:

http://www.spigotmc.org/resources/xenfororegister.1897/
+
http://www.spigotmc.org/resources/xenforo-minecraft-uuid-name-change-handler.410/

The registration works perfectly INGAME and inserts the uuid in the database in a column uuid (VARCHAR 32)

It doesnt write any hyphen (ex. 9b376304ccdf43ce963a618840ed1c94) , and the communitybridge doesnt recognice the uuid.

Is there any way to read the uuid without hyphen?

commented

any updates on this?

commented

I noticed this as well, I will do a check-up to see if this is necessary and if removed, if it conflicts with anything else in the code.

commented

Ok! All the plugins that saves UUID in mysql makes it without hyphens. It would be great! Thanks for your reply. :)