Would it be possible to make no command not case sensetive? I'm trying to make sure people can't /spawn vehicles in zones, the problem is the nocommand config only takes lowercase. So even though I have
"Blacklisted commands for No Commands Zone": [
"spawn",
"SPAWN",
"Spawn",
"buy",
"mini",
"RECALL",
"Recall",
"recall"
],People can still use SPAWN to call a vehicle but spawn is blocked.