Bearbeiten von „Modul:CommandData

Aus Eco - Deutsches Wiki
Wechseln zu:Navigation, Suche

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

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

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

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


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