What am I doing wrong? I get this in console every time I try: (07:52:07) | [Phone Commands] Phone command 12345678 (Home Shopping Network) has invalid configuration, skipping
This is my config
{
"AddCommandsToContactList": true,
"BlockChatCommandsBoundToPhoneNumber": false,
"EffectEnabled": true,
"EffectFailed": "assets/prefabs/npc/scientist/sound/death.prefab",
"EffectSuccess": "assets/prefabs/npc/scientist/sound/respondok.prefab",
"PhoneCommands": [
{
"Cooldown": 0,
"Permission": "",
"PhoneActions": [
{
"Command": "/testshop",
"Type": "playerchat"
}
],
"PhoneName": "Home Shopping Network",
"PhoneNumber": 12345678,
"RestrictLandlinePhones": false,
"RestrictMobilePhones": false,
"RestrictPublicPhones": false
}
]
}