I would like to make a custom command that runs another command, For example /s command open the shop, I want to add /shop as an alternative command to run /s in chat not console.
{
"Command": "shop",
"Messages": null,
"Permission": "",
"ChatCmd": [
"s"
],
"UserID": 0,
"Broadcast": false,
"RconCmd": null,
"Cooldown": 0.0,
"MaxUses": 0
},
If anyone has any solution to this problem please help me out.
Thanks
{
"Command": "shop",
"Messages": null,
"Permission": "",
"ChatCmd": [
"s"
],
"UserID": 0,
"Broadcast": false,
"RconCmd": null,
"Cooldown": 0.0,
"MaxUses": 0
},
If anyone has any solution to this problem please help me out.
Thanks