Bound commands are not being blocked
i added the folowing commands to be blocked, but it is still working if they are binded.
for exemple, if you type /backpack, its blocked.
but if you use a bind key, it is not blocked
{
"Allow chat between inmates (when chat is blocked)": false,
"Allow players to escape jail": false,
"Automatically release prisoners when their sentence has expired": true,
"Blacklisted commands for prisoners": [
"tp",
"event",
"tpa",
"tpr",
"s",
"shop",
"q",
"rt",
"spawncar",
"backpack",
"backpack.open",
"bank",
"trade",
"town",
"home",
"remove",
"dtd",
"skin",
"share",
"unshare",
"handyman",
"autoauth",
"c",
"pm",
"a",
"clan",
"clanhelp",
"chat",
"chat.say",
"say",
"chat.say /backpack",
"chat.say /backpack.open"
],
"Block chat for inmates": true,
"Broadcast player imprisonment globally": true,
"Disable damage dealt by prisoners": true,
"Give prisoners a designated kit": true,
"Restrict public access to prison zones": true,
"Return prisoners belongings if they escape jail": true,
"Return prisoners to the position they were incarcerated at when released": true
}​
Which commands specifcially are you referring to?
It looks to be like he was trying to do backpack.open

yes, block backpack.open doesn't work for me too. I tried backpack and backpack.open. Without any results. Any advices? Thanks :-)