Bearbeiten von „Modul:CommandData

Aus Eco - Deutsches Wiki
Wechseln zu:Navigation, Suche

Deine Änderungen werden angezeigt, sobald ein dazu berechtigter Benutzer sie akzeptiert hat. (Hilfe)

Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar. Melde dich an oder erstelle ein Benutzerkonto, damit Bearbeitungen deinem Benutzernamen zugeordnet werden. Ein eigenes Benutzerkonto hat eine ganze Reihe von Vorteilen.

Die Bearbeitung kann rückgängig gemacht werden. Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.

Aktuelle Version Dein Text
Zeile 1: Zeile 1:
-- Eco Version : 0.9.4.0 beta release-237
-- Eco Version : 0.9.1.7 beta release-126
-- Export Language: German


return {
return {
     commands = {
     commands = {
         ['/achievements giveachive'] = {
         ['accounts'] = {
                     ['command'] = 'giveachive',
                     ['command'] = 'accounts',
                     ['parent'] = 'achievements',
                     ['parent'] = 'money',
                     ['helpText'] = 'Give an achievement to the given user',
                     ['helpText'] = 'Display all bank accounts in the game.',
                     ['shortCut'] = 'chieve',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'achievementname', 'String'},
                            ['Arg2'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['/achievements list'] = {
         ['add'] = {
                     ['command'] = 'list',
                     ['command'] = 'add',
                     ['parent'] = 'achievements',
                     ['parent'] = 'objects',
                     ['helpText'] = 'List the achievements available.',
                     ['helpText'] = 'Add an object of the give type.',
                     ['shortCut'] = 'chieves',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['/achievements remove'] = {
         ['addaccountmanager'] = {
                     ['command'] = 'remove',
                     ['command'] = 'addaccountmanager',
                     ['parent'] = 'achievements',
                     ['parent'] = 'money',
                     ['helpText'] = 'Remove an achievement from the given user',
                     ['helpText'] = 'Adds user as manager to bank account with ID.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'achievementname', 'String'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg2'] = {'target', 'User', ''},
                             ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/avatar dummy'] = {
         ['addaccountuser'] = {
                     ['command'] = 'dummy',
                     ['command'] = 'addaccountuser',
                     ['parent'] = 'avatar',
                     ['parent'] = 'money',
                     ['helpText'] = 'Spawns a dummy avatar',
                     ['helpText'] = 'Adds user to bank account with ID.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/avatar lastplayeronearth'] = {
         ['addatm'] = {
                     ['command'] = 'lastplayeronearth',
                     ['command'] = 'addatm',
                     ['parent'] = 'avatar',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Kills all spawned dummys',
                     ['helpText'] = 'Add atmosphere',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 54: Zeile 53:
                             },
                             },
         },
         },
         ['/avatar metime'] = {
         ['addcandidates'] = {
                     ['command'] = 'metime',
                     ['command'] = 'addcandidates',
                     ['parent'] = 'avatar',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Spawns passed number of clones of your avatar',
                     ['helpText'] = 'Add a bunch of candidates to specfied election (or first election found if none specified).',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/avatar thirdperson'] = {
         ['addhours'] = {
                     ['command'] = 'thirdperson',
                     ['command'] = 'addhours',
                     ['parent'] = 'avatar',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Toggles Third Person Camera',
                     ['helpText'] = 'Adds meteor impact hours',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/build building'] = {
         ['addvotes'] = {
                     ['command'] = 'building',
                     ['command'] = 'addvotes',
                     ['parent'] = 'build',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Erzeugt ein Gebäude je nach spezifizierter Stufe',
                     ['helpText'] = 'Add a bunch of test votes to a specified election, or first election found.',
                     ['shortCut'] = 'bt',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'type', 'Int32', '1'},
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg2'] = {'x', 'Int32', '4'},
                             ['Arg2'] = {'count', 'Int32', '10'},
                             ['Arg3'] = {'y', 'Int32', '4'},
                             ['Arg3'] = {'forceYesVote', 'Boolean', 'False'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                             },
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             },
         },
         },
         ['/build buildingofmaterial'] = {
         ['admin'] = {
                     ['command'] = 'buildingofmaterial',
                     ['command'] = 'admin',
                     ['parent'] = 'build',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Erzeugt ein Gebäude aus dem spezifizierten Material',
                     ['helpText'] = 'Shows list of admins or adds user as an Admin by account id, steamid, slgid, or username',
                     ['shortCut'] = 'bm',
                     ['shortCut'] = 'admin',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'material', 'String'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'x', 'Int32', '4'},
                             ['Arg2'] = {'reason', 'String', ''},
                             ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/build evict'] = {
         ['air'] = {
                     ['command'] = 'evict',
                     ['command'] = 'air',
                     ['parent'] = 'build',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Evict the targetted user, or self if none is targeted.',
                     ['helpText'] = 'Creates X tons of air pollution',
                     ['shortCut'] = 'evict',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'tons', 'Single'},
                             },
                             },
         },
         },
         ['/build fullstockpile'] = {
         ['airpollutiongenerators'] = {
                     ['command'] = 'fullstockpile',
                     ['command'] = 'airpollutiongenerators',
                     ['parent'] = 'build',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Generate a full stockpile',
                     ['helpText'] = 'Creates AIR POLLUTION MACHINES OF DOOM',
                     ['shortCut'] = '',
                     ['shortCut'] = 'apgen',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/build home'] = {
         ['alert'] = {
                     ['command'] = 'home',
                     ['command'] = 'alert',
                     ['parent'] = 'build',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawn a few rooms with housing value.',
                     ['helpText'] = 'Sends an alert to everybody',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'alert', 'String', ''},
                             },
                             },
         },
         },
         ['/build import'] = {
         ['all'] = {
                     ['command'] = 'import',
                     ['command'] = 'all',
                     ['parent'] = 'build',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Imports building from string. I.e.: bt:HewnLogCube;room:0:-1:0:3:4:3;bt:Empty;fplane:2:0:0:1:2',
                     ['helpText'] = 'Spawns All Presets (Exept hidden)',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'importString', 'String'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/build landlord'] = {
         ['allblocks'] = {
                     ['command'] = 'landlord',
                     ['command'] = 'allblocks',
                     ['parent'] = 'build',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spawn a room for a test user, make us a tenant.',
                     ['helpText'] = 'Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/build objects'] = {
         ['allconstructed'] = {
                     ['command'] = 'objects',
                     ['command'] = 'allconstructed',
                     ['parent'] = 'build',
                     ['parent'] = 'qa',
                     ['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.',
                     ['helpText'] = 'Spawns all player constructible blocks',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'objectstring', 'String'},
                             ['Arg1'] = {'blockType', 'String', ''},
                            ['Arg2'] = {'textLengthMin', 'Int32', '3'},
                            ['Arg3'] = {'textLengthMax', 'Int32', '40'},
                             },
                             },
         },
         },
         ['/build resident'] = {
         ['allplants'] = {
                     ['command'] = 'resident',
                     ['command'] = 'allplants',
                     ['parent'] = 'build',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Make the targetted user a resident on the deed at your current position.  Use \'self\' if no target asset.',
                     ['helpText'] = 'Spawns all plant blocks',
                    ['shortCut'] = 'res',
                     ['shortCut'] = '',
                    ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/build road'] = {
                    ['command'] = 'road',
                    ['parent'] = 'build',
                    ['helpText'] = 'Spawnt eine Straße',
                     ['shortCut'] = 'road',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'length', 'Int32', '25'},
                             ['Arg1'] = {'rows', 'Int32', '1'},
                            ['Arg2'] = {'width', 'Int32', '4'},
                            ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                            ['Arg4'] = {'bottomType', 'Int32', '2'},
                             },
                             },
         },
         },
         ['/build sewagevillage'] = {
         ['allterrain'] = {
                     ['command'] = 'sewagevillage',
                     ['command'] = 'allterrain',
                     ['parent'] = 'build',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spawn a village that will have a sewage network.',
                     ['helpText'] = 'Spawns all diggable blocks',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 194: Zeile 174:
                             },
                             },
         },
         },
         ['/build shuffleblocks'] = {
         ['allwages'] = {
                     ['command'] = 'shuffleblocks',
                     ['command'] = 'allwages',
                     ['parent'] = 'build',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Spawns and shuffles different blocks',
                     ['helpText'] = 'Display all wages paid in the game',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '10'},
                            ['Arg2'] = {'y', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/build shuffleobjects'] = {
         ['allworldobjects'] = {
                     ['command'] = 'shuffleobjects',
                     ['command'] = 'allworldobjects',
                     ['parent'] = 'build',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spawns a large number of random WorldObjects.',
                     ['helpText'] = 'Spawns all world objects',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '100'},
                             },
                             },
         },
         },
         ['/build stockpile'] = {
         ['angry'] = {
                     ['command'] = 'stockpile',
                     ['command'] = 'angry',
                     ['parent'] = 'build',
                     ['parent'] = 'emote',
                     ['helpText'] = 'Erzeugt ein Vorratslager mit den aufgeführten Gegenständen.',
                     ['helpText'] = 'Angry',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'item1', 'String', 'LogItem'},
                            ['Arg2'] = {'item2', 'String', ''},
                            ['Arg3'] = {'item3', 'String', ''},
                            ['Arg4'] = {'item4', 'String', ''},
                            ['Arg5'] = {'item5', 'String', ''},
                             },
                             },
         },
         },
         ['/build store'] = {
         ['animaldetails'] = {
                     ['command'] = 'store',
                     ['command'] = 'animaldetails',
                     ['parent'] = 'build',
                     ['parent'] = nil,
                     ['helpText'] = 'Spawns a store with storages and random trade offers.',
                     ['helpText'] = 'Creates a dump file of all Animal conditions',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'offers', 'Int32', '6'},
                             },
                             },
         },
         },
         ['/build tech'] = {
         ['animalspeed'] = {
                     ['command'] = 'tech',
                     ['command'] = 'animalspeed',
                     ['parent'] = 'build',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Spawns some things (objects, blocks, etc) at a certain tech tier',
                     ['helpText'] = 'Set speed for nearest animal (debug)',
                     ['shortCut'] = '',
                     ['shortCut'] = 'animalspeed',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Int32', '1'},
                             ['Arg1'] = {'wanderingSpeed', 'Single'},
                            ['Arg2'] = {'runningSpeed', 'Single', '0'},
                             },
                             },
         },
         },
         ['/build techtree'] = {
         ['announce'] = {
                     ['command'] = 'techtree',
                     ['command'] = 'announce',
                     ['parent'] = 'build',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Builds every WorldObject in an appropriate building and fills it with fuel',
                     ['helpText'] = 'Sends an announce to all players',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'announce', 'String', ''},
                             },
                             },
         },
         },
         ['/build tolltrigger'] = {
         ['assign'] = {
                     ['command'] = 'tolltrigger',
                     ['command'] = 'assign',
                     ['parent'] = 'build',
                     ['parent'] = 'titles',
                     ['helpText'] = 'Create a test toll object triggering some basic stuff.',
                     ['helpText'] = 'Assigns a given user to a given title, assigning to yourself if none is specified.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                             },
                             },
         },
         },
         ['/build village'] = {
         ['atob'] = {
                     ['command'] = 'village',
                     ['command'] = 'atob',
                     ['parent'] = 'build',
                     ['parent'] = 'teleport',
                     ['helpText'] = 'Spawnt ein Dorf',
                     ['helpText'] = 'Teleports player A to player B',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'type', 'Int32'},
                             ['Arg1'] = {'targetA', 'User'},
                             ['Arg2'] = {'count', 'Int32'},
                             ['Arg2'] = {'targetB', 'User'},
                             },
                             },
         },
         },
         ['/build worldobjects'] = {
         ['authlevel'] = {
                     ['command'] = 'worldobjects',
                     ['command'] = 'authlevel',
                     ['parent'] = 'build',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns a large number of WorldObjects of the given name.',
                     ['helpText'] = 'Displays your authorization level',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                            ['Arg2'] = {'count', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/chat clearhistoryolderthan'] = {
         ['axesandchainsaw'] = {
                     ['command'] = 'clearhistoryolderthan',
                     ['command'] = 'axesandchainsaw',
                     ['parent'] = 'chat',
                     ['parent'] = 'test',
                     ['helpText'] = 'Clean up chat history from old messages. Reduces memory usage and may improve server performance. You need to provide number of days in world time to preserve.',
                     ['helpText'] = 'Test cutting trees with axe and chainsaw.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'preserveDays', 'Int32'},
                             },
                             },
         },
         },
         ['/civics addcandidates'] = {
         ['ban'] = {
                     ['command'] = 'addcandidates',
                     ['command'] = 'ban',
                     ['parent'] = 'civics',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Add a bunch of candidates to specfied election (or first election found if none specified).',
                     ['helpText'] = 'Shows list of banned users or bans user by account id, steamid, slgid, or username',
                     ['shortCut'] = '',
                     ['shortCut'] = 'ban',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/civics addvotes'] = {
         ['bed'] = {
                     ['command'] = 'addvotes',
                     ['command'] = 'bed',
                     ['parent'] = 'civics',
                     ['parent'] = 'test',
                     ['helpText'] = 'Add a bunch of test votes to a specified election, or first election found.',
                     ['helpText'] = 'Spawn a bed and sleep in it.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            ['Arg3'] = {'forceYesVote', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/civics clearoldelections'] = {
         ['blocks'] = {
                     ['command'] = 'clearoldelections',
                     ['command'] = 'blocks',
                     ['parent'] = 'civics',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Remove record of a specific election, or if none passed, all previous elections.',
                     ['helpText'] = 'Spawns Blocks items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/civics debug'] = {
         ['building'] = {
                     ['command'] = 'debug',
                     ['command'] = 'building',
                     ['parent'] = 'civics',
                     ['parent'] = 'build',
                     ['helpText'] = 'Toggle debug display of civic processing. Pass \'false\' to see for only yourself.',
                     ['helpText'] = 'Spawns a building by specifying which tier',
                     ['shortCut'] = '',
                     ['shortCut'] = 'bt',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                             ['Arg1'] = {'type', 'Int32', '1'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/civics elections'] = {
         ['buildingofmaterial'] = {
                     ['command'] = 'elections',
                     ['command'] = 'buildingofmaterial',
                     ['parent'] = 'civics',
                     ['parent'] = 'build',
                     ['helpText'] = 'Listet die laufenden Wahlen auf.',
                     ['helpText'] = 'Spawns a building by specifying the material to use',
                     ['shortCut'] = '',
                     ['shortCut'] = 'bm',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'material', 'String'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/civics failelection'] = {
         ['bunnytime'] = {
                     ['command'] = 'failelection',
                     ['command'] = 'bunnytime',
                     ['parent'] = 'civics',
                     ['parent'] = 'sim',
                     ['helpText'] = 'End the election with a negative vote.',
                     ['helpText'] = 'Spawns 100 bunnies',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/civics finishelection'] = {
         ['cancelalldebtfromplayer'] = {
                     ['command'] = 'finishelection',
                     ['command'] = 'cancelalldebtfromplayer',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Force-end the specified election, adding a vote if true is passed (default).',
                     ['helpText'] = 'Cancel debt that a particular player has accumulated.',
                     ['shortCut'] = 'fin',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'otherPlayer', 'String'},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/civics listdems'] = {
         ['carryall'] = {
                     ['command'] = 'listdems',
                     ['command'] = 'carryall',
                     ['parent'] = 'civics',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'List each demographic and who is in it.',
                     ['helpText'] = 'Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'carryall',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/civics mydems'] = {
         ['chattest'] = {
                     ['command'] = 'mydems',
                     ['command'] = 'chattest',
                     ['parent'] = 'civics',
                     ['parent'] = 'qa',
                     ['helpText'] = 'List each demographic and the status of the specified user (using the called if none specified).',
                     ['helpText'] = 'Spam a bunch of stuff to chat',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherUser', 'User', ''},
                            ['Arg0'] = {'count', 'Int32', '10'},
                             ['Arg1'] = {'tagCount', 'Int32', '10'},
                            ['Arg2'] = {'gibberish', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/civics removeconst'] = {
         ['claimrect'] = {
                     ['command'] = 'removeconst',
                     ['command'] = 'claimrect',
                     ['parent'] = 'civics',
                     ['parent'] = 'property',
                     ['helpText'] = 'Entfernt die derzeitige Verfassung.',
                     ['helpText'] = 'Claims plots in a given rect.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'claim',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'xSide', 'Int32', '5'},
                            ['Arg2'] = {'ySide', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/civics setactiveusers'] = {
         ['clear'] = {
                     ['command'] = 'setactiveusers',
                     ['command'] = 'clear',
                     ['parent'] = 'civics',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Force a given number of players to be active, creating the users if there are not enough',
                     ['helpText'] = 'Removes objects of a given type.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '20'},
                             ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/civics showgovernment'] = {
         ['clearmap'] = {
                     ['command'] = 'showgovernment',
                     ['command'] = 'clearmap',
                     ['parent'] = 'civics',
                     ['parent'] = 'districts',
                     ['helpText'] = 'Lists the active elements of the government.',
                     ['helpText'] = 'Remove all districts from a given map.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'DistrictMap'},
                             },
                             },
         },
         },
         ['/civics showtick'] = {
         ['clearobjective'] = {
                     ['command'] = 'showtick',
                     ['command'] = 'clearobjective',
                     ['parent'] = 'civics',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Show time until the next civics tick.',
                     ['helpText'] = 'Clears a user\'s objective',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['/civics spawnconst'] = {
         ['clearoldelections'] = {
                     ['command'] = 'spawnconst',
                     ['command'] = 'clearoldelections',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Spawnt eine leere Verfassung, wenn sie fehlt.',
                     ['helpText'] = 'Remove record of a specific election, or if none passed, all previous elections.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/civics spawndems'] = {
         ['clearrubble'] = {
                     ['command'] = 'spawndems',
                     ['command'] = 'clearrubble',
                     ['parent'] = 'civics',
                     ['parent'] = 'land',
                     ['helpText'] = 'Generate some demographics.',
                     ['helpText'] = 'Clears rubble around the player.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'radius', 'Single', '10'},
                             },
                             },
         },
         },
         ['/civics spawnelection'] = {
         ['clearstomach'] = {
                     ['command'] = 'spawnelection',
                     ['command'] = 'clearstomach',
                     ['parent'] = 'civics',
                     ['parent'] = 'food',
                     ['helpText'] = 'Generate a test election.',
                     ['helpText'] = 'Empties your stomach',
                     ['shortCut'] = '',
                     ['shortCut'] = 'clearstomach',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'forceFinish', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/civics spawngov'] = {
         ['clothes'] = {
                     ['command'] = 'spawngov',
                     ['command'] = 'clothes',
                     ['parent'] = 'civics',
                     ['parent'] = 'preset',
                     ['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.',
                     ['helpText'] = 'Spawns SkillScrols items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'requireElections', 'Boolean', 'True'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/civics spawnlaws'] = {
         ['co2'] = {
                     ['command'] = 'spawnlaws',
                     ['command'] = 'co2',
                     ['parent'] = 'civics',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Generate some test laws.',
                     ['helpText'] = 'Changes CO2 PPM by X',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'ppm', 'Single'},
                             },
                             },
         },
         },
         ['/civics spawnzoningoffice'] = {
         ['commanddetails'] = {
                     ['command'] = 'spawnzoningoffice',
                     ['command'] = 'commanddetails',
                     ['parent'] = 'civics',
                     ['parent'] = nil,
                     ['helpText'] = 'Spawn a zoning office, passing the number of maps and districts in each. Defaults to a lot (3 maps with 100 districts each).',
                     ['helpText'] = 'Creates a dump file of all commands',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'maps', 'Int32', '3'},
                            ['Arg2'] = {'districtCount', 'Int32', '100'},
                             },
                             },
         },
         },
         ['/civics testgameactions'] = {
         ['crafting'] = {
                     ['command'] = 'testgameactions',
                     ['command'] = 'crafting',
                     ['parent'] = 'civics',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Tests all the actions in the game by making laws for them and performing them.',
                     ['helpText'] = 'Spawns CraftingStation items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/civics testtreasury'] = {
         ['cranes'] = {
                     ['command'] = 'testtreasury',
                     ['command'] = 'cranes',
                     ['parent'] = 'civics',
                     ['parent'] = 'test',
                     ['helpText'] = 'Spawns a test treasury, grants related privileges to the user, opens UI, allocates taxes.',
                     ['helpText'] = 'Setup a test environment for cranes.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 505: Zeile 492:
                             },
                             },
         },
         },
         ['/civics ticknow'] = {
         ['createaccount'] = {
                     ['command'] = 'ticknow',
                     ['command'] = 'createaccount',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Force a tick on the civics system to happen immediately.',
                     ['helpText'] = 'Creates an account with specified name.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['/civics updatedems'] = {
         ['createdebt'] = {
                     ['command'] = 'updatedems',
                     ['command'] = 'createdebt',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Force demographics to update immediately.',
                     ['helpText'] = 'Create debt between two players in a currency that matches the given name.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'lender', 'String'},
                            ['Arg2'] = {'borrower', 'String'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currencyName', 'String'},
                             },
                             },
         },
         },
         ['/civics vetoelection'] = {
         ['creative'] = {
                     ['command'] = 'vetoelection',
                     ['command'] = 'creative',
                     ['parent'] = 'civics',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Veto an election.',
                     ['helpText'] = 'Remove restrictions and gives you every skill at max level.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'creative',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/civics vote'] = {
         ['currencies'] = {
                     ['command'] = 'vote',
                     ['command'] = 'currencies',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Vote in the given election for the given candidate.',
                     ['helpText'] = 'List all currencies in the game.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['/civics winelection'] = {
         ['debug'] = {
                     ['command'] = 'winelection',
                     ['command'] = 'debug',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.',
                     ['helpText'] = 'Toggle debug display of civic processing. Pass \'false\' to see for only yourself.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['/contracts spawn'] = {
         ['debuganimal'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'debuganimal',
                     ['parent'] = 'contracts',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Create contract board with all the contract\'s types',
                     ['helpText'] = 'Enables debug on the nearest animal, or disables it if already enabled.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'dba',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'follow', 'Boolean', 'True'},
                            ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/contracts test'] = {
         ['delete'] = {
                     ['command'] = 'test',
                     ['command'] = 'delete',
                     ['parent'] = 'contracts',
                     ['parent'] = 'titles',
                     ['helpText'] = 'Tests founded existing contracts.',
                     ['helpText'] = 'Permanently deletes a title.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'contractClause', 'String', ''},
                             ['Arg1'] = {'title', 'Title'},
                             },
                             },
         },
         },
         ['/craft getpathtoitem'] = {
         ['deleteaccount'] = {
                     ['command'] = 'getpathtoitem',
                     ['command'] = 'deleteaccount',
                     ['parent'] = 'craft',
                     ['parent'] = 'money',
                     ['helpText'] = 'Gets the resources needed to craft something',
                     ['helpText'] = 'Deletes an account even if there is still currency on it.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'String'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             },
                             },
         },
         },
         ['/craft setpowercost'] = {
         ['destroy'] = {
                     ['command'] = 'setpowercost',
                     ['command'] = 'destroy',
                     ['parent'] = 'craft',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).',
                     ['helpText'] = 'Destroys the meteor in orbit.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'cost', 'Single', '0'},
                            ['Arg2'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['/craft spawncrafting'] = {
         ['destroyedatmosphere'] = {
                     ['command'] = 'spawncrafting',
                     ['command'] = 'destroyedatmosphere',
                     ['parent'] = 'craft',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Creates a craft setup where output from one thing is input to another.',
                     ['helpText'] = 'Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'copies', 'Int32', '1'},
                             ['Arg1'] = {'percent', 'Single', '0.5'},
                            ['Arg2'] = {'time', 'Single', '5'},
                             },
                             },
         },
         },
         ['/craft techtreesimulation'] = {
         ['digest'] = {
                     ['command'] = 'techtreesimulation',
                     ['command'] = 'digest',
                     ['parent'] = 'craft',
                     ['parent'] = 'food',
                     ['helpText'] = 'Simulates the tech tree',
                     ['helpText'] = 'Turn calories into waste',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 614: Zeile 605:
                             },
                             },
         },
         },
         ['/discoverall'] = {
         ['dinnerbell'] = {
                     ['command'] = 'discoverall',
                     ['command'] = 'dinnerbell',
                     ['parent'] = nil,
                     ['parent'] = 'sim',
                     ['helpText'] = 'Discovers all items in game',
                     ['helpText'] = 'Makes all animals hungry.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
Zeile 623: Zeile 614:
                             },
                             },
         },
         },
         ['/districts add'] = {
         ['discoverall'] = {
                     ['command'] = 'add',
                     ['command'] = 'discoverall',
                     ['parent'] = 'districts',
                     ['parent'] = nil,
                     ['helpText'] = 'Set the current area within a given radius to a given district (or a new district if none is passed).',
                     ['helpText'] = 'Discovers all items in game',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radiusInPlots', 'Int32', '0'},
                            ['Arg2'] = {'district', 'District', ''},
                            ['Arg3'] = {'map', 'DistrictMap', ''},
                             },
                             },
         },
         },
         ['/districts clearmap'] = {
         ['distributionstation'] = {
                     ['command'] = 'clearmap',
                     ['command'] = 'distributionstation',
                     ['parent'] = 'districts',
                     ['parent'] = 'test',
                     ['helpText'] = 'Remove all districts from a given map.',
                     ['helpText'] = 'Creates and applies a Distribution Station.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'DistrictMap'},
                             ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/districts spawn'] = {
         ['distributionstationcarried'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'distributionstationcarried',
                     ['parent'] = 'districts',
                     ['parent'] = 'test',
                     ['helpText'] = 'Generate some random districts around the user.',
                     ['helpText'] = 'Creates and applies a Distribution Station with carried items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'numDistricts', 'Int32', '20'},
                            ['Arg2'] = {'size', 'Int32', '5'},
                            ['Arg3'] = {'useExisting', 'Boolean', 'False'},
                            ['Arg4'] = {'districtMap', 'DistrictMap', ''},
                             },
                             },
         },
         },
         ['/economy allrecurring'] = {
         ['dummy'] = {
                     ['command'] = 'allrecurring',
                     ['command'] = 'dummy',
                     ['parent'] = 'economy',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Display all recurring transfers paid in the game',
                     ['helpText'] = 'Spawns a dummy avatar',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['dumpall'] = {
                    ['command'] = 'dumpall',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Dumps all items from your inventory.',
                    ['shortCut'] = 'dumpall',
                    ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/economy myrecurring'] = {
         ['dumpcarried'] = {
                     ['command'] = 'myrecurring',
                     ['command'] = 'dumpcarried',
                     ['parent'] = 'economy',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Display all recurring transfers for the given user',
                     ['helpText'] = 'Dumps all carried items.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'dumpcarried',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'specifiedUser', 'User', ''},
                             },
                             },
         },
         },
         ['/economy payeverytick'] = {
         ['dumpdetails'] = {
                     ['command'] = 'payeverytick',
                     ['command'] = 'dumpdetails',
                     ['parent'] = 'economy',
                     ['parent'] = nil,
                     ['helpText'] = 'Enable debug command to pay recurring transfers every tick.',
                     ['helpText'] = 'Creates all 8 dump files',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote achievement4'] = {
         ['dumpselected'] = {
                     ['command'] = 'achievement4',
                     ['command'] = 'dumpselected',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Cheer',
                     ['helpText'] = 'Dumps all items in your selected toolbar slot.',
                     ['shortCut'] = 'cheer',
                     ['shortCut'] = 'dumpselected',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote angry'] = {
         ['durability'] = {
                     ['command'] = 'angry',
                     ['command'] = 'durability',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Wütend',
                     ['helpText'] = 'Set the durability of the item you are holding',
                     ['shortCut'] = 'angry',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'durability', 'Single', '1'},
                             },
                             },
         },
         },
         ['/emote dance1'] = {
         ['eat'] = {
                     ['command'] = 'dance1',
                     ['command'] = 'eat',
                     ['parent'] = 'emote',
                     ['parent'] = 'food',
                     ['helpText'] = 'Dance1',
                     ['helpText'] = 'Max your calories',
                     ['shortCut'] = 'dance1',
                     ['shortCut'] = 'eat',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/emote dance2'] = {
         ['economics'] = {
                     ['command'] = 'dance2',
                     ['command'] = 'economics',
                     ['parent'] = 'emote',
                     ['parent'] = 'test',
                     ['helpText'] = 'Dance2',
                     ['helpText'] = 'Spawns all the various parts of an economy.',
                     ['shortCut'] = 'dance2',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'stores', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/emote doh'] = {
         ['economy'] = {
                     ['command'] = 'doh',
                     ['command'] = 'economy',
                     ['parent'] = 'emote',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Doh',
                     ['helpText'] = 'Spawns Economy items',
                     ['shortCut'] = 'doh',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/emote facepalm'] = {
         ['edit'] = {
                     ['command'] = 'facepalm',
                     ['command'] = 'edit',
                     ['parent'] = 'emote',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Facepalm',
                     ['helpText'] = 'Edit a specific object of a given type. Can specify by name or ID.',
                     ['shortCut'] = 'facepalm',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['/emote frown'] = {
         ['elections'] = {
                     ['command'] = 'frown',
                     ['command'] = 'elections',
                     ['parent'] = 'emote',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Stirnrunzeln',
                     ['helpText'] = 'List running elections.',
                     ['shortCut'] = 'frown',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote grin'] = {
         ['elevator'] = {
                     ['command'] = 'grin',
                     ['command'] = 'elevator',
                     ['parent'] = 'emote',
                     ['parent'] = 'test',
                     ['helpText'] = 'Grinsen',
                     ['helpText'] = 'Setup an elevator for testing',
                     ['shortCut'] = 'grin',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote gross'] = {
         ['exceptional'] = {
                     ['command'] = 'gross',
                     ['command'] = 'exceptional',
                     ['parent'] = 'emote',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Gross',
                     ['helpText'] = 'Throws an exception, very useful',
                     ['shortCut'] = 'gross',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote knock'] = {
         ['failelection'] = {
                     ['command'] = 'knock',
                     ['command'] = 'failelection',
                     ['parent'] = 'emote',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Knock',
                     ['helpText'] = 'End the election with a negative vote.',
                     ['shortCut'] = 'knock',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/emote laugh'] = {
         ['fall'] = {
                     ['command'] = 'laugh',
                     ['command'] = 'fall',
                     ['parent'] = 'emote',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Laugh',
                     ['helpText'] = 'Begin the meteor impact sequence',
                     ['shortCut'] = 'laugh',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote lay'] = {
         ['fastforward'] = {
                     ['command'] = 'lay',
                     ['command'] = 'fastforward',
                     ['parent'] = 'emote',
                     ['parent'] = 'time',
                     ['helpText'] = 'Lay',
                     ['helpText'] = 'Force the world to fast forward. Pass 0 to stop.',
                     ['shortCut'] = 'lay',
                     ['shortCut'] = 'ff',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/emote laydown'] = {
         ['fillmeup'] = {
                     ['command'] = 'laydown',
                     ['command'] = 'fillmeup',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Laydown',
                     ['helpText'] = 'Adds random items to the user\'s inventory.',
                     ['shortCut'] = 'laydown',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote lie'] = {
         ['finishelection'] = {
                     ['command'] = 'lie',
                     ['command'] = 'finishelection',
                     ['parent'] = 'emote',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Lie',
                     ['helpText'] = 'Force-end the specified election, adding a vote if true is passed (default).',
                     ['shortCut'] = 'lie',
                     ['shortCut'] = 'fin',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/emote liedown'] = {
         ['fly'] = {
                     ['command'] = 'liedown',
                     ['command'] = 'fly',
                     ['parent'] = 'emote',
                     ['parent'] = 'util',
                     ['helpText'] = 'Liedown',
                     ['helpText'] = 'Toggles fly mode',
                     ['shortCut'] = 'liedown',
                     ['shortCut'] = 'fly',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote lol'] = {
         ['foldouts'] = {
                     ['command'] = 'lol',
                     ['command'] = 'foldouts',
                     ['parent'] = 'emote',
                     ['parent'] = 'test',
                     ['helpText'] = 'Lol',
                     ['helpText'] = 'Generates some test combinations of foldout lists. Can optionally set the level of nesting.',
                     ['shortCut'] = 'lol',
                     ['shortCut'] = 'dbgf',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/emote nope'] = {
         ['followanimal'] = {
                     ['command'] = 'nope',
                     ['command'] = 'followanimal',
                     ['parent'] = 'emote',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Nope',
                     ['helpText'] = 'Toggle following the nearest animal.',
                     ['shortCut'] = 'nope',
                     ['shortCut'] = 'fola',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/emote oops'] = {
         ['food'] = {
                     ['command'] = 'oops',
                     ['command'] = 'food',
                     ['parent'] = 'emote',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Oops',
                     ['helpText'] = 'Spawns Food items',
                     ['shortCut'] = 'oops',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/emote shame'] = {
         ['forcegive'] = {
                     ['command'] = 'shame',
                     ['command'] = 'forcegive',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Shame',
                     ['helpText'] = 'Give yourself an item (Forced, ignores restrictions)',
                     ['shortCut'] = 'shame',
                     ['shortCut'] = 'fgive',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote sleep'] = {
         ['frown'] = {
                     ['command'] = 'sleep',
                     ['command'] = 'frown',
                     ['parent'] = 'emote',
                     ['parent'] = 'emote',
                     ['helpText'] = 'Schlafen',
                     ['helpText'] = 'Frown',
                     ['shortCut'] = 'sleep',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote smile'] = {
         ['fuel'] = {
                     ['command'] = 'smile',
                     ['command'] = 'fuel',
                     ['parent'] = 'emote',
                     ['parent'] = 'util',
                     ['helpText'] = 'Lächeln',
                     ['helpText'] = 'Fuels currently selected (driving) vehicle.',
                     ['shortCut'] = 'smile',
                     ['shortCut'] = 'fuel',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                             },
                             },
         },
         },
         ['/emote smirk'] = {
         ['fullreset'] = {
                     ['command'] = 'smirk',
                     ['command'] = 'fullreset',
                     ['parent'] = 'emote',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Schmunzeln',
                     ['helpText'] = 'Resets all skills to unlearnt',
                     ['shortCut'] = 'smirk',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote stinky'] = {
         ['fullstockpile'] = {
                     ['command'] = 'stinky',
                     ['command'] = 'fullstockpile',
                     ['parent'] = 'emote',
                     ['parent'] = 'build',
                     ['helpText'] = 'Stinky',
                     ['helpText'] = 'Generate a full stockpile',
                     ['shortCut'] = 'stinky',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote yawn'] = {
         ['generators'] = {
                     ['command'] = 'yawn',
                     ['command'] = 'generators',
                     ['parent'] = 'emote',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Gähnen',
                     ['helpText'] = 'Spawns Generator items',
                     ['shortCut'] = 'yawn',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/emote yuck'] = {
         ['getpathtoitem'] = {
                     ['command'] = 'yuck',
                     ['command'] = 'getpathtoitem',
                     ['parent'] = 'emote',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Yuck',
                     ['helpText'] = 'Gets the resources needed to craft something',
                     ['shortCut'] = 'yuck',
                     ['shortCut'] = '',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            },
        },
        ['/food clearstomach'] = {
                    ['command'] = 'clearstomach',
                    ['parent'] = 'food',
                    ['helpText'] = 'Entleert deinen Magen',
                    ['shortCut'] = 'clearstomach',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'String'},
                             },
                             },
         },
         },
         ['/food crave'] = {
         ['give'] = {
                     ['command'] = 'crave',
                     ['command'] = 'give',
                     ['parent'] = 'food',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Force a craving on a given user (self if untargeted user, random food if not set)',
                     ['helpText'] = 'Give yourself an item',
                     ['shortCut'] = 'crave',
                     ['shortCut'] = 'give',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'User', ''},
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg2'] = {'foodName', 'String', ''},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/food digest'] = {
         ['givealltools'] = {
                     ['command'] = 'digest',
                     ['command'] = 'givealltools',
                     ['parent'] = 'food',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Kalorien in Abfall verwandeln',
                     ['helpText'] = 'Give all tools of the particular tier.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'gat',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Single'},
                             },
                             },
         },
         },
         ['/food eat'] = {
         ['giveallvehicles'] = {
                     ['command'] = 'eat',
                     ['command'] = 'giveallvehicles',
                     ['parent'] = 'food',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Max your calories',
                     ['helpText'] = 'Give all vehicles and hammer (no elevator, no crane)',
                     ['shortCut'] = 'eat',
                     ['shortCut'] = 'gav',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/food work'] = {
         ['giveglobalmarkerrights'] = {
                     ['command'] = 'work',
                     ['command'] = 'giveglobalmarkerrights',
                     ['parent'] = 'food',
                     ['parent'] = 'titles',
                     ['helpText'] = 'Kalorien verbrauchen',
                     ['helpText'] = 'Assign the current player to a new title that has global markers rights.',
                     ['shortCut'] = 'work',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'useCalories', 'Int32', '100000'},
                             },
                             },
         },
         },
         ['/Geld accounts'] = {
         ['givepointsme'] = {
                     ['command'] = 'accounts',
                     ['command'] = 'givepointsme',
                     ['parent'] = 'Geld',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Zeigt alle Bankkonten im Spiel an.',
                     ['helpText'] = 'Give yourself specialty points',
                     ['shortCut'] = '',
                     ['shortCut'] = 'point',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'number', 'Single', '10000'},
                             },
                             },
         },
         },
         ['/Geld addaccountmanager'] = {
         ['givepointsto'] = {
                     ['command'] = 'addaccountmanager',
                     ['command'] = 'givepointsto',
                     ['parent'] = 'Geld',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Adds user as manager to bank account with ID.',
                     ['helpText'] = 'Give skillpoints to another player',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'otherPlayer', 'User'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'number', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/Geld addaccountuser'] = {
         ['giveremoveitems'] = {
                     ['command'] = 'addaccountuser',
                     ['command'] = 'giveremoveitems',
                     ['parent'] = 'Geld',
                     ['parent'] = 'test',
                     ['helpText'] = 'Adds user to bank account with ID.',
                     ['helpText'] = 'Attempts to give the user all of the items, then remove them',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/Geld cancelalldebtfromplayer'] = {
         ['givetreasuryrights'] = {
                     ['command'] = 'cancelalldebtfromplayer',
                     ['command'] = 'givetreasuryrights',
                     ['parent'] = 'Geld',
                     ['parent'] = 'titles',
                     ['helpText'] = 'Lösche Schulden, die ein bestimmter Spieler angesammelt hat.',
                     ['helpText'] = 'Assign the current player to a new title that has treasury rights.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'String'},
                             },
                             },
         },
         },
         ['/Geld createaccount'] = {
         ['greenthumb'] = {
                     ['command'] = 'createaccount',
                     ['command'] = 'greenthumb',
                     ['parent'] = 'Geld',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Creates an account with specified name.',
                     ['helpText'] = 'Spawns random plants',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/Geld createdebt'] = {
         ['grin'] = {
                     ['command'] = 'createdebt',
                     ['command'] = 'grin',
                     ['parent'] = 'Geld',
                     ['parent'] = 'emote',
                     ['helpText'] = 'Create debt between two players in a currency that matches the given name.',
                     ['helpText'] = 'Grin',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            },
        },
        ['hammers'] = {
                    ['command'] = 'hammers',
                    ['parent'] = 'test',
                    ['helpText'] = 'Run a series of chat commands to test the game.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'lender', 'String'},
                            ['Arg2'] = {'borrower', 'String'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currencyName', 'String'},
                             },
                             },
         },
         },
         ['/Geld currencies'] = {
         ['help'] = {
                     ['command'] = 'currencies',
                     ['command'] = 'help',
                     ['parent'] = 'Geld',
                     ['parent'] = nil,
                     ['helpText'] = 'Listet alle Währungen im Spiel auf.',
                     ['helpText'] = 'Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.',
                     ['shortCut'] = '',
                     ['shortCut'] = '?',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/Geld deleteaccount'] = {
         ['helpful'] = {
                     ['command'] = 'deleteaccount',
                     ['command'] = 'helpful',
                     ['parent'] = 'Geld',
                     ['parent'] = nil,
                     ['helpText'] = 'Deletes an account even if there is still currency on it.',
                     ['helpText'] = 'Shows all help, including sub commands.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                             },
                             },
         },
         },
         ['/Geld removeaccountmanager'] = {
         ['hidden'] = {
                     ['command'] = 'removeaccountmanager',
                     ['command'] = 'hidden',
                     ['parent'] = 'Geld',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Remove user as manager from bank account with ID.',
                     ['helpText'] = 'Spawns Hidden items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/Geld removeaccountuser'] = {
         ['hitworldlayers'] = {
                     ['command'] = 'removeaccountuser',
                     ['command'] = 'hitworldlayers',
                     ['parent'] = 'Geld',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Removes user from bank account with ID.',
                     ['helpText'] = 'Triggers world layers to act as if they were hit by a meteor.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/Geld setaccountowner'] = {
         ['housing'] = {
                     ['command'] = 'setaccountowner',
                     ['command'] = 'housing',
                     ['parent'] = 'Geld',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Manually set an account creator.',
                     ['helpText'] = 'Spawns Housing items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/Geld spawnaccounts'] = {
         ['ignore'] = {
                     ['command'] = 'spawnaccounts',
                     ['command'] = 'ignore',
                     ['parent'] = 'Geld',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Erstellt ein neues Bankkonto für jeden Benutzer.',
                     ['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'] = '',
                     ['shortCut'] = 'ignore',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32'},
                             ['Arg1'] = {'ignoreUser', 'User', ''},
                             },
                             },
         },
         },
         ['/Geld steamsale'] = {
         ['impact'] = {
                     ['command'] = 'steamsale',
                     ['command'] = 'impact',
                     ['parent'] = 'Geld',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Gib allen Spielern einen bestimmten Betrag',
                     ['helpText'] = 'Make the meteor strike instantly.',
                     ['shortCut'] = 'gabe',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'amount', 'Single', '1000'},
                             },
                             },
         },
         },
         ['/Geld tax'] = {
         ['import'] = {
                     ['command'] = 'tax',
                     ['command'] = 'import',
                     ['parent'] = 'Geld',
                     ['parent'] = 'build',
                     ['helpText'] = 'Tax all accounts in all currencies a specified amount of money, into the treasury by default or a specified account.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'importString', 'String'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                            ['Arg2'] = {'accountID', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/help'] = {
         ['interactitems'] = {
                     ['command'] = 'help',
                     ['command'] = 'interactitems',
                     ['parent'] = nil,
                     ['parent'] = 'test',
                     ['helpText'] = 'Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.',
                     ['helpText'] = 'Attempts to give the user all items and interact with them',
                     ['shortCut'] = '?',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/helpful'] = {
         ['interactobjects'] = {
                     ['command'] = 'helpful',
                     ['command'] = 'interactobjects',
                     ['parent'] = nil,
                     ['parent'] = 'test',
                     ['helpText'] = 'Shows all help, including sub commands.',
                     ['helpText'] = 'Attempts to interact with all objects in the world',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            },
        },
        ['/housing addroommates'] = {
                    ['command'] = 'addroommates',
                    ['parent'] = 'housing',
                    ['helpText'] = 'Add a number of residents to the deed you\'re currently a resident on.',
                    ['shortCut'] = 'shackup',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/inventory addvoid'] = {
         ['itemdetails'] = {
                     ['command'] = 'addvoid',
                     ['command'] = 'itemdetails',
                     ['parent'] = 'inventory',
                     ['parent'] = nil,
                     ['helpText'] = 'Add an item to your void storage',
                     ['helpText'] = 'Creates a dump file of all discovered items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String', 'baked meat'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            ['Arg3'] = {'distance', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/inventory carryall'] = {
         ['joinserverchannel'] = {
                     ['command'] = 'carryall',
                     ['command'] = 'joinserverchannel',
                     ['parent'] = 'inventory',
                     ['parent'] = 'voice',
                     ['helpText'] = 'Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.',
                     ['helpText'] = 'Connect to the server\'s voice chat channel',
                     ['shortCut'] = 'carryall',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/inventory dumpall'] = {
         ['kick'] = {
                     ['command'] = 'dumpall',
                     ['command'] = 'kick',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Dumps all items from your inventory.',
                     ['helpText'] = 'Kicks user',
                     ['shortCut'] = 'dumpall',
                     ['shortCut'] = 'kick',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'kickUser', 'User'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/inventory dumpcarried'] = {
         ['killplants'] = {
                     ['command'] = 'dumpcarried',
                     ['command'] = 'killplants',
                     ['parent'] = 'inventory',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Dumps all carried items.',
                     ['helpText'] = 'Kills all plants in an area. Pass true to delete them.',
                     ['shortCut'] = 'dumpcarried',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/inventory dumpselected'] = {
         ['killtrees'] = {
                     ['command'] = 'dumpselected',
                     ['command'] = 'killtrees',
                     ['parent'] = 'inventory',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Dumps all items in your selected toolbar slot.',
                     ['helpText'] = 'Cuts all trees in an area. Pass true to delete them.',
                    ['shortCut'] = 'dumpselected',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/inventory durability'] = {
                    ['command'] = 'durability',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Legt die Haltbarkeit des gehaltenen Gegenstands fest',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'durability', 'Single', '1'},
                             ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/inventory fillmeup'] = {
         ['lastplayeronearth'] = {
                     ['command'] = 'fillmeup',
                     ['command'] = 'lastplayeronearth',
                     ['parent'] = 'inventory',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Adds random items to the user\'s inventory.',
                     ['helpText'] = 'Kills all spawned dummys',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 1.214: Zeile 1.191:
                             },
                             },
         },
         },
         ['/inventory forcegive'] = {
         ['level'] = {
                     ['command'] = 'forcegive',
                     ['command'] = 'level',
                     ['parent'] = 'inventory',
                     ['parent'] = 'land',
                     ['helpText'] = 'Give yourself an item (Forced, ignores restrictions)',
                     ['helpText'] = 'Level the terrain',
                     ['shortCut'] = 'fgive',
                     ['shortCut'] = 'level',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg1'] = {'x', 'Int32', '15'},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/inventory give'] = {
         ['levelup'] = {
                     ['command'] = 'give',
                     ['command'] = 'levelup',
                     ['parent'] = 'inventory',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Gibt dir einen Gegenstand',
                     ['helpText'] = 'Levels up a string matching the passed skill\'s name to the max.',
                     ['shortCut'] = 'give',
                     ['shortCut'] = 'levelup',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/land clearrubble'] = {
         ['levelupall'] = {
                     ['command'] = 'clearrubble',
                     ['command'] = 'levelupall',
                     ['parent'] = 'land',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Entfernt den Schutt um den Spieler.',
                     ['helpText'] = 'Levels all skills up 1 level at a time (no chunks).',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Single', '10'},
                             ['Arg1'] = {'num', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/land level'] = {
         ['levelupuser'] = {
                     ['command'] = 'level',
                     ['command'] = 'levelupuser',
                     ['parent'] = 'land',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Begradige das Gelände',
                     ['helpText'] = 'Level up a citizen by one.  Default levels you up.',
                     ['shortCut'] = 'level',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '15'},
                             ['Arg1'] = {'name', 'String', ''},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/land mark'] = {
         ['list'] = {
                     ['command'] = 'mark',
                     ['command'] = 'list',
                     ['parent'] = 'land',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.',
                     ['helpText'] = 'List all objects of the given type.',
                     ['shortCut'] = 'mark',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'text', 'String', ''},
                             ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['/land markglobal'] = {
         ['listadmins'] = {
                     ['command'] = 'markglobal',
                     ['command'] = 'listadmins',
                     ['parent'] = 'land',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Drops a global waypoint at the current position.  Accepts an optional text string for the waypoint.',
                     ['helpText'] = 'Displays a list of all administrators.',
                     ['shortCut'] = 'markglobal',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/land massinteract'] = {
         ['listdems'] = {
                     ['command'] = 'massinteract',
                     ['command'] = 'listdems',
                     ['parent'] = 'land',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Verwendet das aktuell ausgewählte Werkzeug auf umgebende Blöcke',
                     ['helpText'] = 'List each demographic and who is in it.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'size', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/land remove'] = {
         ['listunobtainableitems'] = {
                     ['command'] = 'remove',
                     ['command'] = 'listunobtainableitems',
                     ['parent'] = 'land',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Remove block types within a specified area',
                     ['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'] = 'remove',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['listusers'] = {
                    ['command'] = 'listusers',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Displays a list of all known users, showing username and ID.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/land removeallbut'] = {
         ['login'] = {
                     ['command'] = 'removeallbut',
                     ['command'] = 'login',
                     ['parent'] = 'land',
                     ['parent'] = 'voice',
                     ['helpText'] = 'Removes all block types except the specified type within a specified area',
                     ['helpText'] = 'Connect to the voice server',
                     ['shortCut'] = 'removeallbut',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/land removenearestglobalmark'] = {
         ['makeuser'] = {
                     ['command'] = 'removenearestglobalmark',
                     ['command'] = 'makeuser',
                     ['parent'] = 'land',
                     ['parent'] = 'test',
                     ['helpText'] = 'Removes the nearest global waypoint to your current position.',
                     ['helpText'] = 'Create test user with a specified name.',
                     ['shortCut'] = 'removenearestglobalmark',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String'},
                             },
                             },
         },
         },
         ['/land resetworldcaches'] = {
         ['makeusers'] = {
                     ['command'] = 'resetworldcaches',
                     ['command'] = 'makeusers',
                     ['parent'] = 'land',
                     ['parent'] = 'test',
                     ['helpText'] = 'Resets the world caches',
                     ['helpText'] = 'Create test users up to the given amount (default 5)',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'count', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/land spawnrubble'] = {
         ['makevisible'] = {
                     ['command'] = 'spawnrubble',
                     ['command'] = 'makevisible',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Lässt Schutt um den Spieler herunterregnen.',
                     ['helpText'] = 'Make the meteor enter the targetable range, or the specified angle if one is passed in.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg1'] = {'angle', 'Single', '300'},
                            ['Arg2'] = {'rubble', 'Int32', '32'},
                             },
                             },
         },
         },
         ['/manage admin'] = {
         ['mark'] = {
                     ['command'] = 'admin',
                     ['command'] = 'mark',
                     ['parent'] = 'manage',
                     ['parent'] = 'land',
                     ['helpText'] = 'Shows list of admins or adds user as an Admin by account id, steamid, slgid, or username',
                     ['helpText'] = 'Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.',
                     ['shortCut'] = 'admin',
                     ['shortCut'] = 'mark',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'text', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage alert'] = {
         ['markglobal'] = {
                     ['command'] = 'alert',
                     ['command'] = 'markglobal',
                     ['parent'] = 'manage',
                     ['parent'] = 'land',
                     ['helpText'] = 'Sends an alert to everybody',
                     ['helpText'] = 'Drops a global waypoint at the current position.  Accepts an optional text string for the waypoint.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'markglobal',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'text', 'String', ''},
                             ['Arg1'] = {'alert', 'String', ''},
                             },
                             },
         },
         },
         ['/manage announce'] = {
         ['massinteract'] = {
                     ['command'] = 'announce',
                     ['command'] = 'massinteract',
                     ['parent'] = 'manage',
                     ['parent'] = 'land',
                     ['helpText'] = 'Sends an announce to all players',
                     ['helpText'] = 'Uses your currently selected tool on surrounding blocks',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'size', 'Int32', '1'},
                             ['Arg1'] = {'announce', 'String', ''},
                             },
                             },
         },
         },
         ['/manage authlevel'] = {
         ['massplant'] = {
                     ['command'] = 'authlevel',
                     ['command'] = 'massplant',
                     ['parent'] = 'manage',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Zeigt deine Berechtigungsstufe',
                     ['helpText'] = 'Spawns a bunch of one plant',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'speciesName', 'String', ''},
                            ['Arg3'] = {'yield', 'Single', '0.8'},
                            ['Arg4'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/manage ban'] = {
         ['meeresspiegel'] = {
                     ['command'] = 'ban',
                     ['command'] = 'Meeresspiegel',
                     ['parent'] = 'manage',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Shows list of banned users or bans user by account id, steamid, slgid, or username. Ban forever by default with empty time. Time format: 1m, 1h, 1d, 1w.',
                     ['helpText'] = 'Displays the current sea level and how much it has risen.',
                     ['shortCut'] = 'ban',
                     ['shortCut'] = 'sea',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/manage clearobjective'] = {
         ['metime'] = {
                     ['command'] = 'clearobjective',
                     ['command'] = 'metime',
                     ['parent'] = 'manage',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Clears a user\'s objective',
                     ['helpText'] = 'Spawns passed number of clones of your avatar',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['/manage ignore'] = {
         ['midnight'] = {
                     ['command'] = 'ignore',
                     ['command'] = 'midnight',
                     ['parent'] = 'manage',
                     ['parent'] = 'time',
                     ['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',
                     ['helpText'] = 'Set time of day to midnight',
                     ['shortCut'] = 'ignore',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ignoreUser', 'User', ''},
                             },
                             },
         },
         },
         ['/manage kick'] = {
         ['mute'] = {
                     ['command'] = 'kick',
                     ['command'] = 'mute',
                     ['parent'] = 'manage',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Kicks user',
                     ['helpText'] = 'Shows list of muted users or mutes user by account id, steamid, slgid, or username',
                     ['shortCut'] = 'kick',
                     ['shortCut'] = 'mute',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'kickUser', 'User'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage listadmins'] = {
         ['mydems'] = {
                     ['command'] = 'listadmins',
                     ['command'] = 'mydems',
                     ['parent'] = 'manage',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Displays a list of all administrators.',
                     ['helpText'] = 'List each demographic and the status of the specified user (using the called if none specified).',
                    ['shortCut'] = '',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User', ''},
                            },
        },
        ['mywages'] = {
                    ['command'] = 'mywages',
                    ['parent'] = 'economy',
                    ['helpText'] = 'Display all wages paid in the game',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Benutzer',
Zeile 1.441: Zeile 1.419:
                             },
                             },
         },
         },
         ['/manage listusers'] = {
         ['noah'] = {
                     ['command'] = 'listusers',
                     ['command'] = 'noah',
                     ['parent'] = 'manage',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Displays a list of all known users, showing username and ID.',
                     ['helpText'] = 'Spawns given number of all animals',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/manage mute'] = {
         ['noon'] = {
                     ['command'] = 'mute',
                     ['command'] = 'noon',
                     ['parent'] = 'manage',
                     ['parent'] = 'time',
                     ['helpText'] = 'Shows list of muted users or mutes user by account id, steamid, slgid, or username. Mute forever by default with empty time. Time format: 1m, 1h, 1d, 1w.',
                     ['helpText'] = 'Set time of day to noon.',
                     ['shortCut'] = 'mute',
                     ['shortCut'] = 'noon',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/manage playtime'] = {
         ['notalents'] = {
                     ['command'] = 'playtime',
                     ['command'] = 'notalents',
                     ['parent'] = 'manage',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Listet die Spielzeiten eines angegebenen Spielers auf oder einem selbst, wenn leer.',
                     ['helpText'] = 'Resets all talents',
                     ['shortCut'] = 'playtime',
                     ['shortCut'] = 'notalents',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                             },
                             },
         },
         },
         ['/manage removeadmin'] = {
         ['notificationstest'] = {
                     ['command'] = 'removeadmin',
                     ['command'] = 'notificationstest',
                     ['parent'] = 'manage',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Removes user as an Admin by account id, steamid, slgid, or username',
                     ['helpText'] = 'Spam a bunch of stuff to notifications',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String'},
                             ['Arg0'] = {'count', 'Int32', '10'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage save'] = {
         ['now'] = {
                     ['command'] = 'save',
                     ['command'] = 'now',
                     ['parent'] = 'manage',
                     ['parent'] = 'time',
                     ['helpText'] = 'Rette die Welt!',
                     ['helpText'] = 'Reports the current time.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/manage setreputation'] = {
         ['objects'] = {
                     ['command'] = 'setreputation',
                     ['command'] = 'objects',
                     ['parent'] = 'manage',
                     ['parent'] = 'build',
                     ['helpText'] = 'Befehl um den Ruf eines Spielers festzulegen',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'objectstring', 'String'},
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg2'] = {'textLengthMin', 'Int32', '3'},
                             ['Arg2'] = {'rep', 'Int32', '0'},
                             ['Arg3'] = {'textLengthMax', 'Int32', '40'},
                             ['Arg3'] = {'clampValue', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/manage setreputationrelative'] = {
         ['oneshot'] = {
                     ['command'] = 'setreputationrelative',
                     ['command'] = 'oneshot',
                     ['parent'] = 'manage',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Set the user\'s reputation relative to another',
                     ['helpText'] = 'Kills nearest animal',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'fromUser', 'User'},
                            ['Arg3'] = {'rep', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/manage setspawn'] = {
         ['openserverui'] = {
                     ['command'] = 'setspawn',
                     ['command'] = 'openserverui',
                     ['parent'] = 'manage',
                     ['parent'] = 'util',
                     ['helpText'] = 'Ändert den Spawnpunkt zu deinem aktuellen Standort',
                     ['helpText'] = 'Opens the server GUI, if the user is a local user.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'serverui',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/manage spieler'] = {
         ['ownall'] = {
                     ['command'] = 'Spieler',
                     ['command'] = 'ownall',
                     ['parent'] = 'manage',
                     ['parent'] = 'property',
                     ['helpText'] = 'Gibt eine Liste aller Spieler, die online sind, aus',
                     ['helpText'] = 'Claim all property',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/manage unban'] = {
         ['owner'] = {
                     ['command'] = 'unban',
                     ['command'] = 'owner',
                     ['parent'] = 'manage',
                     ['parent'] = 'property',
                     ['helpText'] = 'Unbans user by account id, steamid, slgid, or username',
                     ['helpText'] = 'Change owner of current deed',
                     ['shortCut'] = 'unban',
                     ['shortCut'] = 'owner',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'newOwner', 'User', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage unmute'] = {
         ['ownnone'] = {
                     ['command'] = 'unmute',
                     ['command'] = 'ownnone',
                     ['parent'] = 'manage',
                     ['parent'] = 'property',
                     ['helpText'] = 'Unmutes user by account id, steamid, slgid, or username',
                     ['helpText'] = 'Revoke your property',
                     ['shortCut'] = 'unmute',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'otherPlayer', 'User', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage unwhitelist'] = {
         ['pickupblock'] = {
                     ['command'] = 'unwhitelist',
                     ['command'] = 'pickupblock',
                     ['parent'] = 'manage',
                     ['parent'] = 'test',
                     ['helpText'] = 'Removes user from the whitelist by account id, steamid, slgid, or username',
                     ['helpText'] = 'Attempts picking up all world block objects in the world',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage useractivity'] = {
         ['pipes'] = {
                     ['command'] = 'useractivity',
                     ['command'] = 'pipes',
                     ['parent'] = 'manage',
                     ['parent'] = 'test',
                     ['helpText'] = 'Listet alle Spieler und deren letzten Login auf.',
                     ['helpText'] = 'Spawns a setup for testing pipes.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/manage warnuser'] = {
         ['placeallworldblocks'] = {
                     ['command'] = 'warnuser',
                     ['command'] = 'placeallworldblocks',
                     ['parent'] = 'manage',
                     ['parent'] = 'test',
                     ['helpText'] = 'Sends a warning to a citizen',
                     ['helpText'] = 'Attempts placing all world block objects in the world',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['placegarbage'] = {
                    ['command'] = 'placegarbage',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempt to place a bunch of garbage bags in the world.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'warnUser', 'User'},
                            ['Arg2'] = {'warning', 'String', ''},
                             },
                             },
         },
         },
         ['/manage whatami'] = {
         ['placeobjects'] = {
                     ['command'] = 'whatami',
                     ['command'] = 'placeobjects',
                     ['parent'] = 'manage',
                     ['parent'] = 'test',
                     ['helpText'] = 'View your current skill title',
                     ['helpText'] = 'Attempts placing all objects in the world twice',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/manage whitelist'] = {
         ['plantdetails'] = {
                     ['command'] = 'whitelist',
                     ['command'] = 'plantdetails',
                     ['parent'] = 'manage',
                     ['parent'] = nil,
                     ['helpText'] = 'Shows list of whitelisted users or adds user to the whitelist by account id, steamid, slgid, or username',
                     ['helpText'] = 'Creates a dump file of all plant conditions',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage whoami'] = {
         ['playtime'] = {
                     ['command'] = 'whoami',
                     ['command'] = 'playtime',
                     ['parent'] = 'manage',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Zeigt deine Benutzer-ID an',
                     ['helpText'] = 'Lists the playtimes for a given user, or yourself if none passed.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'playtime',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                             },
                             },
         },
         },
         ['/manage whois'] = {
         ['poorbunnies'] = {
                     ['command'] = 'whois',
                     ['command'] = 'poorbunnies',
                     ['parent'] = 'manage',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Shows the user ID of the requested user.',
                     ['helpText'] = 'Kills all animals',
                     ['shortCut'] = '',
                     ['shortCut'] = 'die',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherUser', 'User'},
                             ['Arg0'] = {'destroy', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/meteor addhours'] = {
         ['power'] = {
                     ['command'] = 'addhours',
                     ['command'] = 'power',
                     ['parent'] = 'meteor',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Adds meteor impact hours',
                     ['helpText'] = 'Spawns Power dependent items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/meteor destroy'] = {
         ['predatorsprotected'] = {
                     ['command'] = 'destroy',
                     ['command'] = 'predatorsprotected',
                     ['parent'] = 'meteor',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Destroys the meteor in orbit.',
                     ['helpText'] = 'Stay invisible from predators',
                     ['shortCut'] = '',
                     ['shortCut'] = 'safe',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/meteor fall'] = {
         ['propertyclaimtool'] = {
                     ['command'] = 'fall',
                     ['command'] = 'propertyclaimtool',
                     ['parent'] = 'meteor',
                     ['parent'] = 'test',
                     ['helpText'] = 'Begin the meteor impact sequence',
                     ['helpText'] = 'Test claiming and unclaiming property.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/meteor hitworldlayers'] = {
         ['rain'] = {
                     ['command'] = 'hitworldlayers',
                     ['command'] = 'rain',
                     ['parent'] = 'meteor',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Triggers world layers to act as if they were hit by a meteor.',
                     ['helpText'] = 'Makes meteorites rain down the sky, accepting the number to send and how long between them.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['/meteor impact'] = {
         ['raisesealevel'] = {
                     ['command'] = 'impact',
                     ['command'] = 'raisesealevel',
                     ['parent'] = 'meteor',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Make the meteor strike instantly.',
                     ['helpText'] = 'Raises the sea level by a passed in amount. Careful with this one!',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'val', 'Single', '1.5'},
                             },
                             },
         },
         },
         ['/meteor makevisible'] = {
         ['rate'] = {
                     ['command'] = 'makevisible',
                     ['command'] = 'rate',
                     ['parent'] = 'meteor',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Make the meteor enter the targetable range, or the specified angle if one is passed in.',
                     ['helpText'] = 'Displays or sets the current skill rate multiplier.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'skillRate', 'Single', '-1'},
                             ['Arg1'] = {'angle', 'Single', '300'},
                             },
                             },
         },
         },
         ['/meteor regen'] = {
         ['recipesdetails'] = {
                     ['command'] = 'Regen',
                     ['command'] = 'recipesdetails',
                     ['parent'] = 'meteor',
                     ['parent'] = nil,
                     ['helpText'] = 'Makes meteorites rain down the sky, accepting the number to send and how long between them.',
                     ['helpText'] = 'Creates a dump file of all discovered recipes',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['/meteor spawn'] = {
         ['record'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'record',
                     ['parent'] = 'meteor',
                     ['parent'] = 'util',
                     ['helpText'] = 'Spawns a meteor into orbit, regardless of current disaster settings.',
                     ['helpText'] = 'Toggles record mode',
                     ['shortCut'] = '',
                     ['shortCut'] = 'record',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/meteor spawncrater'] = {
         ['regenlayer'] = {
                     ['command'] = 'spawncrater',
                     ['command'] = 'regenlayer',
                     ['parent'] = 'meteor',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Create a crater at the current position.',
                     ['helpText'] = 'Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'size', 'Single', '5'},
                             ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/objects add'] = {
         ['remove'] = {
                     ['command'] = 'add',
                     ['command'] = 'remove',
                     ['parent'] = 'objects',
                     ['parent'] = 'land',
                     ['helpText'] = 'Add an object of the give type.',
                     ['helpText'] = 'Remove block types within a specified area',
                     ['shortCut'] = '',
                     ['shortCut'] = 'remove',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/objects clear'] = {
         ['removeaccountmanager'] = {
                     ['command'] = 'clear',
                     ['command'] = 'removeaccountmanager',
                     ['parent'] = 'objects',
                     ['parent'] = 'money',
                     ['helpText'] = 'Entfernt Objekte eines bestimmten Typs.',
                     ['helpText'] = 'Remove user as manager from bank account with ID.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                             ['Arg2'] = {'target', 'User'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/objects edit'] = {
         ['removeaccountuser'] = {
                     ['command'] = 'edit',
                     ['command'] = 'removeaccountuser',
                     ['parent'] = 'objects',
                     ['parent'] = 'money',
                     ['helpText'] = 'Bearbeite ein bestimmtes Objekt eines bestimmten Typs. Kann nach Name oder ID spezifiziert werden.',
                     ['helpText'] = 'Removes user from bank account with ID.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                             ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/objects list'] = {
         ['removeadmin'] = {
                     ['command'] = 'list',
                     ['command'] = 'removeadmin',
                     ['parent'] = 'objects',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Listet alle Objekte eines bestimmten Typs.',
                     ['helpText'] = 'Removes user as an Admin by account id, steamid, slgid, or username',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/objects remove'] = {
         ['removeallbut'] = {
                     ['command'] = 'remove',
                     ['command'] = 'removeallbut',
                     ['parent'] = 'objects',
                     ['parent'] = 'land',
                     ['helpText'] = 'Remove a specific object.  Can specify by name or ID.',
                     ['helpText'] = 'Removes all block types except the specified type within a specified area',
                     ['shortCut'] = '',
                     ['shortCut'] = 'removeallbut',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                             ['Arg2'] = {'objectNameOrId', 'String', ''},
                             ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/pollute air'] = {
         ['removeconst'] = {
                     ['command'] = 'air',
                     ['command'] = 'removeconst',
                     ['parent'] = 'pollute',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Creates X tons of air pollution',
                     ['helpText'] = 'Remove the current constitution.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'tons', 'Single'},
                             },
                             },
         },
         },
         ['/pollute airpollutiongenerators'] = {
         ['removedeadplants'] = {
                     ['command'] = 'airpollutiongenerators',
                     ['command'] = 'removedeadplants',
                     ['parent'] = 'pollute',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Creates AIR POLLUTION MACHINES OF DOOM',
                     ['helpText'] = 'Removes dead plants in an area.',
                    ['shortCut'] = 'apgen',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/pollute all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'pollute',
                    ['helpText'] = 'Rains tailings from the heavens to ruin the world',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '50'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/pollute co2'] = {
         ['removeinvalidownables'] = {
                     ['command'] = 'co2',
                     ['command'] = 'removeinvalidownables',
                     ['parent'] = 'pollute',
                     ['parent'] = 'property',
                     ['helpText'] = 'Changes CO2 PPM by X',
                     ['helpText'] = 'Check deeds and remove contained ownables that do not belong to them',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ppm', 'Single'},
                             },
                             },
         },
         },
         ['/pollute trashcity'] = {
         ['removenearestglobalmark'] = {
                     ['command'] = 'trashcity',
                     ['command'] = 'removenearestglobalmark',
                     ['parent'] = 'pollute',
                     ['parent'] = 'land',
                     ['helpText'] = 'Just in case you like living in TRASH CITY',
                     ['helpText'] = 'Removes the nearest global waypoint to your current position.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'removenearestglobalmark',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/preset all'] = {
         ['removetalent'] = {
                     ['command'] = 'all',
                     ['command'] = 'removetalent',
                     ['parent'] = 'preset',
                     ['parent'] = 'skills',
                     ['helpText'] = 'Spawns All Presets (Exept hidden)',
                     ['helpText'] = 'Removes talent by name',
                     ['shortCut'] = '',
                     ['shortCut'] = 'talentdel',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'talentType', 'String'},
                             },
                             },
         },
         },
         ['/preset blocks'] = {
         ['rename'] = {
                     ['command'] = 'blocks',
                     ['command'] = 'rename',
                     ['parent'] = 'preset',
                     ['parent'] = 'titles',
                     ['helpText'] = 'Spawns Blocks items',
                     ['helpText'] = 'Rename a new title.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                             },
                             },
         },
         },
         ['/preset clothes'] = {
         ['repairall'] = {
                     ['command'] = 'clothes',
                     ['command'] = 'repairall',
                     ['parent'] = 'preset',
                     ['parent'] = 'rooms',
                     ['helpText'] = 'Spawns Clothing items',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset crafting'] = {
         ['reset'] = {
                     ['command'] = 'crafting',
                     ['command'] = 'reset',
                     ['parent'] = 'preset',
                     ['parent'] = 'tutorials',
                     ['helpText'] = 'Spawns CraftingStation items',
                     ['helpText'] = 'Resets the tutorial, including record of given items (which menu option does not do).',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset economy'] = {
         ['resettime'] = {
                     ['command'] = 'economy',
                     ['command'] = 'resettime',
                     ['parent'] = 'preset',
                     ['parent'] = 'time',
                     ['helpText'] = 'Spawns Economy items',
                     ['helpText'] = 'Reset time of day to match the clock.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'resettime',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset food'] = {
         ['resetworldcaches'] = {
                     ['command'] = 'food',
                     ['command'] = 'resetworldcaches',
                     ['parent'] = 'preset',
                     ['parent'] = 'land',
                     ['helpText'] = 'Spawns Food items',
                     ['helpText'] = 'Resets the world caches',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset fuel'] = {
         ['resources'] = {
                     ['command'] = 'fuel',
                     ['command'] = 'resources',
                     ['parent'] = 'preset',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns Fuel items',
                     ['helpText'] = 'Spawns Resources items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 1.896: Zeile 1.853:
                             },
                             },
         },
         },
         ['/preset generators'] = {
         ['road'] = {
                     ['command'] = 'generators',
                     ['command'] = 'road',
                     ['parent'] = 'preset',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns Generator items',
                     ['helpText'] = 'Spawns a road',
                     ['shortCut'] = '',
                     ['shortCut'] = 'road',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'length', 'Int32', '25'},
                            ['Arg2'] = {'width', 'Int32', '4'},
                            ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                            ['Arg4'] = {'bottomType', 'Int32', '2'},
                             },
                             },
         },
         },
         ['/preset hidden'] = {
         ['runtest'] = {
                     ['command'] = 'hidden',
                     ['command'] = 'runtest',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spawns Hidden items',
                     ['helpText'] = 'Run a specific test.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'testname', 'String'},
                             },
                             },
         },
         },
         ['/preset housing'] = {
         ['runtests'] = {
                     ['command'] = 'housing',
                     ['command'] = 'runtests',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spawns Housing items',
                     ['helpText'] = 'Run a series of chat commands to test the game.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset power'] = {
         ['save'] = {
                     ['command'] = 'power',
                     ['command'] = 'save',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns Power dependent items',
                     ['helpText'] = 'Save the world!',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset resources'] = {
         ['scrols'] = {
                     ['command'] = 'resources',
                     ['command'] = 'scrols',
                     ['parent'] = 'preset',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns Resources items',
                     ['helpText'] = 'Spawns SkillScrols items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 1.946: Zeile 1.904:
                             },
                             },
         },
         },
         ['/preset scrolls'] = {
         ['servercrash'] = {
                     ['command'] = 'scrolls',
                     ['command'] = 'servercrash',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spawns SkillScrolls items',
                     ['helpText'] = 'A command to force the server to crash',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset storages'] = {
         ['set'] = {
                     ['command'] = 'storages',
                     ['command'] = 'set',
                     ['parent'] = 'preset',
                     ['parent'] = 'time',
                     ['helpText'] = 'Spawns Storage items',
                     ['helpText'] = 'Set time of day to the specified hour',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'hour', 'Single'},
                             },
                             },
         },
         },
         ['/preset tools'] = {
         ['setaccountowner'] = {
                     ['command'] = 'tools',
                     ['command'] = 'setaccountowner',
                     ['parent'] = 'preset',
                     ['parent'] = 'money',
                     ['helpText'] = 'Spawns Tools items',
                     ['helpText'] = 'Manually set an account creator.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/preset vehicles'] = {
         ['setlayer'] = {
                     ['command'] = 'vehicles',
                     ['command'] = 'setlayer',
                     ['parent'] = 'preset',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Spawns vehicle items',
                     ['helpText'] = 'Sets a world layer to specific value or random value from range.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'NaN'},
                             },
                             },
         },
         },
         ['/property add'] = {
         ['setpollutionactive'] = {
                     ['command'] = 'add',
                     ['command'] = 'setpollutionactive',
                     ['parent'] = 'property',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Adds user to current deed (if username is not provided then adds current user)',
                     ['helpText'] = 'Activates/deactivates pollution layer updating.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'username', 'String', ''},
                             ['Arg1'] = {'isActive', 'Boolean'},
                             },
                             },
         },
         },
         ['/property besitzer'] = {
         ['setpowercost'] = {
                     ['command'] = 'Besitzer',
                     ['command'] = 'setpowercost',
                     ['parent'] = 'property',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Change owner of current deed',
                     ['helpText'] = 'Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).',
                     ['shortCut'] = 'besitzer',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'newOwner', 'User', ''},
                             ['Arg1'] = {'cost', 'Single', '0'},
                            ['Arg2'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['/property claimrect'] = {
         ['setreputation'] = {
                     ['command'] = 'claimrect',
                     ['command'] = 'setreputation',
                     ['parent'] = 'property',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Claims plots in a given rect.',
                     ['helpText'] = 'A command to set the user\'s reputation',
                     ['shortCut'] = 'claim',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'xSide', 'Int32', '5'},
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg2'] = {'ySide', 'Int32', '5'},
                            ['Arg2'] = {'rep', 'Int32', '0'},
                             ['Arg3'] = {'clampValue', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/property ownall'] = {
         ['setreputationrelative'] = {
                     ['command'] = 'ownall',
                     ['command'] = 'setreputationrelative',
                     ['parent'] = 'property',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Claim all property',
                     ['helpText'] = 'Set the user\'s reputation relative to another',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'fromUser', 'User'},
                            ['Arg3'] = {'rep', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/property ownnone'] = {
         ['setspawn'] = {
                     ['command'] = 'ownnone',
                     ['command'] = 'setspawn',
                     ['parent'] = 'property',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Revoke your property',
                     ['helpText'] = 'Changes the spawn location to your current location',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/property remove'] = {
         ['sewage'] = {
                     ['command'] = 'remove',
                     ['command'] = 'sewage',
                     ['parent'] = 'property',
                     ['parent'] = 'test',
                     ['helpText'] = 'Removes user from current deed (if username is not provided then removes current user)',
                     ['helpText'] = 'Spawns a setup for testing pipes.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'username', 'String', ''},
                             },
                             },
         },
         },
         ['/property removeinvalidownables'] = {
         ['sewagevillage'] = {
                     ['command'] = 'removeinvalidownables',
                     ['command'] = 'sewagevillage',
                     ['parent'] = 'property',
                     ['parent'] = 'build',
                     ['helpText'] = 'Check deeds and remove contained ownables that do not belong to them',
                     ['helpText'] = 'Spawn a village that will have a sewage network.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
Zeile 2.055: Zeile 2.018:
                             },
                             },
         },
         },
         ['/property targetowner'] = {
         ['showgovernment'] = {
                     ['command'] = 'targetowner',
                     ['command'] = 'showgovernment',
                     ['parent'] = 'property',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Change owner of current target',
                     ['helpText'] = 'Lists the active elements of the government.',
                     ['shortCut'] = 'ownit',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'newOwner', 'User', ''},
                             },
                             },
         },
         },
         ['/property unclaim'] = {
         ['showsupportedlanguages'] = {
                     ['command'] = 'unclaim',
                     ['command'] = 'showsupportedlanguages',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Unclaim the plot you\'re standing on',
                     ['helpText'] = 'List all supported languages with short codes',
                     ['shortCut'] = 'unclaim',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/property unclaimabandoned'] = {
         ['showtick'] = {
                     ['command'] = 'unclaimabandoned',
                     ['command'] = 'showtick',
                     ['parent'] = 'property',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Unclaim plots across the world where the owner hasn\'t logged in for X days',
                     ['helpText'] = 'Show time until the next civics tick.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'days', 'Single'},
                             },
                             },
         },
         },
         ['/qa allblocks'] = {
         ['shuffleblocks'] = {
                     ['command'] = 'allblocks',
                     ['command'] = 'shuffleblocks',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.',
                     ['helpText'] = 'Spawns and shuffles different blocks',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'rows', 'Int32', '1'},
                             ['Arg1'] = {'x', 'Int32', '10'},
                            ['Arg2'] = {'y', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/qa allconstructed'] = {
         ['shuffleobjects'] = {
                     ['command'] = 'allconstructed',
                     ['command'] = 'shuffleobjects',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns all player constructible blocks',
                     ['helpText'] = 'Spawns a large number of random WorldObjects.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockType', 'String', ''},
                             ['Arg1'] = {'count', 'Int32', '100'},
                             },
                             },
         },
         },
         ['/qa allplants'] = {
         ['skillsdetails'] = {
                     ['command'] = 'allplants',
                     ['command'] = 'skillsdetails',
                     ['parent'] = 'qa',
                     ['parent'] = nil,
                     ['helpText'] = 'Spawns all plant blocks',
                     ['helpText'] = 'Creates a dump file of all discovered skills',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/qa allterrain'] = {
         ['smile'] = {
                     ['command'] = 'allterrain',
                     ['command'] = 'smile',
                     ['parent'] = 'qa',
                     ['parent'] = 'emote',
                     ['helpText'] = 'Spawns all diggable blocks',
                     ['helpText'] = 'Smile',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/qa allworldobjects'] = {
         ['smirk'] = {
                     ['command'] = 'allworldobjects',
                     ['command'] = 'smirk',
                     ['parent'] = 'qa',
                     ['parent'] = 'emote',
                     ['helpText'] = 'Spawns all world objects',
                     ['helpText'] = 'Smirk',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/qa chattest'] = {
         ['spamdb'] = {
                     ['command'] = 'chattest',
                     ['command'] = 'spamdb',
                     ['parent'] = 'qa',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spam a bunch of stuff to chat',
                     ['helpText'] = 'Spams database operations, in the hopes of reproducing errors or lag',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'count', 'Int32', '10'},
                             ['Arg1'] = {'numSeconds', 'Single', '30'},
                             ['Arg1'] = {'tagCount', 'Int32', '10'},
                             ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                             ['Arg2'] = {'gibberish', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa dbtest'] = {
         ['spawn'] = {
                     ['command'] = 'dbtest',
                     ['command'] = 'spawn',
                     ['parent'] = 'qa',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Inserts records to DB to get perfomance information on it.',
                     ['helpText'] = 'Spawns item in building',
                     ['shortCut'] = 'db',
                     ['shortCut'] = 'spawn',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'parallelCount', 'Int32'},
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg2'] = {'statsCountPerParallel', 'Int32'},
                             ['Arg2'] = {'claim', 'Boolean', 'True'},
                            ['Arg3'] = {'bulk', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa disconnect'] = {
         ['spawnaccounts'] = {
                     ['command'] = 'disconnect',
                     ['command'] = 'spawnaccounts',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Disconnect client with a long message',
                     ['helpText'] = 'Create new bank accounts for each user.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['/qa exceptional'] = {
         ['spawnallplants'] = {
                     ['command'] = 'exceptional',
                     ['command'] = 'spawnallplants',
                     ['parent'] = 'qa',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Throws an exception, very useful',
                     ['helpText'] = 'Spawns plants of particular ages in a row',
                     ['shortCut'] = '',
                     ['shortCut'] = 'allplants',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'growth1', 'Single', '0.3'},
                            ['Arg3'] = {'growth2', 'Single', '0.6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                             },
                             },
         },
         },
         ['/qa givealltools'] = {
         ['spawnanimal'] = {
                     ['command'] = 'givealltools',
                     ['command'] = 'spawnanimal',
                     ['parent'] = 'qa',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Give all tools of the particular tier. Without specific tier a chest with all tools will be spawned',
                     ['helpText'] = 'Spawns a number of animals',
                     ['shortCut'] = 'gat',
                     ['shortCut'] = 'animal',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Single', '0'},
                             ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/qa giveallvehicles'] = {
         ['spawnconst'] = {
                     ['command'] = 'giveallvehicles',
                     ['command'] = 'spawnconst',
                     ['parent'] = 'qa',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Give all vehicles and hammer (no elevator, no crane)',
                     ['helpText'] = 'Spawn a blank constitution if it\'s missing.',
                     ['shortCut'] = 'gav',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/qa listunobtainableitems'] = {
         ['spawncrafting'] = {
                     ['command'] = 'listunobtainableitems',
                     ['command'] = 'spawncrafting',
                     ['parent'] = 'qa',
                     ['parent'] = 'craft',
                     ['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'] = 'Creates a craft setup where output from one thing is input to another.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'copies', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/qa notificationstest'] = {
         ['spawncrater'] = {
                     ['command'] = 'notificationstest',
                     ['command'] = 'spawncrater',
                     ['parent'] = 'qa',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Spam a bunch of stuff to notifications',
                     ['helpText'] = 'Create a crater at the current position.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'count', 'Int32', '10'},
                             ['Arg1'] = {'size', 'Single', '5'},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa receivechat'] = {
         ['spawndems'] = {
                     ['command'] = 'receivechat',
                     ['command'] = 'spawndems',
                     ['parent'] = 'qa',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Send multiple chat messages over time to test scrolling',
                     ['helpText'] = 'Generate some demographics.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'msgCounts', 'Int32'},
                             ['Arg1'] = {'count', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/qa runtest'] = {
         ['spawnelection'] = {
                     ['command'] = 'runtest',
                     ['command'] = 'spawnelection',
                     ['parent'] = 'qa',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Run a specific test.',
                     ['helpText'] = 'Generate a test election.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'testname', 'String'},
                             ['Arg1'] = {'forceFinish', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/qa runtests'] = {
         ['spawngov'] = {
                     ['command'] = 'runtests',
                     ['command'] = 'spawngov',
                     ['parent'] = 'qa',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Run a series of chat commands to test the game.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'requireElections', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa servercrash'] = {
         ['spawnlaws'] = {
                     ['command'] = 'servercrash',
                     ['command'] = 'spawnlaws',
                     ['parent'] = 'qa',
                     ['parent'] = 'civics',
                     ['helpText'] = 'A command to force the server to crash',
                     ['helpText'] = 'Generate some test laws.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/qa showsupportedlanguages'] = {
         ['spawnplant'] = {
                     ['command'] = 'showsupportedlanguages',
                     ['command'] = 'spawnplant',
                     ['parent'] = 'qa',
                     ['parent'] = 'sim',
                     ['helpText'] = 'List all supported languages with short codes',
                     ['helpText'] = 'Spawns a plant or plants in a row with increasing ages',
                     ['shortCut'] = '',
                     ['shortCut'] = 'plant',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Birch'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/qa spamdb'] = {
         ['spawnrubble'] = {
                     ['command'] = 'spamdb',
                     ['command'] = 'spawnrubble',
                     ['parent'] = 'qa',
                     ['parent'] = 'land',
                     ['helpText'] = 'Spams database operations, in the hopes of reproducing errors or lag',
                     ['helpText'] = 'Rains rubble around the player.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'numSeconds', 'Single', '30'},
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                             ['Arg2'] = {'rubble', 'Int32', '32'},
                             },
                             },
         },
         },
         ['/qa spawn'] = {
         ['spawnzoningoffice'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'spawnzoningoffice',
                     ['parent'] = 'qa',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Spawnt einen Gegenstand in einem Gebäude',
                     ['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'] = 'spawn',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                            },
        },
        ['/qa testbows'] = {
                    ['command'] = 'testbows',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Test bow and arrows.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'maps', 'Int32', '3'},
                            ['Arg2'] = {'districtCount', 'Int32', '100'},
                             },
                             },
         },
         },
         ['/qa toggle'] = {
         ['spieler'] = {
                     ['command'] = 'toggle',
                     ['command'] = 'Spieler',
                     ['parent'] = 'qa',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Toggles the show state of a UI, by UI prefab name',
                     ['helpText'] = 'Returns a list of online players',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'uiName', 'String'},
                             },
                             },
         },
         },
         ['/rooms repairall'] = {
         ['steamsale'] = {
                     ['command'] = 'repairall',
                     ['command'] = 'steamsale',
                     ['parent'] = 'rooms',
                     ['parent'] = 'money',
                     ['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'] = 'Give every player an amount of money',
                     ['shortCut'] = '',
                     ['shortCut'] = 'gabe',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Single', '1000'},
                             },
                             },
         },
         },
         ['/rooms test'] = {
         ['stockpile'] = {
                     ['command'] = 'test',
                     ['command'] = 'stockpile',
                     ['parent'] = 'rooms',
                     ['parent'] = 'build',
                     ['helpText'] = 'Prüft die Umgebung um zu sehen ob sie die Voraussetzungen für einen Raum einhält, wenn nicht wird der Grund erklärt.',
                     ['helpText'] = 'Spawns a stockpile containing stacks of the listed items.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'item1', 'String', 'LogItem'},
                            ['Arg2'] = {'item2', 'String', ''},
                            ['Arg3'] = {'item3', 'String', ''},
                            ['Arg4'] = {'item4', 'String', ''},
                            ['Arg5'] = {'item5', 'String', ''},
                             },
                             },
         },
         },
         ['/settlement spawn'] = {
         ['storages'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'storages',
                     ['parent'] = 'settlement',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Create a homestead with a test user owning.',
                     ['helpText'] = 'Spawns Storage items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim addatm'] = {
         ['store'] = {
                     ['command'] = 'addatm',
                     ['command'] = 'store',
                     ['parent'] = 'sim',
                     ['parent'] = 'build',
                     ['helpText'] = 'Atmosphäre hinzufügen',
                     ['helpText'] = 'Spawns a store with storages and random trade offers.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'offers', 'Int32', '6'},
                             },
                             },
         },
         },
         ['/sim animalspeed'] = {
         ['talentdetails'] = {
                     ['command'] = 'animalspeed',
                     ['command'] = 'talentdetails',
                     ['parent'] = 'sim',
                     ['parent'] = nil,
                     ['helpText'] = 'Set speed for nearest animal (debug)',
                     ['helpText'] = 'Creates a dump file of all discovered Talents',
                     ['shortCut'] = 'animalspeed',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'wanderingSpeed', 'Single'},
                            ['Arg2'] = {'runningSpeed', 'Single', '0'},
                             },
                             },
         },
         },
         ['/sim bunnytime'] = {
         ['targetowner'] = {
                     ['command'] = 'bunnytime',
                     ['command'] = 'targetowner',
                     ['parent'] = 'sim',
                     ['parent'] = 'property',
                     ['helpText'] = 'Spawns 100 bunnies',
                     ['helpText'] = 'Change owner of current target',
                     ['shortCut'] = '',
                     ['shortCut'] = 'ownit',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'newOwner', 'User', ''},
                             },
                             },
         },
         },
         ['/sim debuganimal'] = {
         ['targetto'] = {
                     ['command'] = 'debuganimal',
                     ['command'] = 'targetto',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] = 'Enables debug on the nearest animal, or disables it if already enabled.',
                     ['helpText'] = 'Teleports otherPlayer to an xyz coordinate',
                     ['shortCut'] = 'dba',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'follow', 'Boolean', 'True'},
                             ['Arg1'] = {'otherUser', 'User'},
                             ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                             ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/sim destroyedatmosphere'] = {
         ['task'] = {
                     ['command'] = 'destroyedatmosphere',
                     ['command'] = 'task',
                     ['parent'] = 'sim',
                     ['parent'] = 'tutorials',
                     ['helpText'] = 'Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.',
                     ['helpText'] = 'Starts specific tutorial task by name.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'taskName', 'String'},
                             ['Arg1'] = {'percent', 'Single', '0.5'},
                            ['Arg2'] = {'time', 'Single', '5'},
                             },
                             },
         },
         },
         ['/sim dinnerbell'] = {
         ['tax'] = {
                     ['command'] = 'dinnerbell',
                     ['command'] = 'tax',
                     ['parent'] = 'sim',
                     ['parent'] = 'money',
                     ['helpText'] = 'Makes all animals hungry.',
                     ['helpText'] = 'Tax all accounts in all currencies a specified amount of money, into the treasury by default or a specified account.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                            ['Arg2'] = {'accountID', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim followanimal'] = {
         ['tech'] = {
                     ['command'] = 'followanimal',
                     ['command'] = 'tech',
                     ['parent'] = 'sim',
                     ['parent'] = 'build',
                     ['helpText'] = 'Toggle following the nearest animal.',
                     ['helpText'] = 'Spawns some things (objects, blocks, etc) at a certain tech tier',
                     ['shortCut'] = 'fola',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             ['Arg1'] = {'tier', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim forcecollectglobalstats'] = {
         ['techtree'] = {
                     ['command'] = 'forcecollectglobalstats',
                     ['command'] = 'techtree',
                     ['parent'] = 'sim',
                     ['parent'] = 'build',
                     ['helpText'] = 'Force global stats to collect now. Updates world progress stats as well.',
                     ['helpText'] = 'Builds every WorldObject in an appropriate building and fills it with fuel',
                     ['shortCut'] = 'globalstats',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/sim greenthumb'] = {
         ['techtreesimulation'] = {
                     ['command'] = 'greenthumb',
                     ['command'] = 'techtreesimulation',
                     ['parent'] = 'sim',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Spawnt zufällige Pflanzen',
                     ['helpText'] = 'Simulates the tech tree',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim killplants'] = {
         ['test'] = {
                     ['command'] = 'killplants',
                     ['command'] = 'test',
                     ['parent'] = 'sim',
                     ['parent'] = 'rooms',
                     ['helpText'] = 'Kills all plants in an area. Pass true to delete them.',
                     ['helpText'] = 'Check the current surroundings to see if it\'s a room, and if not explain why not.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                             },
                             },
         },
         },
         ['/sim killtrees'] = {
         ['testbows'] = {
                     ['command'] = 'killtrees',
                     ['command'] = 'testbows',
                     ['parent'] = 'sim',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Cuts all trees in an area. Pass true to delete them.',
                     ['helpText'] = 'Test bow and arrows.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim massplant'] = {
         ['testexchange'] = {
                     ['command'] = 'massplant',
                     ['command'] = 'testexchange',
                     ['parent'] = 'sim',
                     ['parent'] = 'money',
                     ['helpText'] = 'Spawnt eine Menge der gleichen Pflanze',
                     ['helpText'] = 'Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'speciesName', 'String', ''},
                            ['Arg3'] = {'yield', 'Single', '0.8'},
                            ['Arg4'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim meeresspiegel'] = {
         ['testgameactions'] = {
                     ['command'] = 'Meeresspiegel',
                     ['command'] = 'testgameactions',
                     ['parent'] = 'sim',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Displays the current sea level and how much it has risen.',
                     ['helpText'] = 'Tests all the actions in the game by making laws for them and performing them.',
                     ['shortCut'] = 'sea',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/sim noah'] = {
         ['testtreasury'] = {
                     ['command'] = 'noah',
                     ['command'] = 'testtreasury',
                     ['parent'] = 'sim',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Spawns given number of all animals',
                     ['helpText'] = 'Spawns a test treasury, grants related privileges to the user, opens UI, allocates taxes.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim oneshot'] = {
         ['thirdperson'] = {
                     ['command'] = 'oneshot',
                     ['command'] = 'thirdperson',
                     ['parent'] = 'sim',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Tötet das nächste Tier',
                     ['helpText'] = 'Toggles Third Person Camera',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/sim poorbunnies'] = {
         ['ticknow'] = {
                     ['command'] = 'poorbunnies',
                     ['command'] = 'ticknow',
                     ['parent'] = 'sim',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Tötet alle Tiere',
                     ['helpText'] = 'Force a tick on the civics system to happen immediately.',
                     ['shortCut'] = 'die',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'destroy', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/sim predatorsprotected'] = {
         ['todark'] = {
                     ['command'] = 'predatorsprotected',
                     ['command'] = 'todark',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] = 'Stay invisible from predators',
                     ['helpText'] = 'Teleport to the opposite side of the World',
                     ['shortCut'] = 'safe',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/sim raisesealevel'] = {
         ['toggle'] = {
                     ['command'] = 'raisesealevel',
                     ['command'] = 'toggle',
                     ['parent'] = 'sim',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Raises the sea level by a passed in amount.  Careful with this one!',
                     ['helpText'] = 'Toggles the show state of a UI, by UI prefab name',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'val', 'Single', '1.5'},
                             ['Arg1'] = {'uiName', 'String'},
                             },
                             },
         },
         },
         ['/sim regenlayer'] = {
         ['tolltrigger'] = {
                     ['command'] = 'regenlayer',
                     ['command'] = 'tolltrigger',
                     ['parent'] = 'sim',
                     ['parent'] = 'build',
                     ['helpText'] = 'Setzt eine Weltebene zurück in den Zustand, in dem sie wäre, wenn die Welt frisch generiert worden wäre.',
                     ['helpText'] = 'Create a test toll object triggering some basic stuff.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'layerName', 'String'},
                             },
                             },
         },
         },
         ['/sim removedeadplants'] = {
         ['tools'] = {
                     ['command'] = 'removedeadplants',
                     ['command'] = 'tools',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Removes dead plants in an area.',
                     ['helpText'] = 'Spawns Tools items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '50'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim setlayer'] = {
         ['toplayer'] = {
                     ['command'] = 'setlayer',
                     ['command'] = 'toplayer',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] = 'Sets a world layer to specific value or random value from range.',
                     ['helpText'] = 'Teleport to a citizen.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'tpto',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'otherPlayer', 'User'},
                             ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'NaN'},
                             },
                             },
         },
         },
         ['/sim setpollutionactive'] = {
         ['toworldposition'] = {
                     ['command'] = 'setpollutionactive',
                     ['command'] = 'toworldposition',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] = 'Activates/deactivates pollution layer updating.',
                     ['helpText'] = 'Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.',
                     ['shortCut'] = '',
                     ['shortCut'] = 'tp',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'isActive', 'Boolean'},
                             ['Arg1'] = {'x', 'Int32', '-1'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                             },
                             },
         },
         },
         ['/sim spawnallplants'] = {
         ['trample'] = {
                     ['command'] = 'spawnallplants',
                     ['command'] = 'trample',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Spawns plants of particular ages in a row',
                     ['helpText'] = 'Tramples the surrounding ground',
                     ['shortCut'] = 'allplants',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'growth1', 'Single', '0.3'},
                            ['Arg3'] = {'growth2', 'Single', '0.6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                             },
                             },
         },
         },
         ['/sim spawnanimal'] = {
         ['trashcity'] = {
                     ['command'] = 'spawnanimal',
                     ['command'] = 'trashcity',
                     ['parent'] = 'sim',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Spawnt eine Anzahl von Tieren',
                     ['helpText'] = 'Just in case you like living in TRASH CITY',
                     ['shortCut'] = 'animal',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim spawnplant'] = {
         ['treedetails'] = {
                     ['command'] = 'spawnplant',
                     ['command'] = 'treedetails',
                     ['parent'] = 'sim',
                     ['parent'] = nil,
                     ['helpText'] = 'Spawnt eine oder mehrere Pflanzen in einer Reihe mit zunehmendem Alter',
                     ['helpText'] = 'Creates a dump file of all Tree conditions',
                     ['shortCut'] = 'plant',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Birch'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim trample'] = {
         ['unassign'] = {
                     ['command'] = 'trample',
                     ['command'] = 'unassign',
                     ['parent'] = 'sim',
                     ['parent'] = 'titles',
                     ['helpText'] = 'Zertrampelt den umgebenden Boden',
                     ['helpText'] = 'Removes a given user from a given title, removing from yourself if none is specified.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                             },
                             },
         },
         },
         ['/sim unpollute'] = {
         ['unban'] = {
                     ['command'] = 'unpollute',
                     ['command'] = 'unban',
                     ['parent'] = 'sim',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Unpollute an area. Remove dead plants and replace dirt on grass blocks.',
                     ['helpText'] = 'Unbans user by account id, steamid, slgid, or username',
                     ['shortCut'] = '',
                     ['shortCut'] = 'unban',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'radius', 'Int32', '20'},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/skills all'] = {
         ['unclaim'] = {
                     ['command'] = 'all',
                     ['command'] = 'unclaim',
                     ['parent'] = 'skills',
                     ['parent'] = 'property',
                     ['helpText'] = 'Schaltet alle Fertigkeiten frei',
                     ['helpText'] = 'Unclaim the plot you\'re standing on',
                     ['shortCut'] = '',
                     ['shortCut'] = 'unclaim',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills cleartalents'] = {
         ['unclaimabandoned'] = {
                     ['command'] = 'cleartalents',
                     ['command'] = 'unclaimabandoned',
                     ['parent'] = 'skills',
                     ['parent'] = 'property',
                     ['helpText'] = 'Resets all talents for a specialization for a player. If the skill name is empty it will remove talents from all specialization',
                     ['helpText'] = 'Unclaim plots across the world where the owner hasn\'t logged in for X days',
                     ['shortCut'] = 'notalents',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg1'] = {'days', 'Single'},
                            ['Arg2'] = {'skillName', 'String', ''},
                             },
                             },
         },
         },
         ['/skills creative'] = {
         ['unmute'] = {
                     ['command'] = 'creative',
                     ['command'] = 'unmute',
                     ['parent'] = 'skills',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Remove restrictions and gives you every skill at max level.',
                     ['helpText'] = 'Unmutes user by account id, steamid, slgid, or username',
                     ['shortCut'] = 'creative',
                     ['shortCut'] = 'unmute',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/skills debugedu'] = {
         ['unpollute'] = {
                     ['command'] = 'debugedu',
                     ['command'] = 'unpollute',
                     ['parent'] = 'skills',
                     ['parent'] = 'sim',
                     ['helpText'] = 'Make education tick every frame, accepet teachers and students regardless of skills, and allow teachers to be their own students.',
                     ['helpText'] = 'Unpollute an area. Remove dead plants and replace dirt on grass blocks.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                             },
                             },
         },
         },
         ['/skills education'] = {
         ['unstuck'] = {
                     ['command'] = 'education',
                     ['command'] = 'unstuck',
                     ['parent'] = 'skills',
                     ['parent'] = 'util',
                     ['helpText'] = 'Set education value (0 to 1) for a skill (default to 1), giving the skill if the user doesn\'t have it.  If no target user is set, apply to self.',
                     ['helpText'] = 'Attempts to unstuck your avatar',
                     ['shortCut'] = '',
                     ['shortCut'] = 'unstuck',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'value', 'Single', '1'},
                            ['Arg3'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills fullreset'] = {
         ['unstuckvehicle'] = {
                     ['command'] = 'fullreset',
                     ['command'] = 'unstuckvehicle',
                     ['parent'] = 'skills',
                     ['parent'] = 'util',
                     ['helpText'] = 'Resets all skills to unlearnt',
                     ['helpText'] = 'Attempts to unstuck vehicle in target',
                    ['shortCut'] = 'freecar',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['unwhitelist'] = {
                    ['command'] = 'unwhitelist',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Removes user from the whitelist by account id, steamid, slgid, or username',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/skills give'] = {
         ['updatedems'] = {
                     ['command'] = 'give',
                     ['command'] = 'updatedems',
                     ['parent'] = 'skills',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Gives a skill matching the given name.',
                     ['helpText'] = 'Force demographics to update immediately.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                             },
                             },
         },
         },
         ['/skills givepointsto'] = {
         ['useractivity'] = {
                     ['command'] = 'givepointsto',
                     ['command'] = 'useractivity',
                     ['parent'] = 'skills',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Give skillpoints to another player. Give them to yourself if target user is empty',
                     ['helpText'] = 'Displays a list of users and when they last logged in.',
                     ['shortCut'] = 'point',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'number', 'Single', '10000'},
                             },
                             },
         },
         },
         ['/skills levelup'] = {
         ['vehicles'] = {
                     ['command'] = 'levelup',
                     ['command'] = 'vehicles',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Levels up a string matching the passed skill\'s name to the max.',
                     ['helpText'] = 'Spawns vehicle items',
                    ['shortCut'] = 'levelup',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills levelupall'] = {
                    ['command'] = 'levelupall',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Levels all skills up 1 level at a time (no chunks).',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'num', 'Int32', '1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills levelupuser'] = {
         ['village'] = {
                     ['command'] = 'levelupuser',
                     ['command'] = 'village',
                     ['parent'] = 'skills',
                     ['parent'] = 'build',
                     ['helpText'] = 'Level up a citizen by one.  Default levels you up.',
                     ['helpText'] = 'Spawns a village',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg1'] = {'type', 'Int32'},
                            ['Arg2'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['/skills rate'] = {
         ['vote'] = {
                     ['command'] = 'rate',
                     ['command'] = 'vote',
                     ['parent'] = 'skills',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Zeigt den momentanen Fertigkeitspunktemultiplikator an oder setzt ihn.',
                     ['helpText'] = 'Vote in the given election for the given candidate.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'skillRate', 'Single', '-1'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['/skills removetalent'] = {
         ['warnuser'] = {
                     ['command'] = 'removetalent',
                     ['command'] = 'warnuser',
                     ['parent'] = 'skills',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Removes talent by name for a player',
                     ['helpText'] = 'Sends a warning to a citizen',
                     ['shortCut'] = 'talentdel',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg1'] = {'warnUser', 'User'},
                             ['Arg2'] = {'talentName', 'String'},
                             ['Arg2'] = {'warning', 'String', ''},
                             },
                             },
         },
         },
         ['/skills reset'] = {
         ['whatami'] = {
                     ['command'] = 'reset',
                     ['command'] = 'whatami',
                     ['parent'] = 'skills',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Resets a specialization for a player. If the skill name is empty it will reset all specializations.',
                     ['helpText'] = 'View your current skill title',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                             },
                             },
         },
         },
         ['/teleportiere atob'] = {
         ['whitelist'] = {
                     ['command'] = 'atob',
                     ['command'] = 'whitelist',
                     ['parent'] = 'teleportiere',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Teleports player A to player B',
                     ['helpText'] = 'Shows list of whitelisted users or adds user to the whitelist by account id, steamid, slgid, or username',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg1'] = {'targetA', 'User'},
                             ['Arg2'] = {'reason', 'String', ''},
                             ['Arg2'] = {'targetB', 'User'},
                             },
                             },
         },
         },
         ['/teleportiere targetto'] = {
         ['whoami'] = {
                     ['command'] = 'targetto',
                     ['command'] = 'whoami',
                     ['parent'] = 'teleportiere',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Teleports otherPlayer to an xyz coordinate',
                     ['helpText'] = 'Shows your user ID',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherUser', 'User'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/teleportiere todark'] = {
         ['whois'] = {
                     ['command'] = 'todark',
                     ['command'] = 'whois',
                     ['parent'] = 'teleportiere',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Zur gegenüberliegenden Seite der Welt teleportieren',
                     ['helpText'] = 'Shows the user ID of the requested user.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User'},
                             },
                             },
         },
         },
         ['/teleportiere toplayer'] = {
         ['winelection'] = {
                     ['command'] = 'toplayer',
                     ['command'] = 'winelection',
                     ['parent'] = 'teleportiere',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Teleportiert zu einem Bürger.',
                     ['helpText'] = 'Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.',
                     ['shortCut'] = 'tpto',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'User'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['/teleportiere toworldposition'] = {
         ['work'] = {
                     ['command'] = 'toworldposition',
                     ['command'] = 'work',
                     ['parent'] = 'teleportiere',
                     ['parent'] = 'food',
                     ['helpText'] = 'Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.',
                     ['helpText'] = 'Spends calories',
                     ['shortCut'] = 'tp',
                     ['shortCut'] = 'work',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '-1'},
                             ['Arg1'] = {'useCalories', 'Int32', '100000'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                             },
                             },
         },
         },
         ['/test axesandchainsaw'] = {
         ['worldgendetails'] = {
                     ['command'] = 'axesandchainsaw',
                     ['command'] = 'worldgendetails',
                     ['parent'] = 'test',
                     ['parent'] = nil,
                     ['helpText'] = 'Test cutting trees with axe and chainsaw.',
                     ['helpText'] = 'Creates a dump file of all world generation details',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test bed'] = {
         ['worldobjects'] = {
                     ['command'] = 'bed',
                     ['command'] = 'worldobjects',
                     ['parent'] = 'test',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawn a bed and sleep in it.',
                     ['helpText'] = 'Spawns a large number of WorldObjects of the given name.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                            ['Arg2'] = {'count', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/test cranes'] = {
         ['yawn'] = {
                     ['command'] = 'cranes',
                     ['command'] = 'yawn',
                     ['parent'] = 'test',
                     ['parent'] = 'emote',
                     ['helpText'] = 'Setup a test environment for cranes.',
                     ['helpText'] = 'Yawn',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test distributionstation'] = {
         ['zeropoint'] = {
                     ['command'] = 'distributionstation',
                     ['command'] = 'zeropoint',
                     ['parent'] = 'test',
                     ['parent'] = 'test',
                    ['helpText'] = 'Creates and applies a Distribution Station.',
                     ['helpText'] = 'Build Zero Point place and teleport to it',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                            },
        },
        ['/test distributionstationcarried'] = {
                    ['command'] = 'distributionstationcarried',
                    ['parent'] = 'test',
                    ['helpText'] = 'Creates and applies a Distribution Station with carried items',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test economics'] = {
                    ['command'] = 'economics',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawns all the various parts of an economy.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'stores', 'Int32', '5'},
                            },
        },
        ['/test elevator'] = {
                    ['command'] = 'elevator',
                    ['parent'] = 'test',
                    ['helpText'] = 'Setup an elevator for testing',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test exchange'] = {
                    ['command'] = 'exchange',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test foldouts'] = {
                    ['command'] = 'foldouts',
                    ['parent'] = 'test',
                    ['helpText'] = 'Generates some test combinations of foldout lists. Can optionally set the level of nesting.',
                    ['shortCut'] = 'dbgf',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                            },
        },
        ['/test giveremoveitems'] = {
                    ['command'] = 'giveremoveitems',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts to give the user all of the items, then remove them',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test hammers'] = {
                    ['command'] = 'hammers',
                    ['parent'] = 'test',
                    ['helpText'] = 'Run a series of chat commands to test the game.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test industrialelevator'] = {
                    ['command'] = 'industrialelevator',
                    ['parent'] = 'test',
                    ['helpText'] = 'Setup an industrial elevator for testing',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test interactitems'] = {
                    ['command'] = 'interactitems',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts to give the user all items and interact with them',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test interactobjects'] = {
                    ['command'] = 'interactobjects',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts to interact with all objects in the world',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test makeuser'] = {
                    ['command'] = 'makeuser',
                    ['parent'] = 'test',
                    ['helpText'] = 'Create test user with a specified name.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg0'] = {'caller', 'User', ''},
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['/test makeusers'] = {
                    ['command'] = 'makeusers',
                    ['parent'] = 'test',
                    ['helpText'] = 'Create test users up to the given amount (default 5)',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['/test pickupblock'] = {
                    ['command'] = 'pickupblock',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts picking up all world block objects in the world',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test pipes'] = {
                    ['command'] = 'pipes',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawns a setup for testing pipes.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test placeallworldblocks'] = {
                    ['command'] = 'placeallworldblocks',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts placing all world block objects in the world',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test placegarbage'] = {
                    ['command'] = 'placegarbage',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempt to place a bunch of garbage bags in the world.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test placeobjects'] = {
                    ['command'] = 'placeobjects',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts placing all objects in the world twice',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test propertyclaimtool'] = {
                    ['command'] = 'propertyclaimtool',
                    ['parent'] = 'test',
                    ['helpText'] = 'Test claiming and unclaiming property.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test sewage'] = {
                    ['command'] = 'sewage',
                    ['parent'] = 'test',
                    ['helpText'] = 'Spawns a setup for testing sewage system.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/test zeropoint'] = {
                    ['command'] = 'zeropoint',
                    ['parent'] = 'test',
                     ['helpText'] = 'Build Zero Point place and teleport to it',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'sizeX', 'Int32'},
                            ['Arg2'] = {'sizeZ', 'Int32'},
                            },
        },
        ['/time 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'},
                            },
        },
        ['/time midnight'] = {
                    ['command'] = 'midnight',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to midnight',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time noon'] = {
                    ['command'] = 'noon',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to noon.',
                    ['shortCut'] = 'noon',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time now'] = {
                    ['command'] = 'now',
                    ['parent'] = 'time',
                    ['helpText'] = 'Zeigt die aktuelle Uhrzeit.',
                    ['shortCut'] = '',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/time resettime'] = {
                    ['command'] = 'resettime',
                    ['parent'] = 'time',
                    ['helpText'] = 'Reset time of day to match the clock.',
                    ['shortCut'] = 'resettime',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to the specified hour',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hour', 'Single'},
                            },
        },
        ['/titles 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', ''},
                            },
        },
        ['/titles clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Entfernt alle Inhaber von einem Titel.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['/titles delete'] = {
                    ['command'] = 'delete',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Permanently deletes a title.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['/titles giveglobalmarkerrights'] = {
                    ['command'] = 'giveglobalmarkerrights',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Assign the current player to a new title that has global markers rights.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/titles givetreasuryrights'] = {
                    ['command'] = 'givetreasuryrights',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Weise dem aktuellen Spieler einen neuen Titel mit Staatskassen-Rechten zu.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/titles list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Lists all existing titles and info about them.',
                    ['shortCut'] = '',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            },
        },
        ['/titles rename'] = {
                    ['command'] = 'rename',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Rename a new title.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                            },
        },
        ['/titles set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Legt Werte für einen Titel fest.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'maxOccupants', 'Int32'},
                            },
        },
        ['/titles spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Create a bunch of titles for testing.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'number', 'Int32', '5'},
                            },
        },
        ['/titles unassign'] = {
                    ['command'] = 'unassign',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Entferne den Titel eines Spieler, oder dir selbst wenn keiner angegeben.',
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                            },
        },
        ['/Tutorials reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'Tutorials',
                    ['helpText'] = 'Resets the tutorial, including record of given items (which menu option does not do).',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/Tutorials task'] = {
                    ['command'] = 'task',
                    ['parent'] = 'Tutorials',
                    ['helpText'] = 'Starts specific tutorial task by name.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            ['Arg1'] = {'taskName', 'String'},
                            },
        },
        ['/user energize'] = {
                    ['command'] = 'energize',
                    ['parent'] = 'user',
                    ['helpText'] = 'Provide a user with extra hours they can use to perform labor when exhauasted.  Can be negative to remove previously granted energy.',
                    ['shortCut'] = 'energize',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            ['Arg2'] = {'hours', 'Int32', '1'},
                            },
        },
        ['/user exhaust'] = {
                    ['command'] = 'exhaust',
                    ['parent'] = 'user',
                    ['helpText'] = 'Force a user to be exhausted for the remainder of the day.',
                    ['shortCut'] = 'exhaust',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/util calculate'] = {
                    ['command'] = 'calculate',
                    ['parent'] = 'util',
                    ['helpText'] = 'Wertet den mathematischen Wert aus',
                    ['shortCut'] = 'calc',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'expression', 'String'},
                            },
        },
        ['/util fly'] = {
                    ['command'] = 'fly',
                    ['parent'] = 'util',
                    ['helpText'] = 'Schaltet Flugmodus um',
                    ['shortCut'] = 'fly',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util fuel'] = {
                    ['command'] = 'fuel',
                    ['parent'] = 'util',
                    ['helpText'] = 'Fuels currently selected (driving) vehicle.',
                    ['shortCut'] = 'fuel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/util openserverui'] = {
                    ['command'] = 'openserverui',
                    ['parent'] = 'util',
                    ['helpText'] = 'Öffnet die Serveroberfläche, falls der Benutzer ein lokaler Benutzer ist.',
                    ['shortCut'] = 'serverui',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util record'] = {
                    ['command'] = 'record',
                    ['parent'] = 'util',
                    ['helpText'] = 'Schaltet Aufnahmemodus um',
                    ['shortCut'] = 'record',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util unstuck'] = {
                    ['command'] = 'unstuck',
                    ['parent'] = 'util',
                    ['helpText'] = 'Versucht, deinen Avatar zu befreien',
                    ['shortCut'] = 'unstuck',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            },
        },
        ['/util unstuckvehicle'] = {
                    ['command'] = 'unstuckvehicle',
                    ['parent'] = 'util',
                    ['helpText'] = 'Attempts to unstuck vehicle in target',
                    ['shortCut'] = 'freecar',
                    ['level'] = 'Benutzer',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/voice joinserverchannel'] = {
                    ['command'] = 'joinserverchannel',
                    ['parent'] = 'voice',
                    ['helpText'] = 'Connect to the server\'s voice chat channel',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/voice login'] = {
                    ['command'] = 'login',
                    ['parent'] = 'voice',
                    ['helpText'] = 'Connect to the voice server',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/workparty spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'workparty',
                    ['helpText'] = 'Spawn a work party for testing.',
                    ['shortCut'] = '',
                    ['level'] = 'Entwickler',
                    ['parameters'] =  {
                            },
        },
        ['/world generatestats'] = {
                    ['command'] = 'generatestats',
                    ['parent'] = 'world',
                    ['helpText'] = 'Generates the world block stats',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sizeX', 'Int32'},
                            ['Arg2'] = {'sizeZ', 'Int32'},
                             },
                             },
         },
         },
     },
     },
}
}
Bitte kopiere keine Webseiten, die nicht deine eigenen sind, benutze keine urheberrechtlich geschützten Werke ohne Erlaubnis des Urhebers!
Du gibst uns hiermit deine Zusage, dass du den Text selbst verfasst hast, dass der Text Allgemeingut (public domain) ist oder dass der Urheber seine Zustimmung gegeben hat. Falls dieser Text bereits woanders veröffentlicht wurde, weise bitte auf der Diskussionsseite darauf hin. Bitte beachte, dass alle Eco - Deutsches Wiki-Beiträge automatisch unter der „CC BY-NC-SA 4.0“ stehen (siehe Eco:Urheberrechte für Einzelheiten). Falls du nicht möchtest, dass deine Arbeit hier von anderen verändert und verbreitet wird, dann klicke nicht auf „Seite speichern“.

Um das Wiki vor automatisiertem Bearbeitungsspam zu schützen, bitten wir dich, das folgende hCaptcha zu lösen:

Abbrechen Bearbeitungshilfe (wird in einem neuen Fenster geöffnet)

Die folgende Vorlage wird auf dieser Seite verwendet: