Not allowedSolved

Hi love this mod, I am having issue where player will get a message Not allowed.
The command on phone works for me as admin/owner. Using console command for player to be able to call in a space drop. I thought this plugin would be able to execute any console command even if that player had no permssions assigned but chat commands would require the permission for the plugin called upon.

{
  "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": "null",
      "PhoneActions": [
        {
          "Command": "/buyraid easy",
          "Type": "playerchat"
        }
      ],
      "PhoneName": "Buy easy raid",
      "PhoneNumber": 55555501
    },
    {	
      "Cooldown": 0,
      "Permission": "null",
      "PhoneActions": [
        {
          "Command": "/buyraid medium",
          "Type": "playerchat"
        }
      ],
      "PhoneName": "Buy medium raid",
      "PhoneNumber": 55555502
    },
    {
      "Cooldown": 0,
      "Permission": "null",
      "PhoneActions": [
        {
          "Command": "/buyraid hard",
          "Type": "playerchat"
        }
      ],
      "PhoneName": "Buy hard raid",
      "PhoneNumber": 55555503
    },	
  ]
}​

Sorry wrong config above, we also using to spawn in raid bases, below is the command that is not doing what I thought

    {
      "Cooldown": 0,
      "Permission": "",
      "PhoneActions": [
        {
          "Command": "ad.dropspace {0}",
          "Type": "command"
        }
      ],
      "PhoneName": "Space Drop",
      "PhoneNumber": 55555506
    }​


Merged post

sorry couldnt delete my post, solved this by adding in permissions.
Locked automatically