I want to now how the Kohls Admin Infinite commands format works.
It has the first table to contain the command, then it has another table with the names, then a description, then a rank, then the arguments, then the function. In total it makes this:
{{"test", "example"}, "An example.", 1, {'string'}, function(pl, args) end}
How do I use it?