ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Module:CommandData: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
m (1 revision imported)
(9.0 Update Information)
Line 1: Line 1:
-- Eco Version : 0.8.1.0 beta
-- Eco Version : 0.9.0.0 beta staging-1722


return {
return {
     commands = {
     commands = {
         ['AddAccountManager'] = {
         ['accounts'] = {
                     ['command'] = 'AddAccountManager',
                     ['command'] = 'accounts',
                    ['parent'] = 'money',
                    ['helpText'] = 'Display all bank accounts in the game.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['add'] = {
                    ['command'] = 'add',
                    ['parent'] = 'objects',
                    ['helpText'] = 'Add an object of the give type.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            },
        },
        ['addaccountmanager'] = {
                    ['command'] = 'addaccountmanager',
                    ['parent'] = 'money',
                     ['helpText'] = 'Adds user as manager to bank account with ID.',
                     ['helpText'] = 'Adds user as manager to bank account with ID.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'BankAccount',
                            ['Arg1'] = {'account', 'BankAccount'},
                    ['arg1Name'] = 'account',
                            ['Arg2'] = {'target', 'User'},
                    ['arg1Optional'] = 'false',
                            },
                    ['arg2Type'] = 'User',
        },
                    ['arg2Name'] = 'target',
        ['addaccountuser'] = {
                     ['arg2Optional'] = 'false',
                     ['command'] = 'addaccountuser',
                    },
                     ['parent'] = 'money',
        ['AddAccountUser'] = {
                     ['command'] = 'AddAccountUser',
                     ['helpText'] = 'Adds user to bank account with ID.',
                     ['helpText'] = 'Adds user to bank account with ID.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'BankAccount',
                            ['Arg1'] = {'account', 'BankAccount'},
                     ['arg1Name'] = 'account',
                            ['Arg2'] = {'target', 'User'},
                     ['arg1Optional'] = 'false',
                            },
                     ['arg2Type'] = 'User',
        },
                     ['arg2Name'] = 'target',
        ['addatm'] = {
                     ['arg2Optional'] = 'false',
                     ['command'] = 'addatm',
                     },
                     ['parent'] = 'sim',
         ['AddToDeed'] = {
                     ['helpText'] = 'Add atmosphere',
                     ['command'] = 'AddToDeed',
                     ['shortCut'] = '',
                     ['helpText'] = 'Adds user to current deed (if username is not provided then adds current user)',
                     ['level'] = 'Developer',
                     ['level'] = 'admin',
                     ['parameters'] =  {
                     ['commandIsMethod'] = 'true',
                            },
                     ['parameters'] = '1',
        },
                     ['arg1Type'] = 'String',
         ['addcandidates'] = {
                     ['arg1Name'] = 'username',
                     ['command'] = 'addcandidates',
                     ['arg1Optional'] = 'true',
                    ['parent'] = 'civics',
                     },
                     ['helpText'] = 'Add a bunch of candidates to specfied election (or first election found if none specified).',
         ['Admin'] = {
                    ['shortCut'] = '',
                     ['command'] = 'Admin',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['addhours'] = {
                    ['command'] = 'addhours',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Adds meteor impact hours',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'hours', 'Single'},
                            },
        },
        ['addvotes'] = {
                    ['command'] = 'addvotes',
                    ['parent'] = 'civics',
                     ['helpText'] = 'Add a bunch of test votes to a specified election, or first election found.',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            ['Arg3'] = {'forceYesVote', 'Boolean', 'False'},
                            },
        },
         ['admin'] = {
                     ['command'] = 'admin',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Adds user as an Admin by account id, steamid, slgid, or username',
                     ['helpText'] = 'Adds user as an Admin by account id, steamid, slgid, or username',
                     ['level'] = 'admin',
                     ['shortCut'] = 'admin',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'adminIdOrName', 'String'},
                     ['arg1Name'] = 'adminIdOrName',
                            },
                     ['arg1Optional'] = 'false',
        },
                     },
        ['air'] = {
         ['AllAccounts'] = {
                     ['command'] = 'air',
                     ['command'] = 'AllAccounts',
                    ['parent'] = 'pollute',
                     ['helpText'] = 'Display all bank accounts in the game.',
                    ['helpText'] = 'Creates X tons of air pollution',
                     ['level'] = 'user',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] =  {
                    },
                            ['Arg1'] = {'tons', 'Single'},
         ['AllBlocks'] = {
                            },
                     ['command'] = 'AllBlocks',
        },
         ['airpollutiongenerators'] = {
                     ['command'] = 'airpollutiongenerators',
                    ['parent'] = 'pollute',
                     ['helpText'] = 'Creates AIR POLLUTION MACHINES OF DOOM',
                    ['shortCut'] = 'apgen',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['alert'] = {
                    ['command'] = 'alert',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Sends an alert to everybody',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'alert', 'String', ''},
                            },
        },
        ['all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns All Presets (Exept hidden)',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
         ['allblocks'] = {
                     ['command'] = 'allblocks',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.',
                     ['helpText'] = 'Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'rows', 'Int32', '1'},
                    ['arg1Name'] = 'rows',
                            },
                    ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '1',
        ['allconstructed'] = {
                     },
                     ['command'] = 'allconstructed',
        ['AllConstructed'] = {
                     ['parent'] = 'qa',
                    ['command'] = 'AllConstructed',
                     ['helpText'] = 'Spawns all player constructible blocks',
                     ['helpText'] = 'Spawns all player constructable blocks',
                     ['shortCut'] = '',
                     ['level'] = 'developer',
                     ['level'] = 'Developer',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] = {
                     ['parameters'] = '0',
                            },
                    },
        },
         ['AllPlants'] = {
         ['allplants'] = {
                     ['command'] = 'AllPlants',
                     ['command'] = 'allplants',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Spawns all plant blocks',
                     ['helpText'] = 'Spawns all plant blocks',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'rows', 'Int32', '1'},
                    ['arg1Name'] = 'rows',
                            },
                    ['arg1Optional'] = 'true',
        },
                    ['arg1Default'] = '1',
         ['allterrain'] = {
                    },
                     ['command'] = 'allterrain',
         ['AllSkills'] = {
                     ['parent'] = 'qa',
                     ['command'] = 'AllSkills',
                    ['helpText'] = 'Unlocks all skills',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['AllTerrain'] = {
                     ['command'] = 'AllTerrain',
                     ['helpText'] = 'Spawns all diggable blocks',
                     ['helpText'] = 'Spawns all diggable blocks',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                     ['parameters'] = {
                     },
                            },
         ['AllWorldObjects'] = {
        },
                     ['command'] = 'AllWorldObjects',
        ['allwages'] = {
                    ['command'] = 'allwages',
                     ['parent'] = 'economy',
                    ['helpText'] = 'Display all wages paid in the game',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                     ['parameters'] =  {
                            },
        },
         ['allworldobjects'] = {
                     ['command'] = 'allworldobjects',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Spawns all world objects',
                     ['helpText'] = 'Spawns all world objects',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['Atm'] = {
        },
                     ['command'] = 'Atm',
        ['angry'] = {
                     ['helpText'] = 'Add atmosphere',
                    ['command'] = 'angry',
                     ['level'] = 'developer',
                    ['parent'] = 'emote',
                     ['commandIsMethod'] = 'true',
                    ['helpText'] = 'Angry',
                     ['parameters'] = '0',
                     ['shortCut'] = '',
                     },
                    ['level'] = 'User',
         ['AuthLevel'] = {
                     ['parameters'] = {
                     ['command'] = 'AuthLevel',
                            },
        },
        ['animaldetails'] = {
                    ['command'] = 'animaldetails',
                     ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all Animal conditions',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
         ['announce'] = {
                     ['command'] = 'announce',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Sends an announce to all players',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'announce', 'String', ''},
                            },
        },
        ['assign'] = {
                    ['command'] = 'assign',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Assigns a given user to a given title, assigning to yourself if none is specified.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                            },
        },
        ['atob'] = {
                    ['command'] = 'atob',
                    ['parent'] = 'teleport',
                     ['helpText'] = 'Teleports player A to player B',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                            },
        },
         ['authlevel'] = {
                     ['command'] = 'authlevel',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Displays your authorization level',
                     ['helpText'] = 'Displays your authorization level',
                     ['level'] = 'user',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                     ['parameters'] = {
                     },
                            },
         ['Ban'] = {
        },
                     ['command'] = 'Ban',
        ['axesandchainsaw'] = {
                    ['command'] = 'axesandchainsaw',
                     ['parent'] = 'test',
                    ['helpText'] = 'Test cutting trees with axe and chainsaw.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
         ['ban'] = {
                     ['command'] = 'ban',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Bans user by account id, steamid, slgid, or username',
                     ['helpText'] = 'Bans user by account id, steamid, slgid, or username',
                     ['level'] = 'admin',
                    ['shortCut'] = 'ban',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] =  {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'banUserIDOrName', 'String'},
                     ['arg1Name'] = 'banUserIDOrName',
                            ['Arg2'] = {'reason', 'String', ''},
                     ['arg1Optional'] = 'false',
                            },
                     ['arg2Type'] = 'String',
        },
                     ['arg2Name'] = 'reason',
        ['bed'] = {
                     ['arg2Optional'] = 'true',
                     ['command'] = 'bed',
                     ['arg2Default'] = '',
                    ['parent'] = 'test',
                     },
                    ['helpText'] = 'Spawn a bed and sleep in it.',
         ['BuildTechTree'] = {
                     ['shortCut'] = '',
                     ['command'] = 'BuildTechTree',
                     ['level'] = 'Developer',
                     ['helpText'] = 'Builds every worldobject in an appropriate building and fills it with fuel',
                    ['parameters'] =  {
                     ['level'] = 'developer',
                            },
                     ['commandIsMethod'] = 'true',
        },
                     ['parameters'] = '0',
        ['blocks'] = {
                    },
                     ['command'] = 'blocks',
         ['BunnyTime'] = {
                     ['parent'] = 'preset',
                     ['command'] = 'BunnyTime',
                     ['helpText'] = 'Spawns Blocks items',
                     ['helpText'] = '3',
                     ['shortCut'] = '',
                     ['level'] = nil,
                     ['level'] = 'Developer',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] =  {
                     ['parameters'] = '0',
                            ['Arg1'] = {'sType', 'Int32', '0'},
                     },
                            },
         ['CancelAllDebtFromPlayer'] = {
        },
                     ['command'] = 'CancelAllDebtFromPlayer',
         ['building'] = {
                     ['command'] = 'building',
                    ['parent'] = 'build',
                     ['helpText'] = 'Spawns a building by specifying which tier',
                     ['shortCut'] = 'bt',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'type', 'Int32', '1'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            },
        },
         ['buildingofmaterial'] = {
                     ['command'] = 'buildingofmaterial',
                    ['parent'] = 'build',
                     ['helpText'] = 'Spawns a building by specifying the material to use',
                    ['shortCut'] = 'bm',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'material', 'String'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            },
        },
        ['bunnytime'] = {
                    ['command'] = 'bunnytime',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns 100 bunnies',
                     ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
         ['cancelalldebtfromplayer'] = {
                     ['command'] = 'cancelalldebtfromplayer',
                    ['parent'] = 'money',
                     ['helpText'] = 'Cancel debt that a particular player has accumulated.',
                     ['helpText'] = 'Cancel debt that a particular player has accumulated.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'otherPlayer', 'String'},
                     ['arg1Name'] = 'otherPlayer',
                            },
                     ['arg1Optional'] = 'false',
        },
                     },
        ['carryall'] = {
         ['ChatTest'] = {
                     ['command'] = 'carryall',
                     ['command'] = 'ChatTest',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.',
                    ['shortCut'] = 'carryall',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                            },
        },
         ['chattest'] = {
                     ['command'] = 'chattest',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Spam a bunch of stuff to chat',
                     ['helpText'] = 'Spam a bunch of stuff to chat',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '3',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg0'] = {'count', 'Int32', '10'},
                    ['arg1Name'] = 'count',
                            ['Arg1'] = {'tagCount', 'Int32', '10'},
                    ['arg1Optional'] = 'true',
                            ['Arg2'] = {'gibberish', 'Boolean', 'True'},
                    ['arg1Default'] = '300',
                            },
                    ['arg2Type'] = 'Int32',
        },
                    ['arg2Name'] = 'tagCount',
        ['claimrect'] = {
                    ['arg2Optional'] = 'true',
                     ['command'] = 'claimrect',
                    ['arg2Default'] = '10',
                     ['parent'] = 'property',
                    ['arg3Type'] = 'Boolean',
                    ['arg3Name'] = 'gibberish',
                    ['arg3Optional'] = 'true',
                     ['arg3Default'] = 'True',
                    },
        ['ClaimRect'] = {
                     ['command'] = 'ClaimRect',
                     ['helpText'] = 'Claims plots in a given rect.',
                     ['helpText'] = 'Claims plots in a given rect.',
                     ['level'] = 'admin',
                    ['shortCut'] = 'claim',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                    ['parameters'] =  {
                     ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'xSide', 'Int32', '5'},
                     ['arg1Name'] = 'xSide',
                            ['Arg2'] = {'ySide', 'Int32', '5'},
                     ['arg1Optional'] = 'true',
                            },
                     ['arg1Default'] = '5',
        },
                     ['arg2Type'] = 'Int32',
        ['clear'] = {
                     ['arg2Name'] = 'ySide',
                     ['command'] = 'clear',
                     ['arg2Optional'] = 'true',
                    ['parent'] = 'objects',
                     ['arg2Default'] = '5',
                    ['helpText'] = 'Removes objects of a given type.',
                     },
                    ['shortCut'] = '',
         ['ClearLaws'] = {
                    ['level'] = 'Admin',
                     ['command'] = 'ClearLaws',
                     ['parameters'] = {
                     ['helpText'] = 'Removes all active laws',
                            ['Arg1'] = {'typeName', 'String', ''},
                     ['level'] = 'admin',
                            ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                     ['commandIsMethod'] = 'true',
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                     ['parameters'] = '0',
                            },
                    },
        },
         ['ClearRubble'] = {
        ['clearmap'] = {
                     ['command'] = 'ClearRubble',
                     ['command'] = 'clearmap',
                    ['parent'] = 'districts',
                    ['helpText'] = 'Remove all districts from a given map.',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'DistrictMap'},
                            },
        },
        ['clearobjective'] = {
                     ['command'] = 'clearobjective',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Clears a user\'s objective',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            },
        },
         ['clearoldelections'] = {
                     ['command'] = 'clearoldelections',
                    ['parent'] = 'civics',
                     ['helpText'] = 'Remove record of a specific election, or if none passed, all previous elections.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
         ['clearrubble'] = {
                     ['command'] = 'clearrubble',
                    ['parent'] = 'land',
                     ['helpText'] = 'Clears rubble around the player.',
                     ['helpText'] = 'Clears rubble around the player.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                    ['level'] = 'Admin',
                     ['parameters'] = '1',
                    ['parameters'] =  {
                     ['arg1Type'] = 'Single',
                            ['Arg1'] = {'radius', 'Single', '10'},
                     ['arg1Name'] = 'radius',
                            },
                     ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '10',
        ['clearstomach'] = {
                     },
                    ['command'] = 'clearstomach',
         ['CreateAccount'] = {
                    ['parent'] = 'food',
                     ['command'] = 'CreateAccount',
                    ['helpText'] = 'Empties your stomach',
                    ['shortCut'] = 'clearstomach',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['clothes'] = {
                    ['command'] = 'clothes',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns SkillScrols items',
                     ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['co2'] = {
                    ['command'] = 'co2',
                    ['parent'] = 'pollute',
                    ['helpText'] = 'Changes CO2 PPM by X',
                     ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'ppm', 'Single'},
                            },
        },
        ['commanddetails'] = {
                    ['command'] = 'commanddetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all commands',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['crafting'] = {
                    ['command'] = 'crafting',
                     ['parent'] = 'preset',
                    ['helpText'] = 'Spawns CraftingStation items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['cranes'] = {
                    ['command'] = 'cranes',
                    ['parent'] = 'test',
                    ['helpText'] = 'Setup a test environment for cranes.',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
         ['createaccount'] = {
                     ['command'] = 'createaccount',
                    ['parent'] = 'money',
                     ['helpText'] = 'Creates an account with specified name.',
                     ['helpText'] = 'Creates an account with specified name.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'name', 'String', ''},
                    ['arg1Name'] = 'name',
                            },
                    ['arg1Optional'] = 'true',
        },
                    },
         ['createdebt'] = {
         ['CreateDebt'] = {
                     ['command'] = 'createdebt',
                     ['command'] = 'CreateDebt',
                    ['parent'] = 'money',
                     ['helpText'] = 'Create debt between two players in a currency that matches the given name.',
                     ['helpText'] = 'Create debt between two players in a currency that matches the given name.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '6',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'lender', 'String'},
                    ['arg1Name'] = 'lender',
                            ['Arg2'] = {'borrower', 'String'},
                    ['arg1Optional'] = 'false',
                            ['Arg3'] = {'paybackAmount', 'Single'},
                    ['arg2Type'] = 'String',
                            ['Arg4'] = {'interest', 'Single'},
                    ['arg2Name'] = 'borrower',
                            ['Arg5'] = {'daysTillDue', 'Single'},
                    ['arg2Optional'] = 'false',
                            ['Arg6'] = {'currencyName', 'String'},
                    ['arg3Type'] = 'Single',
                            },
                    ['arg3Name'] = 'paybackAmount',
        },
                    ['arg3Optional'] = 'false',
        ['creative'] = {
                    ['arg4Type'] = 'Single',
                     ['command'] = 'creative',
                    ['arg4Name'] = 'interest',
                     ['parent'] = 'skills',
                    ['arg4Optional'] = 'false',
                    ['arg5Type'] = 'Single',
                    ['arg5Name'] = 'daysTillDue',
                    ['arg5Optional'] = 'false',
                    ['arg6Type'] = 'String',
                    ['arg6Name'] = 'currencyName',
                     ['arg6Optional'] = 'false',
                     },
        ['Creative'] = {
                    ['command'] = 'Creative',
                     ['helpText'] = 'Remove restrictions and gives you every skill at max level.',
                     ['helpText'] = 'Remove restrictions and gives you every skill at max level.',
                     ['level'] = 'developer',
                    ['shortCut'] = 'creative',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['DeleteAccount'] = {
        },
                     ['command'] = 'DeleteAccount',
        ['currencies'] = {
                    ['command'] = 'currencies',
                    ['parent'] = 'money',
                    ['helpText'] = 'List all currencies in the game.',
                    ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] =  {
                            },
        },
        ['debug'] = {
                    ['command'] = 'debug',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Toggle debug display of civic processing. Pass \'false\' to see for only yourself.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                            },
        },
         ['debuganimal'] = {
                     ['command'] = 'debuganimal',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Enables debug on the nearest animal, or disables it if already enabled.',
                    ['shortCut'] = 'dba',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'follow', 'Boolean', 'True'},
                            ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                            },
        },
        ['delete'] = {
                    ['command'] = 'delete',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Permanently deletes a title.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['deleteaccount'] = {
                    ['command'] = 'deleteaccount',
                    ['parent'] = 'money',
                     ['helpText'] = 'Deletes an account even if there is still currency on it.',
                     ['helpText'] = 'Deletes an account even if there is still currency on it.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'BankAccount',
                            ['Arg1'] = {'account', 'BankAccount'},
                    ['arg1Name'] = 'account',
                            },
                    ['arg1Optional'] = 'false',
         },
                    },
         ['destroy'] = {
         ['DeleteContract'] = {
                     ['command'] = 'destroy',
                    ['command'] = 'DeleteContract',
                     ['parent'] = 'meteor',
                    ['helpText'] = 'Deletes a contract, given a Contract ID. Contract IDs can be found in the contract tooltips from the contracts tab in the economy viewer.',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '1',
                    ['arg1Type'] = 'Int32',
                    ['arg1Name'] = 'contractID',
                    ['arg1Optional'] = 'false',
                    },
         ['DestroyedAtmosphere'] = {
                     ['command'] = 'DestroyedAtmosphere',
                     ['helpText'] = 'Set the percent of a destoryed atmosphere to display, blended to over a given number of seconds.',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '2',
                    ['arg1Type'] = 'Single',
                    ['arg1Name'] = 'percent',
                    ['arg1Optional'] = 'true',
                    ['arg1Default'] = '0.5',
                    ['arg2Type'] = 'Single',
                    ['arg2Name'] = 'time',
                    ['arg2Optional'] = 'true',
                    ['arg2Default'] = '5',
                    },
        ['DestroyMeteor'] = {
                    ['command'] = 'DestroyMeteor',
                     ['helpText'] = 'Destroys the meteor in orbit.',
                     ['helpText'] = 'Destroys the meteor in orbit.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                    },
                            },
         ['Digest'] = {
        },
                     ['command'] = 'Digest',
        ['destroyedatmosphere'] = {
                    ['command'] = 'destroyedatmosphere',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'percent', 'Single', '0.5'},
                            ['Arg2'] = {'time', 'Single', '5'},
                            },
        },
         ['digest'] = {
                     ['command'] = 'digest',
                    ['parent'] = 'food',
                     ['helpText'] = 'Turn calories into waste',
                     ['helpText'] = 'Turn calories into waste',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                    ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['Dummy'] = {
        },
                     ['command'] = 'Dummy',
        ['dinnerbell'] = {
                    ['command'] = 'dinnerbell',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Makes all animals hungry.',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['discoverall'] = {
                    ['command'] = 'discoverall',
                    ['parent'] = nil,
                    ['helpText'] = 'Discovers all items in game',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['distributionstation'] = {
                    ['command'] = 'distributionstation',
                    ['parent'] = 'test',
                    ['helpText'] = 'Creates and applies a Distribution Station.',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                            },
        },
        ['distributionstationcarried'] = {
                     ['command'] = 'distributionstationcarried',
                    ['parent'] = 'test',
                    ['helpText'] = 'Creates and applies a Distribution Station with carried items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
         ['dummy'] = {
                     ['command'] = 'dummy',
                    ['parent'] = 'avatar',
                     ['helpText'] = 'Spawns a dummy avatar',
                     ['helpText'] = 'Spawns a dummy avatar',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'count', 'Int32', '1'},
                    ['arg1Name'] = 'count',
                            },
                    ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '1',
        ['dumpall'] = {
                    },
                     ['command'] = 'dumpall',
        ['Dump'] = {
                     ['parent'] = 'inventory',
                     ['command'] = 'Dump',
                     ['helpText'] = 'Dumps all items from your inventory.',
                     ['helpText'] = 'Dumps all items from your inventory.',
                     ['level'] = 'admin',
                     ['shortCut'] = 'dumpall',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['DumpCarried'] = {
        },
                     ['command'] = 'DumpCarried',
         ['dumpcarried'] = {
                     ['command'] = 'dumpcarried',
                    ['parent'] = 'inventory',
                     ['helpText'] = 'Dumps all carried items.',
                     ['helpText'] = 'Dumps all carried items.',
                     ['level'] = 'admin',
                    ['shortCut'] = 'dumpcarried',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['DumpSelected'] = {
        },
                     ['command'] = 'DumpSelected',
        ['dumpdetails'] = {
                     ['command'] = 'dumpdetails',
                     ['parent'] = nil,
                    ['helpText'] = 'Creates all 8 dump files',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            },
        },
         ['dumpselected'] = {
                     ['command'] = 'dumpselected',
                    ['parent'] = 'inventory',
                     ['helpText'] = 'Dumps all items in your selected toolbar slot.',
                     ['helpText'] = 'Dumps all items in your selected toolbar slot.',
                     ['level'] = 'admin',
                     ['shortCut'] = 'dumpselected',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['Durability'] = {
        },
                     ['command'] = 'Durability',
         ['durability'] = {
                     ['command'] = 'durability',
                    ['parent'] = 'inventory',
                     ['helpText'] = 'Set the durability of the item you are holding',
                     ['helpText'] = 'Set the durability of the item you are holding',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Single',
                            ['Arg1'] = {'durability', 'Single', '1'},
                    ['arg1Name'] = 'durability',
                            },
                    ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '1',
        ['eat'] = {
                    },
                     ['command'] = 'eat',
        ['Eat'] = {
                     ['parent'] = 'food',
                     ['command'] = 'Eat',
                     ['helpText'] = 'Max your calories',
                     ['helpText'] = 'Max your calories',
                     ['level'] = 'admin',
                    ['shortCut'] = 'eat',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            ['Arg1'] = {'amount', 'Int32', '-1'},
         ['Exceptional'] = {
                            },
                     ['command'] = 'Exceptional',
        },
        ['economics'] = {
                    ['command'] = 'economics',
                    ['parent'] = 'test',
                     ['helpText'] = 'Spawns all the various parts of an economy.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'stores', 'Int32', '5'},
                            },
        },
        ['economy'] = {
                    ['command'] = 'economy',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Economy items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['edit'] = {
                    ['command'] = 'edit',
                     ['parent'] = 'objects',
                    ['helpText'] = 'Edit a specific object of a given type. Can specify by name or ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                            },
        },
        ['elections'] = {
                    ['command'] = 'elections',
                    ['parent'] = 'civics',
                    ['helpText'] = 'List running elections.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
         ['elevator'] = {
                     ['command'] = 'elevator',
                    ['parent'] = 'test',
                    ['helpText'] = 'Setup an elevator for testing',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['exceptional'] = {
                    ['command'] = 'exceptional',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Throws an exception, very useful',
                     ['helpText'] = 'Throws an exception, very useful',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['FastForward'] = {
        },
                     ['command'] = 'FastForward',
        ['failelection'] = {
                    ['command'] = 'failelection',
                    ['parent'] = 'civics',
                     ['helpText'] = 'End the election with a negative vote.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['fall'] = {
                    ['command'] = 'fall',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Begin the meteor impact sequence',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
         ['fastforward'] = {
                     ['command'] = 'fastforward',
                    ['parent'] = 'time',
                     ['helpText'] = 'Force the world to fast forward. Pass 0 to stop.',
                     ['helpText'] = 'Force the world to fast forward. Pass 0 to stop.',
                     ['level'] = 'admin',
                     ['shortCut'] = 'ff',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Boolean',
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                    ['arg1Name'] = 'set',
                            },
                    ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = 'True',
        ['fillmeup'] = {
                    },
                     ['command'] = 'fillmeup',
        ['FillMeUp'] = {
                     ['parent'] = 'inventory',
                     ['command'] = 'FillMeUp',
                     ['helpText'] = 'Adds random items to the user\'s inventory.',
                     ['helpText'] = 'Adds random items to the user\'s inventory.',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                    },
                            },
         ['Fly'] = {
        },
                     ['command'] = 'Fly',
        ['finishelection'] = {
                    ['command'] = 'finishelection',
                     ['parent'] = 'civics',
                    ['helpText'] = 'Force-end the specified election, adding a vote if true is passed (default).',
                    ['shortCut'] = 'fin',
                    ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                            },
        },
         ['fly'] = {
                     ['command'] = 'fly',
                    ['parent'] = 'util',
                     ['helpText'] = 'Toggles fly mode',
                     ['helpText'] = 'Toggles fly mode',
                     ['level'] = 'admin',
                    ['shortCut'] = 'fly',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                    },
                            },
         ['ForceGive'] = {
        },
                     ['command'] = 'ForceGive',
        ['foldouts'] = {
                    ['command'] = 'foldouts',
                     ['parent'] = 'test',
                    ['helpText'] = 'Generates some test combinations of foldout lists. Can optionally set the level of nesting.',
                    ['shortCut'] = 'dbgf',
                    ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                            },
        },
        ['followanimal'] = {
                    ['command'] = 'followanimal',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Toggle following the nearest animal.',
                    ['shortCut'] = 'fola',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['food'] = {
                    ['command'] = 'food',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Food items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
         ['forcegive'] = {
                     ['command'] = 'forcegive',
                    ['parent'] = 'inventory',
                     ['helpText'] = 'Give yourself an item (Forced, ignores restrictions)',
                     ['helpText'] = 'Give yourself an item (Forced, ignores restrictions)',
                     ['level'] = 'admin',
                    ['shortCut'] = 'fgive',
                     ['commandIsMethod'] = 'true',
                    ['level'] = 'Admin',
                     ['parameters'] = '2',
                    ['parameters'] =  {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'itemName', 'String'},
                     ['arg1Name'] = 'itemName',
                            ['Arg2'] = {'number', 'Int32', '1'},
                     ['arg1Optional'] = 'false',
                            },
                     ['arg2Type'] = 'Int32',
        },
                     ['arg2Name'] = 'number',
        ['frown'] = {
                     ['arg2Optional'] = 'true',
                    ['command'] = 'frown',
                     ['arg2Default'] = '1',
                    ['parent'] = 'emote',
                     },
                    ['helpText'] = 'Frown',
         ['GetPathToItem'] = {
                    ['shortCut'] = '',
                     ['command'] = 'GetPathToItem',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['fuel'] = {
                    ['command'] = 'fuel',
                    ['parent'] = 'util',
                    ['helpText'] = 'Fuels currently selected (driving) vehicle.',
                    ['shortCut'] = 'fuel',
                     ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['fullreset'] = {
                    ['command'] = 'fullreset',
                     ['parent'] = 'skills',
                    ['helpText'] = 'Resets all skills to unlearnt',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] = {
                            },
        },
        ['fullstockpile'] = {
                    ['command'] = 'fullstockpile',
                     ['parent'] = 'build',
                    ['helpText'] = 'Generate a full stockpile',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['generators'] = {
                     ['command'] = 'generators',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns Generator items',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
         ['getpathtoitem'] = {
                     ['command'] = 'getpathtoitem',
                    ['parent'] = 'craft',
                     ['helpText'] = 'Gets the resources needed to craft something',
                     ['helpText'] = 'Gets the resources needed to craft something',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'target', 'String'},
                    ['arg1Name'] = 'target',
                            },
                     ['arg1Optional'] = 'false',
        },
                    },
        ['give'] = {
        ['Give'] = {
                     ['command'] = 'give',
                     ['command'] = 'Give',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Give yourself an item',
                     ['helpText'] = 'Give yourself an item',
                     ['level'] = 'admin',
                    ['shortCut'] = 'give',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                    ['parameters'] =  {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'itemName', 'String'},
                     ['arg1Name'] = 'itemName',
                            ['Arg2'] = {'number', 'Int32', '1'},
                     ['arg1Optional'] = 'false',
                            },
                     ['arg2Type'] = 'Int32',
        },
                     ['arg2Name'] = 'number',
        ['givealltools'] = {
                     ['arg2Optional'] = 'true',
                    ['command'] = 'givealltools',
                     ['arg2Default'] = '1',
                    ['parent'] = 'qa',
                     },
                    ['helpText'] = 'Give all tools of the particular tier.',
         ['GiveSkillPoints'] = {
                    ['shortCut'] = 'gat',
                     ['command'] = 'GiveSkillPoints',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Single'},
                            },
        },
        ['giveallvehicles'] = {
                    ['command'] = 'giveallvehicles',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Give all vehicles and hammer (no elevator, no crane)',
                    ['shortCut'] = 'gav',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['giveglobalmarkerrights'] = {
                    ['command'] = 'giveglobalmarkerrights',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Assign the current player to a new title that has global markers rights.',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['givepointsme'] = {
                     ['command'] = 'givepointsme',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Give yourself specialty points',
                     ['shortCut'] = 'point',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'number', 'Single', '10000'},
                            },
        },
         ['givepointsto'] = {
                     ['command'] = 'givepointsto',
                    ['parent'] = 'skills',
                     ['helpText'] = 'Give skillpoints to another player',
                     ['helpText'] = 'Give skillpoints to another player',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                     ['arg1Type'] = 'User',
                            ['Arg1'] = {'otherPlayer', 'User'},
                     ['arg1Name'] = 'otherPlayer',
                            ['Arg2'] = {'number', 'Int32', '10'},
                     ['arg1Optional'] = 'false',
                            },
                     ['arg2Type'] = 'Int32',
        },
                     ['arg2Name'] = 'number',
        ['giveremoveitems'] = {
                     ['arg2Optional'] = 'true',
                     ['command'] = 'giveremoveitems',
                     ['arg2Default'] = '10',
                    ['parent'] = 'test',
                     },
                    ['helpText'] = 'Attempts to give the user all of the items, then remove them',
         ['Greenthumb'] = {
                     ['shortCut'] = '',
                     ['command'] = 'Greenthumb',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['givetreasuryrights'] = {
                     ['command'] = 'givetreasuryrights',
                     ['parent'] = 'titles',
                     ['helpText'] = 'Assign the current player to a new title that has treasury rights.',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
         ['greenthumb'] = {
                     ['command'] = 'greenthumb',
                    ['parent'] = 'sim',
                     ['helpText'] = 'Spawns random plants',
                     ['helpText'] = 'Spawns random plants',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                    ['parameters'] =  {
                     ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'radius', 'Int32', '10'},
                     ['arg1Name'] = 'radius',
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                     ['arg1Optional'] = 'true',
                            },
                     ['arg1Default'] = '10',
        },
                     ['arg2Type'] = 'Boolean',
        ['grin'] = {
                     ['arg2Name'] = 'trees',
                     ['command'] = 'grin',
                     ['arg2Optional'] = 'true',
                     ['parent'] = 'emote',
                     ['arg2Default'] = 'False',
                     ['helpText'] = 'Grin',
                     },
                     ['shortCut'] = '',
         ['Help'] = {
                     ['level'] = 'User',
                     ['command'] = 'Help',
                     ['parameters'] = {
                     ['helpText'] = 'Displays all the commands avaliable',
                            },
                     ['level'] = 'user',
        },
                     ['commandIsMethod'] = 'true',
        ['hammers'] = {
                     ['parameters'] = '1',
                    ['command'] = 'hammers',
                     ['arg1Type'] = 'String',
                     ['parent'] = 'test',
                     ['arg1Name'] = 'text',
                     ['helpText'] = 'Run a series of chat commands to test the game.',
                     ['arg1Optional'] = 'true',
                     ['shortCut'] = '',
                     ['arg1Default'] = '',
                     ['level'] = 'Developer',
                     },
                     ['parameters'] =  {
         ['Iodide'] = {
                            },
                     ['command'] = 'Iodide',
        },
                     ['helpText'] = 'Set radiation dose to 0',
         ['help'] = {
                     ['level'] = 'developer',
                     ['command'] = 'help',
                     ['commandIsMethod'] = 'true',
                    ['parent'] = nil,
                     ['parameters'] = '0',
                     ['helpText'] = 'Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.',
                     },
                    ['shortCut'] = '?',
         ['Irradiate'] = {
                     ['level'] = 'User',
                     ['command'] = 'Irradiate',
                    ['parameters'] =  {
                     ['helpText'] = 'Max out player radiation dose',
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                     ['level'] = 'developer',
                            ['Arg2'] = {'text', 'String', ''},
                     ['commandIsMethod'] = 'true',
                            },
                     ['parameters'] = '0',
        },
                     },
        ['helpful'] = {
         ['Kick'] = {
                    ['command'] = 'helpful',
                     ['command'] = 'Kick',
                    ['parent'] = nil,
                    ['helpText'] = 'Shows all help, including sub commands.',
                    ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] = {
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            },
        },
        ['hidden'] = {
                    ['command'] = 'hidden',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns Hidden items',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
         ['hitworldlayers'] = {
                     ['command'] = 'hitworldlayers',
                    ['parent'] = 'meteor',
                     ['helpText'] = 'Triggers world layers to act as if they were hit by a meteor.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['housing'] = {
                    ['command'] = 'housing',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Housing items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['ignore'] = {
                    ['command'] = 'ignore',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Shows your Ignore List or adds the player to the Ignore List by the name or remove if the player is on the list already',
                    ['shortCut'] = 'ignore',
                     ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'ignoreUser', 'User', ''},
                            },
        },
        ['impact'] = {
                    ['command'] = 'impact',
                     ['parent'] = 'meteor',
                    ['helpText'] = 'Make the meteor strike instantly.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] = {
                            },
        },
        ['import'] = {
                    ['command'] = 'import',
                    ['parent'] = 'build',
                    ['helpText'] = 'Imports building from string. I.e.: bt:HewnLogCube;room:0:-1:0:3:4:3;bt:Empty;fplane:2:0:0:1:2',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'importString', 'String'},
                            },
        },
        ['interactitems'] = {
                    ['command'] = 'interactitems',
                    ['parent'] = 'test',
                     ['helpText'] = 'Attempts to give the user all items and interact with them',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
         ['interactobjects'] = {
                     ['command'] = 'interactobjects',
                    ['parent'] = 'test',
                     ['helpText'] = 'Attempts to interact with all objects in the world',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
        ['itemdetails'] = {
                    ['command'] = 'itemdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all discovered items',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            },
        },
        ['joinserverchannel'] = {
                    ['command'] = 'joinserverchannel',
                    ['parent'] = 'voice',
                    ['helpText'] = 'Connect to the server\'s voice chat channel',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
         ['kick'] = {
                     ['command'] = 'kick',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Kicks user',
                     ['helpText'] = 'Kicks user',
                     ['level'] = 'admin',
                     ['shortCut'] = 'kick',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'User',
                            ['Arg1'] = {'kickUser', 'User'},
                    ['arg1Name'] = 'kickUser',
                            ['Arg2'] = {'reason', 'String', ''},
                    ['arg1Optional'] = 'false',
                            },
                    ['arg2Type'] = 'String',
        },
                    ['arg2Name'] = 'reason',
        ['killplants'] = {
                    ['arg2Optional'] = 'true',
                     ['command'] = 'killplants',
                     ['arg2Default'] = '',
                     ['parent'] = 'sim',
                     },
                     ['helpText'] = 'Kills all plants in an area. Pass true to delete them.',
        ['KillPlants'] = {
                     ['shortCut'] = '',
                    ['command'] = 'KillPlants',
                     ['level'] = 'Admin',
                     ['helpText'] = 'Kills all plants in an area',
                     ['parameters'] = {
                     ['level'] = 'admin',
                            ['Arg1'] = {'radius', 'Int32', '10'},
                     ['commandIsMethod'] = 'true',
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                     ['parameters'] = '1',
                            },
                    ['arg1Type'] = 'Int32',
        },
                    ['arg1Name'] = 'radius',
         ['killtrees'] = {
                    ['arg1Optional'] = 'true',
                     ['command'] = 'killtrees',
                    ['arg1Default'] = '10',
                    ['parent'] = 'sim',
                    },
                     ['helpText'] = 'Cuts all trees in an area. Pass true to delete them.',
         ['KillTrees'] = {
                     ['shortCut'] = '',
                     ['command'] = 'KillTrees',
                     ['level'] = 'Admin',
                     ['helpText'] = 'Cuts all trees in an area',
                     ['parameters'] = {
                     ['level'] = 'admin',
                            ['Arg1'] = {'radius', 'Int32', '10'},
                     ['commandIsMethod'] = 'true',
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                     ['parameters'] = '1',
                            },
                    ['arg1Type'] = 'Int32',
        },
                    ['arg1Name'] = 'radius',
         ['lastplayeronearth'] = {
                    ['arg1Optional'] = 'true',
                     ['command'] = 'lastplayeronearth',
                    ['arg1Default'] = '10',
                    ['parent'] = 'avatar',
                    },
         ['LastPlayerOnEarth'] = {
                     ['command'] = 'LastPlayerOnEarth',
                     ['helpText'] = 'Kills all spawned dummys',
                     ['helpText'] = 'Kills all spawned dummys',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['Leader'] = {
        },
                     ['command'] = 'Leader',
         ['level'] = {
                    ['helpText'] = 'Set the leader',
                     ['command'] = 'level',
                    ['level'] = 'admin',
                     ['parent'] = 'land',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '1',
                    ['arg1Type'] = 'String',
                    ['arg1Name'] = 'player',
                    ['arg1Optional'] = 'true',
                    ['arg1Default'] = '',
                     },
        ['Level'] = {
                    ['command'] = 'Level',
                     ['helpText'] = 'Level the terrain',
                     ['helpText'] = 'Level the terrain',
                     ['level'] = 'admin',
                     ['shortCut'] = 'level',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '3',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'x', 'Int32', '15'},
                    ['arg1Name'] = 'x',
                            ['Arg2'] = {'y', 'Int32', '15'},
                    ['arg1Optional'] = 'true',
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                    ['arg1Default'] = '15',
                            },
                    ['arg2Type'] = 'Int32',
        },
                    ['arg2Name'] = 'y',
        ['levelup'] = {
                    ['arg2Optional'] = 'true',
                     ['command'] = 'levelup',
                    ['arg2Default'] = '15',
                     ['parent'] = 'skills',
                    ['arg3Type'] = 'String',
                     ['helpText'] = 'Levels up a string matching the passed skill\'s name to the max.',
                    ['arg3Name'] = 'blockType',
                     ['shortCut'] = 'levelup',
                    ['arg3Optional'] = 'true',
                     ['level'] = 'Admin',
                     ['arg3Default'] = 'GrassBlock',
                     ['parameters'] = {
                    },
                            ['Arg1'] = {'skillName', 'String'},
        ['LevelUp'] = {
                            },
                     ['command'] = 'LevelUp',
        },
                     ['helpText'] = 'Levels up a string matching the passed name to the max.',
        ['levelupall'] = {
                     ['level'] = 'admin',
                     ['command'] = 'levelupall',
                     ['commandIsMethod'] = 'true',
                     ['parent'] = 'skills',
                     ['parameters'] = '1',
                    ['arg1Type'] = 'String',
                    ['arg1Name'] = 'skillName',
                     ['arg1Optional'] = 'false',
                    },
        ['LevelUpAll'] = {
                     ['command'] = 'LevelUpAll',
                     ['helpText'] = 'Levels all skills up 1 level at a time (no chunks).',
                     ['helpText'] = 'Levels all skills up 1 level at a time (no chunks).',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                     ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'num', 'Int32', '1'},
                     ['arg1Name'] = 'num',
                            },
                     ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '1',
        ['levelupuser'] = {
                     },
                     ['command'] = 'levelupuser',
        ['LevelUpUser'] = {
                     ['parent'] = 'skills',
                    ['command'] = 'LevelUpUser',
                     ['helpText'] = 'Level up a citizen by one.  Default levels you up.',
                     ['helpText'] = 'Level up a user by one.  Default levels you up.',
                     ['shortCut'] = '',
                     ['level'] = 'admin',
                     ['level'] = 'Admin',
                     ['commandIsMethod'] = 'true',
                    ['parameters'] = {
                     ['parameters'] = '1',
                            ['Arg1'] = {'name', 'String', ''},
                     ['arg1Type'] = 'String',
                            },
                     ['arg1Name'] = 'name',
        },
                    ['arg1Optional'] = 'true',
        ['list'] = {
                    },
                     ['command'] = 'list',
         ['ListAdmins'] = {
                     ['parent'] = 'objects',
                     ['command'] = 'ListAdmins',
                     ['helpText'] = 'List all objects of the given type.',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] = {
                            ['Arg1'] = {'typeName', 'String', ''},
                            },
        },
         ['listadmins'] = {
                     ['command'] = 'listadmins',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Displays a list of all administrators.',
                     ['helpText'] = 'Displays a list of all administrators.',
                     ['level'] = 'user',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                     ['parameters'] = {
                     },
                            },
         ['ListUnobtainableItems'] = {
        },
                     ['command'] = 'ListUnobtainableItems',
        ['listdems'] = {
                    ['command'] = 'listdems',
                     ['parent'] = 'civics',
                    ['helpText'] = 'List each demographic and who is in it.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                     ['parameters'] =  {
                            },
        },
         ['listunobtainableitems'] = {
                     ['command'] = 'listunobtainableitems',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Lists the items that cannot be crafted from some set of other items.  Note that many of these are not meant to be crafted, e.g. hips and stone.',
                     ['helpText'] = 'Lists the items that cannot be crafted from some set of other items.  Note that many of these are not meant to be crafted, e.g. hips and stone.',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['ListUsers'] = {
        },
                     ['command'] = 'ListUsers',
         ['listusers'] = {
                     ['command'] = 'listusers',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Displays a list of all known users, showing username and ID.',
                     ['helpText'] = 'Displays a list of all known users, showing username and ID.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['MakeMeteorVisible'] = {
        },
                     ['command'] = 'MakeMeteorVisible',
        ['login'] = {
                    ['command'] = 'login',
                    ['parent'] = 'voice',
                    ['helpText'] = 'Connect to the voice server',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['makeuser'] = {
                    ['command'] = 'makeuser',
                    ['parent'] = 'test',
                    ['helpText'] = 'Create test user with a specified name.',
                     ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String'},
                            },
        },
        ['makeusers'] = {
                    ['command'] = 'makeusers',
                     ['parent'] = 'test',
                    ['helpText'] = 'Create test users up to the given amount (default 5)',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
         ['makevisible'] = {
                     ['command'] = 'makevisible',
                    ['parent'] = 'meteor',
                     ['helpText'] = 'Make the meteor enter the targetable range, or the specified angle if one is passed in.',
                     ['helpText'] = 'Make the meteor enter the targetable range, or the specified angle if one is passed in.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Single',
                            ['Arg1'] = {'angle', 'Single', '300'},
                    ['arg1Name'] = 'angle',
                            },
                    ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '300',
        ['mark'] = {
                    },
                     ['command'] = 'mark',
        ['Mark'] = {
                     ['parent'] = 'land',
                     ['command'] = 'Mark',
                     ['helpText'] = 'Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.',
                     ['helpText'] = 'Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.',
                     ['level'] = 'user',
                     ['shortCut'] = 'mark',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'text', 'String', ''},
                    ['arg1Name'] = 'text',
                            },
                    ['arg1Optional'] = 'true',
        },
                    },
         ['massinteract'] = {
         ['MassInteract'] = {
                     ['command'] = 'massinteract',
                     ['command'] = 'MassInteract',
                    ['parent'] = 'land',
                     ['helpText'] = 'Uses your currently selected tool on surrounding blocks',
                     ['helpText'] = 'Uses your currently selected tool on surrounding blocks',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'size', 'Int32', '1'},
                    ['arg1Name'] = 'size',
                            },
                    ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '1',
        ['massplant'] = {
                    },
                     ['command'] = 'massplant',
        ['MassPlant'] = {
                     ['parent'] = 'sim',
                     ['command'] = 'MassPlant',
                     ['helpText'] = 'Spawns a bunch of one plant',
                     ['helpText'] = 'Spawns a bunch of one plant',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '4',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'radius', 'Int32', '10'},
                    ['arg1Name'] = 'radius',
                            ['Arg2'] = {'speciesName', 'String', ''},
                    ['arg1Optional'] = 'true',
                            ['Arg3'] = {'yield', 'Single', '0.8'},
                    ['arg1Default'] = '10',
                            ['Arg4'] = {'trees', 'Boolean', 'False'},
                    ['arg2Type'] = 'String',
                            },
                    ['arg2Name'] = 'speciesName',
        },
                    ['arg2Optional'] = 'true',
         ['metime'] = {
                    ['arg3Type'] = 'Single',
                     ['command'] = 'metime',
                    ['arg3Name'] = 'yield',
                     ['parent'] = 'avatar',
                    ['arg3Optional'] = 'true',
                     ['helpText'] = 'Spawns passed number of clones of your avatar',
                    ['arg3Default'] = '0.8',
                     ['shortCut'] = '',
                    ['arg4Type'] = 'Boolean',
                     ['level'] = 'Developer',
                    ['arg4Name'] = 'trees',
                     ['parameters'] = {
                    ['arg4Optional'] = 'true',
                            ['Arg1'] = {'count', 'Int32', '1'},
                    ['arg4Default'] = 'False',
                            },
                    },
        },
         ['MeteorFall'] = {
        ['midnight'] = {
                     ['command'] = 'MeteorFall',
                     ['command'] = 'midnight',
                     ['helpText'] = 'Begin the meteor impact sequence',
                     ['parent'] = 'time',
                     ['level'] = 'developer',
                     ['helpText'] = 'Set time of day to midnight',
                     ['commandIsMethod'] = 'true',
                     ['shortCut'] = '',
                     ['parameters'] = '0',
                     ['level'] = 'Admin',
                     },
                     ['parameters'] = {
        ['MeteorHitWorldLayers'] = {
                            },
                    ['command'] = 'MeteorHitWorldLayers',
        },
                    ['helpText'] = 'Triggers world layers to act as if they were hit by a meteor.',
         ['mydems'] = {
                    ['level'] = 'developer',
                     ['command'] = 'mydems',
                    ['commandIsMethod'] = 'true',
                     ['parent'] = 'civics',
                     ['parameters'] = '0',
                     ['helpText'] = 'List each demographic and the status of the specified user (using the called if none specified).',
                    },
                     ['shortCut'] = '',
        ['MeteorImpact'] = {
                     ['level'] = 'User',
                     ['command'] = 'MeteorImpact',
                     ['parameters'] = {
                     ['helpText'] = 'Make the meteor strike instantly.',
                            ['Arg1'] = {'otherUser', 'User', ''},
                     ['level'] = 'developer',
                            },
                     ['commandIsMethod'] = 'true',
        },
                     ['parameters'] = '0',
        ['mywages'] = {
                    },
                     ['command'] = 'mywages',
         ['MeteorRain'] = {
                     ['parent'] = 'economy',
                     ['command'] = 'MeteorRain',
                     ['helpText'] = 'Display all wages paid in the game',
                     ['helpText'] = 'Makes meteorites rain down the sky, accepting the number to send and how long between them.',
                     ['shortCut'] = '',
                     ['level'] = 'developer',
                     ['level'] = 'User',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] = {
                     ['parameters'] = '3',
                            },
                     ['arg1Type'] = 'Int32',
        },
                    ['arg1Name'] = 'count',
         ['noah'] = {
                    ['arg1Optional'] = 'true',
                     ['command'] = 'noah',
                    ['arg1Default'] = '1',
                     ['parent'] = 'sim',
                    ['arg2Type'] = 'Single',
                     ['helpText'] = 'Spawns given number of all animals',
                    ['arg2Name'] = 'timeBetween',
                     ['shortCut'] = '',
                     ['arg2Optional'] = 'true',
                     ['level'] = 'Developer',
                     ['arg2Default'] = '1',
                     ['parameters'] = {
                     ['arg3Type'] = 'Single',
                            ['Arg1'] = {'count', 'Int32', '1'},
                     ['arg3Name'] = 'radius',
                            },
                     ['arg3Optional'] = 'true',
        },
                     ['arg3Default'] = '20',
         ['noon'] = {
                    },
                     ['command'] = 'noon',
         ['MeTime'] = {
                    ['parent'] = 'time',
                     ['command'] = 'MeTime',
                     ['helpText'] = 'Set time of day to noon.',
                     ['helpText'] = 'Spawns a clone of your avatar',
                     ['shortCut'] = 'noon',
                     ['level'] = 'developer',
                     ['level'] = 'Admin',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] = {
                     ['parameters'] = '1',
                            },
                     ['arg1Type'] = 'Int32',
        },
                    ['arg1Name'] = 'count',
         ['notalents'] = {
                    ['arg1Optional'] = 'true',
                     ['command'] = 'notalents',
                    ['arg1Default'] = '1',
                     ['parent'] = 'skills',
                    },
                     ['helpText'] = 'Resets all talents',
         ['Midnight'] = {
                     ['shortCut'] = 'notalents',
                     ['command'] = 'Midnight',
                     ['level'] = 'Admin',
                     ['helpText'] = 'Set time to midnight',
                     ['parameters'] = {
                     ['level'] = 'developer',
                            },
                     ['commandIsMethod'] = 'true',
        },
                     ['parameters'] = '0',
        ['notificationstest'] = {
                    },
                     ['command'] = 'notificationstest',
         ['Move'] = {
                     ['parent'] = 'qa',
                     ['command'] = 'Move',
                     ['helpText'] = 'Spam a bunch of stuff to notifications',
                     ['helpText'] = 'Moves you to position x, y, z; where xyz are integers.',
                     ['shortCut'] = '',
                     ['level'] = 'admin',
                     ['level'] = 'Developer',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] = {
                     ['parameters'] = '3',
                            ['Arg0'] = {'count', 'Int32', '10'},
                     ['arg1Type'] = 'Int32',
                            },
                    ['arg1Name'] = 'x',
        },
                    ['arg1Optional'] = 'false',
        ['now'] = {
                    ['arg2Type'] = 'Int32',
                     ['command'] = 'now',
                     ['arg2Name'] = 'y',
                     ['parent'] = 'time',
                     ['arg2Optional'] = 'false',
                     ['helpText'] = 'Reports the current time.',
                     ['arg3Type'] = 'Int32',
                     ['shortCut'] = '',
                     ['arg3Name'] = 'z',
                     ['level'] = 'User',
                     ['arg3Optional'] = 'false',
                     ['parameters'] = {
                     },
                            },
        ['Noah'] = {
        },
                    ['command'] = 'Noah',
         ['objects'] = {
                    ['helpText'] = '3',
                     ['command'] = 'objects',
                    ['level'] = nil,
                     ['parent'] = 'build',
                     ['commandIsMethod'] = 'true',
                     ['helpText'] = 'Spawn all of the objects containing a string in its name. If they have text, add that too, can optionally set the string range.',
                     ['parameters'] = '1',
                     ['shortCut'] = '',
                     ['arg1Type'] = 'Int32',
                     ['level'] = 'Developer',
                     ['arg1Name'] = 'count',
                     ['parameters'] = {
                     ['arg1Optional'] = 'true',
                            ['Arg1'] = {'objectstring', 'String'},
                     ['arg1Default'] = '1',
                            ['Arg2'] = {'textLengthMin', 'Int32', '3'},
                    },
                            ['Arg3'] = {'textLengthMax', 'Int32', '40'},
         ['Noon'] = {
                            },
                     ['command'] = 'Noon',
        },
                     ['helpText'] = 'Set time to noon',
         ['oneshot'] = {
                     ['level'] = 'developer',
                     ['command'] = 'oneshot',
                     ['commandIsMethod'] = 'true',
                    ['parent'] = 'sim',
                     ['parameters'] = '0',
                     },
        ['NoSkills'] = {
                    ['command'] = 'NoSkills',
                    ['helpText'] = 'Resets all skills to default',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
         ['OneShot'] = {
                     ['command'] = 'OneShot',
                     ['helpText'] = 'Kills nearest animal',
                     ['helpText'] = 'Kills nearest animal',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['OpenServerUI'] = {
        },
                     ['command'] = 'OpenServerUI',
         ['openserverui'] = {
                     ['command'] = 'openserverui',
                    ['parent'] = 'util',
                     ['helpText'] = 'Opens the server GUI, if the user is a local user.',
                     ['helpText'] = 'Opens the server GUI, if the user is a local user.',
                     ['level'] = 'admin',
                     ['shortCut'] = 'serverui',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['OwnAll'] = {
        },
                     ['command'] = 'OwnAll',
         ['ownall'] = {
                     ['command'] = 'ownall',
                    ['parent'] = 'property',
                     ['helpText'] = 'Claim all property',
                     ['helpText'] = 'Claim all property',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['Owner'] = {
        },
                     ['command'] = 'Owner',
         ['owner'] = {
                     ['command'] = 'owner',
                    ['parent'] = 'property',
                     ['helpText'] = 'Change owner of current deed',
                     ['helpText'] = 'Change owner of current deed',
                     ['level'] = 'admin',
                     ['shortCut'] = 'owner',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'User',
                            ['Arg1'] = {'newOwner', 'User', ''},
                    ['arg1Name'] = 'newOwner',
                            },
                    ['arg1Optional'] = 'true',
        },
                    },
         ['ownnone'] = {
         ['OwnNone'] = {
                     ['command'] = 'ownnone',
                     ['command'] = 'OwnNone',
                    ['parent'] = 'property',
                     ['helpText'] = 'Revoke your property',
                     ['helpText'] = 'Revoke your property',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                    ['parameters'] =  {
                     ['arg1Type'] = 'User',
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                     ['arg1Name'] = 'otherPlayer',
                            },
                     ['arg1Optional'] = 'true',
        },
                     },
        ['pickupblock'] = {
         ['PassLaws'] = {
                    ['command'] = 'pickupblock',
                     ['command'] = 'PassLaws',
                    ['parent'] = 'test',
                     ['helpText'] = 'Pass all pending laws',
                    ['helpText'] = 'Attempts picking up all world block objects in the world',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                    ['level'] = 'Developer',
                     ['parameters'] = '0',
                     ['parameters'] =  {
                     },
                            },
         ['Players'] = {
        },
                     ['command'] = 'Players',
        ['pipes'] = {
                    ['command'] = 'pipes',
                    ['parent'] = 'test',
                     ['helpText'] = 'Spawns a setup for testing pipes.',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
         ['placeallworldblocks'] = {
                     ['command'] = 'placeallworldblocks',
                    ['parent'] = 'test',
                     ['helpText'] = 'Attempts placing all world block objects in the world',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['placegarbage'] = {
                     ['command'] = 'placegarbage',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempt to place a bunch of garbage bags in the world.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] =  {
                            },
        },
        ['placeobjects'] = {
                    ['command'] = 'placeobjects',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts placing all objects in the world twice',
                     ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
         ['plantdetails'] = {
                     ['command'] = 'plantdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all plant conditions',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['players'] = {
                    ['command'] = 'players',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Returns a list of online players',
                     ['helpText'] = 'Returns a list of online players',
                     ['level'] = 'user',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['PolluteAir'] = {
        },
                     ['command'] = 'PolluteAir',
         ['playtime'] = {
                     ['helpText'] = 'Creates AIR POLLUTION MACHINES OF DOOM',
                     ['command'] = 'playtime',
                     ['level'] = 'admin',
                     ['parent'] = 'manage',
                    ['commandIsMethod'] = 'true',
                     ['helpText'] = 'Lists the playtimes for a given user, or yourself if none passed.',
                    ['parameters'] = '0',
                     ['shortCut'] = 'playtime',
                    },
                     ['level'] = 'User',
        ['PolluteCO2'] = {
                     ['parameters'] = {
                    ['command'] = 'PolluteCO2',
                            ['Arg1'] = {'other', 'User', ''},
                     ['helpText'] = 'Creates x PPM of air pollution',
                            },
                     ['level'] = 'admin',
        },
                     ['commandIsMethod'] = 'true',
         ['poorbunnies'] = {
                    ['parameters'] = '1',
                     ['command'] = 'poorbunnies',
                    ['arg1Type'] = 'Single',
                     ['parent'] = 'sim',
                    ['arg1Name'] = 'ppm',
                    ['arg1Optional'] = 'false',
                    },
         ['PolluteWorld'] = {
                     ['command'] = 'PolluteWorld',
                    ['helpText'] = 'Rains tailings from the heavens to ruin the world',
                     ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['PoorBunnies'] = {
                    ['command'] = 'PoorBunnies',
                     ['helpText'] = 'Kills all animals',
                     ['helpText'] = 'Kills all animals',
                     ['level'] = 'developer',
                    ['shortCut'] = 'die',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            ['Arg0'] = {'destroy', 'Boolean', 'True'},
         ['RaiseSeaLevel'] = {
                            },
                     ['command'] = 'RaiseSeaLevel',
        },
                     ['helpText'] = 'Rasies the sea level by a passed in amount.  Careful with this one!',
        ['power'] = {
                     ['level'] = 'developer',
                    ['command'] = 'power',
                     ['commandIsMethod'] = 'true',
                    ['parent'] = 'preset',
                     ['parameters'] = '1',
                    ['helpText'] = 'Spawns Power dependent items',
                     ['arg1Type'] = 'Single',
                     ['shortCut'] = '',
                     ['arg1Name'] = 'val',
                    ['level'] = 'Developer',
                     ['arg1Optional'] = 'true',
                     ['parameters'] = {
                     ['arg1Default'] = '1.5',
                            ['Arg1'] = {'sType', 'Int32', '0'},
                     },
                            },
         ['Record'] = {
        },
                     ['command'] = 'Record',
        ['predatorsprotected'] = {
                    ['command'] = 'predatorsprotected',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Stay invisible from predators',
                    ['shortCut'] = 'safe',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['propertyclaimtool'] = {
                    ['command'] = 'propertyclaimtool',
                    ['parent'] = 'test',
                    ['helpText'] = 'Test claiming and unclaiming property.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['rain'] = {
                    ['command'] = 'rain',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Makes meteorites rain down the sky, accepting the number to send and how long between them.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                            },
        },
         ['raisesealevel'] = {
                     ['command'] = 'raisesealevel',
                    ['parent'] = 'sim',
                     ['helpText'] = 'Raises the sea level by a passed in amount.  Careful with this one!',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'val', 'Single', '1.5'},
                            },
        },
        ['rate'] = {
                    ['command'] = 'rate',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Displays or sets the current skill rate multiplier.',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'skillRate', 'Single', '-1'},
                            },
        },
        ['recipesdetails'] = {
                     ['command'] = 'recipesdetails',
                    ['parent'] = nil,
                     ['helpText'] = 'Creates a dump file of all discovered recipes',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            },
        },
         ['record'] = {
                     ['command'] = 'record',
                    ['parent'] = 'util',
                     ['helpText'] = 'Toggles record mode',
                     ['helpText'] = 'Toggles record mode',
                     ['level'] = 'admin',
                     ['shortCut'] = 'record',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['RegenLayer'] = {
        },
                     ['command'] = 'RegenLayer',
         ['regenlayer'] = {
                     ['command'] = 'regenlayer',
                    ['parent'] = 'sim',
                     ['helpText'] = 'Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.',
                     ['helpText'] = 'Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] =  {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'layerName', 'String'},
                     ['arg1Name'] = 'layerName',
                            },
                     ['arg1Optional'] = 'false',
        },
                     },
        ['remove'] = {
        ['RemoveAccountManager'] = {
                     ['command'] = 'remove',
                    ['command'] = 'RemoveAccountManager',
                     ['parent'] = 'land',
                    ['helpText'] = 'Adds user as manager to bank account with ID.',
                     ['helpText'] = 'Remove block types within a specified area',
                    ['level'] = 'admin',
                     ['shortCut'] = 'remove',
                    ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                    ['parameters'] = {
                     ['arg1Type'] = 'BankAccount',
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                     ['arg1Name'] = 'account',
                            ['Arg2'] = {'x', 'Int32', '15'},
                     ['arg1Optional'] = 'false',
                            ['Arg3'] = {'z', 'Int32', '15'},
                     ['arg2Type'] = 'User',
                            ['Arg4'] = {'y', 'Int32', '15'},
                     ['arg2Name'] = 'target',
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                    ['arg2Optional'] = 'false',
                            },
                    },
        },
         ['RemoveAccountUser'] = {
        ['removeaccountmanager'] = {
                     ['command'] = 'RemoveAccountUser',
                     ['command'] = 'removeaccountmanager',
                     ['parent'] = 'money',
                     ['helpText'] = 'Remove user as manager from bank account with ID.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
         ['removeaccountuser'] = {
                     ['command'] = 'removeaccountuser',
                    ['parent'] = 'money',
                     ['helpText'] = 'Removes user from bank account with ID.',
                     ['helpText'] = 'Removes user from bank account with ID.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'BankAccount',
                            ['Arg1'] = {'account', 'BankAccount'},
                    ['arg1Name'] = 'account',
                            ['Arg2'] = {'target', 'User'},
                    ['arg1Optional'] = 'false',
                            },
                    ['arg2Type'] = 'User',
        },
                    ['arg2Name'] = 'target',
        ['removeadmin'] = {
                     ['arg2Optional'] = 'false',
                     ['command'] = 'removeadmin',
                    },
                     ['parent'] = 'manage',
        ['RemoveAdmin'] = {
                     ['command'] = 'RemoveAdmin',
                     ['helpText'] = 'Removes user as an Admin',
                     ['helpText'] = 'Removes user as an Admin',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] =  {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'adminIdOrName', 'String'},
                     ['arg1Name'] = 'adminIdOrName',
                            },
                     ['arg1Optional'] = 'false',
        },
                     },
        ['removeall'] = {
         ['RemoveFromDeed'] = {
                    ['command'] = 'removeall',
                     ['command'] = 'RemoveFromDeed',
                    ['parent'] = 'objects',
                     ['helpText'] = 'Removes user from current deed (if username is not provided then removes current user)',
                    ['helpText'] = 'Remove all object of a given type. Be careful!  Can specify by name or ID.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                    ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] =  {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'typeName', 'String', ''},
                     ['arg1Name'] = 'username',
                            },
                     ['arg1Optional'] = 'true',
        },
                     },
        ['removeallbut'] = {
         ['RepairAllRooms'] = {
                    ['command'] = 'removeallbut',
                     ['command'] = 'RepairAllRooms',
                    ['parent'] = 'land',
                    ['helpText'] = 'Removes all block types except the specified type within a specified area',
                    ['shortCut'] = 'removeallbut',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                            },
        },
        ['removeconst'] = {
                    ['command'] = 'removeconst',
                     ['parent'] = 'civics',
                    ['helpText'] = 'Remove the current constitution.',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            },
        },
         ['removedeadplants'] = {
                     ['command'] = 'removedeadplants',
                    ['parent'] = 'sim',
                     ['helpText'] = 'Removes dead plants in an area.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '50'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            },
        },
        ['removeinvalidownables'] = {
                    ['command'] = 'removeinvalidownables',
                    ['parent'] = 'property',
                    ['helpText'] = 'Check deeds and remove contained ownables that do not belong to them',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['removetalent'] = {
                    ['command'] = 'removetalent',
                    ['parent'] = 'skills',
                     ['helpText'] = 'Removes talent by name',
                    ['shortCut'] = 'talentdel',
                    ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'talentType', 'String'},
                            },
        },
        ['rename'] = {
                    ['command'] = 'rename',
                     ['parent'] = 'titles',
                    ['helpText'] = 'Rename a new title.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                            },
        },
         ['repairall'] = {
                     ['command'] = 'repairall',
                    ['parent'] = 'rooms',
                     ['helpText'] = 'Repairs all broken rooms. This command may take a long time and create heavy-load on the server, so only use it when many rooms are broken',
                     ['helpText'] = 'Repairs all broken rooms. This command may take a long time and create heavy-load on the server, so only use it when many rooms are broken',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['ResetTutorial'] = {
        },
                     ['command'] = 'ResetTutorial',
         ['reset'] = {
                     ['command'] = 'reset',
                    ['parent'] = 'tutorials',
                     ['helpText'] = 'Resets the tutorial, including record of given items (which menu option does not do).',
                     ['helpText'] = 'Resets the tutorial, including record of given items (which menu option does not do).',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                    ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['RunTests'] = {
        },
                     ['command'] = 'RunTests',
        ['resettime'] = {
                    ['command'] = 'resettime',
                    ['parent'] = 'time',
                    ['helpText'] = 'Reset time of day to match the clock.',
                    ['shortCut'] = 'resettime',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['resetworldcaches'] = {
                    ['command'] = 'resetworldcaches',
                    ['parent'] = 'land',
                    ['helpText'] = 'Resets the world caches',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            },
        },
        ['resources'] = {
                    ['command'] = 'resources',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Resources items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['road'] = {
                    ['command'] = 'road',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a road',
                     ['shortCut'] = 'road',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'length', 'Int32', '25'},
                            ['Arg2'] = {'width', 'Int32', '4'},
                            ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                            ['Arg4'] = {'bottomType', 'Int32', '2'},
                            },
        },
        ['runtest'] = {
                    ['command'] = 'runtest',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Run a specific test.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'testname', 'String'},
                            },
        },
         ['runtests'] = {
                     ['command'] = 'runtests',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Run a series of chat commands to test the game.',
                     ['helpText'] = 'Run a series of chat commands to test the game.',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['Save'] = {
        },
                     ['command'] = 'Save',
         ['save'] = {
                     ['command'] = 'save',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Save the world!',
                     ['helpText'] = 'Save the world!',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                    },
                            },
         ['SeaLevel'] = {
        },
                     ['command'] = 'SeaLevel',
        ['scrols'] = {
                    ['command'] = 'scrols',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns SkillScrols items',
                     ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
         ['sealevel'] = {
                     ['command'] = 'sealevel',
                    ['parent'] = 'sim',
                     ['helpText'] = 'Displays the current sea level and how much it has risen.',
                     ['helpText'] = 'Displays the current sea level and how much it has risen.',
                     ['level'] = 'user',
                     ['shortCut'] = 'sea',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['ServerCrash'] = {
        },
                     ['command'] = 'ServerCrash',
         ['servercrash'] = {
                     ['command'] = 'servercrash',
                    ['parent'] = 'qa',
                     ['helpText'] = 'A command to force the server to crash',
                     ['helpText'] = 'A command to force the server to crash',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                    },
                            },
         ['SetAccountOwner'] = {
        },
                     ['command'] = 'SetAccountOwner',
        ['set'] = {
                    ['command'] = 'set',
                     ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to the specified hour',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'hour', 'Single'},
                            },
        },
         ['setaccountowner'] = {
                     ['command'] = 'setaccountowner',
                    ['parent'] = 'money',
                     ['helpText'] = 'Manually set an account creator.',
                     ['helpText'] = 'Manually set an account creator.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                    ['parameters'] =  {
                     ['arg1Type'] = 'BankAccount',
                            ['Arg1'] = {'account', 'BankAccount'},
                     ['arg1Name'] = 'account',
                            ['Arg2'] = {'target', 'User'},
                     ['arg1Optional'] = 'false',
                            },
                     ['arg2Type'] = 'User',
        },
                     ['arg2Name'] = 'target',
        ['setlayer'] = {
                     ['arg2Optional'] = 'false',
                    ['command'] = 'setlayer',
                    },
                    ['parent'] = 'sim',
         ['SetPowerCost'] = {
                    ['helpText'] = 'Sets a world layer to specific value or random value from range.',
                     ['command'] = 'SetPowerCost',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'NaN'},
                            },
        },
        ['setpollutionactive'] = {
                     ['command'] = 'setpollutionactive',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Activates/deactivates pollution layer updating.',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'isActive', 'Boolean'},
                            },
        },
         ['setpowercost'] = {
                     ['command'] = 'setpowercost',
                    ['parent'] = 'craft',
                     ['helpText'] = 'Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).',
                     ['helpText'] = 'Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'Single',
                            ['Arg1'] = {'cost', 'Single', '0'},
                    ['arg1Name'] = 'cost',
                            ['Arg2'] = {'radius', 'Single', '20'},
                    ['arg1Optional'] = 'true',
                            },
                    ['arg1Default'] = '0',
        },
                    ['arg2Type'] = 'Single',
        ['setreputation'] = {
                    ['arg2Name'] = 'radius',
                     ['command'] = 'setreputation',
                    ['arg2Optional'] = 'true',
                     ['parent'] = 'manage',
                     ['arg2Default'] = '20',
                    },
        ['SetReputation'] = {
                     ['command'] = 'SetReputation',
                     ['helpText'] = 'A command to set the user\'s reputation',
                     ['helpText'] = 'A command to set the user\'s reputation',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '3',
                     ['parameters'] = {
                    ['arg1Type'] = 'User',
                            ['Arg1'] = {'targetUser', 'User'},
                    ['arg1Name'] = 'targetUser',
                            ['Arg2'] = {'rep', 'Int32', '0'},
                    ['arg1Optional'] = 'false',
                            ['Arg3'] = {'clampValue', 'Boolean', 'False'},
                    ['arg2Type'] = 'Int32',
                            },
                    ['arg2Name'] = 'rep',
        },
                    ['arg2Optional'] = 'true',
        ['setreputationrelative'] = {
                    ['arg2Default'] = '0',
                     ['command'] = 'setreputationrelative',
                    ['arg3Type'] = 'Boolean',
                     ['parent'] = 'manage',
                    ['arg3Name'] = 'clampValue',
                    ['arg3Optional'] = 'true',
                     ['arg3Default'] = 'False',
                     },
        ['SetReputationRelative'] = {
                    ['command'] = 'SetReputationRelative',
                     ['helpText'] = 'Set the user\'s reputation relative to another',
                     ['helpText'] = 'Set the user\'s reputation relative to another',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '3',
                     ['parameters'] = {
                    ['arg1Type'] = 'User',
                            ['Arg1'] = {'targetUser', 'User'},
                    ['arg1Name'] = 'targetUser',
                            ['Arg2'] = {'fromUser', 'User'},
                    ['arg1Optional'] = 'false',
                            ['Arg3'] = {'rep', 'Int32', '0'},
                    ['arg2Type'] = 'User',
                            },
                    ['arg2Name'] = 'fromUser',
        },
                    ['arg2Optional'] = 'false',
        ['setspawn'] = {
                    ['arg3Type'] = 'Int32',
                     ['command'] = 'setspawn',
                    ['arg3Name'] = 'rep',
                     ['parent'] = 'manage',
                    ['arg3Optional'] = 'true',
                     ['arg3Default'] = '0',
                    },
        ['SetSpawn'] = {
                     ['command'] = 'SetSpawn',
                     ['helpText'] = 'Changes the spawn location to your current location',
                     ['helpText'] = 'Changes the spawn location to your current location',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                     },
                            },
         ['Shuffle'] = {
        },
                     ['command'] = 'Shuffle',
        ['sewage'] = {
                     ['helpText'] = '3',
                    ['command'] = 'sewage',
                     ['level'] = nil,
                    ['parent'] = 'test',
                     ['commandIsMethod'] = 'true',
                    ['helpText'] = 'Spawns a setup for testing pipes.',
                     ['parameters'] = '2',
                    ['shortCut'] = '',
                     ['arg1Type'] = 'Int32',
                     ['level'] = 'Developer',
                     ['arg1Name'] = 'x',
                     ['parameters'] =  {
                     ['arg1Optional'] = 'true',
                            },
                     ['arg1Default'] = '10',
        },
                     ['arg2Type'] = 'Int32',
        ['sewagevillage'] = {
                     ['arg2Name'] = 'y',
                    ['command'] = 'sewagevillage',
                     ['arg2Optional'] = 'true',
                    ['parent'] = 'build',
                     ['arg2Default'] = '10',
                    ['helpText'] = 'Spawn a village that will have a sewage network.',
                     },
                    ['shortCut'] = '',
         ['ShuffleObjects'] = {
                    ['level'] = 'Developer',
                     ['command'] = 'ShuffleObjects',
                     ['parameters'] =  {
                     ['helpText'] = 'Spawns a large number of random worldobjects.',
                            },
                     ['level'] = 'developer',
        },
                     ['commandIsMethod'] = 'true',
         ['showban'] = {
                     ['parameters'] = '1',
                     ['command'] = 'showban',
                     ['arg1Type'] = 'Int32',
                    ['parent'] = 'manage',
                     ['arg1Name'] = 'count',
                     ['helpText'] = 'Show usernames of banned players',
                     ['arg1Optional'] = 'true',
                    ['shortCut'] = 'showban',
                     ['arg1Default'] = '100',
                     ['level'] = 'Admin',
                     },
                    ['parameters'] =  {
         ['SkillPoints'] = {
                            },
                     ['command'] = 'SkillPoints',
        },
                     ['helpText'] = 'Give yourself skill points',
        ['showgovernment'] = {
                     ['level'] = 'admin',
                     ['command'] = 'showgovernment',
                     ['commandIsMethod'] = 'true',
                     ['parent'] = 'civics',
                     ['parameters'] = '1',
                     ['helpText'] = 'Lists the active elements of the government.',
                     ['arg1Type'] = 'Single',
                     ['shortCut'] = '',
                     ['arg1Name'] = 'number',
                     ['level'] = 'User',
                     ['arg1Optional'] = 'true',
                     ['parameters'] = {
                     ['arg1Default'] = '10000',
                            },
                     },
        },
         ['SkillRate'] = {
        ['showsupportedlanguages'] = {
                     ['command'] = 'SkillRate',
                    ['command'] = 'showsupportedlanguages',
                     ['helpText'] = 'Displays or sets the current skill rate multiplier.',
                     ['parent'] = 'qa',
                     ['level'] = 'admin',
                     ['helpText'] = 'List all supported languages with short codes',
                     ['commandIsMethod'] = 'true',
                     ['shortCut'] = '',
                     ['parameters'] = '1',
                     ['level'] = 'Admin',
                     ['arg1Type'] = 'Single',
                     ['parameters'] =  {
                     ['arg1Name'] = 'skillRate',
                            },
                     ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '-1',
         ['showtick'] = {
                     },
                     ['command'] = 'showtick',
         ['SpamDb'] = {
                    ['parent'] = 'civics',
                     ['command'] = 'SpamDb',
                     ['helpText'] = 'Show time until the next civics tick.',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] = {
                            },
        },
        ['shuffleblocks'] = {
                    ['command'] = 'shuffleblocks',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns and shuffles different blocks',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '10'},
                            ['Arg2'] = {'y', 'Int32', '10'},
                            },
        },
         ['shuffleobjects'] = {
                     ['command'] = 'shuffleobjects',
                    ['parent'] = 'build',
                     ['helpText'] = 'Spawns a large number of random WorldObjects.',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'count', 'Int32', '100'},
                            },
        },
        ['skillsdetails'] = {
                     ['command'] = 'skillsdetails',
                    ['parent'] = nil,
                     ['helpText'] = 'Creates a dump file of all discovered skills',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            },
        },
         ['smile'] = {
                     ['command'] = 'smile',
                    ['parent'] = 'emote',
                     ['helpText'] = 'Smile',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] = {
                            },
        },
        ['smirk'] = {
                    ['command'] = 'smirk',
                     ['parent'] = 'emote',
                     ['helpText'] = 'Smirk',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] =  {
                            },
        },
         ['spamdb'] = {
                     ['command'] = 'spamdb',
                    ['parent'] = 'qa',
                     ['helpText'] = 'Spams database operations, in the hopes of reproducing errors or lag',
                     ['helpText'] = 'Spams database operations, in the hopes of reproducing errors or lag',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'Single',
                            ['Arg1'] = {'numSeconds', 'Single', '30'},
                    ['arg1Name'] = 'numSeconds',
                            ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                    ['arg1Optional'] = 'true',
                            },
                    ['arg1Default'] = '2',
        },
                    ['arg2Type'] = 'Int32',
        ['spawn'] = {
                    ['arg2Name'] = 'numWriteThreads',
                     ['command'] = 'spawn',
                    ['arg2Optional'] = 'true',
                     ['parent'] = 'qa',
                     ['arg2Default'] = '16',
                    },
        ['Spawn'] = {
                     ['command'] = 'Spawn',
                     ['helpText'] = 'Spawns item in building',
                     ['helpText'] = 'Spawns item in building',
                     ['level'] = 'admin',
                     ['shortCut'] = 'spawn',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '8',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'itemName', 'String'},
                    ['arg1Name'] = 'itemName',
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                    ['arg1Optional'] = 'false',
                            },
                    ['arg2Type'] = 'Boolean',
        },
                    ['arg2Name'] = 'claim',
        ['spawnaccounts'] = {
                    ['arg2Optional'] = 'true',
                     ['command'] = 'spawnaccounts',
                    ['arg2Default'] = 'True',
                     ['parent'] = 'money',
                    ['arg3Type'] = 'Int32',
                    ['arg3Name'] = 'type',
                    ['arg3Optional'] = 'true',
                     ['arg3Default'] = '4',
                    ['arg4Type'] = 'Int32',
                    ['arg4Name'] = 'x',
                    ['arg4Optional'] = 'true',
                    ['arg4Default'] = '12',
                    ['arg5Type'] = 'Int32',
                    ['arg5Name'] = 'y',
                    ['arg5Optional'] = 'true',
                    ['arg5Default'] = '8',
                    ['arg6Type'] = 'Int32',
                     ['arg6Name'] = 'z',
                    ['arg6Optional'] = 'true',
                    ['arg6Default'] = '12',
                    ['arg7Type'] = 'Int32',
                    ['arg7Name'] = 'roofType',
                    ['arg7Optional'] = 'true',
                    ['arg7Default'] = '1',
                    ['arg8Type'] = 'Boolean',
                    ['arg8Name'] = 'createWindows',
                    ['arg8Optional'] = 'true',
                    ['arg8Default'] = 'True',
                    },
        ['SpawnAccounts'] = {
                    ['command'] = 'SpawnAccounts',
                     ['helpText'] = 'Create new bank accounts for each user.',
                     ['helpText'] = 'Create new bank accounts for each user.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                     ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'count', 'Int32'},
                     ['arg1Name'] = 'count',
                            },
                     ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '5',
        ['spawnallplants'] = {
                     },
                     ['command'] = 'spawnallplants',
         ['SpawnAnimal'] = {
                     ['parent'] = 'sim',
                     ['command'] = 'SpawnAnimal',
                     ['helpText'] = 'Spawns plants of particular ages in a row',
                     ['shortCut'] = 'allplants',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'growth1', 'Single', '0.3'},
                            ['Arg3'] = {'growth2', 'Single', '0.6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                            },
        },
         ['spawnanimal'] = {
                     ['command'] = 'spawnanimal',
                    ['parent'] = 'sim',
                     ['helpText'] = 'Spawns a number of animals',
                     ['helpText'] = 'Spawns a number of animals',
                     ['level'] = 'admin',
                     ['shortCut'] = 'animal',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'speciesName', 'String', 'Hare'},
                    ['arg1Name'] = 'speciesName',
                            ['Arg2'] = {'count', 'Int32', '1'},
                    ['arg1Optional'] = 'true',
                            },
                    ['arg1Default'] = 'Hare',
         },
                    ['arg2Type'] = 'Int32',
         ['spawnconst'] = {
                    ['arg2Name'] = 'count',
                     ['command'] = 'spawnconst',
                    ['arg2Optional'] = 'true',
                     ['parent'] = 'civics',
                    ['arg2Default'] = '1',
                     ['helpText'] = 'Spawn a blank constitution if it\'s missing.',
                    },
                     ['shortCut'] = '',
         ['SpawnBed'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'SpawnBed',
                     ['parameters'] = {
                    ['helpText'] = 'Spawn a bed and sleep in it.',
                            },
                    ['level'] = 'developer',
         },
                    ['commandIsMethod'] = 'true',
         ['spawncrafting'] = {
                    ['parameters'] = '0',
                     ['command'] = 'spawncrafting',
                    },
                     ['parent'] = 'craft',
         ['SpawnBuilding'] = {
                     ['command'] = 'SpawnBuilding',
                     ['helpText'] = 'Spawns a building by specifying which tier',
                     ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                     ['parameters'] = '6',
                     ['arg1Type'] = 'Int32',
                     ['arg1Name'] = 'type',
                    ['arg1Optional'] = 'true',
                    ['arg1Default'] = '1',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'x',
                    ['arg2Optional'] = 'true',
                    ['arg2Default'] = '4',
                    ['arg3Type'] = 'Int32',
                    ['arg3Name'] = 'y',
                    ['arg3Optional'] = 'true',
                    ['arg3Default'] = '4',
                    ['arg4Type'] = 'Int32',
                    ['arg4Name'] = 'z',
                    ['arg4Optional'] = 'true',
                    ['arg4Default'] = '4',
                    ['arg5Type'] = 'Int32',
                    ['arg5Name'] = 'roofType',
                    ['arg5Optional'] = 'true',
                    ['arg5Default'] = '1',
                    ['arg6Type'] = 'Boolean',
                    ['arg6Name'] = 'createWindows',
                    ['arg6Optional'] = 'true',
                    ['arg6Default'] = 'True',
                    },
         ['SpawnBuildingOfMaterial'] = {
                    ['command'] = 'SpawnBuildingOfMaterial',
                    ['helpText'] = 'Spawns a building by specifying the material to use',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '6',
                    ['arg1Type'] = 'String',
                    ['arg1Name'] = 'material',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'x',
                    ['arg2Optional'] = 'true',
                    ['arg2Default'] = '4',
                    ['arg3Type'] = 'Int32',
                    ['arg3Name'] = 'y',
                    ['arg3Optional'] = 'true',
                    ['arg3Default'] = '4',
                    ['arg4Type'] = 'Int32',
                    ['arg4Name'] = 'z',
                    ['arg4Optional'] = 'true',
                    ['arg4Default'] = '4',
                    ['arg5Type'] = 'Int32',
                    ['arg5Name'] = 'roofType',
                    ['arg5Optional'] = 'true',
                    ['arg5Default'] = '1',
                    ['arg6Type'] = 'Boolean',
                    ['arg6Name'] = 'createWindows',
                    ['arg6Optional'] = 'true',
                    ['arg6Default'] = 'True',
                    },
         ['SpawnContracts'] = {
                     ['command'] = 'SpawnContracts',
                    ['helpText'] = '3',
                    ['level'] = nil,
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                     },
        ['SpawnCrafting'] = {
                    ['command'] = 'SpawnCrafting',
                     ['helpText'] = 'Creates a craft setup where output from one thing is input to another.',
                     ['helpText'] = 'Creates a craft setup where output from one thing is input to another.',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'copies', 'Int32', '1'},
                    ['arg1Name'] = 'copies',
                            },
                    ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '1',
        ['spawncrater'] = {
                    },
                     ['command'] = 'spawncrater',
        ['SpawnCrater'] = {
                     ['parent'] = 'meteor',
                     ['command'] = 'SpawnCrater',
                     ['helpText'] = 'Create a crater at the current position.',
                     ['helpText'] = 'Create a crater at the current position.',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'Single',
                            ['Arg1'] = {'size', 'Single', '5'},
                    ['arg1Name'] = 'size',
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                    ['arg1Optional'] = 'true',
                            },
                    ['arg1Default'] = '5',
        },
                    ['arg2Type'] = 'Boolean',
         ['spawndems'] = {
                    ['arg2Name'] = 'addPollution',
                     ['command'] = 'spawndems',
                    ['arg2Optional'] = 'true',
                     ['parent'] = 'civics',
                    ['arg2Default'] = 'True',
                     ['helpText'] = 'Generate some demographics.',
                    },
                     ['shortCut'] = '',
         ['SpawnEconomy'] = {
                     ['level'] = 'Developer',
                     ['command'] = 'SpawnEconomy',
                     ['parameters'] = {
                     ['helpText'] = 'Spawns all the various parts of an economy.',
                            ['Arg1'] = {'count', 'Int32', '5'},
                     ['level'] = 'developer',
                            },
                     ['commandIsMethod'] = 'true',
        },
                     ['parameters'] = '2',
         ['spawnelection'] = {
                     ['arg1Type'] = 'Int32',
                     ['command'] = 'spawnelection',
                    ['arg1Name'] = 'ordersPerStore',
                     ['parent'] = 'civics',
                    ['arg1Optional'] = 'true',
                     ['helpText'] = 'Generate a test election.',
                    ['arg1Default'] = '20',
                     ['shortCut'] = '',
                    ['arg2Type'] = 'Int32',
                     ['level'] = 'Developer',
                    ['arg2Name'] = 'stores',
                     ['parameters'] = {
                    ['arg2Optional'] = 'true',
                            ['Arg1'] = {'forceFinish', 'Boolean', 'False'},
                    ['arg2Default'] = '5',
                            },
                    },
        },
         ['SpawnFullStockpile'] = {
         ['spawngov'] = {
                     ['command'] = 'SpawnFullStockpile',
                     ['command'] = 'spawngov',
                     ['helpText'] = 'Generate a full stockpile',
                     ['parent'] = 'civics',
                     ['level'] = 'developer',
                     ['helpText'] = 'Create all the government objects in their needed buildings near you, ratify the constitution, and add at least one of each civics object to their tables.  Pass \'fales\' to make the constitution not require elections to make changes.',
                     ['commandIsMethod'] = 'true',
                     ['shortCut'] = '',
                     ['parameters'] = '0',
                     ['level'] = 'Developer',
                     },
                     ['parameters'] = {
        ['SpawnLasers'] = {
                            ['Arg1'] = {'requireElections', 'Boolean', 'False'},
                    ['command'] = 'SpawnLasers',
                            },
                    ['helpText'] = 'Spawns the end-game lasers and power supplies, and drops their power needs.',
        },
                    ['level'] = 'developer',
        ['spawnlaws'] = {
                    ['commandIsMethod'] = 'true',
                     ['command'] = 'spawnlaws',
                    ['parameters'] = '0',
                     ['parent'] = 'civics',
                    },
                     ['helpText'] = 'Generate some test laws.',
         ['SpawnMeteor'] = {
                     ['shortCut'] = '',
                     ['command'] = 'SpawnMeteor',
                     ['level'] = 'Developer',
                     ['helpText'] = 'Spawns a meteor into orbit, regardless of current disaster settings.',
                     ['parameters'] = {
                     ['level'] = 'developer',
                            ['Arg1'] = {'count', 'Int32', '5'},
                     ['commandIsMethod'] = 'true',
                            },
                     ['parameters'] = '0',
        },
                     },
        ['spawnplant'] = {
        ['SpawnObjects'] = {
                     ['command'] = 'spawnplant',
                    ['command'] = 'SpawnObjects',
                     ['parent'] = 'sim',
                    ['helpText'] = 'Spawn all of the objects containing a string in its name. If they have text, add that too, can optionally set the string range.',
                    ['level'] = 'developer',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] = '3',
                     ['arg1Type'] = 'String',
                     ['arg1Name'] = 'objectstring',
                     ['arg1Optional'] = 'false',
                     ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'textLengthMin',
                    ['arg2Optional'] = 'true',
                    ['arg2Default'] = '3',
                    ['arg3Type'] = 'Int32',
                    ['arg3Name'] = 'textLengthMax',
                    ['arg3Optional'] = 'true',
                     ['arg3Default'] = '40',
                    },
        ['SpawnPlant'] = {
                     ['command'] = 'SpawnPlant',
                     ['helpText'] = 'Spawns a plant or plants in a row with increasing ages',
                     ['helpText'] = 'Spawns a plant or plants in a row with increasing ages',
                     ['level'] = 'admin',
                     ['shortCut'] = 'plant',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'speciesName', 'String', 'Birch'},
                    ['arg1Name'] = 'speciesName',
                            ['Arg2'] = {'count', 'Int32', '1'},
                    ['arg1Optional'] = 'true',
                            },
                    ['arg1Default'] = 'Birch',
        },
                    ['arg2Type'] = 'Int32',
         ['spawnrubble'] = {
                    ['arg2Name'] = 'count',
                     ['command'] = 'spawnrubble',
                    ['arg2Optional'] = 'true',
                     ['parent'] = 'land',
                    ['arg2Default'] = '1',
                    },
         ['SpawnRoad'] = {
                     ['command'] = 'SpawnRoad',
                    ['helpText'] = 'Spawns a road',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '4',
                    ['arg1Type'] = 'Int32',
                    ['arg1Name'] = 'length',
                    ['arg1Optional'] = 'true',
                    ['arg1Default'] = '25',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'width',
                    ['arg2Optional'] = 'true',
                    ['arg2Default'] = '4',
                    ['arg3Type'] = 'Int32',
                    ['arg3Name'] = 'buildTypeVal',
                    ['arg3Optional'] = 'true',
                    ['arg3Default'] = '0',
                    ['arg4Type'] = 'Int32',
                    ['arg4Name'] = 'bottomType',
                    ['arg4Optional'] = 'true',
                    ['arg4Default'] = '2',
                    },
        ['SpawnRubble'] = {
                     ['command'] = 'SpawnRubble',
                     ['helpText'] = 'Rains rubble around the player.',
                     ['helpText'] = 'Rains rubble around the player.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '2',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                     ['arg1Name'] = 'blockTypeName',
                            ['Arg2'] = {'rubble', 'Int32', '32'},
                     ['arg1Optional'] = 'true',
                            },
                     ['arg1Default'] = 'Granite',
        },
                     ['arg2Type'] = 'Int32',
        ['spawnzoningoffice'] = {
                     ['arg2Name'] = 'rubble',
                     ['command'] = 'spawnzoningoffice',
                     ['arg2Optional'] = 'true',
                     ['parent'] = 'civics',
                    ['arg2Default'] = '32',
                     ['helpText'] = 'Spawn a zoning office, passing the number of maps and districts in each. Defaults to a lot (3 maps with 100 districts each).',
                    },
                     ['shortCut'] = '',
         ['SpawnSewage'] = {
                     ['level'] = 'Developer',
                     ['command'] = 'SpawnSewage',
                     ['parameters'] = {
                     ['helpText'] = 'Spawn a village that will have a sewage network.',
                            ['Arg1'] = {'maps', 'Int32', '3'},
                     ['level'] = 'developer',
                            ['Arg2'] = {'districtCount', 'Int32', '100'},
                     ['commandIsMethod'] = 'true',
                            },
                     ['parameters'] = '0',
        },
                    },
         ['steamsale'] = {
         ['SpawnStockpile'] = {
                     ['command'] = 'steamsale',
                     ['command'] = 'SpawnStockpile',
                    ['parent'] = 'money',
                     ['helpText'] = 'Give every player an amount of money',
                     ['shortCut'] = 'gabe',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'amount', 'Single', '1000'},
                            },
        },
         ['stockpile'] = {
                     ['command'] = 'stockpile',
                    ['parent'] = 'build',
                     ['helpText'] = 'Spawns a stockpile containing stacks of the listed items.',
                     ['helpText'] = 'Spawns a stockpile containing stacks of the listed items.',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '5',
                     ['parameters'] = {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'item1', 'String', 'LogItem'},
                     ['arg1Name'] = 'item1',
                            ['Arg2'] = {'item2', 'String', ''},
                     ['arg1Optional'] = 'true',
                            ['Arg3'] = {'item3', 'String', ''},
                     ['arg1Default'] = 'LogItem',
                            ['Arg4'] = {'item4', 'String', ''},
                     ['arg2Type'] = 'String',
                            ['Arg5'] = {'item5', 'String', ''},
                     ['arg2Name'] = 'item2',
                            },
                     ['arg2Optional'] = 'true',
        },
                     ['arg3Type'] = 'String',
        ['storages'] = {
                     ['arg3Name'] = 'item3',
                     ['command'] = 'storages',
                     ['arg3Optional'] = 'true',
                     ['parent'] = 'preset',
                     ['arg4Type'] = 'String',
                     ['helpText'] = 'Spawns Storage items',
                     ['arg4Name'] = 'item4',
                     ['shortCut'] = '',
                     ['arg4Optional'] = 'true',
                     ['level'] = 'Developer',
                     ['arg5Type'] = 'String',
                     ['parameters'] = {
                     ['arg5Name'] = 'item5',
                            ['Arg1'] = {'sType', 'Int32', '0'},
                     ['arg5Optional'] = 'true',
                            },
                     },
        },
         ['SpawnTable'] = {
        ['store'] = {
                     ['command'] = 'SpawnTable',
                     ['command'] = 'store',
                     ['helpText'] = 'Spawn a crafting table of the given name and make it operate.',
                     ['parent'] = 'build',
                     ['level'] = 'developer',
                     ['helpText'] = 'Spawns a store with storages and random trade offers.',
                     ['commandIsMethod'] = 'true',
                     ['shortCut'] = '',
                     ['parameters'] = '1',
                     ['level'] = 'Admin',
                     ['arg1Type'] = 'String',
                     ['parameters'] = {
                     ['arg1Name'] = 'name',
                            ['Arg1'] = {'offers', 'Int32', '6'},
                     ['arg1Optional'] = 'false',
                            },
                     },
        },
         ['SpawnTech'] = {
        ['talentdetails'] = {
                     ['command'] = 'SpawnTech',
                     ['command'] = 'talentdetails',
                     ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all discovered Talents',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            },
        },
         ['targetowner'] = {
                     ['command'] = 'targetowner',
                    ['parent'] = 'property',
                     ['helpText'] = 'Change owner of current target',
                    ['shortCut'] = 'ownit',
                     ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'newOwner', 'User', ''},
                            },
        },
        ['targetto'] = {
                    ['command'] = 'targetto',
                    ['parent'] = 'teleport',
                     ['helpText'] = 'Teleports otherPlayer to an xyz coordinate',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                            },
        },
        ['task'] = {
                    ['command'] = 'task',
                    ['parent'] = 'tutorials',
                    ['helpText'] = 'Starts specific tutorial task by name.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'taskName', 'String'},
                            },
        },
        ['tax'] = {
                    ['command'] = 'tax',
                    ['parent'] = 'money',
                     ['helpText'] = 'Tax all accounts in all currencies a specified amount of money, into the treasury by default or a specified account.',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Single', '1000'},
                            ['Arg2'] = {'accountID', 'Int32', '0'},
                            },
        },
         ['tech'] = {
                     ['command'] = 'tech',
                    ['parent'] = 'build',
                     ['helpText'] = 'Spawns some things (objects, blocks, etc) at a certain tech tier',
                     ['helpText'] = 'Spawns some things (objects, blocks, etc) at a certain tech tier',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'tier', 'Int32', '1'},
                    ['arg1Name'] = 'tier',
                            },
                    ['arg1Optional'] = 'true',
         },
                    ['arg1Default'] = '1',
         ['techtree'] = {
                    },
                     ['command'] = 'techtree',
         ['SpawnTitles'] = {
                     ['parent'] = 'build',
                    ['command'] = 'SpawnTitles',
                     ['helpText'] = 'Builds every WorldObject in an appropriate building and fills it with fuel',
                    ['helpText'] = 'Create a bunch of titles for testing.',
                     ['shortCut'] = '',
                    ['level'] = 'developer',
                     ['level'] = 'Developer',
                    ['commandIsMethod'] = 'true',
                     ['parameters'] = {
                    ['parameters'] = '1',
                            },
                    ['arg1Type'] = 'Int32',
         },
                    ['arg1Name'] = 'number',
         ['techtreesimulation'] = {
                    ['arg1Optional'] = 'true',
                     ['command'] = 'techtreesimulation',
                    ['arg1Default'] = '5',
                     ['parent'] = 'craft',
                    },
         ['SpawnToll'] = {
                     ['command'] = 'SpawnToll',
                    ['helpText'] = 'Create a test toll object triggering some basic stuff.',
                    ['level'] = 'developer',
                     ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['SpawnVillage'] = {
                    ['command'] = 'SpawnVillage',
                     ['helpText'] = 'Spawns a village',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '2',
                     ['arg1Type'] = 'Int32',
                    ['arg1Name'] = 'type',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'count',
                    ['arg2Optional'] = 'false',
                    },
        ['SpawnWorldObjects'] = {
                    ['command'] = 'SpawnWorldObjects',
                    ['helpText'] = 'Spawns a large number of worldobjects of the given name.',
                     ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                     ['parameters'] = '2',
                    ['arg1Type'] = 'String',
                    ['arg1Name'] = 'worldObjectItemName',
                    ['arg1Optional'] = 'true',
                    ['arg1Default'] = 'WorkbenchItem',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'count',
                    ['arg2Optional'] = 'true',
                    ['arg2Default'] = '10',
                    },
        ['StartTest'] = {
                    ['command'] = 'StartTest',
                    ['helpText'] = 'Run a test with logging active.',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '1',
                    ['arg1Type'] = 'String',
                    ['arg1Name'] = 'testname',
                    ['arg1Optional'] = 'false',
                    },
         ['SteamSale'] = {
                    ['command'] = 'SteamSale',
                    ['helpText'] = 'Give every player an amount of money',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '1',
                    ['arg1Type'] = 'Single',
                    ['arg1Name'] = 'amount',
                    ['arg1Optional'] = 'true',
                    ['arg1Default'] = '1000',
                    },
         ['Tax'] = {
                     ['command'] = 'Tax',
                    ['helpText'] = 'Tax all accounts in all currencies a specified amount of money, into the treasury by default or a specified account.',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '2',
                    ['arg1Type'] = 'Single',
                    ['arg1Name'] = 'amount',
                    ['arg1Optional'] = 'true',
                    ['arg1Default'] = '1000',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'accountID',
                    ['arg2Optional'] = 'true',
                     ['arg2Default'] = '0',
                    },
        ['TechTreeSimulation'] = {
                    ['command'] = 'TechTreeSimulation',
                     ['helpText'] = 'Simulates the tech tree',
                     ['helpText'] = 'Simulates the tech tree',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['Teleport'] = {
         },
                    ['command'] = 'Teleport',
         ['test'] = {
                    ['helpText'] = 'Teleport to an xyz coordinate',
                     ['command'] = 'test',
                    ['level'] = 'admin',
                     ['parent'] = 'rooms',
                    ['commandIsMethod'] = 'true',
                     ['helpText'] = 'Check the current surroundings to see if it\'s a room, and if not explain why not.',
                    ['parameters'] = '2',
                     ['shortCut'] = '',
                    ['arg1Type'] = 'Int32',
                     ['level'] = 'User',
                    ['arg1Name'] = 'x',
                     ['parameters'] = {
                    ['arg1Optional'] = 'true',
                            },
                    ['arg1Default'] = '-1',
         },
                    ['arg2Type'] = 'Int32',
         ['testbows'] = {
                    ['arg2Name'] = 'z',
                     ['command'] = 'testbows',
                    ['arg2Optional'] = 'true',
                     ['parent'] = 'qa',
                    ['arg2Default'] = '-1',
                    },
         ['TeleportPlayer'] = {
                     ['command'] = 'TeleportPlayer',
                     ['helpText'] = 'Teleport to a player',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '1',
                    ['arg1Type'] = 'User',
                    ['arg1Name'] = 'otherPlayer',
                    ['arg1Optional'] = 'false',
                    },
        ['TeleportTarget'] = {
                    ['command'] = 'TeleportTarget',
                     ['helpText'] = 'Teleports otherPlayer to an xyz coordinate',
                    ['level'] = 'developer',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] = '4',
                    ['arg1Type'] = 'User',
                     ['arg1Name'] = 'otherPlayer',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'x',
                    ['arg2Optional'] = 'true',
                    ['arg2Default'] = '-1',
                    ['arg3Type'] = 'Int32',
                    ['arg3Name'] = 'y',
                    ['arg3Optional'] = 'true',
                    ['arg3Default'] = '-1',
                    ['arg4Type'] = 'Int32',
                    ['arg4Name'] = 'z',
                    ['arg4Optional'] = 'true',
                    ['arg4Default'] = '-1',
                    },
        ['TeleportTargetPlayer'] = {
                    ['command'] = 'TeleportTargetPlayer',
                    ['helpText'] = 'Teleports player A to player B',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '2',
                    ['arg1Type'] = 'User',
                    ['arg1Name'] = 'targetA',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'User',
                    ['arg2Name'] = 'targetB',
                    ['arg2Optional'] = 'false',
                    },
         ['TestAllRecipes'] = {
                    ['command'] = 'TestAllRecipes',
                    ['helpText'] = 'Attempts to craft all of the craftable items',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
         ['TestAxesAndChainsaw'] = {
                     ['command'] = 'TestAxesAndChainsaw',
                    ['helpText'] = 'Test cutting trees with axe and chainsaw.',
                     ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['TestBows'] = {
                    ['command'] = 'TestBows',
                     ['helpText'] = 'Test bow and arrows.',
                     ['helpText'] = 'Test bow and arrows.',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                    ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                    ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
        ['TestContracts'] = {
         },
                    ['command'] = 'TestContracts',
         ['testexchange'] = {
                    ['helpText'] = '3',
                     ['command'] = 'testexchange',
                     ['level'] = nil,
                     ['parent'] = 'money',
                    ['commandIsMethod'] = 'true',
                     ['parameters'] = '1',
                    ['arg1Type'] = 'String',
                    ['arg1Name'] = 'contractClause',
                    ['arg1Optional'] = 'true',
                    },
        ['TestCranes'] = {
                    ['command'] = 'TestCranes',
                    ['helpText'] = 'Setup a test environment for cranes.',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
         ['TestDistributionStation'] = {
                    ['command'] = 'TestDistributionStation',
                    ['helpText'] = 'Creates and applys a Distribution Station.',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
         ['TestElevator'] = {
                     ['command'] = 'TestElevator',
                     ['helpText'] = 'Setup an elevator for testing',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['TestExchange'] = {
                    ['command'] = 'TestExchange',
                     ['helpText'] = 'Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.',
                     ['helpText'] = 'Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.',
                     ['level'] = 'developer',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Developer',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['TestGiveAllItems'] = {
         },
                    ['command'] = 'TestGiveAllItems',
         ['testgameactions'] = {
                    ['helpText'] = 'Attempts to give the user all of the items, then remove them',
                     ['command'] = 'testgameactions',
                    ['level'] = 'developer',
                     ['parent'] = 'civics',
                    ['commandIsMethod'] = 'true',
                     ['helpText'] = 'Tests all the actions in the game by making laws for them and performing them.',
                    ['parameters'] = '0',
                     ['shortCut'] = '',
                    },
                     ['level'] = 'Developer',
         ['TestHammers'] = {
                     ['parameters'] = {
                     ['command'] = 'TestHammers',
                            },
                    ['helpText'] = 'Run a series of chat commands to test the game.',
         },
                    ['level'] = 'developer',
         ['testtreasury'] = {
                     ['commandIsMethod'] = 'true',
                     ['command'] = 'testtreasury',
                    ['parameters'] = '0',
                     ['parent'] = 'civics',
                    },
                     ['helpText'] = 'Spawns a test treasury, grants related privileges to the user, opens UI, allocates taxes.',
        ['TestInteractAir'] = {
                     ['shortCut'] = '',
                    ['command'] = 'TestInteractAir',
                     ['level'] = 'Developer',
                     ['helpText'] = 'Attempts to give the user all items and interact with them',
                     ['parameters'] = {
                     ['level'] = 'developer',
                            },
                     ['commandIsMethod'] = 'true',
         },
                     ['parameters'] = '0',
         ['thirdperson'] = {
                    },
                     ['command'] = 'thirdperson',
         ['TestInteractObjects'] = {
                     ['parent'] = 'avatar',
                    ['command'] = 'TestInteractObjects',
                    ['helpText'] = 'Attempts to interact with all objects in the world',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
         ['TestPickupBlock'] = {
                     ['command'] = 'TestPickupBlock',
                    ['helpText'] = 'Attempts picking up all world block objects in the world',
                     ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['TestPipes'] = {
                    ['command'] = 'TestPipes',
                     ['helpText'] = 'Spawns a setup for testing pipes.',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['TestPlaceAllWorldBlocks'] = {
                    ['command'] = 'TestPlaceAllWorldBlocks',
                    ['helpText'] = 'Attempts placing all world block objects in the world',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['TestPlaceGarbage'] = {
                    ['command'] = 'TestPlaceGarbage',
                    ['helpText'] = 'Attempt to place a bunch of garbage bags in the world.',
                     ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['TestPlaceObjects'] = {
                    ['command'] = 'TestPlaceObjects',
                    ['helpText'] = 'Attempts placing all objects in the world twice',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['TestPropertyClaimTool'] = {
                    ['command'] = 'TestPropertyClaimTool',
                    ['helpText'] = 'Test claiming and unclaiming property.',
                     ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                     ['parameters'] = '0',
                    },
        ['TestRoom'] = {
                    ['command'] = 'TestRoom',
                    ['helpText'] = 'Check the current surroundings to see if it\'s a room, and if not explain why not.',
                    ['level'] = 'user',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
         ['TestSewage'] = {
                    ['command'] = 'TestSewage',
                    ['helpText'] = 'Spawns a setup for testing pipes.',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
         ['TestTreasury'] = {
                     ['command'] = 'TestTreasury',
                     ['helpText'] = 'Spawns a test treasury, makes the user the leader, opens UI, allocates taxes.',
                    ['level'] = 'developer',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '0',
                    },
        ['ThirdPerson'] = {
                    ['command'] = 'ThirdPerson',
                     ['helpText'] = 'Toggles Third Person Camera',
                     ['helpText'] = 'Toggles Third Person Camera',
                     ['level'] = 'user',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['Time'] = {
         },
                    ['command'] = 'Time',
         ['ticknow'] = {
                    ['helpText'] = 'Set time to the specified hour',
                     ['command'] = 'ticknow',
                    ['level'] = 'developer',
                     ['parent'] = 'civics',
                    ['commandIsMethod'] = 'true',
                     ['helpText'] = 'Force a tick on the civics system to happen immediately.',
                    ['parameters'] = '1',
                     ['shortCut'] = '',
                    ['arg1Type'] = 'Single',
                     ['level'] = 'Admin',
                    ['arg1Name'] = 'hour',
                     ['parameters'] = {
                    ['arg1Optional'] = 'false',
                            },
                    },
         },
         ['TitleAdd'] = {
         ['todark'] = {
                     ['command'] = 'TitleAdd',
                     ['command'] = 'todark',
                    ['helpText'] = 'Creates a new title.',
                     ['parent'] = 'teleport',
                    ['level'] = 'admin',
                     ['helpText'] = 'Teleport to the opposite side of the World',
                    ['commandIsMethod'] = 'true',
                     ['shortCut'] = '',
                    ['parameters'] = '3',
                     ['level'] = 'Admin',
                    ['arg1Type'] = 'String',
                     ['parameters'] = {
                    ['arg1Name'] = 'name',
                            },
                    ['arg1Optional'] = 'false',
         },
                    ['arg2Type'] = 'Int32',
         ['toggle'] = {
                    ['arg2Name'] = 'maxOccupants',
                     ['command'] = 'toggle',
                    ['arg2Optional'] = 'true',
                     ['parent'] = 'qa',
                    ['arg2Default'] = '1',
                    ['arg3Type'] = 'Boolean',
                    ['arg3Name'] = 'elected',
                     ['arg3Optional'] = 'true',
                    ['arg3Default'] = 'True',
                    },
        ['TitleAssign'] = {
                    ['command'] = 'TitleAssign',
                     ['helpText'] = 'Assigns a given user to a given title, assigning to yourself if none is specified.',
                     ['level'] = 'admin',
                     ['commandIsMethod'] = 'true',
                     ['parameters'] = '2',
                    ['arg1Type'] = 'Title',
                    ['arg1Name'] = 'title',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'User',
                    ['arg2Name'] = 'assignTo',
                    ['arg2Optional'] = 'true',
                    },
         ['TitleClear'] = {
                    ['command'] = 'TitleClear',
                    ['helpText'] = 'Clears all occupants from a title.',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '1',
                    ['arg1Type'] = 'Title',
                    ['arg1Name'] = 'title',
                    ['arg1Optional'] = 'false',
                    },
         ['TitleDelete'] = {
                     ['command'] = 'TitleDelete',
                    ['helpText'] = 'Permanently deletes a title.',
                     ['level'] = 'admin',
                     ['commandIsMethod'] = 'true',
                    ['parameters'] = '1',
                    ['arg1Type'] = 'Title',
                    ['arg1Name'] = 'title',
                     ['arg1Optional'] = 'false',
                    },
        ['TitleList'] = {
                    ['command'] = 'TitleList',
                    ['helpText'] = 'Lists all existing titles and info about them.',
                     ['level'] = 'user',
                    ['commandIsMethod'] = 'true',
                     ['parameters'] = '0',
                    },
        ['TitleRename'] = {
                    ['command'] = 'TitleRename',
                    ['helpText'] = 'Rename a new title.',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '2',
                    ['arg1Type'] = 'Title',
                    ['arg1Name'] = 'title',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'String',
                    ['arg2Name'] = 'newName',
                    ['arg2Optional'] = 'false',
                    },
         ['TitleSet'] = {
                    ['command'] = 'TitleSet',
                    ['helpText'] = 'Set values for a title.',
                    ['level'] = 'admin',
                    ['commandIsMethod'] = 'true',
                    ['parameters'] = '3',
                    ['arg1Type'] = 'Title',
                    ['arg1Name'] = 'title',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'Int32',
                    ['arg2Name'] = 'maxOccupants',
                    ['arg2Optional'] = 'false',
                    ['arg3Type'] = 'Boolean',
                    ['arg3Name'] = 'elected',
                    ['arg3Optional'] = 'false',
                    },
         ['TitleUnassign'] = {
                     ['command'] = 'TitleUnassign',
                    ['helpText'] = 'Removes a given user from a given title, removing from yourself if none is specified.',
                    ['level'] = 'admin',
                     ['commandIsMethod'] = 'true',
                    ['parameters'] = '2',
                    ['arg1Type'] = 'Title',
                    ['arg1Name'] = 'title',
                    ['arg1Optional'] = 'false',
                    ['arg2Type'] = 'User',
                    ['arg2Name'] = 'unassignUser',
                    ['arg2Optional'] = 'true',
                    },
        ['Toggle'] = {
                    ['command'] = 'Toggle',
                     ['helpText'] = 'Toggles the show state of a UI, by UI prefab name',
                     ['helpText'] = 'Toggles the show state of a UI, by UI prefab name',
                     ['level'] = 'developer',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                    ['level'] = 'Developer',
                     ['parameters'] = '1',
                    ['parameters'] =  {
                     ['arg1Type'] = 'String',
                            ['Arg1'] = {'uiName', 'String'},
                     ['arg1Name'] = 'uiName',
                            },
                     ['arg1Optional'] = 'false',
        },
                     },
        ['tolltrigger'] = {
         ['Trample'] = {
                    ['command'] = 'tolltrigger',
                     ['command'] = 'Trample',
                    ['parent'] = 'build',
                    ['helpText'] = 'Create a test toll object triggering some basic stuff.',
                    ['shortCut'] = '',
                     ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['tools'] = {
                    ['command'] = 'tools',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Tools items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['toplayer'] = {
                     ['command'] = 'toplayer',
                    ['parent'] = 'teleport',
                    ['helpText'] = 'Teleport to a citizen.',
                    ['shortCut'] = 'tpto',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            },
        },
        ['toworldposition'] = {
                    ['command'] = 'toworldposition',
                    ['parent'] = 'teleport',
                     ['helpText'] = 'Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.',
                     ['shortCut'] = 'tp',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '-1'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                            },
        },
         ['trample'] = {
                     ['command'] = 'trample',
                    ['parent'] = 'sim',
                     ['helpText'] = 'Tramples the surrounding ground',
                     ['helpText'] = 'Tramples the surrounding ground',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['TrashCity'] = {
        },
                     ['command'] = 'TrashCity',
         ['trashcity'] = {
                     ['helpText'] = 'Just incase you like living in TRASH CITY',
                     ['command'] = 'trashcity',
                     ['level'] = 'admin',
                    ['parent'] = 'pollute',
                     ['commandIsMethod'] = 'true',
                     ['helpText'] = 'Just in case you like living in TRASH CITY',
                     ['parameters'] = '0',
                    ['shortCut'] = '',
                     },
                     ['level'] = 'Admin',
         ['Unclaim'] = {
                    ['parameters'] =  {
                     ['command'] = 'Unclaim',
                            },
        },
        ['treedetails'] = {
                    ['command'] = 'treedetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all Tree conditions',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['unassign'] = {
                    ['command'] = 'unassign',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Removes a given user from a given title, removing from yourself if none is specified.',
                    ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                            },
        },
        ['unban'] = {
                    ['command'] = 'unban',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Bans user by account id, steamid, slgid, or username',
                    ['shortCut'] = 'unban',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'banUserIDOrName', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
         ['unclaim'] = {
                     ['command'] = 'unclaim',
                    ['parent'] = 'property',
                     ['helpText'] = 'Unclaim the plot you\'re standing on',
                     ['helpText'] = 'Unclaim the plot you\'re standing on',
                     ['level'] = 'admin',
                     ['shortCut'] = 'unclaim',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['UnclaimAbandoned'] = {
        },
                     ['command'] = 'UnclaimAbandoned',
         ['unclaimabandoned'] = {
                     ['command'] = 'unclaimabandoned',
                    ['parent'] = 'property',
                     ['helpText'] = 'Unclaim plots across the world where the owner hasn\'t logged in for X days',
                     ['helpText'] = 'Unclaim plots across the world where the owner hasn\'t logged in for X days',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] =  {
                     ['arg1Type'] = 'Single',
                            ['Arg1'] = {'days', 'Single'},
                     ['arg1Name'] = 'days',
                            },
                     ['arg1Optional'] = 'false',
        },
                     },
        ['unpollute'] = {
         ['Unstuck'] = {
                    ['command'] = 'unpollute',
                     ['command'] = 'Unstuck',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Attempts to unstick your avatar',
                     ['helpText'] = 'Unpollute an area. Remove dead plants and replace dirt on grass blocks.',
                     ['level'] = 'user',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '0',
                     ['parameters'] =  {
                     },
                            ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
         ['UserActivity'] = {
                            ['Arg2'] = {'radius', 'Int32', '20'},
                     ['command'] = 'UserActivity',
                            },
        },
         ['unstuck'] = {
                     ['command'] = 'unstuck',
                    ['parent'] = 'util',
                     ['helpText'] = 'Attempts to unstuck your avatar',
                    ['shortCut'] = 'unstuck',
                     ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['unstuckvehicle'] = {
                    ['command'] = 'unstuckvehicle',
                    ['parent'] = 'util',
                    ['helpText'] = 'Attempts to unstuck vehicle in target',
                    ['shortCut'] = 'freecar',
                     ['level'] = 'User',
                     ['parameters'] = {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['updatedems'] = {
                     ['command'] = 'updatedems',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Force demographics to update immediately.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
         ['useractivity'] = {
                     ['command'] = 'useractivity',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Displays a list of users and when they last logged in.',
                     ['helpText'] = 'Displays a list of users and when they last logged in.',
                     ['level'] = 'user',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                    ['parameters'] =  {
                    },
                            },
         ['Vomit'] = {
        },
                     ['command'] = 'Vomit',
        ['vehicles'] = {
                     ['helpText'] = 'Empties your stomach',
                    ['command'] = 'vehicles',
                     ['level'] = 'admin',
                    ['parent'] = 'preset',
                     ['commandIsMethod'] = 'true',
                    ['helpText'] = 'Spawns vehicle items',
                     ['parameters'] = '0',
                     ['shortCut'] = '',
                    },
                    ['level'] = 'Developer',
         ['WarnUser'] = {
                     ['parameters'] = {
                     ['command'] = 'WarnUser',
                            ['Arg1'] = {'sType', 'Int32', '0'},
                     ['helpText'] = 'Sends a warning to a player',
                            },
                     ['level'] = 'admin',
        },
                     ['commandIsMethod'] = 'true',
         ['village'] = {
                     ['parameters'] = '2',
                     ['command'] = 'village',
                    ['arg1Type'] = 'User',
                    ['parent'] = 'build',
                     ['arg1Name'] = 'warnUser',
                     ['helpText'] = 'Spawns a village',
                     ['arg1Optional'] = 'false',
                     ['shortCut'] = '',
                     ['arg2Type'] = 'String',
                     ['level'] = 'Admin',
                     ['arg2Name'] = 'warning',
                     ['parameters'] = {
                     ['arg2Optional'] = 'true',
                            ['Arg1'] = {'type', 'Int32'},
                     ['arg2Default'] = '',
                            ['Arg2'] = {'count', 'Int32'},
                    },
                            },
         ['WhatAmI'] = {
        },
                     ['command'] = 'WhatAmI',
         ['vote'] = {
                     ['command'] = 'vote',
                    ['parent'] = 'civics',
                     ['helpText'] = 'Vote in the given election for the given candidate.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] = {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                            },
        },
        ['warnuser'] = {
                     ['command'] = 'warnuser',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Sends a warning to a citizen',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                            ['Arg1'] = {'warnUser', 'User'},
                            ['Arg2'] = {'warning', 'String', ''},
                            },
        },
         ['whatami'] = {
                     ['command'] = 'whatami',
                    ['parent'] = 'manage',
                     ['helpText'] = 'View your current skill title',
                     ['helpText'] = 'View your current skill title',
                     ['level'] = 'user',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['Whitelist'] = {
        },
                     ['command'] = 'Whitelist',
         ['whitelist'] = {
                     ['command'] = 'whitelist',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Adds user to the whitelist by account id, steamid, slgid, or username',
                     ['helpText'] = 'Adds user to the whitelist by account id, steamid, slgid, or username',
                     ['level'] = 'admin',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] = {
                    ['arg1Type'] = 'String',
                            ['Arg1'] = {'whitelistIdOrName', 'String'},
                    ['arg1Name'] = 'whitelistIdOrName',
                            },
                     ['arg1Optional'] = 'false',
        },
                    },
        ['whoami'] = {
        ['WhoAmI'] = {
                     ['command'] = 'whoami',
                     ['command'] = 'WhoAmI',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Shows your user ID',
                     ['helpText'] = 'Shows your user ID',
                     ['level'] = 'user',
                     ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'User',
                     ['parameters'] = '0',
                     ['parameters'] = {
                    },
                            },
         ['WhoIs'] = {
        },
                     ['command'] = 'WhoIs',
         ['whois'] = {
                     ['command'] = 'whois',
                    ['parent'] = 'manage',
                     ['helpText'] = 'Shows the user ID of the requested user.',
                     ['helpText'] = 'Shows the user ID of the requested user.',
                     ['level'] = 'admin',
                    ['shortCut'] = '',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                     ['parameters'] =  {
                     ['arg1Type'] = 'User',
                            ['Arg1'] = {'otherUser', 'User'},
                     ['arg1Name'] = 'otherUser',
                            },
                     ['arg1Optional'] = 'false',
        },
                     },
        ['winelection'] = {
         ['Work'] = {
                     ['command'] = 'winelection',
                     ['command'] = 'Work',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                            },
        },
         ['work'] = {
                     ['command'] = 'work',
                    ['parent'] = 'food',
                     ['helpText'] = 'Spends calories',
                     ['helpText'] = 'Spends calories',
                     ['level'] = 'admin',
                    ['shortCut'] = 'work',
                     ['commandIsMethod'] = 'true',
                     ['level'] = 'Admin',
                     ['parameters'] = '1',
                    ['parameters'] =  {
                     ['arg1Type'] = 'Int32',
                            ['Arg1'] = {'useCalories', 'Int32', '100000'},
                     ['arg1Name'] = 'useCalories',
                            },
                     ['arg1Optional'] = 'true',
        },
                     ['arg1Default'] = '100000',
        ['worldobjects'] = {
                     },
                    ['command'] = 'worldobjects',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a large number of WorldObjects of the given name.',
                     ['shortCut'] = '',
                    ['level'] = 'Developer',
                     ['parameters'] = {
                            ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            },
        },
        ['yawn'] = {
                    ['command'] = 'yawn',
                     ['parent'] = 'emote',
                    ['helpText'] = 'Yawn',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['zeropoint'] = {
                    ['command'] = 'zeropoint',
                    ['parent'] = 'test',
                     ['helpText'] = 'Build Zero Point place and teleport to it',
                     ['shortCut'] = '',
                     ['level'] = 'Developer',
                     ['parameters'] =  {
                            ['Arg1'] = {'sizeX', 'Int32'},
                            ['Arg2'] = {'sizeZ', 'Int32'},
                            },
        },
     },
     },
}
}

Revision as of 19:19, 14 August 2020

Documentation

DO NOT manually edit this page!

This module is a data file that is used to automate information throughout the Eco Wiki using various Lua Modules. If you would like to see more information generated on a data page request it on the Eco Contribution Wiki Discord server.


The Module:Skills is currently used in:


-- Eco Version : 0.9.0.0 beta staging-1722

return {
    commands = {
        ['accounts'] = {
                    ['command'] = 'accounts',
                    ['parent'] = 'money',
                    ['helpText'] = 'Display all bank accounts in the game.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['add'] = {
                    ['command'] = 'add',
                    ['parent'] = 'objects',
                    ['helpText'] = 'Add an object of the give type.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            },
        },
        ['addaccountmanager'] = {
                    ['command'] = 'addaccountmanager',
                    ['parent'] = 'money',
                    ['helpText'] = 'Adds user as manager to bank account with ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['addaccountuser'] = {
                    ['command'] = 'addaccountuser',
                    ['parent'] = 'money',
                    ['helpText'] = 'Adds user to bank account with ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['addatm'] = {
                    ['command'] = 'addatm',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Add atmosphere',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['addcandidates'] = {
                    ['command'] = 'addcandidates',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Add a bunch of candidates to specfied election (or first election found if none specified).',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['addhours'] = {
                    ['command'] = 'addhours',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Adds meteor impact hours',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hours', 'Single'},
                            },
        },
        ['addvotes'] = {
                    ['command'] = 'addvotes',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Add a bunch of test votes to a specified election, or first election found.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            ['Arg3'] = {'forceYesVote', 'Boolean', 'False'},
                            },
        },
        ['admin'] = {
                    ['command'] = 'admin',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Adds user as an Admin by account id, steamid, slgid, or username',
                    ['shortCut'] = 'admin',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'adminIdOrName', 'String'},
                            },
        },
        ['air'] = {
                    ['command'] = 'air',
                    ['parent'] = 'pollute',
                    ['helpText'] = 'Creates X tons of air pollution',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'tons', 'Single'},
                            },
        },
        ['airpollutiongenerators'] = {
                    ['command'] = 'airpollutiongenerators',
                    ['parent'] = 'pollute',
                    ['helpText'] = 'Creates AIR POLLUTION MACHINES OF DOOM',
                    ['shortCut'] = 'apgen',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['alert'] = {
                    ['command'] = 'alert',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Sends an alert to everybody',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'alert', 'String', ''},
                            },
        },
        ['all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns All Presets (Exept hidden)',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['allblocks'] = {
                    ['command'] = 'allblocks',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                            },
        },
        ['allconstructed'] = {
                    ['command'] = 'allconstructed',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spawns all player constructible blocks',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['allplants'] = {
                    ['command'] = 'allplants',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spawns all plant blocks',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                            },
        },
        ['allterrain'] = {
                    ['command'] = 'allterrain',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spawns all diggable blocks',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['allwages'] = {
                    ['command'] = 'allwages',
                    ['parent'] = 'economy',
                    ['helpText'] = 'Display all wages paid in the game',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['allworldobjects'] = {
                    ['command'] = 'allworldobjects',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spawns all world objects',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['angry'] = {
                    ['command'] = 'angry',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Angry',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['animaldetails'] = {
                    ['command'] = 'animaldetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all Animal conditions',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['announce'] = {
                    ['command'] = 'announce',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Sends an announce to all players',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'announce', 'String', ''},
                            },
        },
        ['assign'] = {
                    ['command'] = 'assign',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Assigns a given user to a given title, assigning to yourself if none is specified.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                            },
        },
        ['atob'] = {
                    ['command'] = 'atob',
                    ['parent'] = 'teleport',
                    ['helpText'] = 'Teleports player A to player B',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                            },
        },
        ['authlevel'] = {
                    ['command'] = 'authlevel',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Displays your authorization level',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['axesandchainsaw'] = {
                    ['command'] = 'axesandchainsaw',
                    ['parent'] = 'test',
                    ['helpText'] = 'Test cutting trees with axe and chainsaw.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['ban'] = {
                    ['command'] = 'ban',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Bans user by account id, steamid, slgid, or username',
                    ['shortCut'] = 'ban',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'banUserIDOrName', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['bed'] = {
                    ['command'] = 'bed',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawn a bed and sleep in it.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['blocks'] = {
                    ['command'] = 'blocks',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Blocks items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['building'] = {
                    ['command'] = 'building',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a building by specifying which tier',
                    ['shortCut'] = 'bt',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'type', 'Int32', '1'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            },
        },
        ['buildingofmaterial'] = {
                    ['command'] = 'buildingofmaterial',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a building by specifying the material to use',
                    ['shortCut'] = 'bm',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'material', 'String'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            },
        },
        ['bunnytime'] = {
                    ['command'] = 'bunnytime',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns 100 bunnies',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['cancelalldebtfromplayer'] = {
                    ['command'] = 'cancelalldebtfromplayer',
                    ['parent'] = 'money',
                    ['helpText'] = 'Cancel debt that a particular player has accumulated.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'String'},
                            },
        },
        ['carryall'] = {
                    ['command'] = 'carryall',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.',
                    ['shortCut'] = 'carryall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                            },
        },
        ['chattest'] = {
                    ['command'] = 'chattest',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spam a bunch of stuff to chat',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg0'] = {'count', 'Int32', '10'},
                            ['Arg1'] = {'tagCount', 'Int32', '10'},
                            ['Arg2'] = {'gibberish', 'Boolean', 'True'},
                            },
        },
        ['claimrect'] = {
                    ['command'] = 'claimrect',
                    ['parent'] = 'property',
                    ['helpText'] = 'Claims plots in a given rect.',
                    ['shortCut'] = 'claim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'xSide', 'Int32', '5'},
                            ['Arg2'] = {'ySide', 'Int32', '5'},
                            },
        },
        ['clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'objects',
                    ['helpText'] = 'Removes objects of a given type.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                            },
        },
        ['clearmap'] = {
                    ['command'] = 'clearmap',
                    ['parent'] = 'districts',
                    ['helpText'] = 'Remove all districts from a given map.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'DistrictMap'},
                            },
        },
        ['clearobjective'] = {
                    ['command'] = 'clearobjective',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Clears a user\'s objective',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            },
        },
        ['clearoldelections'] = {
                    ['command'] = 'clearoldelections',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Remove record of a specific election, or if none passed, all previous elections.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['clearrubble'] = {
                    ['command'] = 'clearrubble',
                    ['parent'] = 'land',
                    ['helpText'] = 'Clears rubble around the player.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Single', '10'},
                            },
        },
        ['clearstomach'] = {
                    ['command'] = 'clearstomach',
                    ['parent'] = 'food',
                    ['helpText'] = 'Empties your stomach',
                    ['shortCut'] = 'clearstomach',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['clothes'] = {
                    ['command'] = 'clothes',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns SkillScrols items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['co2'] = {
                    ['command'] = 'co2',
                    ['parent'] = 'pollute',
                    ['helpText'] = 'Changes CO2 PPM by X',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'ppm', 'Single'},
                            },
        },
        ['commanddetails'] = {
                    ['command'] = 'commanddetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all commands',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['crafting'] = {
                    ['command'] = 'crafting',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns CraftingStation items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['cranes'] = {
                    ['command'] = 'cranes',
                    ['parent'] = 'test',
                    ['helpText'] = 'Setup a test environment for cranes.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['createaccount'] = {
                    ['command'] = 'createaccount',
                    ['parent'] = 'money',
                    ['helpText'] = 'Creates an account with specified name.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['createdebt'] = {
                    ['command'] = 'createdebt',
                    ['parent'] = 'money',
                    ['helpText'] = 'Create debt between two players in a currency that matches the given name.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'lender', 'String'},
                            ['Arg2'] = {'borrower', 'String'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currencyName', 'String'},
                            },
        },
        ['creative'] = {
                    ['command'] = 'creative',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Remove restrictions and gives you every skill at max level.',
                    ['shortCut'] = 'creative',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['currencies'] = {
                    ['command'] = 'currencies',
                    ['parent'] = 'money',
                    ['helpText'] = 'List all currencies in the game.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['debug'] = {
                    ['command'] = 'debug',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Toggle debug display of civic processing. Pass \'false\' to see for only yourself.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                            },
        },
        ['debuganimal'] = {
                    ['command'] = 'debuganimal',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Enables debug on the nearest animal, or disables it if already enabled.',
                    ['shortCut'] = 'dba',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'follow', 'Boolean', 'True'},
                            ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                            },
        },
        ['delete'] = {
                    ['command'] = 'delete',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Permanently deletes a title.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['deleteaccount'] = {
                    ['command'] = 'deleteaccount',
                    ['parent'] = 'money',
                    ['helpText'] = 'Deletes an account even if there is still currency on it.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            },
        },
        ['destroy'] = {
                    ['command'] = 'destroy',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Destroys the meteor in orbit.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['destroyedatmosphere'] = {
                    ['command'] = 'destroyedatmosphere',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'percent', 'Single', '0.5'},
                            ['Arg2'] = {'time', 'Single', '5'},
                            },
        },
        ['digest'] = {
                    ['command'] = 'digest',
                    ['parent'] = 'food',
                    ['helpText'] = 'Turn calories into waste',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['dinnerbell'] = {
                    ['command'] = 'dinnerbell',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Makes all animals hungry.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['discoverall'] = {
                    ['command'] = 'discoverall',
                    ['parent'] = nil,
                    ['helpText'] = 'Discovers all items in game',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['distributionstation'] = {
                    ['command'] = 'distributionstation',
                    ['parent'] = 'test',
                    ['helpText'] = 'Creates and applies a Distribution Station.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                            },
        },
        ['distributionstationcarried'] = {
                    ['command'] = 'distributionstationcarried',
                    ['parent'] = 'test',
                    ['helpText'] = 'Creates and applies a Distribution Station with carried items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['dummy'] = {
                    ['command'] = 'dummy',
                    ['parent'] = 'avatar',
                    ['helpText'] = 'Spawns a dummy avatar',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['dumpall'] = {
                    ['command'] = 'dumpall',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Dumps all items from your inventory.',
                    ['shortCut'] = 'dumpall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['dumpcarried'] = {
                    ['command'] = 'dumpcarried',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Dumps all carried items.',
                    ['shortCut'] = 'dumpcarried',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['dumpdetails'] = {
                    ['command'] = 'dumpdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates all 8 dump files',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['dumpselected'] = {
                    ['command'] = 'dumpselected',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Dumps all items in your selected toolbar slot.',
                    ['shortCut'] = 'dumpselected',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['durability'] = {
                    ['command'] = 'durability',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Set the durability of the item you are holding',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'durability', 'Single', '1'},
                            },
        },
        ['eat'] = {
                    ['command'] = 'eat',
                    ['parent'] = 'food',
                    ['helpText'] = 'Max your calories',
                    ['shortCut'] = 'eat',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Int32', '-1'},
                            },
        },
        ['economics'] = {
                    ['command'] = 'economics',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawns all the various parts of an economy.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'stores', 'Int32', '5'},
                            },
        },
        ['economy'] = {
                    ['command'] = 'economy',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Economy items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['edit'] = {
                    ['command'] = 'edit',
                    ['parent'] = 'objects',
                    ['helpText'] = 'Edit a specific object of a given type. Can specify by name or ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                            },
        },
        ['elections'] = {
                    ['command'] = 'elections',
                    ['parent'] = 'civics',
                    ['helpText'] = 'List running elections.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['elevator'] = {
                    ['command'] = 'elevator',
                    ['parent'] = 'test',
                    ['helpText'] = 'Setup an elevator for testing',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['exceptional'] = {
                    ['command'] = 'exceptional',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Throws an exception, very useful',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['failelection'] = {
                    ['command'] = 'failelection',
                    ['parent'] = 'civics',
                    ['helpText'] = 'End the election with a negative vote.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['fall'] = {
                    ['command'] = 'fall',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Begin the meteor impact sequence',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['fastforward'] = {
                    ['command'] = 'fastforward',
                    ['parent'] = 'time',
                    ['helpText'] = 'Force the world to fast forward. Pass 0 to stop.',
                    ['shortCut'] = 'ff',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['fillmeup'] = {
                    ['command'] = 'fillmeup',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Adds random items to the user\'s inventory.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['finishelection'] = {
                    ['command'] = 'finishelection',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Force-end the specified election, adding a vote if true is passed (default).',
                    ['shortCut'] = 'fin',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                            },
        },
        ['fly'] = {
                    ['command'] = 'fly',
                    ['parent'] = 'util',
                    ['helpText'] = 'Toggles fly mode',
                    ['shortCut'] = 'fly',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['foldouts'] = {
                    ['command'] = 'foldouts',
                    ['parent'] = 'test',
                    ['helpText'] = 'Generates some test combinations of foldout lists. Can optionally set the level of nesting.',
                    ['shortCut'] = 'dbgf',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                            },
        },
        ['followanimal'] = {
                    ['command'] = 'followanimal',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Toggle following the nearest animal.',
                    ['shortCut'] = 'fola',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['food'] = {
                    ['command'] = 'food',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Food items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['forcegive'] = {
                    ['command'] = 'forcegive',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Give yourself an item (Forced, ignores restrictions)',
                    ['shortCut'] = 'fgive',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            },
        },
        ['frown'] = {
                    ['command'] = 'frown',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Frown',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['fuel'] = {
                    ['command'] = 'fuel',
                    ['parent'] = 'util',
                    ['helpText'] = 'Fuels currently selected (driving) vehicle.',
                    ['shortCut'] = 'fuel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['fullreset'] = {
                    ['command'] = 'fullreset',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Resets all skills to unlearnt',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['fullstockpile'] = {
                    ['command'] = 'fullstockpile',
                    ['parent'] = 'build',
                    ['helpText'] = 'Generate a full stockpile',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['generators'] = {
                    ['command'] = 'generators',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Generator items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['getpathtoitem'] = {
                    ['command'] = 'getpathtoitem',
                    ['parent'] = 'craft',
                    ['helpText'] = 'Gets the resources needed to craft something',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'String'},
                            },
        },
        ['give'] = {
                    ['command'] = 'give',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Give yourself an item',
                    ['shortCut'] = 'give',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            },
        },
        ['givealltools'] = {
                    ['command'] = 'givealltools',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Give all tools of the particular tier.',
                    ['shortCut'] = 'gat',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Single'},
                            },
        },
        ['giveallvehicles'] = {
                    ['command'] = 'giveallvehicles',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Give all vehicles and hammer (no elevator, no crane)',
                    ['shortCut'] = 'gav',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['giveglobalmarkerrights'] = {
                    ['command'] = 'giveglobalmarkerrights',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Assign the current player to a new title that has global markers rights.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['givepointsme'] = {
                    ['command'] = 'givepointsme',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Give yourself specialty points',
                    ['shortCut'] = 'point',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'number', 'Single', '10000'},
                            },
        },
        ['givepointsto'] = {
                    ['command'] = 'givepointsto',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Give skillpoints to another player',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'number', 'Int32', '10'},
                            },
        },
        ['giveremoveitems'] = {
                    ['command'] = 'giveremoveitems',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts to give the user all of the items, then remove them',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['givetreasuryrights'] = {
                    ['command'] = 'givetreasuryrights',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Assign the current player to a new title that has treasury rights.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['greenthumb'] = {
                    ['command'] = 'greenthumb',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns random plants',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                            },
        },
        ['grin'] = {
                    ['command'] = 'grin',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Grin',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['hammers'] = {
                    ['command'] = 'hammers',
                    ['parent'] = 'test',
                    ['helpText'] = 'Run a series of chat commands to test the game.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['help'] = {
                    ['command'] = 'help',
                    ['parent'] = nil,
                    ['helpText'] = 'Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.',
                    ['shortCut'] = '?',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                            },
        },
        ['helpful'] = {
                    ['command'] = 'helpful',
                    ['parent'] = nil,
                    ['helpText'] = 'Shows all help, including sub commands.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            },
        },
        ['hidden'] = {
                    ['command'] = 'hidden',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Hidden items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['hitworldlayers'] = {
                    ['command'] = 'hitworldlayers',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Triggers world layers to act as if they were hit by a meteor.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['housing'] = {
                    ['command'] = 'housing',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Housing items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['ignore'] = {
                    ['command'] = 'ignore',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Shows your Ignore List or adds the player to the Ignore List by the name or remove if the player is on the list already',
                    ['shortCut'] = 'ignore',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'ignoreUser', 'User', ''},
                            },
        },
        ['impact'] = {
                    ['command'] = 'impact',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Make the meteor strike instantly.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['import'] = {
                    ['command'] = 'import',
                    ['parent'] = 'build',
                    ['helpText'] = 'Imports building from string. I.e.: bt:HewnLogCube;room:0:-1:0:3:4:3;bt:Empty;fplane:2:0:0:1:2',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'importString', 'String'},
                            },
        },
        ['interactitems'] = {
                    ['command'] = 'interactitems',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts to give the user all items and interact with them',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['interactobjects'] = {
                    ['command'] = 'interactobjects',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts to interact with all objects in the world',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['itemdetails'] = {
                    ['command'] = 'itemdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all discovered items',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['joinserverchannel'] = {
                    ['command'] = 'joinserverchannel',
                    ['parent'] = 'voice',
                    ['helpText'] = 'Connect to the server\'s voice chat channel',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['kick'] = {
                    ['command'] = 'kick',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Kicks user',
                    ['shortCut'] = 'kick',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'kickUser', 'User'},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['killplants'] = {
                    ['command'] = 'killplants',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Kills all plants in an area. Pass true to delete them.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            },
        },
        ['killtrees'] = {
                    ['command'] = 'killtrees',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Cuts all trees in an area. Pass true to delete them.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            },
        },
        ['lastplayeronearth'] = {
                    ['command'] = 'lastplayeronearth',
                    ['parent'] = 'avatar',
                    ['helpText'] = 'Kills all spawned dummys',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['level'] = {
                    ['command'] = 'level',
                    ['parent'] = 'land',
                    ['helpText'] = 'Level the terrain',
                    ['shortCut'] = 'level',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                            },
        },
        ['levelup'] = {
                    ['command'] = 'levelup',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Levels up a string matching the passed skill\'s name to the max.',
                    ['shortCut'] = 'levelup',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            },
        },
        ['levelupall'] = {
                    ['command'] = 'levelupall',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Levels all skills up 1 level at a time (no chunks).',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'num', 'Int32', '1'},
                            },
        },
        ['levelupuser'] = {
                    ['command'] = 'levelupuser',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Level up a citizen by one.  Default levels you up.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'objects',
                    ['helpText'] = 'List all objects of the given type.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            },
        },
        ['listadmins'] = {
                    ['command'] = 'listadmins',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Displays a list of all administrators.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['listdems'] = {
                    ['command'] = 'listdems',
                    ['parent'] = 'civics',
                    ['helpText'] = 'List each demographic and who is in it.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['listunobtainableitems'] = {
                    ['command'] = 'listunobtainableitems',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Lists the items that cannot be crafted from some set of other items.  Note that many of these are not meant to be crafted, e.g. hips and stone.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['listusers'] = {
                    ['command'] = 'listusers',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Displays a list of all known users, showing username and ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['login'] = {
                    ['command'] = 'login',
                    ['parent'] = 'voice',
                    ['helpText'] = 'Connect to the voice server',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['makeuser'] = {
                    ['command'] = 'makeuser',
                    ['parent'] = 'test',
                    ['helpText'] = 'Create test user with a specified name.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'name', 'String'},
                            },
        },
        ['makeusers'] = {
                    ['command'] = 'makeusers',
                    ['parent'] = 'test',
                    ['helpText'] = 'Create test users up to the given amount (default 5)',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['makevisible'] = {
                    ['command'] = 'makevisible',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Make the meteor enter the targetable range, or the specified angle if one is passed in.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'angle', 'Single', '300'},
                            },
        },
        ['mark'] = {
                    ['command'] = 'mark',
                    ['parent'] = 'land',
                    ['helpText'] = 'Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.',
                    ['shortCut'] = 'mark',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                            },
        },
        ['massinteract'] = {
                    ['command'] = 'massinteract',
                    ['parent'] = 'land',
                    ['helpText'] = 'Uses your currently selected tool on surrounding blocks',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'size', 'Int32', '1'},
                            },
        },
        ['massplant'] = {
                    ['command'] = 'massplant',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns a bunch of one plant',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'speciesName', 'String', ''},
                            ['Arg3'] = {'yield', 'Single', '0.8'},
                            ['Arg4'] = {'trees', 'Boolean', 'False'},
                            },
        },
        ['metime'] = {
                    ['command'] = 'metime',
                    ['parent'] = 'avatar',
                    ['helpText'] = 'Spawns passed number of clones of your avatar',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['midnight'] = {
                    ['command'] = 'midnight',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to midnight',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['mydems'] = {
                    ['command'] = 'mydems',
                    ['parent'] = 'civics',
                    ['helpText'] = 'List each demographic and the status of the specified user (using the called if none specified).',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User', ''},
                            },
        },
        ['mywages'] = {
                    ['command'] = 'mywages',
                    ['parent'] = 'economy',
                    ['helpText'] = 'Display all wages paid in the game',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['noah'] = {
                    ['command'] = 'noah',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns given number of all animals',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['noon'] = {
                    ['command'] = 'noon',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to noon.',
                    ['shortCut'] = 'noon',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['notalents'] = {
                    ['command'] = 'notalents',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Resets all talents',
                    ['shortCut'] = 'notalents',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['notificationstest'] = {
                    ['command'] = 'notificationstest',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spam a bunch of stuff to notifications',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg0'] = {'count', 'Int32', '10'},
                            },
        },
        ['now'] = {
                    ['command'] = 'now',
                    ['parent'] = 'time',
                    ['helpText'] = 'Reports the current time.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['objects'] = {
                    ['command'] = 'objects',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawn all of the objects containing a string in its name. If they have text, add that too, can optionally set the string range.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'objectstring', 'String'},
                            ['Arg2'] = {'textLengthMin', 'Int32', '3'},
                            ['Arg3'] = {'textLengthMax', 'Int32', '40'},
                            },
        },
        ['oneshot'] = {
                    ['command'] = 'oneshot',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Kills nearest animal',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['openserverui'] = {
                    ['command'] = 'openserverui',
                    ['parent'] = 'util',
                    ['helpText'] = 'Opens the server GUI, if the user is a local user.',
                    ['shortCut'] = 'serverui',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['ownall'] = {
                    ['command'] = 'ownall',
                    ['parent'] = 'property',
                    ['helpText'] = 'Claim all property',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['owner'] = {
                    ['command'] = 'owner',
                    ['parent'] = 'property',
                    ['helpText'] = 'Change owner of current deed',
                    ['shortCut'] = 'owner',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'newOwner', 'User', ''},
                            },
        },
        ['ownnone'] = {
                    ['command'] = 'ownnone',
                    ['parent'] = 'property',
                    ['helpText'] = 'Revoke your property',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                            },
        },
        ['pickupblock'] = {
                    ['command'] = 'pickupblock',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts picking up all world block objects in the world',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['pipes'] = {
                    ['command'] = 'pipes',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawns a setup for testing pipes.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['placeallworldblocks'] = {
                    ['command'] = 'placeallworldblocks',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts placing all world block objects in the world',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['placegarbage'] = {
                    ['command'] = 'placegarbage',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempt to place a bunch of garbage bags in the world.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['placeobjects'] = {
                    ['command'] = 'placeobjects',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts placing all objects in the world twice',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['plantdetails'] = {
                    ['command'] = 'plantdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all plant conditions',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['players'] = {
                    ['command'] = 'players',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Returns a list of online players',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['playtime'] = {
                    ['command'] = 'playtime',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Lists the playtimes for a given user, or yourself if none passed.',
                    ['shortCut'] = 'playtime',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                            },
        },
        ['poorbunnies'] = {
                    ['command'] = 'poorbunnies',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Kills all animals',
                    ['shortCut'] = 'die',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg0'] = {'destroy', 'Boolean', 'True'},
                            },
        },
        ['power'] = {
                    ['command'] = 'power',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Power dependent items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['predatorsprotected'] = {
                    ['command'] = 'predatorsprotected',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Stay invisible from predators',
                    ['shortCut'] = 'safe',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['propertyclaimtool'] = {
                    ['command'] = 'propertyclaimtool',
                    ['parent'] = 'test',
                    ['helpText'] = 'Test claiming and unclaiming property.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['rain'] = {
                    ['command'] = 'rain',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Makes meteorites rain down the sky, accepting the number to send and how long between them.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                            },
        },
        ['raisesealevel'] = {
                    ['command'] = 'raisesealevel',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Raises the sea level by a passed in amount.  Careful with this one!',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'val', 'Single', '1.5'},
                            },
        },
        ['rate'] = {
                    ['command'] = 'rate',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Displays or sets the current skill rate multiplier.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillRate', 'Single', '-1'},
                            },
        },
        ['recipesdetails'] = {
                    ['command'] = 'recipesdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all discovered recipes',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['record'] = {
                    ['command'] = 'record',
                    ['parent'] = 'util',
                    ['helpText'] = 'Toggles record mode',
                    ['shortCut'] = 'record',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['regenlayer'] = {
                    ['command'] = 'regenlayer',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'layerName', 'String'},
                            },
        },
        ['remove'] = {
                    ['command'] = 'remove',
                    ['parent'] = 'land',
                    ['helpText'] = 'Remove block types within a specified area',
                    ['shortCut'] = 'remove',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                            },
        },
        ['removeaccountmanager'] = {
                    ['command'] = 'removeaccountmanager',
                    ['parent'] = 'money',
                    ['helpText'] = 'Remove user as manager from bank account with ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['removeaccountuser'] = {
                    ['command'] = 'removeaccountuser',
                    ['parent'] = 'money',
                    ['helpText'] = 'Removes user from bank account with ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['removeadmin'] = {
                    ['command'] = 'removeadmin',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Removes user as an Admin',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'adminIdOrName', 'String'},
                            },
        },
        ['removeall'] = {
                    ['command'] = 'removeall',
                    ['parent'] = 'objects',
                    ['helpText'] = 'Remove all object of a given type. Be careful!  Can specify by name or ID.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            },
        },
        ['removeallbut'] = {
                    ['command'] = 'removeallbut',
                    ['parent'] = 'land',
                    ['helpText'] = 'Removes all block types except the specified type within a specified area',
                    ['shortCut'] = 'removeallbut',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                            },
        },
        ['removeconst'] = {
                    ['command'] = 'removeconst',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Remove the current constitution.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['removedeadplants'] = {
                    ['command'] = 'removedeadplants',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Removes dead plants in an area.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '50'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            },
        },
        ['removeinvalidownables'] = {
                    ['command'] = 'removeinvalidownables',
                    ['parent'] = 'property',
                    ['helpText'] = 'Check deeds and remove contained ownables that do not belong to them',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['removetalent'] = {
                    ['command'] = 'removetalent',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Removes talent by name',
                    ['shortCut'] = 'talentdel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'talentType', 'String'},
                            },
        },
        ['rename'] = {
                    ['command'] = 'rename',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Rename a new title.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                            },
        },
        ['repairall'] = {
                    ['command'] = 'repairall',
                    ['parent'] = 'rooms',
                    ['helpText'] = 'Repairs all broken rooms. This command may take a long time and create heavy-load on the server, so only use it when many rooms are broken',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'tutorials',
                    ['helpText'] = 'Resets the tutorial, including record of given items (which menu option does not do).',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['resettime'] = {
                    ['command'] = 'resettime',
                    ['parent'] = 'time',
                    ['helpText'] = 'Reset time of day to match the clock.',
                    ['shortCut'] = 'resettime',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['resetworldcaches'] = {
                    ['command'] = 'resetworldcaches',
                    ['parent'] = 'land',
                    ['helpText'] = 'Resets the world caches',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['resources'] = {
                    ['command'] = 'resources',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Resources items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['road'] = {
                    ['command'] = 'road',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a road',
                    ['shortCut'] = 'road',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'length', 'Int32', '25'},
                            ['Arg2'] = {'width', 'Int32', '4'},
                            ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                            ['Arg4'] = {'bottomType', 'Int32', '2'},
                            },
        },
        ['runtest'] = {
                    ['command'] = 'runtest',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Run a specific test.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'testname', 'String'},
                            },
        },
        ['runtests'] = {
                    ['command'] = 'runtests',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Run a series of chat commands to test the game.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['save'] = {
                    ['command'] = 'save',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Save the world!',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['scrols'] = {
                    ['command'] = 'scrols',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns SkillScrols items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['sealevel'] = {
                    ['command'] = 'sealevel',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Displays the current sea level and how much it has risen.',
                    ['shortCut'] = 'sea',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['servercrash'] = {
                    ['command'] = 'servercrash',
                    ['parent'] = 'qa',
                    ['helpText'] = 'A command to force the server to crash',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to the specified hour',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hour', 'Single'},
                            },
        },
        ['setaccountowner'] = {
                    ['command'] = 'setaccountowner',
                    ['parent'] = 'money',
                    ['helpText'] = 'Manually set an account creator.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['setlayer'] = {
                    ['command'] = 'setlayer',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Sets a world layer to specific value or random value from range.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'NaN'},
                            },
        },
        ['setpollutionactive'] = {
                    ['command'] = 'setpollutionactive',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Activates/deactivates pollution layer updating.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'isActive', 'Boolean'},
                            },
        },
        ['setpowercost'] = {
                    ['command'] = 'setpowercost',
                    ['parent'] = 'craft',
                    ['helpText'] = 'Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'cost', 'Single', '0'},
                            ['Arg2'] = {'radius', 'Single', '20'},
                            },
        },
        ['setreputation'] = {
                    ['command'] = 'setreputation',
                    ['parent'] = 'manage',
                    ['helpText'] = 'A command to set the user\'s reputation',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'rep', 'Int32', '0'},
                            ['Arg3'] = {'clampValue', 'Boolean', 'False'},
                            },
        },
        ['setreputationrelative'] = {
                    ['command'] = 'setreputationrelative',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Set the user\'s reputation relative to another',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'fromUser', 'User'},
                            ['Arg3'] = {'rep', 'Int32', '0'},
                            },
        },
        ['setspawn'] = {
                    ['command'] = 'setspawn',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Changes the spawn location to your current location',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['sewage'] = {
                    ['command'] = 'sewage',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawns a setup for testing pipes.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['sewagevillage'] = {
                    ['command'] = 'sewagevillage',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawn a village that will have a sewage network.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['showban'] = {
                    ['command'] = 'showban',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Show usernames of banned players',
                    ['shortCut'] = 'showban',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['showgovernment'] = {
                    ['command'] = 'showgovernment',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Lists the active elements of the government.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['showsupportedlanguages'] = {
                    ['command'] = 'showsupportedlanguages',
                    ['parent'] = 'qa',
                    ['helpText'] = 'List all supported languages with short codes',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['showtick'] = {
                    ['command'] = 'showtick',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Show time until the next civics tick.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['shuffleblocks'] = {
                    ['command'] = 'shuffleblocks',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns and shuffles different blocks',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '10'},
                            ['Arg2'] = {'y', 'Int32', '10'},
                            },
        },
        ['shuffleobjects'] = {
                    ['command'] = 'shuffleobjects',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a large number of random WorldObjects.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '100'},
                            },
        },
        ['skillsdetails'] = {
                    ['command'] = 'skillsdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all discovered skills',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['smile'] = {
                    ['command'] = 'smile',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Smile',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['smirk'] = {
                    ['command'] = 'smirk',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Smirk',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['spamdb'] = {
                    ['command'] = 'spamdb',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spams database operations, in the hopes of reproducing errors or lag',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'numSeconds', 'Single', '30'},
                            ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                            },
        },
        ['spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Spawns item in building',
                    ['shortCut'] = 'spawn',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                            },
        },
        ['spawnaccounts'] = {
                    ['command'] = 'spawnaccounts',
                    ['parent'] = 'money',
                    ['helpText'] = 'Create new bank accounts for each user.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32'},
                            },
        },
        ['spawnallplants'] = {
                    ['command'] = 'spawnallplants',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns plants of particular ages in a row',
                    ['shortCut'] = 'allplants',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'growth1', 'Single', '0.3'},
                            ['Arg3'] = {'growth2', 'Single', '0.6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                            },
        },
        ['spawnanimal'] = {
                    ['command'] = 'spawnanimal',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns a number of animals',
                    ['shortCut'] = 'animal',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                            },
        },
        ['spawnconst'] = {
                    ['command'] = 'spawnconst',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Spawn a blank constitution if it\'s missing.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['spawncrafting'] = {
                    ['command'] = 'spawncrafting',
                    ['parent'] = 'craft',
                    ['helpText'] = 'Creates a craft setup where output from one thing is input to another.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'copies', 'Int32', '1'},
                            },
        },
        ['spawncrater'] = {
                    ['command'] = 'spawncrater',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Create a crater at the current position.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'size', 'Single', '5'},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                            },
        },
        ['spawndems'] = {
                    ['command'] = 'spawndems',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Generate some demographics.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['spawnelection'] = {
                    ['command'] = 'spawnelection',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Generate a test election.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'forceFinish', 'Boolean', 'False'},
                            },
        },
        ['spawngov'] = {
                    ['command'] = 'spawngov',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Create all the government objects in their needed buildings near you, ratify the constitution, and add at least one of each civics object to their tables.  Pass \'fales\' to make the constitution not require elections to make changes.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'requireElections', 'Boolean', 'False'},
                            },
        },
        ['spawnlaws'] = {
                    ['command'] = 'spawnlaws',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Generate some test laws.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['spawnplant'] = {
                    ['command'] = 'spawnplant',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns a plant or plants in a row with increasing ages',
                    ['shortCut'] = 'plant',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Birch'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                            },
        },
        ['spawnrubble'] = {
                    ['command'] = 'spawnrubble',
                    ['parent'] = 'land',
                    ['helpText'] = 'Rains rubble around the player.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                            ['Arg2'] = {'rubble', 'Int32', '32'},
                            },
        },
        ['spawnzoningoffice'] = {
                    ['command'] = 'spawnzoningoffice',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Spawn a zoning office, passing the number of maps and districts in each. Defaults to a lot (3 maps with 100 districts each).',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'maps', 'Int32', '3'},
                            ['Arg2'] = {'districtCount', 'Int32', '100'},
                            },
        },
        ['steamsale'] = {
                    ['command'] = 'steamsale',
                    ['parent'] = 'money',
                    ['helpText'] = 'Give every player an amount of money',
                    ['shortCut'] = 'gabe',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Single', '1000'},
                            },
        },
        ['stockpile'] = {
                    ['command'] = 'stockpile',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a stockpile containing stacks of the listed items.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'item1', 'String', 'LogItem'},
                            ['Arg2'] = {'item2', 'String', ''},
                            ['Arg3'] = {'item3', 'String', ''},
                            ['Arg4'] = {'item4', 'String', ''},
                            ['Arg5'] = {'item5', 'String', ''},
                            },
        },
        ['storages'] = {
                    ['command'] = 'storages',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Storage items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['store'] = {
                    ['command'] = 'store',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a store with storages and random trade offers.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'offers', 'Int32', '6'},
                            },
        },
        ['talentdetails'] = {
                    ['command'] = 'talentdetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all discovered Talents',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['targetowner'] = {
                    ['command'] = 'targetowner',
                    ['parent'] = 'property',
                    ['helpText'] = 'Change owner of current target',
                    ['shortCut'] = 'ownit',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'newOwner', 'User', ''},
                            },
        },
        ['targetto'] = {
                    ['command'] = 'targetto',
                    ['parent'] = 'teleport',
                    ['helpText'] = 'Teleports otherPlayer to an xyz coordinate',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                            },
        },
        ['task'] = {
                    ['command'] = 'task',
                    ['parent'] = 'tutorials',
                    ['helpText'] = 'Starts specific tutorial task by name.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'taskName', 'String'},
                            },
        },
        ['tax'] = {
                    ['command'] = 'tax',
                    ['parent'] = 'money',
                    ['helpText'] = 'Tax all accounts in all currencies a specified amount of money, into the treasury by default or a specified account.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Single', '1000'},
                            ['Arg2'] = {'accountID', 'Int32', '0'},
                            },
        },
        ['tech'] = {
                    ['command'] = 'tech',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns some things (objects, blocks, etc) at a certain tech tier',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Int32', '1'},
                            },
        },
        ['techtree'] = {
                    ['command'] = 'techtree',
                    ['parent'] = 'build',
                    ['helpText'] = 'Builds every WorldObject in an appropriate building and fills it with fuel',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['techtreesimulation'] = {
                    ['command'] = 'techtreesimulation',
                    ['parent'] = 'craft',
                    ['helpText'] = 'Simulates the tech tree',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['test'] = {
                    ['command'] = 'test',
                    ['parent'] = 'rooms',
                    ['helpText'] = 'Check the current surroundings to see if it\'s a room, and if not explain why not.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['testbows'] = {
                    ['command'] = 'testbows',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Test bow and arrows.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['testexchange'] = {
                    ['command'] = 'testexchange',
                    ['parent'] = 'money',
                    ['helpText'] = 'Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['testgameactions'] = {
                    ['command'] = 'testgameactions',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Tests all the actions in the game by making laws for them and performing them.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['testtreasury'] = {
                    ['command'] = 'testtreasury',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Spawns a test treasury, grants related privileges to the user, opens UI, allocates taxes.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['thirdperson'] = {
                    ['command'] = 'thirdperson',
                    ['parent'] = 'avatar',
                    ['helpText'] = 'Toggles Third Person Camera',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['ticknow'] = {
                    ['command'] = 'ticknow',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Force a tick on the civics system to happen immediately.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['todark'] = {
                    ['command'] = 'todark',
                    ['parent'] = 'teleport',
                    ['helpText'] = 'Teleport to the opposite side of the World',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['toggle'] = {
                    ['command'] = 'toggle',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Toggles the show state of a UI, by UI prefab name',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'uiName', 'String'},
                            },
        },
        ['tolltrigger'] = {
                    ['command'] = 'tolltrigger',
                    ['parent'] = 'build',
                    ['helpText'] = 'Create a test toll object triggering some basic stuff.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            },
        },
        ['tools'] = {
                    ['command'] = 'tools',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns Tools items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['toplayer'] = {
                    ['command'] = 'toplayer',
                    ['parent'] = 'teleport',
                    ['helpText'] = 'Teleport to a citizen.',
                    ['shortCut'] = 'tpto',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            },
        },
        ['toworldposition'] = {
                    ['command'] = 'toworldposition',
                    ['parent'] = 'teleport',
                    ['helpText'] = 'Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.',
                    ['shortCut'] = 'tp',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '-1'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                            },
        },
        ['trample'] = {
                    ['command'] = 'trample',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Tramples the surrounding ground',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['trashcity'] = {
                    ['command'] = 'trashcity',
                    ['parent'] = 'pollute',
                    ['helpText'] = 'Just in case you like living in TRASH CITY',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['treedetails'] = {
                    ['command'] = 'treedetails',
                    ['parent'] = nil,
                    ['helpText'] = 'Creates a dump file of all Tree conditions',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['unassign'] = {
                    ['command'] = 'unassign',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Removes a given user from a given title, removing from yourself if none is specified.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                            },
        },
        ['unban'] = {
                    ['command'] = 'unban',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Bans user by account id, steamid, slgid, or username',
                    ['shortCut'] = 'unban',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'banUserIDOrName', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['unclaim'] = {
                    ['command'] = 'unclaim',
                    ['parent'] = 'property',
                    ['helpText'] = 'Unclaim the plot you\'re standing on',
                    ['shortCut'] = 'unclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['unclaimabandoned'] = {
                    ['command'] = 'unclaimabandoned',
                    ['parent'] = 'property',
                    ['helpText'] = 'Unclaim plots across the world where the owner hasn\'t logged in for X days',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'days', 'Single'},
                            },
        },
        ['unpollute'] = {
                    ['command'] = 'unpollute',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Unpollute an area. Remove dead plants and replace dirt on grass blocks.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                            },
        },
        ['unstuck'] = {
                    ['command'] = 'unstuck',
                    ['parent'] = 'util',
                    ['helpText'] = 'Attempts to unstuck your avatar',
                    ['shortCut'] = 'unstuck',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['unstuckvehicle'] = {
                    ['command'] = 'unstuckvehicle',
                    ['parent'] = 'util',
                    ['helpText'] = 'Attempts to unstuck vehicle in target',
                    ['shortCut'] = 'freecar',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['updatedems'] = {
                    ['command'] = 'updatedems',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Force demographics to update immediately.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['useractivity'] = {
                    ['command'] = 'useractivity',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Displays a list of users and when they last logged in.',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['vehicles'] = {
                    ['command'] = 'vehicles',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns vehicle items',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['village'] = {
                    ['command'] = 'village',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a village',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'type', 'Int32'},
                            ['Arg2'] = {'count', 'Int32'},
                            },
        },
        ['vote'] = {
                    ['command'] = 'vote',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Vote in the given election for the given candidate.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                            },
        },
        ['warnuser'] = {
                    ['command'] = 'warnuser',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Sends a warning to a citizen',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'warnUser', 'User'},
                            ['Arg2'] = {'warning', 'String', ''},
                            },
        },
        ['whatami'] = {
                    ['command'] = 'whatami',
                    ['parent'] = 'manage',
                    ['helpText'] = 'View your current skill title',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['whitelist'] = {
                    ['command'] = 'whitelist',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Adds user to the whitelist by account id, steamid, slgid, or username',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'whitelistIdOrName', 'String'},
                            },
        },
        ['whoami'] = {
                    ['command'] = 'whoami',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Shows your user ID',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['whois'] = {
                    ['command'] = 'whois',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Shows the user ID of the requested user.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User'},
                            },
        },
        ['winelection'] = {
                    ['command'] = 'winelection',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                            },
        },
        ['work'] = {
                    ['command'] = 'work',
                    ['parent'] = 'food',
                    ['helpText'] = 'Spends calories',
                    ['shortCut'] = 'work',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'useCalories', 'Int32', '100000'},
                            },
        },
        ['worldobjects'] = {
                    ['command'] = 'worldobjects',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawns a large number of WorldObjects of the given name.',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            },
        },
        ['yawn'] = {
                    ['command'] = 'yawn',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Yawn',
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['zeropoint'] = {
                    ['command'] = 'zeropoint',
                    ['parent'] = 'test',
                    ['helpText'] = 'Build Zero Point place and teleport to it',
                    ['shortCut'] = '',
                    ['level'] = 'Developer',
                    ['parameters'] =  {
                            ['Arg1'] = {'sizeX', 'Int32'},
                            ['Arg2'] = {'sizeZ', 'Int32'},
                            },
        },
    },
}