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
},
]
}