Keep the slash commands, because the GUI can call them using commandToServer('commandname',args...);
A client saying /explode is the same thing as commandToServer('explode');, as both will tell the server to do serverCmdExplode(%client) as %client being the client who called the command.