"/" Server CommandsSolved

Hi, I want to make it so whenever someone types /pop or /commands, the actual server pop comes up or a list of commands they can use, but I don't know how to do that. 

Any Help Is Much Appreciated.

CustomChatCommands
to make a command list.
{
"Command": "commands",
"Messages": [
"<color=#4a6986>your custom text</color>\n
],
"Permission": "",
"ConsoleCmd": null,
"UserID": 0,
"Broadcast": false,
"RconCmd": null,
"Cooldown": 0.0,
"MaxUses": 0
},

For population try this PopCommand

You can get PlayerList and do a simple edit:

[Command("players", "who")]​
add /pop like so:
[Command("players", "who", "pop")]​

Thank You So Much!

Locked automatically