Server tried to run command, but we blocked itNot An Issue
I am adding a command on section 3 tab button and it is giving me "server tried to run command, but we blocked it"
"3": {
"adminOnly": true,
"name": "Admin",
"pages": [
{
"buttons": [
{
"adminOnly": true,
"CloseUI": false,
"command": "entity.spawn wall.external.high.stone",
"name": "Spawn High Wall",
"order": 0,
"PageButtonImage": null,
"permission": null

also it is saying Server tried to run f5 UI_OpenUniversalUI but we blocked it

Can you help me resolve this? I did type oxide.grant group admin UniversalUI.admin
I am not sure what is wrong.
Thank you.
The server cannot run most commands on a client, nor bind keys.

can not get  global.god true to work  on a button ...just reports back in console "server tried to run command"true" but we blocked it "
yet can get debug camera to work

also binding f5 will not work ended up binding "u" to open ui

mrInappropriate

can not get  global.god true to work  on a button ...just reports back in console "server tried to run command"true" but we blocked it "
yet can get debug camera to work

also binding f5 will not work ended up binding "u" to open ui

The client has a lot of commands blocked from the server.

sorry i dont get it ..how is it differnt to just running the command in f1 console? 
other console commands are working just fine
either way a fairly good plugin  once the chat.say command is fixed in the .cs file 

mrInappropriate

sorry i dont get it ..how is it differnt to just running the command in f1 console? 
other console commands are working just fine
either way a fairly good plugin  once the chat.say command is fixed in the .cs file 

Because the client blocks commands from the server in many cases to prevent abuse.
Locked automatically