Realizedd / TokenManager

An economy plugin for minecraft.
https://www.spigotmc.org/resources/tokenmanager.8610/
GNU General Public License v3.0
29 stars 48 forks source link

UUID mismatch when allowing bedrock players on using Geyser #48

Closed dig closed 2 years ago

dig commented 3 years ago

The exception in FileDatabase#setup() is thrown when you allow Geyser players on because they have UUIDs which do not match the pattern in ProfileUtil#isUUID(String uuid). This causes tokenmanager to disable on start. I suggest you remove the checking for UUIDs based on server online or not.

Example Geyser UUID: 00000000-0000-0000-0009-000002ef2baa

Realizedd commented 2 years ago

Fixed in 1fa57a1