Non-case sensitive kit names
baticag opened this issue ยท 3 comments
Can you please make kit names not case sensitive, because it's better looking on /kits and other places?
If this changed, it could potentially cause some servers problems if they rely on case-sensitive kit names. See SupaHam's comment below.
Technically, this is doable without harm. EssentialsX doesn't rely on the kits in the config being lowercase, it just lowercases it in runtime.
The change would involve maintaining original casing in some form, e.g. new Map or modify existing Map container, and use it when displaying kit names.
cd43355 added this a while back