Basically an Event / Server Addon, that checks if a / command has been called. Unlike the
Event_Commands, you could call commands without the use of a /cmd blah. Supposedly, since this is server sided, it would check if there is a servercmd function that already exists. So it would be impossible to override something like servercmdSelf Delete.
Would probs be something like this:
Step 1. You create a command, probably with like /createEventCommand COMMAND HERE (Possibly with extra strings and values?)
Step 2. Go to events.
(0) [0] onServerCommand - Self - serverCommand = Test1 [1 1(Activated events)]
(1) [0] onServerCommandTrue - Client - Centerprint [You have called Test1!]
This doable?