Some admin commands are not working (TAG Bradley, APC, Heli, Helicopter, Tank)
Hi,
i have tried to sell single spawns to users.
Like Spawning Heli/APC, or changing env.time.

"Heli": {"description": "Spawns Heli","iconName": null,"commands": ["global.drop"],"displayName": "Heli Spawn","cost": 900,"cooldown": 40000}​

The "global.drop" command and "bradley.quickrespawn" command are both working fine in the normal F1-Console, but not in the shop.
I thought maybe there is a permission restriction, but the console command "env.time 12" works in the shop as intended.

I have already found a workaround for the helispawn (Using "callheli $player.id" if helicontrol-plugin is installed).
But i still cannot spawn the bradley with the shop.

"High Noon!": {"description": "Sets Daytime to 12","iconName": null,"commands": ["env.time 12"],"displayName": "High Noon!","cost": 900,"cooldown": 40000}
Some commands in Rust are client-side commands, not server commands.
So all commands fired by serverrewards-plugin are performed on the server and thus are not working?
The "bradley.quickrespawn" claims, that it can be fired even from rcon console.