I tried this:
{
"Command": "steam",
"Messages": [
"<color=#4F86F7>Claim your Steam Group Reward!</color>"
],
"Permission": "customchatcommands.steamkits",
"ConsoleCmd": null,
"UserID": 0,
"Broadcast": false,
"RconCmd": [
"say /kit Steam"
],
"Cooldown": 0.0,
"MaxUses": 0
},
tried using the rcon command to run a chat command , but it puts SERVER in front and doesnt run the chat command.
I then tried this for console command to give the player the kit as well:
{
"Command": "steam",
"Messages": [
"<color=#4F86F7>Claim your Steam Group Reward!</color>"
],
"Permission": "customchatcommands.steamkits",
"ConsoleCmd": null,
"UserID": 0,
"Broadcast": false,
"RconCmd": [
"kit give {player.id} steam"
],
"Cooldown": 0.0,
"MaxUses": 0
},
But neither seems to give the player the kit.
I made sure i had permissions to get the kit and use the custom command.