Config = { -- Command alliases -- MUST NOT CONTAIN SPACES command_alliases = { "ck", "characterkill", }, -- Function that runs after successful command execution finish_function = function(idOfPlayerOfWhoRanCmd,targetId) -- Do something here end }