1 2 3 4 5 6 7 8
commands = { start = function(args) return true end, stop = function(args) return true end }