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

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

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

Die folgende Vorlage wird auf dieser Seite verwendet: