unmojang / drasl

Yggdrasil-compatible API server for Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case-sensitive usernames are problematic

catfromplan9 opened this issue · comments

Player specific commands break if there is for example a "notch" and "Notch" player, aswell as possibly many plugins or mods. Name system should be altered to be case-insensitive (e.g. API query for player "notch" returns the user "Notch" and the name change API reports that "NOTCH" is taken)