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