Can't block codelock or key
what im doing wrong here?
i want to block codelocks and door keys on solo server.
thanks 

{
"blockList": [lock.code], [door.key]
"craftRefund": true,
"messages": {
"You are not allowed to use this command": "You are not allowed to use this command",
"You may not craft this (restricted)": "You may not craft this (restricted)",
"You may not deploy this (restricted)": "You may not deploy this (restricted)",
"You may not pick that up (restricted)": "You may not pick that up (restricted)",
"You may not research this (restricted)": "You may not research this (restricted)",
"You may not research this (restricted), blueprints refunded!": "You may not research this (restricted), blueprints refunded!"
},
"sendMessages": true,
"VERSION": "0.1.51"
}
I recommend using the "blocker" command to block these things, since that will guarantee the configuration file is correctly formatted.

"blockList": ["lock.code", "door.key"]
its not working :(
5eab9027ce022.png Calytic
I recommend using the "blocker" command to block these things, since that will guarantee the configuration file is correctly formatted.

"blockList": ["lock.code", "door.key"]

i got an error and get kicked out the server when i try to craft the door key
code lock and other items works fine...just only on door key

door key error