CryptoMorin / XSeries

Library for cross-version Minecraft Bukkit support and various efficient API methods.
https://www.spigotmc.org/threads/378136/
MIT License
403 stars 126 forks source link

[SkullUtils] - Not all texture URLs are properly detected #234

Closed datatags closed 11 months ago

datatags commented 1 year ago

Description When using detectSkullValueType(String), not all TEXTURE_HASHes are detected correctly due to the length restriction on MOJANG_SHA256_APPROX. Example: 0a4050e7aacc4539202658fdc339dd182d7e322f9fbcc4d5f99b5718a is a valid texture hash (link), but since it's only 57 characters long, it's not properly detected.

Version Logic error, affects all server versions. XSeries 9.7.0

CryptoMorin commented 1 year ago

Sure I can increase the range to 55-70.

CryptoMorin commented 11 months ago

Fixed in v9.8.0