YouHaveTrouble / CommandWhitelist

You decide what commands players can use or tab complete on your server!
GNU General Public License v2.0
207 stars 22 forks source link

CW does not support case sensitivity #66

Closed holenyt closed 4 months ago

holenyt commented 1 year ago

Command /hub working, but /HuB or /Hub - not working. Only lower case working. Same with other commands.

YouHaveTrouble commented 1 year ago

If lowercase is working, then I consider this a low prio. System currently in place would require many changes to accomodate to one or two people tYpInG lIkE tHaT

holenyt commented 1 year ago

Will you add upper case support?

YouHaveTrouble commented 1 year ago

If I get to it. Like I said, it's a low priority issue

holenyt commented 1 year ago

Thanks

YouHaveTrouble commented 1 year ago

you're supposed to keep issue open until it gets resolved ^^

YouHaveTrouble commented 4 months ago

At the time of me writing this, the current behavior is actually working as intended as vanilla commands are case sensitive and the standard of creating commands is all-lowercase string.