Modul:CommandData: Unterschied zwischen den Versionen

Aus Eco - Deutsches Wiki
Wechseln zu:Navigation, Suche
[gesichtete Version][gesichtete Version]
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
-- Eco Version : 0.9.2.4 beta release-156
-- Eco Version : 0.12.0.6
-- Export Language: German
-- EWDE Version : 0.7.0.0
-- Date of export : 03.02.2026 18:50:01


return {
return {
     commands = {
     commands = {
         ['accounts'] = {
         ['/achievements giveachive'] = {
                     ['command'] = 'accounts',
                     ['command'] = 'giveachive',
                     ['parent'] = 'money',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'Display all bank accounts in the game.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give an achievement to the given user",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Выдать достижение заданному пользователю",
                            ['German'] = "Gebe dem ausgewählten Nutzer einen Erfolg",
                            ['French'] = "Donner un succès à l'utilisateur donné",
                            },
                     ['shortCut'] = 'chieve',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'achievementname', 'String'},
                            ['Arg2'] = {'progress', 'Int32', '0'},
                            ['Arg3'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['add'] = {
         ['/achievements listall'] = {
                     ['command'] = 'add',
                     ['command'] = 'listall',
                     ['parent'] = 'objects',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'Add an object of the give type.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "List all achievements available.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Список доступных достижений.",
                            ['German'] = "List all achievements available.",
                            ['French'] = "Liste toutes les réalisations disponibles.",
                            },
                     ['shortCut'] = 'chieves',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['addaccountmanager'] = {
         ['/achievements mine'] = {
                     ['command'] = 'addaccountmanager',
                     ['command'] = 'mine',
                     ['parent'] = 'money',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'Adds user as manager to bank account with ID.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "List all achievements and progress for the given user, or self if none passed.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Список доступных достижений и прогрессия выбранного игрока, или ваше, если ничего не указано.",
                            ['German'] = "List all achievements and progress for the given user, or self if none passed.",
                            ['French'] = "Liste toutes les réalisations et les progrès pour un utilisateur donné, ou soi-même si aucun n'est passé.",
                            },
                     ['shortCut'] = 'mychieves',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['addaccountuser'] = {
         ['/achievements remove'] = {
                     ['command'] = 'addaccountuser',
                     ['command'] = 'remove',
                     ['parent'] = 'money',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'Adds user to bank account with ID.',
                     ['helpText'] = {
                            ['English'] = "Remove an achievement from the given user",
                            ['Russian'] = "Удалить достижение у заданного пользователя",
                            ['German'] = "Entferne dem ausgewählten Nutzer einen Erfolg",
                            ['French'] = "Retirer un succès à l'utilisateur donné",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'achievementName', 'String'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['addatm'] = {
         ['/achievements reset'] = {
                     ['command'] = 'addatm',
                     ['command'] = 'reset',
                     ['parent'] = 'sim',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'Add atmosphere',
                     ['helpText'] = {
                            ['English'] = "Remove all achievements from the given user",
                            ['Russian'] = "Удалить все достижения у заданного пользователя",
                            ['German'] = "Remove all achievements from the given user",
                            ['French'] = "Supprimer toutes les réalisations d'un utilisateur donné",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['addcandidates'] = {
         ['/avatar customize'] = {
                     ['command'] = 'addcandidates',
                     ['command'] = 'customize',
                     ['parent'] = 'civics',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Add a bunch of candidates to specfied election (or first election found if none specified).',
                     ['helpText'] = {
                            ['English'] = "Enables unrestricted avatar customization in game",
                            ['Russian'] = "Enables unrestricted avatar customization in game",
                            ['German'] = "Enables unrestricted avatar customization in game",
                            ['French'] = "Permet une personnalisation illimitée de l'avatar dans le jeu",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['addhours'] = {
         ['/avatar dummy'] = {
                     ['command'] = 'addhours',
                     ['command'] = 'dummy',
                     ['parent'] = 'meteor',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Adds meteor impact hours',
                     ['helpText'] = {
                            ['English'] = "Spawns a dummy avatar",
                            ['Russian'] = "Создает клона",
                            ['German'] = "Erzeugt einen Dummy-Avatar",
                            ['French'] = "Génère un mannequin",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'hours', 'Single'},
                             ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['addroommates'] = {
         ['/avatar lastplayeronearth'] = {
                     ['command'] = 'addroommates',
                     ['command'] = 'lastplayeronearth',
                     ['parent'] = 'housing',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Add a number of residents to the deed you\'re currently a resident on.',
                     ['helpText'] = {
                     ['shortCut'] = 'shackup',
                            ['English'] = "Kills all spawned dummys",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Убрать всех созданных клонов",
                            ['German'] = "Löscht alle erzeugten Dummys",
                            ['French'] = "Tuer tous les mannequins",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['addvotes'] = {
         ['/avatar metime'] = {
                     ['command'] = 'addvotes',
                     ['command'] = 'metime',
                     ['parent'] = 'civics',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Add a bunch of test votes to a specified election, or first election found.',
                     ['helpText'] = {
                            ['English'] = "Spawns passed number of clones of your avatar",
                            ['Russian'] = "Создает заданное количество клонов вашего персонажа",
                            ['German'] = "Spawnt die angegebene Anzahl Klone deines Avatars",
                            ['French'] = "Génère un nombre déterminé de clones de votre avatar",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            ['Arg3'] = {'forceYesVote', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['admin'] = {
         ['/avatar thirdperson'] = {
                     ['command'] = 'admin',
                     ['command'] = 'thirdperson',
                     ['parent'] = 'manage',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Shows list of admins or adds user as an Admin by account id, steamid, slgid, or username',
                     ['helpText'] = {
                     ['shortCut'] = 'admin',
                            ['English'] = "Toggles Third Person Camera",
                     ['level'] = 'Admin',
                            ['Russian'] = "Включает вид от третьего лица",
                            ['German'] = "Schaltet auf die Third-Person Kameraansicht um",
                            ['French'] = "Active/désactive la caméra à la troisième personne",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['air'] = {
         ['/blueprint givetestitem'] = {
                     ['command'] = 'air',
                     ['command'] = 'givetestitem',
                     ['parent'] = 'pollute',
                     ['parent'] = 'blueprint',
                     ['helpText'] = 'Creates X tons of air pollution',
                     ['helpText'] = {
                            ['English'] = "Generates and returns test blueprint item.",
                            ['Russian'] = "Generates and returns test blueprint item.",
                            ['German'] = "Erzeugt und eine Testblaupause und gibt sie zurück.",
                            ['French'] = "Génère et renvoie l'élément de plan de test.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'tons', 'Single'},
                             },
                             },
         },
         },
         ['airpollutiongenerators'] = {
         ['/build building'] = {
                     ['command'] = 'airpollutiongenerators',
                     ['command'] = 'building',
                     ['parent'] = 'pollute',
                     ['parent'] = 'build',
                     ['helpText'] = 'Creates AIR POLLUTION MACHINES OF DOOM',
                     ['helpText'] = {
                     ['shortCut'] = 'apgen',
                            ['English'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                            ['German'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                            ['French'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                            },
                     ['shortCut'] = 'bt',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'type', 'Int32', '1'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            ['Arg7'] = {'stories', 'Int32', '1'},
                             },
                             },
         },
         },
         ['alert'] = {
         ['/build buildingofmaterial'] = {
                     ['command'] = 'alert',
                     ['command'] = 'buildingofmaterial',
                     ['parent'] = 'manage',
                     ['parent'] = 'build',
                     ['helpText'] = 'Sends an alert to everybody',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Spawns a building by specifying the material to use",
                            ['Russian'] = "Создаёт здание из выбранного материала",
                            ['German'] = "Erzeugt ein Gebäude aus dem spezifizierten Material",
                            ['French'] = "Génère un bâtiment du matériau indiqué",
                            },
                     ['shortCut'] = 'bm',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'alert', 'String', ''},
                             ['Arg1'] = {'material', 'String'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            ['Arg7'] = {'levelGround', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['all'] = {
         ['/build doors'] = {
                     ['command'] = 'all',
                     ['command'] = 'doors',
                     ['parent'] = 'preset',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns All Presets (Exept hidden)',
                     ['helpText'] = {
                            ['English'] = "Spawn all doors.",
                            ['Russian'] = "Создаёт все двери.",
                            ['German'] = "Erhalte alle Türen.",
                            ['French'] = "Faites apparaître toutes les portes.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['allblocks'] = {
         ['/build evict'] = {
                     ['command'] = 'allblocks',
                     ['command'] = 'evict',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Evict the targeted user, or self if none is targeted.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Выселить выбранного игрока, или себя если никто не выбран.",
                            ['German'] = "Ausgewählten user entfernen oder sich selbst, wenn kein user ausgewählt.",
                            ['French'] = "Expulsez l'utilisateur ciblé, ou vous-même si aucun n'est ciblé.",
                            },
                     ['shortCut'] = 'evict',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'rows', 'Int32', '1'},
                             ['Arg1'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['allconstructed'] = {
         ['/build fullstockpile'] = {
                     ['command'] = 'allconstructed',
                     ['command'] = 'fullstockpile',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns all player constructible blocks',
                     ['helpText'] = {
                            ['English'] = "Generate a full stockpile",
                            ['Russian'] = "Создаёт заполненный склад",
                            ['German'] = "Volles Lager generieren",
                            ['French'] = "Génère une réserve pleine",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', ''},
                             },
                             },
         },
         },
         ['allplants'] = {
         ['/build home'] = {
                     ['command'] = 'allplants',
                     ['command'] = 'home',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns all plant blocks',
                     ['helpText'] = {
                            ['English'] = "Spawn a few rooms with housing value.",
                            ['Russian'] = "Создать несколько жилых комнат.",
                            ['German'] = "Erzeuge ein paar Räume mit Wohnwert.",
                            ['French'] = "Créer quelques pièces avec une valeur de résidence.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['allrecurring'] = {
         ['/build import'] = {
                     ['command'] = 'allrecurring',
                     ['command'] = 'import',
                     ['parent'] = 'economy',
                     ['parent'] = 'build',
                     ['helpText'] = 'Display all recurring transfers paid in the game',
                     ['helpText'] = {
                            ['English'] = "Imports building from string. I.e.: bt:HewnLogCube;room:0:-1:0:3:4:3;bt:Empty;fplane:2:0:0:1:2",
                            ['Russian'] = "Импортировать строение из строки",
                            ['German'] = "Importiert Gebäude aus Zeichenfolge. Das heisst: bt:HewnLogCube;room:0:-1:0:3:4:3;bt:Empty;fplane:2:0:0:1:2",
                            ['French'] = "Importer une construction à partir d'une chaîne de caractère. Ex : bt :HewnLogCube;room:0:-1:0:3:4:3;bt :Empty;fplane :2:0:0:1:2",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'importString', 'String'},
                             },
                             },
         },
         },
         ['allterrain'] = {
         ['/build landlord'] = {
                     ['command'] = 'allterrain',
                     ['command'] = 'landlord',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns all diggable blocks',
                     ['helpText'] = {
                            ['English'] = "Spawn a room for a test user, make us a tenant.",
                            ['Russian'] = "Создаёт комнату для тестового пользователя, и делает Вас арендатором.",
                            ['German'] = "Spawne einen Raum für einen Testbenutzer und macht uns zum Mieter.",
                            ['French'] = "Faire apparaitre une pièce pour un utilisateur de test, et en faire le propriétaire.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['allworldobjects'] = {
         ['/build objects'] = {
                     ['command'] = 'allworldobjects',
                     ['command'] = 'objects',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns all world objects',
                     ['helpText'] = {
                            ['English'] = "Spawn all of the objects containing a string in its name. If they have text, add that too, can optionally set the string range.",
                            ['Russian'] = "Создаёт все объекты, содержащие указанную строку в названии. Если они содержат текст, добавить их тоже. По желанию можно указать диапазон строк.",
                            ['German'] = "Erzeuge alle Objekte, die die angegebene Zeichenfolge beinhalten. Wenn diese noch Beschreibungen haben, diese auch einfügen, optional kann die Länge der Zeichenfolge bestimmt werden.",
                            ['French'] = "Fait apparaître tous les objets contenant une chaîne dans leur nom. S'ils ont du texte, l'ajoute aussi. Peut, en option, définir la plage de chaîne de caractère.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'objectstring', 'String'},
                            ['Arg2'] = {'textLengthMin', 'Int32', '3'},
                            ['Arg3'] = {'textLengthMax', 'Int32', '40'},
                             },
                             },
         },
         },
         ['angry'] = {
         ['/build resident'] = {
                     ['command'] = 'angry',
                     ['command'] = 'resident',
                     ['parent'] = 'emote',
                     ['parent'] = 'build',
                     ['helpText'] = 'Angry',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                            ['German'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                            ['French'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                            },
                     ['shortCut'] = 'res',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['animalspeed'] = {
         ['/build road'] = {
                     ['command'] = 'animalspeed',
                     ['command'] = 'road',
                     ['parent'] = 'sim',
                     ['parent'] = 'build',
                     ['helpText'] = 'Set speed for nearest animal (debug)',
                     ['helpText'] = {
                    ['shortCut'] = 'animalspeed',
                            ['English'] = "Spawns a road",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Создаёт дорогу",
                    ['parameters'] =  {
                             ['German'] = "Spawnt eine Straße",
                             ['Arg1'] = {'wanderingSpeed', 'Single'},
                             ['French'] = "Génère une route",
                             ['Arg2'] = {'runningSpeed', 'Single', '0'},
                             },
                             },
        },
                     ['shortCut'] = 'road',
        ['announce'] = {
                    ['command'] = 'announce',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Sends an announce to all players',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'announce', 'String', ''},
                             ['Arg1'] = {'length', 'Int32', '25'},
                            ['Arg2'] = {'width', 'Int32', '4'},
                            ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                            ['Arg4'] = {'bottomType', 'Int32', '2'},
                            ['Arg5'] = {'flatRoad', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['assign'] = {
         ['/build shuffleblocks'] = {
                     ['command'] = 'assign',
                     ['command'] = 'shuffleblocks',
                     ['parent'] = 'titles',
                     ['parent'] = 'build',
                     ['helpText'] = 'Assigns a given user to a given title, assigning to yourself if none is specified.',
                     ['helpText'] = {
                            ['English'] = "Spawns and shuffles different blocks",
                            ['Russian'] = "Создаёт и перемешивает разные блоки",
                            ['German'] = "Erzeugt und mischt verschiedene Blöcke",
                            ['French'] = "Génère et mélange différents blocs",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'title', 'Title'},
                             ['Arg1'] = {'x', 'Int32', '10'},
                             ['Arg2'] = {'assignTo', 'User', ''},
                             ['Arg2'] = {'y', 'Int32', '10'},
                             },
                             },
         },
         },
         ['atob'] = {
         ['/build shuffleobjects'] = {
                     ['command'] = 'atob',
                     ['command'] = 'shuffleobjects',
                     ['parent'] = 'teleport',
                     ['parent'] = 'build',
                     ['helpText'] = 'Teleports player A to player B',
                     ['helpText'] = {
                            ['English'] = "Spawns a large number of random WorldObjects.",
                            ['Russian'] = "Создаёт большое количество случайных мировых объектов.",
                            ['German'] = "Erzeugt eine große Anzahl von zufälligen Weltgegenständen.",
                            ['French'] = "Génère un grand nombre aléatoire d'objets du monde.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetA', 'User'},
                             ['Arg1'] = {'count', 'Int32', '100'},
                            ['Arg2'] = {'targetB', 'User'},
                             },
                             },
         },
         },
         ['authlevel'] = {
         ['/build signs'] = {
                     ['command'] = 'authlevel',
                     ['command'] = 'signs',
                     ['parent'] = 'manage',
                     ['parent'] = 'build',
                     ['helpText'] = 'Displays your authorization level',
                     ['helpText'] = {
                            ['English'] = "Spawn all signs and add a random text to it.",
                            ['Russian'] = "Создаёт все таблички и добавляет на них произвольный текст.",
                            ['German'] = "Erhalte alle Schilder und füge einen zufälligen Text hinzu.",
                            ['French'] = "Faites apparaître tous les panneaux et ajoutez-y un texte aléatoire.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'textLengthMin', 'Int32', '3'},
                            ['Arg2'] = {'textLengthMax', 'Int32', '40'},
                             },
                             },
         },
         },
         ['axesandchainsaw'] = {
         ['/build spawnboat'] = {
                     ['command'] = 'axesandchainsaw',
                     ['command'] = 'spawnboat',
                     ['parent'] = 'test',
                     ['parent'] = 'build',
                     ['helpText'] = 'Test cutting trees with axe and chainsaw.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Spawns boat at player position",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Создаёт лодку на позиции игрока",
                    ['parameters'] = {
                            ['German'] = "Erzeugt ein Boot an der Position des Spielers.",
                            ['French'] = "Génère un bateau à la position du joueur",
                             },
                             },
        },
                     ['shortCut'] = 'boat',
        ['ban'] = {
                    ['command'] = 'ban',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Shows list of banned users or bans user by account id, steamid, slgid, or username',
                     ['shortCut'] = 'ban',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'boatName', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['bed'] = {
         ['/build stockpile'] = {
                     ['command'] = 'bed',
                     ['command'] = 'stockpile',
                     ['parent'] = 'test',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawn a bed and sleep in it.',
                     ['helpText'] = {
                            ['English'] = "Spawns a stockpile containing stacks of the listed items.",
                            ['Russian'] = "Создать склад содержащий стопки перечисленных предметов.",
                            ['German'] = "Erzeugt ein Vorratslager mit den aufgeführten Gegenständen.",
                            ['French'] = "Fait apparaître une réserve contenant des piles des objets listés.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'item1', 'String', 'BirchLogItem'},
                            ['Arg2'] = {'item2', 'String', ''},
                            ['Arg3'] = {'item3', 'String', ''},
                            ['Arg4'] = {'item4', 'String', ''},
                            ['Arg5'] = {'item5', 'String', ''},
                             },
                             },
         },
         },
         ['blocks'] = {
         ['/build store'] = {
                     ['command'] = 'blocks',
                     ['command'] = 'store',
                     ['parent'] = 'preset',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns Blocks items',
                     ['helpText'] = {
                            ['English'] = "Spawns a store with storages and random trade offers.",
                            ['Russian'] = "Создаёт магазин с хранилищем и случайными торговыми предложениями.",
                            ['German'] = "Erzeugt ein Geschäft mit Lagern und zufälligen Handelsangeboten.",
                            ['French'] = "Génère un magasin avec des stockages et des offres aléatoires.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'offers', 'Int32', '30'},
                            ['Arg2'] = {'categories', 'Int32', '8'},
                             },
                             },
         },
         },
         ['building'] = {
         ['/build tech'] = {
                     ['command'] = 'building',
                     ['command'] = 'tech',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns a building by specifying which tier',
                     ['helpText'] = {
                     ['shortCut'] = 'bt',
                            ['English'] = "Spawns some things (objects, blocks, etc) at a certain tech tier",
                     ['level'] = 'Admin',
                            ['Russian'] = "Создаёт различные штуки (объекты, блоки и т. д.) указанного уровня развития",
                            ['German'] = "Erzeugt einige Dinge (Objekte, Blöcke, etc.) auf ein einer bestimmten Technikstufe",
                            ['French'] = "Génère certaines choses (objets, blocs, etc.) à un certain niveau technologique",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'type', 'Int32', '1'},
                             ['Arg1'] = {'tier', 'Int32', '1'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['buildingofmaterial'] = {
         ['/build techtree'] = {
                     ['command'] = 'buildingofmaterial',
                     ['command'] = 'techtree',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spawns a building by specifying the material to use',
                     ['helpText'] =  {
                    ['shortCut'] = 'bm',
                             ['English'] = "Builds every WorldObject in an appropriate building and fills it with fuel",
                    ['level'] = 'Admin',
                             ['Russian'] = "Строит каждый мировой объект в подходящем здании и заправляет его топливом",
                    ['parameters'] =  {
                             ['German'] = "Baut jedes Weltobjekt in einem passenden Gebäude und füllt es mit Treibstoff",
                             ['Arg1'] = {'material', 'String'},
                             ['French'] = "Construit chaque objet du monde dans un bâtiment approprié et les remplit avec du carburant",
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                             ['Arg4'] = {'z', 'Int32', '4'},
                             ['Arg5'] = {'roofType', 'Int32', '1'},
                             ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             },
                             },
        },
        ['bunnytime'] = {
                    ['command'] = 'bunnytime',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Spawns 100 bunnies',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['cancelalldebtfromplayer'] = {
         ['/build toolsstore'] = {
                     ['command'] = 'cancelalldebtfromplayer',
                     ['command'] = 'toolsstore',
                     ['parent'] = 'money',
                     ['parent'] = 'build',
                     ['helpText'] = 'Cancel debt that a particular player has accumulated.',
                     ['helpText'] = {
                            ['English'] = "Spawns a store with storages and tools of different durability.",
                            ['Russian'] = "Размещает магазин с хранилищами и инструментами разной прочности.",
                            ['German'] = "Erzeugt ein Geschäft mit Lagern und Werkzeugen unterschiedlicher Haltbarkeit.",
                            ['French'] = "Génère un magasin avec des stockages et des outils de différentes durabilités.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'String'},
                             },
                             },
         },
         },
         ['carryall'] = {
         ['/build village'] = {
                     ['command'] = 'carryall',
                     ['command'] = 'village',
                     ['parent'] = 'inventory',
                     ['parent'] = 'build',
                     ['helpText'] = 'Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.',
                     ['helpText'] = {
                     ['shortCut'] = 'carryall',
                            ['English'] = "Spawns a village",
                            ['Russian'] = "Создаёт деревню",
                            ['German'] = "Spawnt ein Dorf",
                            ['French'] = "Génère un village",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                             ['Arg1'] = {'type', 'Int32'},
                            ['Arg2'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['chattest'] = {
         ['/build worldobjects'] = {
                     ['command'] = 'chattest',
                     ['command'] = 'worldobjects',
                     ['parent'] = 'qa',
                     ['parent'] = 'build',
                     ['helpText'] = 'Spam a bunch of stuff to chat',
                     ['helpText'] = {
                            ['English'] = "Spawns a large number of WorldObjects of the given name.",
                            ['Russian'] = "Создаёт большое количество мировых объектов с указанным названием.",
                            ['German'] = "Erzeugt eine große Anzahl von Weltgegenständen mit dem angegebenem Namen.",
                            ['French'] = "Génère un grand nombre d'objets du monde portant le nom donné.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'count', 'Int32', '10'},
                             ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                             ['Arg1'] = {'tagCount', 'Int32', '10'},
                             ['Arg2'] = {'count', 'Int32', '10'},
                            ['Arg2'] = {'gibberish', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['claimrect'] = {
         ['/cancelall'] = {
                     ['command'] = 'claimrect',
                     ['command'] = 'cancelall',
                     ['parent'] = 'property',
                     ['parent'] = nil,
                    ['helpText'] = 'Claims plots in a given rect.',
                    ['helpText'] =  {
                     ['shortCut'] = 'claim',
                            ['English'] = "Cancels all workorder at the target crafting component",
                     ['level'] = 'Admin',
                            ['Russian'] = "Cancels all workorder at the target crafting component",
                            ['German'] = "Cancels all workorder at the target crafting component",
                            ['French'] = "Cancels all workorder at the target crafting component",
                            },
                     ['shortCut'] = 'cancelallwork',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'xSide', 'Int32', '5'},
                             ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'ySide', 'Int32', '5'},
                             },
                             },
         },
         },
         ['clear'] = {
         ['/chat channelsend'] = {
                     ['command'] = 'clear',
                     ['command'] = 'channelsend',
                     ['parent'] = 'objects',
                     ['parent'] = 'chat',
                     ['helpText'] = 'Removes objects of a given type.',
                     ['helpText'] = {
                            ['English'] = "Send message to channel from a specified user.",
                            ['Russian'] = "Send message to channel from a specified user.",
                            ['German'] = "Private Nachricht von einem bestimmten Nutzer an einen Kanal senden.",
                            ['French'] = "Envoyer un message au canal à partir d'un utilisateur spécifié.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'text', 'String'},
                             ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                             ['Arg2'] = {'channel', 'Channel'},
                             ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             ['Arg3'] = {'fromUser', 'User'},
                             },
                             },
         },
         },
         ['clearhistoryolderthan'] = {
         ['/chat clearhistoryolderthan'] = {
                     ['command'] = 'clearhistoryolderthan',
                     ['command'] = 'clearhistoryolderthan',
                     ['parent'] = 'chat',
                     ['parent'] = 'chat',
                     ['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'] = {
                            ['English'] = "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.",
                            ['Russian'] = "Очистить историю чата. Уменьшает использование памяти и может повысить производительность работы сервера. Укажите количество игровых дней хранения чата.",
                            ['German'] = "Leere den Chat-Verlauf von alten Nachrichten. Reduziert die Speichernutzung und kann die Serverleistung verbessern. Du musst die Anzahl der Tage in Weltzeit angeben, die erhalten werden sollen.",
                            ['French'] = "Nettoyez l'historique des discussions des anciens messages. Réduit l'utilisation de la mémoire et peut améliorer les performances du serveur. Vous devez fournir le nombre de jours dans le monde à conserver.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
Zeile 407: Zeile 566:
                             },
                             },
         },
         },
         ['clearmap'] = {
         ['/chat privatesend'] = {
                     ['command'] = 'clearmap',
                     ['command'] = 'privatesend',
                     ['parent'] = 'districts',
                     ['parent'] = 'chat',
                     ['helpText'] = 'Remove all districts from a given map.',
                     ['helpText'] = {
                            ['English'] = "Send private message to self from a specified user.",
                            ['Russian'] = "Отправить личное сообщение самому себе от указанного пользователя.",
                            ['German'] = "Private Nachricht an sich selbst von einem bestimmten Nutzer senden.",
                            ['French'] = "Envoyer un message privé à soi-même à partir d'un utilisateur spécifié.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'DistrictMap'},
                             ['Arg1'] = {'text', 'String'},
                            ['Arg2'] = {'fromUser', 'User'},
                             },
                             },
         },
         },
         ['clearobjective'] = {
         ['/civics addcandidates'] = {
                     ['command'] = 'clearobjective',
                     ['command'] = 'addcandidates',
                     ['parent'] = 'manage',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Clears a user\'s objective',
                     ['helpText'] = {
                            ['English'] = "Add a bunch of candidates to specfied election (or first election found if none specified).",
                            ['Russian'] = "Добавляет несколько кандидатов к указанному голосованию (или к первому найденному, если не было указано).",
                            ['German'] = "Füge der angegebenen Wahl eine Reihe von Kandidaten hinzu (oder die erste Wahl, wenn keine angegeben wurde).",
                            ['French'] = "Ajouter une sélection de candidats à l'élection spécifiée (ou première élection trouvé si aucune spécifiée).",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['clearoldelections'] = {
         ['/civics addvotes'] = {
                     ['command'] = 'clearoldelections',
                     ['command'] = 'addvotes',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Remove record of a specific election, or if none passed, all previous elections.',
                     ['helpText'] = {
                            ['English'] = "Add a bunch of test votes to a specified election, or first election found.",
                            ['Russian'] = "Добавляет кучу тестовых голосов к указанному голосованию, или к первому попавшемуся.",
                            ['German'] = "Füge einer bestimmten Wahl oder der ersten gefundenen Wahl eine Reihe von Teststimmen hinzu.",
                            ['French'] = "Ajouter un lot de vote de test à l'élection spécifiée ou à la première élection trouvée.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            ['Arg3'] = {'forceYesVote', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['clearrubble'] = {
         ['/civics blacklistdemographic'] = {
                     ['command'] = 'clearrubble',
                     ['command'] = 'blacklistdemographic',
                     ['parent'] = 'land',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Clears rubble around the player.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force a given citizen to be removed of a given demographic even if they dont match the conditions.",
                            ['Russian'] = "Force a given citizen to be removed of a given demographic even if they dont match the conditions.",
                            ['German'] = "Force a given citizen to be removed of a given demographic even if they dont match the conditions.",
                            ['French'] = "Forcer un citoyen donné à être retiré d'une catégorie démographique donnée même s'ils ne correspondent pas aux conditions.",
                            },
                     ['shortCut'] = 'removedems',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Single', '10'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'demo', 'Demographic'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['clearstomach'] = {
         ['/civics debug'] = {
                     ['command'] = 'clearstomach',
                     ['command'] = 'debug',
                     ['parent'] = 'food',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Empties your stomach',
                     ['helpText'] = {
                    ['shortCut'] = 'clearstomach',
                            ['English'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                    ['parameters'] = {
                            ['German'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                            ['French'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                             },
                             },
        },
        ['clothes'] = {
                    ['command'] = 'clothes',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Spawns SkillScrols items',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['co2'] = {
         ['/civics elections'] = {
                     ['command'] = 'co2',
                     ['command'] = 'elections',
                     ['parent'] = 'pollute',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Changes CO2 PPM by X',
                     ['helpText'] = {
                            ['English'] = "List running elections.",
                            ['Russian'] = "Список текущих выборов.",
                            ['German'] = "Listet die laufenden Wahlen auf.",
                            ['French'] = "Affiche les élections en cours.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'ppm', 'Single'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['crafting'] = {
         ['/civics listdems'] = {
                     ['command'] = 'crafting',
                     ['command'] = 'listdems',
                     ['parent'] = 'preset',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Spawns CraftingStation items',
                     ['helpText'] = {
                            ['English'] = "List each demographic and who is in it.",
                            ['Russian'] = "Список всех демографических групп и кто в них находится.",
                            ['German'] = "Listet jede Bevölkerungsgruppe und deren Mitglieder auf.",
                            ['French'] = "Liste chaque démographie et ses membres.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['cranes'] = {
         ['/civics makeabandoned'] = {
                     ['command'] = 'cranes',
                     ['command'] = 'makeabandoned',
                     ['parent'] = 'test',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Setup a test environment for cranes.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force a given citizen to be in the abandoned demographic (self if none passed).",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Force a given citizen to be in the abandoned demographic (self if none passed).",
                            ['German'] = "Force a given citizen to be in the abandoned demographic (self if none passed).",
                            ['French'] = "Forcer un citoyen donné à être dans la donnée démographique abandonnée (soi-même si aucun n'est spécifié).",
                            },
                     ['shortCut'] = 'makeabandoned',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['createaccount'] = {
         ['/civics makeactive'] = {
                     ['command'] = 'createaccount',
                     ['command'] = 'makeactive',
                     ['parent'] = 'money',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Creates an account with specified name.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force a given citizen to be in the active demographic (self if none passed).",
                            ['Russian'] = "Force a given citizen to be in the active demographic (self if none passed).",
                            ['German'] = "Force a given citizen to be in the active demographic (self if none passed).",
                            ['French'] = "Forcer un citoyen donné à être dans la donnée démographie active (soi-même si aucun n'est spécifié).",
                            },
                     ['shortCut'] = 'makeactive',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['createdebt'] = {
         ['/civics makeelectedtitle'] = {
                     ['command'] = 'createdebt',
                     ['command'] = 'makeelectedtitle',
                     ['parent'] = 'money',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Create debt between two players in a currency that matches the given name.',
                     ['helpText'] = {
                            ['English'] = "Create an elected title for debugging and put in a test user.",
                            ['Russian'] = "Create an elected title for debugging and put in a test user.",
                            ['German'] = "Erstelle einen gewählten Titel für die Fehlersuche und lege einen Testbenutzer an.",
                            ['French'] = "Créez un titre élu pour le débogage et placez un utilisateur de test.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'lender', 'String'},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg2'] = {'borrower', 'String'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currencyName', 'String'},
                             },
                             },
         },
         },
         ['creative'] = {
         ['/civics mydems'] = {
                     ['command'] = 'creative',
                     ['command'] = 'mydems',
                     ['parent'] = 'skills',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Remove restrictions and gives you every skill at max level.',
                     ['helpText'] = {
                     ['shortCut'] = 'creative',
                            ['English'] = "List each demographic and the status of the specified user (using the called if none specified).",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Список всех демографических групп и статус конкретного пользователя (или статус вызвавшего команду, если параметр не был указан).",
                            ['German'] = "Listet jede Bevölkerungsgruppe und den Status des angegebenen Spielers (sich selbst wenn niemand angegeben).",
                            ['French'] = "Liste chaque démographie et le statut de l'utilisateur spécifié (utilise l'appelant si aucun n'est spécifié).",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User', ''},
                             },
                             },
         },
         },
         ['currencies'] = {
         ['/civics setactiveusers'] = {
                     ['command'] = 'currencies',
                     ['command'] = 'setactiveusers',
                     ['parent'] = 'money',
                     ['parent'] = 'civics',
                     ['helpText'] = 'List all currencies in the game.',
                     ['helpText'] = {
                            ['English'] = "Force a given number of players to be active, creating the users if there are not enough",
                            ['Russian'] = "Задает необходимое количество активных игроков, приглашает новых игроков если их недостаточно",
                            ['German'] = "Zwingt eine bestimmte Anzahl von Spielern aktiv zu sein und erzeugt Nutzer, wenn nicht genügend vorhanden sind",
                            ['French'] = "Forcer un nombre donné de joueurs à être actifs, en créant les utilisateurs s'il n'y en a pas assez",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'count', 'Int32', '20'},
                             },
                             },
         },
         },
         ['debug'] = {
         ['/civics showgovernment'] = {
                     ['command'] = 'debug',
                     ['command'] = 'showgovernment',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Toggle debug display of civic processing. Pass \'false\' to see for only yourself.',
                     ['helpText'] = {
                            ['English'] = "Lists the active elements of the government.",
                            ['Russian'] = "Показывает список активных элементов правительства.",
                            ['German'] = "Listet die aktiven Elemente der Regierung auf.",
                            ['French'] = "Liste les éléments actifs du gouvernement.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['debuganimal'] = {
         ['/civics showtick'] = {
                     ['command'] = 'debuganimal',
                     ['command'] = 'showtick',
                     ['parent'] = 'sim',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Enables debug on the nearest animal, or disables it if already enabled.',
                     ['helpText'] = {
                    ['shortCut'] = 'dba',
                            ['English'] = "Show time until the next civics tick.",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Отображать время до следующего такта гражданского права.",
                    ['parameters'] =  {
                             ['German'] = "Gibt die verbleibende Zeit bis zum nächsten Bürgerrechts-Tick an.",
                             ['Arg1'] = {'follow', 'Boolean', 'True'},
                             ['French'] = "Afficher le temps jusqu'aux prochains tick civiques.",
                             ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                             },
                             },
        },
        ['delete'] = {
                    ['command'] = 'delete',
                    ['parent'] = 'titles',
                    ['helpText'] = 'Permanently deletes a title.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'title', 'Title'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['deleteaccount'] = {
         ['/civics spawndems'] = {
                     ['command'] = 'deleteaccount',
                     ['command'] = 'spawndems',
                     ['parent'] = 'money',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Deletes an account even if there is still currency on it.',
                     ['helpText'] = {
                            ['English'] = "Generate some demographics.",
                            ['Russian'] = "Создаёт несколько демографических групп.",
                            ['German'] = "Generiert ein paar Bevölkerungsgruppen.",
                            ['French'] = "Génère des données démographiques.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'count', 'Int32', '5'},
                             },
                             },
         },
         },
         ['destroy'] = {
         ['/civics spawngov'] = {
                     ['command'] = 'destroy',
                     ['command'] = 'spawngov',
                     ['parent'] = 'meteor',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Destroys the meteor in orbit.',
                     ['helpText'] = {
                            ['English'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            ['Russian'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            ['German'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            ['French'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'requireElections', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['destroyedatmosphere'] = {
         ['/civics 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'] = {
                            ['English'] = "Generate some test laws.",
                            ['Russian'] = "Создаёт несколько тестовых законов.",
                            ['German'] = "Generiere einige Testgesetze.",
                            ['French'] = "Génère quelques lois de test.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'percent', 'Single', '0.5'},
                             ['Arg1'] = {'settlement', 'Settlement'},
                             ['Arg2'] = {'time', 'Single', '5'},
                             ['Arg2'] = {'count', 'Int32', '5'},
                             },
                             },
         },
         },
         ['digest'] = {
         ['/civics spawnzoningoffice'] = {
                     ['command'] = 'digest',
                     ['command'] = 'spawnzoningoffice',
                     ['parent'] = 'food',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Turn calories into waste',
                     ['helpText'] = {
                            ['English'] = "Spawn a zoning office, passing the number of maps and districts in each. Defaults to a lot (3 maps with 100 districts each).",
                            ['Russian'] = "Создаёт офис зонирования, указанное количество карт и районов в каждой карте. По умолчанию много (3 карты по 100 районов в каждой).",
                            ['German'] = "Erzeugt ein Zonenbüro, überreiche die Nummer der Karten und Bezirke in jedem. Standard zu jedem Lot (3 Karten mit 100 Bezirken).",
                            ['French'] = "Créez un bureau du territoire, en passant le nombre de cartes et de quartier dans chacun. La valeur par défaut est beaucoup (3 cartes avec 100 quartiers chacune).",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'maps', 'Int32', '3'},
                            ['Arg2'] = {'districtCount', 'Int32', '100'},
                             },
                             },
         },
         },
         ['dinnerbell'] = {
         ['/civics testgameactions'] = {
                     ['command'] = 'dinnerbell',
                     ['command'] = 'testgameactions',
                     ['parent'] = 'sim',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Makes all animals hungry.',
                     ['helpText'] = {
                            ['English'] = "Tests all the actions in the game by making laws for them and performing them.",
                            ['Russian'] = "Tests all the actions in the game by making laws for them and performing them.",
                            ['German'] = "Tests all the actions in the game by making laws for them and performing them.",
                            ['French'] = "Tests all the actions in the game by making laws for them and performing them.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['disconnect'] = {
         ['/civics ticknow'] = {
                     ['command'] = 'disconnect',
                     ['command'] = 'ticknow',
                     ['parent'] = 'qa',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Disconnect client with a long message',
                     ['helpText'] = {
                            ['English'] = "Force a tick on the civics system to happen immediately.",
                            ['Russian'] = "Принудительно вызвать такт обработки системы гражданского права.",
                            ['German'] = "Löst den nächsten Tick im Bürgerrechtesystem sofort aus.",
                            ['French'] = "Forcer une sélection sur le système civique pour qu'elle se produise immédiatement.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['discoverall'] = {
         ['/civics updatedems'] = {
                     ['command'] = 'discoverall',
                     ['command'] = 'updatedems',
                     ['parent'] = nil,
                     ['parent'] = 'civics',
                     ['helpText'] = 'Discovers all items in game',
                     ['helpText'] = {
                            ['English'] = "Force demographics to update immediately.",
                            ['Russian'] = "Принудительно обновить демографию.",
                            ['German'] = "Erzwingt eine sofortige Aktualisierung der Bevölkerungsgruppen.",
                            ['French'] = "Forcer la mise à jour de la démographie immédiatement.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['distributionstation'] = {
         ['/civics whitelistdemographic'] = {
                     ['command'] = 'distributionstation',
                     ['command'] = 'whitelistdemographic',
                     ['parent'] = 'test',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Creates and applies a Distribution Station.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force a given citizen to always be a member of a given demographic even if they dont match the conditions.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Force a given citizen to always be a member of a given demographic even if they dont match the conditions.",
                            ['German'] = "Force a given citizen to always be a member of a given demographic even if they dont match the conditions.",
                            ['French'] = "Forcer un citoyen donné à être toujours membre d'une catégorie démographique donnée même s'ils ne remplissent pas les conditions.",
                            },
                     ['shortCut'] = 'adddems',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'itemMax', 'Int32', '20'},
                             ['Arg1'] = {'demo', 'Demographic'},
                             ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                             ['Arg2'] = {'set', 'Boolean', 'True'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['distributionstationcarried'] = {
         ['/climate status'] = {
                     ['command'] = 'distributionstationcarried',
                     ['command'] = 'status',
                     ['parent'] = 'test',
                     ['parent'] = 'climate',
                     ['helpText'] = 'Creates and applies a Distribution Station with carried items',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                            ['German'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                            ['French'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                            },
                     ['shortCut'] = 'cli',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['dummy'] = {
         ['/contracts spawn'] = {
                     ['command'] = 'dummy',
                     ['command'] = 'spawn',
                     ['parent'] = 'avatar',
                     ['parent'] = 'contracts',
                     ['helpText'] = 'Spawns a dummy avatar',
                     ['helpText'] = {
                            ['English'] = "Create contract board with all the contract\'s types",
                            ['Russian'] = "Create contract board with all the contract\'s types",
                            ['German'] = "Create contract board with all the contract\'s types",
                            ['French'] = "Create contract board with all the contract\'s types",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['dumpall'] = {
         ['/contracts test'] = {
                     ['command'] = 'dumpall',
                     ['command'] = 'test',
                     ['parent'] = 'inventory',
                     ['parent'] = 'contracts',
                     ['helpText'] = 'Dumps all items from your inventory.',
                     ['helpText'] = {
                     ['shortCut'] = 'dumpall',
                            ['English'] = "Tests founded existing contracts.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Tests founded existing contracts.",
                            ['German'] = "Tests founded existing contracts.",
                            ['French'] = "Tests founded existing contracts.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'contractClause', 'String', ''},
                             },
                             },
         },
         },
         ['dumpcarried'] = {
         ['/craft getpathtoitem'] = {
                     ['command'] = 'dumpcarried',
                     ['command'] = 'getpathtoitem',
                     ['parent'] = 'inventory',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Dumps all carried items.',
                     ['helpText'] = {
                     ['shortCut'] = 'dumpcarried',
                            ['English'] = "Gets the resources needed to craft something",
                     ['level'] = 'Admin',
                            ['Russian'] = "Даёт ресурсы необходимые для изготовления чего-либо",
                            ['German'] = "Gewährt die Ressourcen, die zum Herstellen von etwas benötigt werden",
                            ['French'] = "Obtiens les ressources nécessaires pour fabriquer quelque chose",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'String'},
                             },
                             },
         },
         },
         ['dumpselected'] = {
         ['/craft setpartdecaymult'] = {
                     ['command'] = 'dumpselected',
                     ['command'] = 'setpartdecaymult',
                     ['parent'] = 'inventory',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Dumps all items in your selected toolbar slot.',
                     ['helpText'] = {
                     ['shortCut'] = 'dumpselected',
                            ['English'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            ['Russian'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            ['German'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            ['French'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            },
                     ['shortCut'] = 'partdecay',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'multiplier', 'Single', '100'},
                            ['Arg2'] = {'consumeWithoutDelay', 'Boolean', 'True'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['durability'] = {
         ['/craft setpowercost'] = {
                     ['command'] = 'durability',
                     ['command'] = 'setpowercost',
                     ['parent'] = 'inventory',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Set the durability of the item you are holding',
                     ['helpText'] = {
                            ['English'] = "Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).",
                            ['Russian'] = "Снижает потребление энергии всеми объектами в определённом радиусе на указанное значение (до нуля по умолчанию).",
                            ['German'] = "Reduziert den Energieverbrauch aller Objekte auf einen bestimmten Wert (Standard = 0) innerhalb eines gegebenen Radius.",
                            ['French'] = "Réduit la consommation d'énergie de tous les objets existants d'un rayon donné à la valeur dépassée (valeur par défaut : zéro).",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'durability', 'Single', '1'},
                             ['Arg1'] = {'cost', 'Single', '0'},
                            ['Arg2'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['eat'] = {
         ['/craft spawncrafting'] = {
                     ['command'] = 'eat',
                     ['command'] = 'spawncrafting',
                     ['parent'] = 'food',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Max your calories',
                     ['helpText'] = {
                     ['shortCut'] = 'eat',
                            ['English'] = "Creates a craft setup where output from one thing is input to another.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Создаёт очередь изготовления, где выход одного верстака является входом для другого.",
                            ['German'] = "Erzeugt eine fertige Produktionsschlange in der die Ausgabe von einer Sache die Eingabe einer Anderen ist.",
                            ['French'] = "Crée une chaine de fabrication où la sortie d'un établi est l'entrée d'un autre.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['economics'] = {
         ['/craft techtreesimulation'] = {
                     ['command'] = 'economics',
                     ['command'] = 'techtreesimulation',
                     ['parent'] = 'test',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Spawns all the various parts of an economy.',
                     ['helpText'] = {
                            ['English'] = "Simulates the tech tree",
                            ['Russian'] = "Воссоздать дерево технологий",
                            ['German'] = "Simuliert den Technologiebaum",
                            ['French'] = "Simule l’arbre technologique",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'stores', 'Int32', '5'},
                             },
                             },
         },
         },
         ['economy'] = {
         ['/culture boostproperty'] = {
                     ['command'] = 'economy',
                     ['command'] = 'boostproperty',
                     ['parent'] = 'preset',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Spawns Economy items',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Sets a boost to the culture value of the given deed, or the property where the user is standing if not specified",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Sets a boost to the culture value of the given deed, or the property where the user is standing if not specified",
                            ['German'] = "Sets a boost to the culture value of the given deed, or the property where the user is standing if not specified",
                            ['French'] = "Fixe un bonus à la valeur de culture de la propriété donnée, ou à la propriété où se trouve l'utilisateur si ce n'est pas spécifiée",
                            },
                     ['shortCut'] = 'boostpropertyculture',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'val', 'Single'},
                            ['Arg2'] = {'deed', 'Deed', ''},
                             },
                             },
         },
         },
         ['edit'] = {
         ['/culture boostsettlement'] = {
                     ['command'] = 'edit',
                     ['command'] = 'boostsettlement',
                     ['parent'] = 'objects',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Edit a specific object of a given type. Can specify by name or ID.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Set a culture-boost to lowest tier settlement at position, or specified position.  If null is passed, will take the lowest-tier settlement the user is a citizen of, or an arbitrary settlement if they are not a citizen of any.",
                            ['Russian'] = "Set a culture-boost to lowest tier settlement at position, or specified position.  If null is passed, will take the lowest-tier settlement the user is a citizen of, or an arbitrary settlement if they are not a citizen of any.",
                            ['German'] = "Set a culture-boost to lowest tier settlement at position, or specified position. If null is passed, will take the lowest-tier settlement the user is a citizen of, or an arbitrary settlement if they are not a citizen of any.",
                            ['French'] = "Définir un bonus culturel pour la colonie de plus bas niveau à la position, ou à la position spécifiée. Si rien n'est spécifié, cela prendra la colonie de plus bas niveau dont l'utilisateur est citoyen, ou une colonie arbitraire s'il n'est citoyen d'aucune.",
                            },
                     ['shortCut'] = 'boostsettlementculture',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'val', 'Single'},
                             ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                             ['Arg2'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['elections'] = {
         ['/culture describeannex'] = {
                     ['command'] = 'elections',
                     ['command'] = 'describeannex',
                     ['parent'] = 'civics',
                     ['parent'] = 'culture',
                     ['helpText'] = 'List running elections.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Update annex settings and describe them.",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Update annex settings and describe them.",
                            ['German'] = "Update annex settings and describe them.",
                            ['French'] = "Mettre à jour les paramètres d'annexion et les décrire.",
                            },
                     ['shortCut'] = 'describeannex',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['elevator'] = {
         ['/culture giverandompicture'] = {
                     ['command'] = 'elevator',
                     ['command'] = 'giverandompicture',
                     ['parent'] = 'test',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Setup an elevator for testing',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give a randomly generated picture item for testing.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Give a randomly generated picture item for testing.",
                            ['German'] = "Give a randomly generated picture item for testing.",
                            ['French'] = "Donne une image générée de manière aléatoire pour le test.",
                            },
                     ['shortCut'] = 'pic',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['evict'] = {
         ['/culture givereputation'] = {
                     ['command'] = 'evict',
                     ['command'] = 'givereputation',
                     ['parent'] = 'build',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Evict the targetted user, or self if none is targeted.',
                     ['helpText'] = {
                     ['shortCut'] = 'evict',
                            ['English'] = "Gives reputation from the given user (defaulting to self if not set) to the given target (picture or user) ignoring limits by default.",
                            ['Russian'] = "Gives reputation from the given user (defaulting to self if not set) to the given target (picture or user) ignoring limits by default.",
                            ['German'] = "Gives reputation from the given user (defaulting to self if not set) to the given target (picture or user) ignoring limits by default.",
                            ['French'] = "Attribue de la réputation de l'utilisateur donné (en se basant par défaut sur soi-même si non défini) à une cible donnée (image ou utilisateur) en ignorant les limites par défaut.",
                            },
                     ['shortCut'] = 'rep',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'rep', 'Int32'},
                            ['Arg2'] = {'targetID', 'Int32'},
                            ['Arg3'] = {'sourceUser', 'User', ''},
                            ['Arg4'] = {'ignoreLimit', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['exceptional'] = {
         ['/culture masterpieces'] = {
                     ['command'] = 'exceptional',
                     ['command'] = 'masterpieces',
                     ['parent'] = 'qa',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Throws an exception, very useful',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Gives reputation to all pictures ignoring limits, can set settlement to only apply reputation to pictures under its influence.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Gives reputation to all pictures ignoring limits, can set settlement to only apply reputation to pictures under its influence.",
                            ['German'] = "Gives reputation to all pictures ignoring limits, can set settlement to only apply reputation to pictures under its influence.",
                            ['French'] = "Donne de la réputation à toutes les images en ignorant les limites, peut être réglée pour n'appliquer la réputation qu'aux images sous son influence.",
                            },
                     ['shortCut'] = 'vincent',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'reputation', 'Int32', '3'},
                            ['Arg2'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['exchange'] = {
         ['/culture replenishgivablereputation'] = {
                     ['command'] = 'exchange',
                     ['command'] = 'replenishgivablereputation',
                     ['parent'] = 'test',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Refills givable reputation for given Citizen, or all Citizens if left blank.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Refills givable reputation for given Citizen, or all Citizens if left blank.",
                            ['German'] = "Füllt die Reputation wieder auf für den gegebenen Bürger, falls keiner gesetzt ist alle Bürger.",
                            ['French'] = "Restituer des points de réputation pour un citoyen donné, ou pour tous les citoyens si laissé vide.",
                            },
                     ['shortCut'] = 'reprep',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['failelection'] = {
         ['/culture spawnmuseum'] = {
                     ['command'] = 'failelection',
                     ['command'] = 'spawnmuseum',
                     ['parent'] = 'civics',
                     ['parent'] = 'culture',
                     ['helpText'] = 'End the election with a negative vote.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Spawn a museum of images generating culture",
                     ['level'] = 'Admin',
                            ['Russian'] = "Spawn a museum of images generating culture",
                            ['German'] = "Spawn a museum of images generating culture",
                            ['French'] = "Fait apparaître un musée de photographie générant de la culture",
                            },
                     ['shortCut'] = 'museum',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'dim', 'Int32', '10'},
                             },
                             },
         },
         },
         ['fall'] = {
         ['/culture spawnwallofpictures'] = {
                     ['command'] = 'fall',
                     ['command'] = 'spawnwallofpictures',
                     ['parent'] = 'meteor',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Begin the meteor impact sequence',
                     ['helpText'] = {
                            ['English'] = "Spawn a museum of images generating culture",
                            ['Russian'] = "Spawn a museum of images generating culture",
                            ['German'] = "Spawn a museum of images generating culture",
                            ['French'] = "Fait apparaître un musée de photographie générant de la culture",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'textureCount', 'Int32', '100'},
                            ['Arg2'] = {'textureSize', 'Int32', '1024'},
                             },
                             },
         },
         },
         ['fastforward'] = {
         ['/culture updatesettlements'] = {
                     ['command'] = 'fastforward',
                     ['command'] = 'updatesettlements',
                     ['parent'] = 'time',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Force the world to fast forward. Pass 0 to stop.',
                     ['helpText'] = {
                     ['shortCut'] = 'ff',
                            ['English'] = "Force an update of all settlement properties.",
                            ['Russian'] = "Force an update of all settlement properties.",
                            ['German'] = "Force an update of all settlement properties.",
                            ['French'] = "Force l'amélioration de toutes les propriétés de la colonie.",
                            },
                     ['shortCut'] = 'updatesets',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['fillmeup'] = {
         ['/debug break'] = {
                     ['command'] = 'fillmeup',
                     ['command'] = 'break',
                     ['parent'] = 'inventory',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Adds random items to the user\'s inventory.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Trigger a breakpoint.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Trigger a breakpoint.",
                            ['German'] = "Einen Haltepunkt auslösen.",
                            ['French'] = "Déclencher un point d'arrêt.",
                            },
                     ['shortCut'] = 'break',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['finishelection'] = {
         ['/debug checkobjectspositions'] = {
                     ['command'] = 'finishelection',
                     ['command'] = 'checkobjectspositions',
                     ['parent'] = 'civics',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Force-end the specified election, adding a vote if true is passed (default).',
                     ['helpText'] = {
                     ['shortCut'] = 'fin',
                            ['English'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                            ['German'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                            ['French'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                            },
                     ['shortCut'] = 'checkobjects',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['fly'] = {
         ['/debug makeunderground'] = {
                     ['command'] = 'fly',
                     ['command'] = 'makeunderground',
                     ['parent'] = 'util',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Toggles fly mode',
                     ['helpText'] = {
                    ['shortCut'] = 'fly',
                            ['English'] = "Force the vehicle you are looking at to be underground, you need to be the physics controller of the car.",
                    ['level'] = 'Admin',
                            ['Russian'] = "Force the vehicle you are looking at to be underground, you need to be the physics controller of the car.",
                    ['parameters'] = {
                            ['German'] = "Zwinge das Fahrzeug, das du ansiehst, dazu, sich unterirdisch zu befinden, du musst der Physics-Controller des Autos sein.",
                            ['French'] = "Forcez le véhicule que vous regardez à être sous terre, vous devez être le contrôleur physique du véhicule.",
                             },
                             },
        },
                     ['shortCut'] = '',
        ['foldouts'] = {
                     ['level'] = 'DevTier',
                    ['command'] = 'foldouts',
                    ['parent'] = 'test',
                    ['helpText'] = 'Generates some test combinations of foldout lists. Can optionally set the level of nesting.',
                     ['shortCut'] = 'dbgf',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                             ['Arg1'] = {'target', 'INetObject'},
                             },
                             },
         },
         },
         ['followanimal'] = {
         ['/debug reset'] = {
                     ['command'] = 'followanimal',
                     ['command'] = 'reset',
                     ['parent'] = 'sim',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Toggle following the nearest animal.',
                     ['helpText'] = {
                     ['shortCut'] = 'fola',
                            ['English'] = "Delete all blocks above-ground that are constructed, delete all constructed world objects, remove all property, destroy all settlements and related objects.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Удалите все построенные надземные блоки, удалите все построенные объекты мира, удалите все имущество, уничтожьте все поселения и связанные с ними объекты.",
                            ['German'] = "Lösche alle konstruierten Blöcke über dem Boden, lösche alle konstruierten Weltobjekte, entferne alle Eigentumsgrundstücke, zerstöre alle Siedlungen und verwandte Objekte.",
                            ['French'] = "Supprime tous les blocs construits à la surface (les objets construits dans le monde, les propriétés, les colonies ainsi que les objets associés).",
                            },
                     ['shortCut'] = 'eden',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['food'] = {
         ['/debug scanall'] = {
                     ['command'] = 'food',
                     ['command'] = 'scanall',
                     ['parent'] = 'preset',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Spawns Food items',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Trigger a validity scan of all objects.",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Trigger a validity scan of all objects.",
                    ['parameters'] = {
                            ['German'] = "Trigger a validity scan of all objects.",
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['French'] = "Lancer un scan pour valider tous les objets.",
                             },
                             },
        },
                     ['shortCut'] = 'scanall',
        ['forcegive'] = {
                    ['command'] = 'forcegive',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Give yourself an item (Forced, ignores restrictions)',
                     ['shortCut'] = 'fgive',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['frown'] = {
         ['/debug spawncars'] = {
                     ['command'] = 'frown',
                     ['command'] = 'spawncars',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Frown',
                     ['helpText'] = {
                            ['English'] = "Spawn cars for physics testing",
                            ['Russian'] = "Создать автомобили для тестирования физики",
                            ['German'] = "Autos für Physicstest spawnen",
                            ['French'] = "Faire apparaître des véhicules pour les tests de physique",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['fuel'] = {
         ['/debug wrap'] = {
                     ['command'] = 'fuel',
                     ['command'] = 'wrap',
                     ['parent'] = 'util',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Fuels currently selected (driving) vehicle.',
                     ['helpText'] = {
                     ['shortCut'] = 'fuel',
                            ['English'] = "Set the wrap-around-the-world count for the calling player. This is a client side effect that makes the positions after traveling around the world be shifted by world-size.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Set the wrap-around-the-world count for the calling player.  This is a client side effect that makes the positions after traveling around the world be shifted by world-size.",
                            ['German'] = "Die Anzahl der „Wrap-around-the-World“-Zählungen wurden für den anrufenden Spieler festgelegt. Dies ist ein Nebeneffekt des Clients, der dazu führt, dass sich die Positionen nach Reisen um die Welt je nach Weltgröße verschieben.",
                            ['French'] = "Définissez le compteur de défilement autour du monde pour le joueur appelant. Cela a pour effet côté client de décaler les positions après avoir parcouru le monde entier en fonction de la taille du monde.",
                            },
                     ['shortCut'] = 'wrap',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'INetObject'},
                             ['Arg1'] = {'xWrap', 'Int32', '1'},
                            ['Arg2'] = {'yWrap', 'Int32', '1'},
                             },
                             },
         },
         },
         ['fullreset'] = {
         ['/dinner allowmultiple'] = {
                     ['command'] = 'fullreset',
                     ['command'] = 'allowmultiple',
                     ['parent'] = 'skills',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Resets all skills to unlearnt',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            ['Russian'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            ['German'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            ['French'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            },
                     ['shortCut'] = 'am',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'allowed', 'Int32', '10'},
                             },
                             },
         },
         },
         ['fullstockpile'] = {
         ['/dinner clear'] = {
                     ['command'] = 'fullstockpile',
                     ['command'] = 'clear',
                     ['parent'] = 'build',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Generate a full stockpile',
                     ['helpText'] = {
                            ['English'] = "Clear all active dinner parties.",
                            ['Russian'] = "Clear all active dinner parties.",
                            ['German'] = "Clear all active dinner parties.",
                            ['French'] = "Clear all active dinner parties.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'clearActive', 'Boolean', 'True'},
                            ['Arg2'] = {'clearFinished', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['generators'] = {
         ['/dinner finish'] = {
                     ['command'] = 'generators',
                     ['command'] = 'finish',
                     ['parent'] = 'preset',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Spawns Generator items',
                     ['helpText'] = {
                            ['English'] = "Finish all active dinner parties.",
                            ['Russian'] = "Finish all active dinner parties.",
                            ['German'] = "Finish all active dinner parties.",
                            ['French'] = "Finish all active dinner parties.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['getpathtoitem'] = {
         ['/dinner list'] = {
                     ['command'] = 'getpathtoitem',
                     ['command'] = 'list',
                     ['parent'] = 'craft',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Gets the resources needed to craft something',
                     ['helpText'] = {
                            ['English'] = "List all dinner parties.",
                            ['Russian'] = "List all dinner parties.",
                            ['German'] = "List all dinner parties.",
                            ['French'] = "List all dinner parties.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'String'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['give'] = {
         ['/dinner test'] = {
                     ['command'] = 'give',
                     ['command'] = 'test',
                     ['parent'] = 'inventory',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Give yourself an item',
                     ['helpText'] = {
                     ['shortCut'] = 'give',
                            ['English'] = "Add test users to party.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Add test users to party.",
                            ['German'] = "Add test users to party.",
                            ['French'] = "Add test users to party.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg1'] = {'usersToAdd', 'Int32', '3'},
                             ['Arg2'] = {'coursesToEat', 'Int32', '3'},
                             },
                             },
         },
         },
         ['givealltools'] = {
         ['/districts add'] = {
                     ['command'] = 'givealltools',
                     ['command'] = 'add',
                     ['parent'] = 'qa',
                     ['parent'] = 'districts',
                     ['helpText'] = 'Give all tools of the particular tier. Without specific tier a chest with all tools will be spawned',
                     ['helpText'] = {
                     ['shortCut'] = 'gat',
                            ['English'] = "Set the current area within a given radius to a given district (or a new district if none is passed).",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Добавляет область указанного радиуса к указанному району (или новому району, если он не указан).",
                            ['German'] = "Füge das aktuelle Gebiet innerhalb eines bestimmten Radius zu einem bestimmten Distrikt hinzu (oder zu einen neuen Distrikt, wenn keines übergeben wird).",
                            ['French'] = "Définit la zone actuelle à l'intérieur d'un rayon donné à un quartier donné (ou à un nouveau quartier si aucun n'est défini).",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Single', '0'},
                             ['Arg1'] = {'radiusInPlots', 'Int32', '0'},
                            ['Arg2'] = {'district', 'District', ''},
                            ['Arg3'] = {'map', 'DistrictMap', ''},
                             },
                             },
         },
         },
         ['giveallvehicles'] = {
         ['/districts clearmap'] = {
                     ['command'] = 'giveallvehicles',
                     ['command'] = 'clearmap',
                     ['parent'] = 'qa',
                     ['parent'] = 'districts',
                     ['helpText'] = 'Give all vehicles and hammer (no elevator, no crane)',
                     ['helpText'] = {
                     ['shortCut'] = 'gav',
                            ['English'] = "Remove all districts from a given map.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Удалить все районы с данной карты.",
                            ['German'] = "Entfernt alle Distrikte von einer Karte.",
                            ['French'] = "Supprime tous les quartiers de la carte donnée.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'DistrictMap'},
                             },
                             },
         },
         },
         ['giveglobalmarkerrights'] = {
         ['/districts spawn'] = {
                     ['command'] = 'giveglobalmarkerrights',
                     ['command'] = 'spawn',
                     ['parent'] = 'titles',
                     ['parent'] = 'districts',
                     ['helpText'] = 'Assign the current player to a new title that has global markers rights.',
                     ['helpText'] = {
                            ['English'] = "Generate some random districts around the user.",
                            ['Russian'] = "Создаёт несколько случайных районов вокруг пользователя.",
                            ['German'] = "Generiert einige zufällige Distrikte um den Benutzer.",
                            ['French'] = "Génère quelques quartiers aléatoires autour de l'utilisateur.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'numDistricts', 'Int32', '20'},
                            ['Arg2'] = {'size', 'Int32', '5'},
                            ['Arg3'] = {'useExisting', 'Boolean', 'False'},
                            ['Arg4'] = {'districtMap', 'DistrictMap', ''},
                            ['Arg5'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['givepointsme'] = {
         ['/economy allrecurring'] = {
                     ['command'] = 'givepointsme',
                     ['command'] = 'allrecurring',
                     ['parent'] = 'skills',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Give yourself specialty points',
                     ['helpText'] = {
                    ['shortCut'] = 'point',
                            ['English'] = "Display all recurring transfers paid in the game",
                    ['level'] = 'Admin',
                            ['Russian'] = "Показать все периодические платежи выплачиваемые в игре",
                    ['parameters'] = {
                            ['German'] = "Zeige alle wiederkehrenden Überweisungen, die im Spiel bezahlt werden",
                             ['Arg1'] = {'number', 'Single', '10000'},
                             ['French'] = "Afficher tous les transferts récurrents payés dans la partie",
                             },
                             },
        },
        ['givepointsto'] = {
                    ['command'] = 'givepointsto',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Give skillpoints to another player',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'number', 'Int32', '10'},
                             },
                             },
         },
         },
         ['giveremoveitems'] = {
         ['/economy myrecurring'] = {
                     ['command'] = 'giveremoveitems',
                     ['command'] = 'myrecurring',
                     ['parent'] = 'test',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Attempts to give the user all of the items, then remove them',
                     ['helpText'] = {
                            ['English'] = "Display all recurring transfers for the given user",
                            ['Russian'] = "Показать все периодические платежи для заданного пользователя",
                            ['German'] = "Zeige alle wiederkehrenden Überweisungen für diesen Nutzer",
                            ['French'] = "Afficher tous les transferts récurrents pour l'utilisateur donné",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'specifiedUser', 'User', ''},
                             },
                             },
         },
         },
         ['givetreasuryrights'] = {
         ['/economy payall'] = {
                     ['command'] = 'givetreasuryrights',
                     ['command'] = 'payall',
                     ['parent'] = 'titles',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Assign the current player to a new title that has treasury rights.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Pay all current outstanding rents and wages.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Оплатить все исходящие долги и аренды на текущий момент.",
                            ['German'] = "Pay all current outstanding rents and wages.",
                            ['French'] = "Payer tous les loyers et salaires impayés en cours.",
                            },
                     ['shortCut'] = 'payall',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['greenthumb'] = {
         ['/economy payeverytick'] = {
                     ['command'] = 'greenthumb',
                     ['command'] = 'payeverytick',
                     ['parent'] = 'sim',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Spawns random plants',
                     ['helpText'] = {
                            ['English'] = "Enable debug command to pay recurring transfers every tick.",
                            ['Russian'] = "Включить команду отладки для выплаты периодических переводов каждый цикл.",
                            ['German'] = "Debugbefehl aktivieren um wiederkehrende Überweisungen jeden Tick zu zahlen.",
                            ['French'] = "Activer la commande de débogage pour payer les transferts récurrents à chaque minute.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['grin'] = {
         ['/elections clearold'] = {
                     ['command'] = 'grin',
                     ['command'] = 'clearold',
                     ['parent'] = 'emote',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Grin',
                     ['helpText'] = {
                            ['English'] = "Remove record of a specific election, or if none passed, all previous elections.",
                            ['Russian'] = "Удалите запись о конкретных выборах или, если они не прошли, обо всех предыдущих выборах.",
                            ['German'] = "Entfernt die Historie zu einer bestimmten Wahl, oder falls keine übergeben wird, alle vorherigen Wahlen.",
                            ['French'] = "Retire le registre d'une élection particulière ou, si aucune élection n'a été tenue, toutes les élections précédentes.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['hammers'] = {
         ['/elections createpoll'] = {
                     ['command'] = 'hammers',
                     ['command'] = 'createpoll',
                     ['parent'] = 'test',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Run a series of chat commands to test the game.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Open a dialog that allow starting a poll.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Открыть диалог, который позволяет начать опрос.",
                            ['German'] = "Einen Dialog öffnen, um eine Umfrage zu starten.",
                            ['French'] = "Ouvre une fenêtre de dialogue permettant de démarrer un sondage.",
                            },
                     ['shortCut'] = 'poll',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['help'] = {
         ['/elections fail'] = {
                     ['command'] = 'help',
                     ['command'] = 'fail',
                     ['parent'] = nil,
                     ['parent'] = 'elections',
                     ['helpText'] = 'Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.',
                     ['helpText'] = {
                    ['shortCut'] = '?',
                            ['English'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                    ['level'] = 'Benutzer',
                            ['Russian'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                    ['parameters'] =  {
                             ['German'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                             ['French'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                             ['Arg2'] = {'text', 'String', ''},
                             },
                             },
        },
        ['helpful'] = {
                    ['command'] = 'helpful',
                    ['parent'] = nil,
                    ['helpText'] = 'Shows all help, including sub commands.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'electionIdentifier', 'String', ''},
                             },
                             },
         },
         },
         ['hidden'] = {
         ['/elections finish'] = {
                     ['command'] = 'hidden',
                     ['command'] = 'finish',
                     ['parent'] = 'preset',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Spawns Hidden items',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force-end the specified election, adding a vote if true is passed (default). If no election found, pass any, including draft ones.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Завершает с победой указанное голосования (по умолчанию). Если не указано голосование, завершает все активные, включая черновики.",
                            ['German'] = "Das Ende der ausgewählten Abstimmung erzwingen und eine Stimme hinzufügen, wenn true erreicht wurde (Standard). Wenn keine Abstimmung gefunden wird, werden alle akzeptiert, inklusive der Entwürfe.",
                            ['French'] = "Forcer la fin de l'élection spécifiée, en ajoutant un vote si vrai est passé (valeur par défaut). Si aucune élection n'est trouvée, passez-en une, y compris les projets.",
                            },
                     ['shortCut'] = 'fin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['hitworldlayers'] = {
         ['/elections forcerecalc'] = {
                     ['command'] = 'hitworldlayers',
                     ['command'] = 'forcerecalc',
                     ['parent'] = 'meteor',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Triggers world layers to act as if they were hit by a meteor.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force recalculation of all elections.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Принудительный пересчет всех голосований.",
                            ['German'] = "Erzwinge Neukalkulation von allen Wahlen.",
                            ['French'] = "Oblige à recalculer toutes les élections.",
                            },
                     ['shortCut'] = 'recalcelec',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['home'] = {
         ['/elections newvotebyindex'] = {
                     ['command'] = 'home',
                     ['command'] = 'newvotebyindex',
                     ['parent'] = 'build',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Spawn a few rooms with housing value.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Make a new user and force a vote in the given election for the given index of the election choices.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Make a new user and force a vote in the given election for the given index of the election choices.",
                            ['German'] = "Make a new user and force a vote in the given election for the given index of the election choices.",
                            ['French'] = "Crée un nouvel utilisateur et impose un vote dans l'élection donnée pour l'indice donné des choix de l'élection.",
                            },
                     ['shortCut'] = 'voteindex',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'index', 'Int32'},
                            ['Arg2'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['housing'] = {
         ['/elections spawnboolean'] = {
                     ['command'] = 'housing',
                     ['command'] = 'spawnboolean',
                     ['parent'] = 'preset',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Spawns Housing items',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Create an active boolean election that does nothing for testing purposes.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Create an active boolean election that does nothing for testing purposes.",
                            ['German'] = "Create an active boolean election that does nothing for testing purposes.",
                            ['French'] = "Créez une élection active de type booléen qui ne fait rien à des fins de test.",
                            },
                     ['shortCut'] = 'elec2',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'process', 'ElectionProcess', ''},
                             },
                             },
         },
         },
         ['ignore'] = {
         ['/elections spawncandidate'] = {
                     ['command'] = 'ignore',
                     ['command'] = 'spawncandidate',
                     ['parent'] = 'manage',
                     ['parent'] = 'elections',
                     ['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'] = {
                     ['shortCut'] = 'ignore',
                            ['English'] = "Create an active election of candidates that does nothing for testing purposes.",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Create an active election of candidates that does nothing for testing purposes.",
                            ['German'] = "Create an active election of candidates that does nothing for testing purposes.",
                            ['French'] = "Crée une élection active de candidats qui ne font rien à des fins de test.",
                            },
                     ['shortCut'] = 'elec1',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'ignoreUser', 'User', ''},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'candidates', 'Int32', '5'},
                            ['Arg2'] = {'process', 'ElectionProcess', ''},
                             },
                             },
         },
         },
         ['impact'] = {
         ['/elections test'] = {
                     ['command'] = 'impact',
                     ['command'] = 'test',
                     ['parent'] = 'meteor',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Make the meteor strike instantly.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Generate a few elections and fill all elections with random votes.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Generate a few elections and fill all elections with random votes.",
                            ['German'] = "Generate a few elections and fill all elections with random votes.",
                            ['French'] = "Génére quelques élections et rempli toutes les élections avec des votes aléatoires.",
                            },
                     ['shortCut'] = 'elecs',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'votesToAdd', 'Int32', '10'},
                            ['Arg2'] = {'twitchVotesToAdd', 'Int32', '1000'},
                             },
                             },
         },
         },
         ['import'] = {
         ['/elections twitchvote'] = {
                     ['command'] = 'import',
                     ['command'] = 'twitchvote',
                     ['parent'] = 'build',
                     ['parent'] = 'elections',
                     ['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'] = {
                            ['English'] = "Vote in the given election for the given candidate using the given twitch IDIChatClient Passing null will pick a random one.",
                            ['Russian'] = "Vote in the given election for the given candidate using the given twitch IDIChatClient Passing null will pick a random one.",
                            ['German'] = "Vote in the given election for the given candidate using the given twitch IDIChatClient Passing null will pick a random one.",
                            ['French'] = "Vote dans l'élection donnée pour le candidat donné en utilisant l'IDIChatClient twitch donné, passant nul, vous choisi un candidat au hasard.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'importString', 'String'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'twitchVoter', 'String', ''},
                            ['Arg3'] = {'subscriber', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['industrialelevator'] = {
         ['/elections twitchvotes'] = {
                     ['command'] = 'industrialelevator',
                     ['command'] = 'twitchvotes',
                     ['parent'] = 'test',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Setup an industrial elevator for testing',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Create many twitch votes with random users.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Create many twitch votes with random users.",
                            ['German'] = "Create many twitch votes with random users.",
                            ['French'] = "Créer de nombreux votes sur Twitch avec des utilisateurs aléatoires.",
                            },
                     ['shortCut'] = 'twitchvotes',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'voteCount', 'Int32', '1000'},
                            ['Arg2'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['interactitems'] = {
         ['/elections uservotes'] = {
                     ['command'] = 'interactitems',
                     ['command'] = 'uservotes',
                     ['parent'] = 'test',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Attempts to give the user all items and interact with them',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Create a bunch of test votes.",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Create a bunch of test votes.",
                    ['parameters'] = {
                            ['German'] = "Create a bunch of test votes.",
                            ['French'] = "Créer un tas de votes de test.",
                             },
                             },
        },
                     ['shortCut'] = 'votes',
        ['interactobjects'] = {
                     ['level'] = 'DevTier',
                    ['command'] = 'interactobjects',
                    ['parent'] = 'test',
                    ['helpText'] = 'Attempts to interact with all objects in the world',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'votesToAdd', 'Int32', '10'},
                             },
                             },
         },
         },
         ['joinserverchannel'] = {
         ['/elections veto'] = {
                     ['command'] = 'joinserverchannel',
                     ['command'] = 'veto',
                     ['parent'] = 'voice',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Connect to the server\'s voice chat channel',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Veto an election.",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Вето на выборы.",
                    ['parameters'] = {
                            ['German'] = "Veto bei der Wahl.",
                            ['French'] = "Mettre son veto à une élection.",
                             },
                             },
        },
                     ['shortCut'] = 'veto',
        ['kick'] = {
                    ['command'] = 'kick',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Kicks user',
                     ['shortCut'] = 'kick',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'kickUser', 'User'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['killplants'] = {
         ['/elections vote'] = {
                     ['command'] = 'killplants',
                     ['command'] = 'vote',
                     ['parent'] = 'sim',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Kills all plants in an area. Pass true to delete them.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Vote in the given election for the given candidate. If null is passed for election, take first. Null for candidate, pick a random ordering. Null for voter, use self.",
                            ['Russian'] = "Vote in the given election for the given candidate. If null is passed for election, take first. Null for candidate, pick a random ordering. Null for voter, use self.",
                            ['German'] = "Vote in the given election for the given candidate. If null is passed for election, take first. Null for candidate, pick a random ordering. Null for voter, use self.",
                            ['French'] = "Voter dans une élection donnée pour un candidat donné. Si la nullité est votée pour l'élection, prend le premier. Si nul pour le candidat, choisit au hasard. Si nul pour l'électeur, vous utilise.",
                            },
                     ['shortCut'] = 'vote',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             ['Arg2'] = {'voteForCandidate', 'User', ''},
                             ['Arg3'] = {'speciesName', 'String', ''},
                             ['Arg3'] = {'voter', 'User', ''},
                             },
                             },
         },
         },
         ['killtrees'] = {
         ['/elections win'] = {
                     ['command'] = 'killtrees',
                     ['command'] = 'win',
                     ['parent'] = 'sim',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Cuts all trees in an area. Pass true to delete them.',
                     ['helpText'] = {
                            ['English'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            ['Russian'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            ['German'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            ['French'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['landlord'] = {
         ['/emote'] = {
                     ['command'] = 'landlord',
                     ['command'] = 'emote',
                     ['parent'] = 'build',
                     ['parent'] = nil,
                    ['helpText'] = 'Spawn a room for a test user, make us a tenant.',
                    ['helpText'] =  {
                     ['shortCut'] = '',
                            ['English'] = "Starts emote with provided name",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Starts emote with provided name",
                            ['German'] = "Starts emote with provided name",
                            ['French'] = "Starts emote with provided name",
                            },
                     ['shortCut'] = 'e',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'emoteRaw', 'String'},
                             },
                             },
         },
         },
         ['lastplayeronearth'] = {
         ['/emotes dance'] = {
                     ['command'] = 'lastplayeronearth',
                     ['command'] = 'dance',
                     ['parent'] = 'avatar',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Kills all spawned dummys',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Dance",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Dance",
                            ['German'] = "Dance",
                            ['French'] = "Dance",
                            },
                     ['shortCut'] = 'dance',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['level'] = {
         ['/emotes laugh'] = {
                     ['command'] = 'level',
                     ['command'] = 'laugh',
                     ['parent'] = 'land',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Level the terrain',
                     ['helpText'] = {
                     ['shortCut'] = 'level',
                            ['English'] = "Laugh",
                     ['level'] = 'Admin',
                            ['Russian'] = "Смех",
                            ['German'] = "Lachen",
                            ['French'] = "Rire",
                            },
                     ['shortCut'] = 'laugh',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['levelup'] = {
         ['/emotes smile'] = {
                     ['command'] = 'levelup',
                     ['command'] = 'smile',
                     ['parent'] = 'skills',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Levels up a string matching the passed skill\'s name to the max.',
                     ['helpText'] = {
                     ['shortCut'] = 'levelup',
                            ['English'] = "Smile",
                     ['level'] = 'Admin',
                            ['Russian'] = "Улыбаться",
                            ['German'] = "Lächeln",
                            ['French'] = "Sourire",
                            },
                     ['shortCut'] = 'smile',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                             },
                             },
         },
         },
         ['levelupall'] = {
         ['/emotes wave'] = {
                     ['command'] = 'levelupall',
                     ['command'] = 'wave',
                     ['parent'] = 'skills',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Levels all skills up 1 level at a time (no chunks).',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Wave",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Волна",
                            ['German'] = "Jubeln",
                            ['French'] = "Coucou",
                            },
                     ['shortCut'] = 'wave',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'num', 'Int32', '1'},
                             },
                             },
         },
         },
         ['levelupuser'] = {
         ['/food clearstomach'] = {
                     ['command'] = 'levelupuser',
                     ['command'] = 'clearstomach',
                     ['parent'] = 'skills',
                     ['parent'] = 'food',
                     ['helpText'] = 'Level up a citizen by one.  Default levels you up.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Empties your stomach",
                     ['level'] = 'Admin',
                            ['Russian'] = "Опустошить ваш желудок",
                            ['German'] = "Entleert deinen Magen",
                            ['French'] = "Vide votre estomac",
                            },
                     ['shortCut'] = 'cs',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['list'] = {
         ['/food crave'] = {
                     ['command'] = 'list',
                     ['command'] = 'crave',
                     ['parent'] = 'objects',
                     ['parent'] = 'food',
                     ['helpText'] = 'List all objects of the given type.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force a craving on a given user (self if untargeted user, random food if not set)",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Принудительно задать предпочтения по еде выбранному пользователю (или самому себе, если пользователь не выбран, а также предпочтения будут произвольными, если не выбраны конкретные)",
                            ['German'] = "Erzwingen eines Verlangens bei einem bestimmten Benutzer (an dir selbst wenn der Benutzer nicht festgelegt ist, zufälliges Essen wenn nicht festgelegt)",
                            ['French'] = "Forcer une fringale à un utilisateur donné (soi-même si utilisateur non ciblé, nourriture aléatoire si non définie)",
                            },
                     ['shortCut'] = 'crave',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'target', 'User', ''},
                            ['Arg2'] = {'foodName', 'String', ''},
                             },
                             },
         },
         },
         ['listadmins'] = {
         ['/food digest'] = {
                     ['command'] = 'listadmins',
                     ['command'] = 'digest',
                     ['parent'] = 'manage',
                     ['parent'] = 'food',
                     ['helpText'] = 'Displays a list of all administrators.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Turn calories into waste",
                    ['level'] = 'Benutzer',
                            ['Russian'] = "Превращает калории в отходы",
                    ['parameters'] = {
                            ['German'] = "Kalorien in Abfall verwandeln",
                            ['French'] = "Changer les calories en déchets",
                             },
                             },
        },
        ['listdems'] = {
                    ['command'] = 'listdems',
                    ['parent'] = 'civics',
                    ['helpText'] = 'List each demographic and who is in it.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['listunobtainableitems'] = {
         ['/food eat'] = {
                     ['command'] = 'listunobtainableitems',
                     ['command'] = 'eat',
                     ['parent'] = 'qa',
                     ['parent'] = 'food',
                     ['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'] = {
                    ['shortCut'] = '',
                            ['English'] = "Max your calories",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Насыщает вас до максимума",
                    ['parameters'] = {
                            ['German'] = "Maximiere deine Kalorien",
                            ['French'] = "Maximise vos calories",
                             },
                             },
        },
                     ['shortCut'] = 'eat',
        ['listusers'] = {
                    ['command'] = 'listusers',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Displays a list of all known users, showing username and ID.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['login'] = {
         ['/food work'] = {
                     ['command'] = 'login',
                     ['command'] = 'work',
                     ['parent'] = 'voice',
                     ['parent'] = 'food',
                     ['helpText'] = 'Connect to the voice server',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Spends calories",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Тратит калории",
                            ['German'] = "Kalorien verbrauchen",
                            ['French'] = "Calories dépensées",
                            },
                     ['shortCut'] = 'work',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'useCalories', 'Int32', '100000'},
                             },
                             },
         },
         },
         ['makeuser'] = {
         ['/help'] = {
                     ['command'] = 'makeuser',
                     ['command'] = 'help',
                     ['parent'] = 'test',
                     ['parent'] = nil,
                     ['helpText'] = 'Create test user with a specified name.',
                    ['helpText'] =  {
                            ['English'] = "Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.",
                            ['Russian'] = "Отображает все доступные команды и скрытые подкоманды. Принимает строку для отображения подходящих команд.",
                            ['German'] = "Zeigt alle verfügbaren Befehle inklusive versteckten Unterbefehlen. Akzeptiert eine Zeichenkette um Befehle zu filtern.",
                            ['French'] = "Affiche toutes les commandes disponibles avec des sous-commandes cachées. Accepte une chaîne pour filtrer les commandes en une chaîne de recherche.",
                            },
                    ['shortCut'] = '?',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                            },
        },
        ['/helpful'] = {
                    ['command'] = 'helpful',
                    ['parent'] = nil,
                     ['helpText'] = {
                            ['English'] = "Shows all help, including sub commands.",
                            ['Russian'] = "Показывает всю справку, включая подкоманды.",
                            ['German'] = "Zeigt alle Hilfen, inklusive Unterbefehlen.",
                            ['French'] = "Affiche toute l'aide, en incluant les sous commandes.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'caller', 'User', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                             },
                             },
         },
         },
         ['makeusers'] = {
         ['/housing addroommates'] = {
                     ['command'] = 'makeusers',
                     ['command'] = 'addroommates',
                     ['parent'] = 'test',
                     ['parent'] = 'housing',
                     ['helpText'] = 'Create test users up to the given amount (default 5)',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Add a number of residents to the deed you\'re currently a resident on.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Add a number of residents to the deed you\'re currently a resident on.",
                            ['German'] = "Add a number of residents to the deed you\'re currently a resident on.",
                            ['French'] = "Add a number of residents to the deed you\'re currently a resident on.",
                            },
                     ['shortCut'] = 'shackup',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['makevisible'] = {
         ['/initialspawn do'] = {
                     ['command'] = 'makevisible',
                     ['command'] = 'do',
                     ['parent'] = 'meteor',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Make the meteor enter the targetable range, or the specified angle if one is passed in.',
                     ['helpText'] = {
                            ['English'] = "Re-run the initial spawn selection for the given user (or current user if null).",
                            ['Russian'] = "Перезапустить процедуру выбора начальной точки появления для указанного игрока (или вызвавшего команду если игрок не указан).",
                            ['German'] = "Re-run the initial spawn selection for the given user (or current user if null).",
                            ['French'] = "Réexécute la sélection initiale du spawn pour l'utilisateur donné (ou l'utilisateur actuel si nul).",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'angle', 'Single', '300'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['mark'] = {
         ['/initialspawn list'] = {
                     ['command'] = 'mark',
                     ['command'] = 'list',
                     ['parent'] = 'land',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Drops a waypoint at the current position. Accepts an optional text string for the waypoint.',
                     ['helpText'] = {
                     ['shortCut'] = 'mark',
                            ['English'] = "Lists the initial spawn positions currently active.",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Lists the initial spawn positions currently active.",
                            ['German'] = "Listet aktuelle initiale Spawn-Positionen auf, welche aktiv sind.",
                            ['French'] = "Affiche la liste des positions d'apparition initiales actuellement actives.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'text', 'String', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['markglobal'] = {
         ['/initialspawn update'] = {
                     ['command'] = 'markglobal',
                     ['command'] = 'update',
                     ['parent'] = 'land',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Drops a global waypoint at the current position. Accepts an optional text string for the waypoint.',
                     ['helpText'] = {
                     ['shortCut'] = 'markglobal',
                            ['English'] = "Force update the spawn position now.",
                            ['Russian'] = "Обновить точку появления сейчас.",
                            ['German'] = "Erzwinge die sofortige Aktualisierung der Spawnposition.",
                            ['French'] = "Forcer la mise à jour du point d'apparition maintenant.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'text', 'String', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['massinteract'] = {
         ['/initialspawn updatedebug'] = {
                     ['command'] = 'massinteract',
                     ['command'] = 'updatedebug',
                     ['parent'] = 'land',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Uses your currently selected tool on surrounding blocks',
                     ['helpText'] = {
                            ['English'] = "Generate debug data showing all the clusters we consider for initial points.",
                            ['Russian'] = "Generate debug data showing all the clusters we consider for initial points.",
                            ['German'] = "Generate debug data showing all the clusters we consider for initial points.",
                            ['French'] = "Générer des données de débogage montrant tous les clusters que nous considérons pour les points initiaux.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'size', 'Int32', '1'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['massplant'] = {
         ['/inventory addvoid'] = {
                     ['command'] = 'massplant',
                     ['command'] = 'addvoid',
                     ['parent'] = 'sim',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Spawns a bunch of one plant',
                     ['helpText'] = {
                            ['English'] = "Add an item to your void storage",
                            ['Russian'] = "Добавить предмет в Бездонное хранилище",
                            ['German'] = "Füge einen Gegenstand zu deinem Zwischenlager hinzu",
                            ['French'] = "Ajouter un item à votre Stockage du néant",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg1'] = {'itemName', 'String', 'baked meat'},
                             ['Arg2'] = {'speciesName', 'String', ''},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg3'] = {'yield', 'Single', '0.8'},
                             ['Arg3'] = {'distance', 'Int32', '0'},
                            ['Arg4'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['meeresspiegel'] = {
         ['/inventory carryall'] = {
                     ['command'] = 'Meeresspiegel',
                     ['command'] = 'carryall',
                     ['parent'] = 'sim',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Displays the current sea level and how much it has risen.',
                     ['helpText'] = {
                     ['shortCut'] = 'sea',
                            ['English'] = "Allows carry items into any user inventory slot and removes weight check. Pass false to reset to normal.",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Позволяет переносить предметы в любом слоте инвентаря пользователя и удаляет проверку веса. Передайте 'Ложь' для сброса в нормальное состояние.",
                            ['German'] = "Ermöglicht das Tragen von Gegenständen in einen beliebigen Benutzerinventarplatz und entfernt die Gewichtskontrolle. Übergebe 'false', um den Normalwert wiederherzustellen.",
                            ['French'] = "Permet de transporter des articles dans n'importe quel emplacement d'inventaire utilisateur et supprime la vérification du poids. Passez à 'false' pour revenir à la normale.",
                            },
                     ['shortCut'] = 'carryall',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['metime'] = {
         ['/inventory creativespawner'] = {
                     ['command'] = 'metime',
                     ['command'] = 'creativespawner',
                     ['parent'] = 'avatar',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Spawns passed number of clones of your avatar',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Shows creative item spawn menu",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Shows creative item spawn menu",
                    ['parameters'] = {
                            ['German'] = "Shows creative item spawn menu",
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['French'] = "Shows creative item spawn menu",
                             },
                             },
        },
                     ['shortCut'] = 'spawner',
        ['midnight'] = {
                    ['command'] = 'midnight',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to midnight',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['mute'] = {
         ['/inventory dumpall'] = {
                     ['command'] = 'mute',
                     ['command'] = 'dumpall',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Shows list of muted users or mutes user by account id, steamid, slgid, or username',
                     ['helpText'] = {
                     ['shortCut'] = 'mute',
                            ['English'] = "Dumps all items from your inventory.",
                            ['Russian'] = "Уничтожает все вещи из вашего инвентаря.",
                            ['German'] = "Löscht alle Gegenstände aus deinem Inventar.",
                            ['French'] = "Jette tous les objets de votre inventaire.",
                            },
                     ['shortCut'] = 'dumpall',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['mydems'] = {
         ['/inventory dumpcarried'] = {
                     ['command'] = 'mydems',
                     ['command'] = 'dumpcarried',
                     ['parent'] = 'civics',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'List each demographic and the status of the specified user (using the called if none specified).',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Dumps all carried items.",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Уничтожает переносимые в руках вещи.",
                            ['German'] = "Löscht alle getragenen Gegenstände.",
                            ['French'] = "Supprime tous vos objets portés.",
                            },
                     ['shortCut'] = 'dumpcarried',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User', ''},
                             },
                             },
         },
         },
         ['myrecurring'] = {
         ['/inventory dumpselected'] = {
                     ['command'] = 'myrecurring',
                     ['command'] = 'dumpselected',
                     ['parent'] = 'economy',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Display all recurring transfers for the given user',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Dumps all items in your selected toolbar slot.",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Уничтожает все предметы из слота выбранного на панели быстрого доступа.",
                            ['German'] = "Löscht alle Gegenstände im ausgewählten Werkzeugleistenslot.",
                            ['French'] = "Jette tous les items de l'emplacement sélectionné de la barre d'outils.",
                            },
                     ['shortCut'] = 'dumpselected',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'specifiedUser', 'User', ''},
                             },
                             },
         },
         },
         ['noah'] = {
         ['/inventory dumpvehicle'] = {
                     ['command'] = 'noah',
                     ['command'] = 'dumpvehicle',
                     ['parent'] = 'sim',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Spawns given number of all animals',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Dumps all items from your vehicle inventory.",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Dumps all items from your vehicle inventory.",
                    ['parameters'] = {
                            ['German'] = "Dumps all items from your vehicle inventory.",
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['French'] = "Vide tous les éléments de l'inventaire de votre véhicule.",
                             },
                             },
        },
                     ['shortCut'] = 'dumpvehicle',
        ['noon'] = {
                    ['command'] = 'noon',
                    ['parent'] = 'time',
                    ['helpText'] = 'Set time of day to noon.',
                     ['shortCut'] = 'noon',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['notalents'] = {
         ['/inventory durability'] = {
                     ['command'] = 'notalents',
                     ['command'] = 'durability',
                     ['parent'] = 'skills',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Resets all talents',
                     ['helpText'] = {
                     ['shortCut'] = 'notalents',
                            ['English'] = "Set the durability of the item you are holding",
                            ['Russian'] = "Устанавливает прочность предмета в руках",
                            ['German'] = "Legt die Haltbarkeit des gehaltenen Gegenstands fest",
                            ['French'] = "Définit la durabilité de l'objet que vous tenez",
                            },
                     ['shortCut'] = 'dur',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'durability', 'Single', '1'},
                             },
                             },
         },
         },
         ['notificationstest'] = {
         ['/inventory fillmeup'] = {
                     ['command'] = 'notificationstest',
                     ['command'] = 'fillmeup',
                     ['parent'] = 'qa',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Spam a bunch of stuff to notifications',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Adds random items to the user\'s inventory.",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Adds random items to the user\'s inventory.",
                    ['parameters'] = {
                            ['German'] = "Adds random items to the user\'s inventory.",
                             ['Arg0'] = {'count', 'Int32', '10'},
                             ['French'] = "Adds random items to the user\'s inventory.",
                             },
                             },
        },
        ['now'] = {
                    ['command'] = 'now',
                    ['parent'] = 'time',
                    ['helpText'] = 'Reports the current time.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['objects'] = {
         ['/inventory forcegive'] = {
                     ['command'] = 'objects',
                     ['command'] = 'forcegive',
                     ['parent'] = 'build',
                     ['parent'] = 'inventory',
                     ['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'] = {
                    ['shortCut'] = '',
                            ['English'] = "Give yourself an item (Forced, ignores restrictions)",
                    ['level'] = 'Entwickler',
                             ['Russian'] = "Выдаёт вам предмет (принудительно, игнорирует ограничения)",
                    ['parameters'] =  {
                             ['German'] = "Gib dir selbst einen Gegenstand (erzwungen, ignoriert Einschränkungen)",
                             ['Arg1'] = {'objectstring', 'String'},
                             ['French'] = "Vous donne un objet (de force, ignore les restrictions)",
                             ['Arg2'] = {'textLengthMin', 'Int32', '3'},
                             ['Arg3'] = {'textLengthMax', 'Int32', '40'},
                             },
                             },
        },
                     ['shortCut'] = 'fgive',
        ['oneshot'] = {
                    ['command'] = 'oneshot',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Kills nearest animal',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            ['Arg3'] = {'replace', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['openserverui'] = {
         ['/inventory give'] = {
                     ['command'] = 'openserverui',
                     ['command'] = 'give',
                     ['parent'] = 'util',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Opens the server GUI, if the user is a local user.',
                     ['helpText'] = {
                     ['shortCut'] = 'serverui',
                            ['English'] = "Give yourself an item",
                            ['Russian'] = "Даёт вам предмет",
                            ['German'] = "Gibt dir einen Gegenstand",
                            ['French'] = "Vous donne un objet",
                            },
                     ['shortCut'] = 'give',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['ownall'] = {
         ['/inventory giveall'] = {
                     ['command'] = 'ownall',
                     ['command'] = 'giveall',
                     ['parent'] = 'property',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Claim all property',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give yourself all items matching the given search.",
                            ['Russian'] = "Выдать себе все предметы совпадающие с условиями поиска.",
                            ['German'] = "Gebe dir selbst alle von dir gesuchten Items.",
                            ['French'] = "Donnez-vous tous les articles correspondant à la recherche donnée.",
                            },
                     ['shortCut'] = 'giveall',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['owner'] = {
         ['/inventory givepaint'] = {
                     ['command'] = 'owner',
                     ['command'] = 'givepaint',
                     ['parent'] = 'property',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Change owner of current deed',
                     ['helpText'] = {
                     ['shortCut'] = 'owner',
                            ['English'] = "Give yourself mixed paint for predefined named colors",
                            ['Russian'] = "Give yourself mixed paint for predefined named colors",
                            ['German'] = "Give yourself mixed paint for predefined named colors",
                            ['French'] = "Vous donne de la peinture mélangée pour les couleurs prédéfinies nommées",
                            },
                     ['shortCut'] = 'paint',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'newOwner', 'User', ''},
                             ['Arg1'] = {'namedColorIndex', 'Int32'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['ownnone'] = {
         ['/inventory givepaintrgb'] = {
                     ['command'] = 'ownnone',
                     ['command'] = 'givepaintrgb',
                     ['parent'] = 'property',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Revoke your property',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give yourself mixed paint with any rgb color",
                            ['Russian'] = "Выдать себе смешанные краски любых rgb цветов",
                            ['German'] = "Give yourself mixed paint with any rgb color",
                            ['French'] = "Obtenir une peinture mélangée avec n'importe quelle couleur rgb",
                            },
                     ['shortCut'] = 'paintrgb',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'User', ''},
                             ['Arg1'] = {'r', 'Int32'},
                            ['Arg2'] = {'g', 'Int32'},
                            ['Arg3'] = {'b', 'Int32'},
                            ['Arg4'] = {'amount', 'Int32', '1'},
                             },
                             },
         },
         },
         ['payeverytick'] = {
         ['/inventory integrity'] = {
                     ['command'] = 'payeverytick',
                     ['command'] = 'integrity',
                     ['parent'] = 'economy',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Enable debug command to pay recurring transfers every tick.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                            ['German'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                            ['French'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                            },
                     ['shortCut'] = 'integ',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'integrity', 'Single', '1'},
                             },
                             },
         },
         },
         ['pickupblock'] = {
         ['/land clearpaint'] = {
                     ['command'] = 'pickupblock',
                     ['command'] = 'clearpaint',
                     ['parent'] = 'test',
                     ['parent'] = 'land',
                     ['helpText'] = 'Attempts picking up all world block objects in the world',
                     ['helpText'] = {
                            ['English'] = "Clears paint in area with radius specified around the player. Max = 20",
                            ['Russian'] = "Clears paint in area with radius specified around the player. Max = 20",
                            ['German'] = "Clears paint in area with radius specified around the player. Max = 20",
                            ['French'] = "Efface la peinture de la zone avec un rayon spécifié autour du joueur. Max = 20",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '4'},
                             },
                             },
         },
         },
         ['pipes'] = {
         ['/land clearrubble'] = {
                     ['command'] = 'pipes',
                     ['command'] = 'clearrubble',
                     ['parent'] = 'test',
                     ['parent'] = 'land',
                     ['helpText'] = 'Spawns a setup for testing pipes.',
                     ['helpText'] = {
                            ['English'] = "Clears rubble around the player.",
                            ['Russian'] = "Убирает булыжники вокруг игрока.",
                            ['German'] = "Entfernt den Schutt um den Spieler.",
                            ['French'] = "Nettoie les pierres en vrac autour du joueur.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Single', '10'},
                             },
                             },
         },
         },
         ['placeallworldblocks'] = {
         ['/land level'] = {
                     ['command'] = 'placeallworldblocks',
                     ['command'] = 'level',
                     ['parent'] = 'test',
                     ['parent'] = 'land',
                     ['helpText'] = 'Attempts placing all world block objects in the world',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Level the terrain",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Выравнивает землю",
                            ['German'] = "Begradige das Gelände",
                            ['French'] = "Niveler le terrain",
                            },
                     ['shortCut'] = 'level',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['placegarbage'] = {
         ['/land levelcentered'] = {
                     ['command'] = 'placegarbage',
                     ['command'] = 'levelcentered',
                     ['parent'] = 'test',
                     ['parent'] = 'land',
                     ['helpText'] = 'Attempt to place a bunch of garbage bags in the world.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Level the terrain around user",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Выровнять уровень вокруг игрока",
                            ['German'] = "Terrain um den Benutzer herum ebnen",
                            ['French'] = "Niveler le terrain autour de l'utilisateur",
                            },
                     ['shortCut'] = 'levelcentered',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['placeobjects'] = {
         ['/land levelwithwall'] = {
                     ['command'] = 'placeobjects',
                     ['command'] = 'levelwithwall',
                     ['parent'] = 'test',
                     ['parent'] = 'land',
                     ['helpText'] = 'Attempts placing all objects in the world twice',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Level the terrain with a wall",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Выровнять уровень поверхности до стены",
                    ['parameters'] = {
                            ['German'] = "Terrain erhöhen mit einer Mauer",
                            ['French'] = "Nivelez le terrain avec un mur",
                             },
                             },
        },
                     ['shortCut'] = 'levelwall',
        ['playtime'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'playtime',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Lists the playtimes for a given user, or yourself if none passed.',
                     ['shortCut'] = 'playtime',
                     ['level'] = 'Benutzer',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'other', 'User', ''},
                             ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'wallHeight', 'Int32', '1'},
                            ['Arg4'] = {'groundType', 'String', 'GrassBlock'},
                            ['Arg5'] = {'wallType', 'String', 'StoneBlock'},
                             },
                             },
         },
         },
         ['poorbunnies'] = {
         ['/land mark'] = {
                     ['command'] = 'poorbunnies',
                     ['command'] = 'mark',
                     ['parent'] = 'sim',
                     ['parent'] = 'land',
                     ['helpText'] = 'Kills all animals',
                     ['helpText'] = {
                     ['shortCut'] = 'die',
                            ['English'] = "Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Устанавливает метку в этом месте.  Принимает дополнительный текст для метки.",
                            ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                            ['French'] = "Ajoute un point de repère à la position actuelle.  Accepte un fil de texte optionnel pour nommer le point.",
                            },
                     ['shortCut'] = 'mark',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'destroy', 'Boolean', 'True'},
                             ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['power'] = {
         ['/land markglobal'] = {
                     ['command'] = 'power',
                     ['command'] = 'markglobal',
                     ['parent'] = 'preset',
                     ['parent'] = 'land',
                     ['helpText'] = 'Spawns Power dependent items',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Drops a global waypoint at the current position.  Accepts an optional text string for the waypoint.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Устанавливает глобальную метку в текущем месте. Дополнительно можно задать название.",
                            ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                            ['French'] = "Dépose un point de repère global à la position actuelle. Accepte une ligne de texte optionnelle pour le point de repère.",
                            },
                     ['shortCut'] = 'markglobal',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['predatorsprotected'] = {
         ['/land painttest'] = {
                     ['command'] = 'predatorsprotected',
                     ['command'] = 'painttest',
                     ['parent'] = 'sim',
                     ['parent'] = 'land',
                     ['helpText'] = 'Stay invisible from predators',
                     ['helpText'] = {
                    ['shortCut'] = 'safe',
                            ['English'] = "Spawns giant walls and paints them with random colors",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Spawns giant walls and paints them with random colors",
                    ['parameters'] = {
                            ['German'] = "Spawns giant walls and paints them with random colors",
                            ['French'] = "Spawns giant walls and paints them with random colors",
                             },
                             },
        },
                     ['shortCut'] = 'painttest',
        ['propertyclaimtool'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'propertyclaimtool',
                    ['parent'] = 'test',
                    ['helpText'] = 'Test claiming and unclaiming property.',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'size', 'Int32', '50'},
                            ['Arg2'] = {'walls', 'Int32', '5'},
                             },
                             },
         },
         },
         ['rain'] = {
         ['/land remove'] = {
                     ['command'] = 'rain',
                     ['command'] = 'remove',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Makes meteorites rain down the sky, accepting the number to send and how long between them.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Remove block types within a specified area",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Удаление типов блоков в пределах заданной области",
                            ['German'] = "Entferne Blocktypen innerhalb eines bestimmten Bereichs",
                            ['French'] = "Supprimer les types de bloc dans une zone spécifiée",
                            },
                     ['shortCut'] = 'remove',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                             ['Arg2'] = {'timeBetween', 'Single', '1'},
                             ['Arg2'] = {'x', 'Int32', '15'},
                             ['Arg3'] = {'radius', 'Single', '20'},
                             ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['raisesealevel'] = {
         ['/land removeallbut'] = {
                     ['command'] = 'raisesealevel',
                     ['command'] = 'removeallbut',
                     ['parent'] = 'sim',
                     ['parent'] = 'land',
                     ['helpText'] = 'Raises the sea level by a passed in amount. Careful with this one!',
                     ['helpText'] =  {
                    ['shortCut'] = '',
                            ['English'] = "Removes all block types except the specified type within a specified area",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Удаляет все типы блоков, кроме указанного типа, в указанной области",
                    ['parameters'] = {
                            ['German'] = "Entfernt alle Blocktypen mit Ausnahme des angegebenen Typs innerhalb eines angegebenen Bereichs",
                             ['Arg1'] = {'val', 'Single', '1.5'},
                             ['French'] = "Supprime tous les types de bloc sauf le type spécifié dans une zone spécifiée",
                             },
                             },
        },
                     ['shortCut'] = 'removeallbut',
        ['rate'] = {
                    ['command'] = 'rate',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Displays or sets the current skill rate multiplier.',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'skillRate', 'Single', '-1'},
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['record'] = {
         ['/land removenearestglobalmark'] = {
                     ['command'] = 'record',
                     ['command'] = 'removenearestglobalmark',
                     ['parent'] = 'util',
                     ['parent'] = 'land',
                     ['helpText'] = 'Toggles record mode',
                     ['helpText'] = {
                     ['shortCut'] = 'record',
                            ['English'] = "Removes the nearest global waypoint to your current position.",
                            ['Russian'] = "Удаляет глобальную метку, ближайшую к вашему местоположению.",
                            ['German'] = "Entfernt den nächstgelegenen globalen Wegpunkt zu Ihrer aktuellen Position.",
                            ['French'] = "Supprime le point de repère global le plus proche de votre position actuelle.",
                            },
                     ['shortCut'] = 'removenearestglobalmark',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['regenlayer'] = {
         ['/land resetworldcaches'] = {
                     ['command'] = 'regenlayer',
                     ['command'] = 'resetworldcaches',
                     ['parent'] = 'sim',
                     ['parent'] = 'land',
                     ['helpText'] = 'Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.',
                     ['helpText'] = {
                            ['English'] = "Resets the world caches",
                            ['Russian'] = "Сбросить Кэш карты",
                            ['German'] = "Setzt die Weltcaches zurück",
                            ['French'] = "Réinitialise les caches du monde",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'layerName', 'String'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['remove'] = {
         ['/land spawnmines'] = {
                     ['command'] = 'remove',
                     ['command'] = 'spawnmines',
                     ['parent'] = 'land',
                     ['parent'] = 'land',
                     ['helpText'] = 'Remove block types within a specified area',
                     ['helpText'] = {
                     ['shortCut'] = 'remove',
                            ['English'] = "Spawns a corridor-like tunnel that gives entrance to the mines.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Создает коридор как туннель, ведущий к шахтам.",
                            ['German'] = "Spawnt einen korridorartigen Tunnel, der Zugang zu den Minen gewährleistet.",
                            ['French'] = "Génère un tunnel en forme de couloir qui donne accès aux mines.",
                            },
                     ['shortCut'] = 'spawnmines',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                             ['Arg1'] = {'corridorWidth', 'Int32', '1'},
                             ['Arg2'] = {'x', 'Int32', '15'},
                             ['Arg2'] = {'corridorHeight', 'Int32', '3'},
                             ['Arg3'] = {'z', 'Int32', '15'},
                             ['Arg3'] = {'corridorDepth', 'Int32', '1'},
                             ['Arg4'] = {'y', 'Int32', '15'},
                             ['Arg4'] = {'depth', 'Int32', '100'},
                             ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             ['Arg5'] = {'levelDifferenceHeight', 'Int32', '1'},
                             },
                             },
         },
         },
         ['removeaccountmanager'] = {
         ['/land spawnrubble'] = {
                     ['command'] = 'removeaccountmanager',
                     ['command'] = 'spawnrubble',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Remove user as manager from bank account with ID.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Rains rubble around the player.",
                    ['level'] = 'Admin',
                            ['Russian'] = "Дождь из булыжников вокруг игрока.",
                    ['parameters'] =  {
                             ['German'] = "Lässt Schutt um den Spieler herunterregnen.",
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['French'] = "Il pleut des pierres en vrac autour du joueur.",
                             ['Arg2'] = {'target', 'User'},
                             },
                             },
        },
        ['removeaccountuser'] = {
                    ['command'] = 'removeaccountuser',
                    ['parent'] = 'money',
                    ['helpText'] = 'Removes user from bank account with ID.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'rubble', 'Int32', '32'},
                             },
                             },
         },
         },
         ['removeadmin'] = {
         ['/manage admin'] = {
                     ['command'] = 'removeadmin',
                     ['command'] = 'admin',
                     ['parent'] = 'manage',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Removes user as an Admin by account id, steamid, slgid, or username',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Shows list of admins or adds user as an Admin by account id, steamid, slgid, or username",
                            ['Russian'] = "Отображает список администраторов или делает пользователя администратором по ID аккаунта, steamid, slgid или имени пользователя",
                            ['German'] = "Zeigt eine Liste der Administratoren an oder fügt einen Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername hinzu",
                            ['French'] = "Afficher la liste des administrateurs ou ajouter un utilisateur en tant qu'administrateur par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                     ['shortCut'] = 'admin',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['removeallbut'] = {
         ['/manage alert'] = {
                     ['command'] = 'removeallbut',
                     ['command'] = 'alert',
                     ['parent'] = 'land',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Removes all block types except the specified type within a specified area',
                     ['helpText'] =  {
                    ['shortCut'] = 'removeallbut',
                             ['English'] = "Sends an alert to everybody",
                    ['level'] = 'Entwickler',
                             ['Russian'] = "Посылает всем предупреждение",
                    ['parameters'] =  {
                             ['German'] = "Sendet an allen eine Warnung",
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                             ['French'] = "Envoie une alerte à tout le monde",
                             ['Arg2'] = {'x', 'Int32', '15'},
                             ['Arg3'] = {'z', 'Int32', '15'},
                             ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
        },
        ['removeconst'] = {
                    ['command'] = 'removeconst',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Remove the current constitution.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'alert', 'String', ''},
                             },
                             },
         },
         },
         ['removedeadplants'] = {
         ['/manage announce'] = {
                     ['command'] = 'removedeadplants',
                     ['command'] = 'announce',
                     ['parent'] = 'sim',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Removes dead plants in an area.',
                     ['helpText'] = {
                            ['English'] = "Sends an announce to all players",
                            ['Russian'] = "Отправляет объявление всем игрокам",
                            ['German'] = "Sende eine Ankündigung an alle Spieler",
                            ['French'] = "Envoie une annonce à tous les joueurs",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '50'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             ['Arg1'] = {'announce', 'String', ''},
                             },
                             },
         },
         },
         ['removeinvalidownables'] = {
         ['/manage authlevel'] = {
                     ['command'] = 'removeinvalidownables',
                     ['command'] = 'authlevel',
                     ['parent'] = 'property',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Check deeds and remove contained ownables that do not belong to them',
                     ['helpText'] = {
                            ['English'] = "Displays your authorization level",
                            ['Russian'] = "Отображает ваш уровень доступа",
                            ['German'] = "Zeigt deine Berechtigungsstufe",
                            ['French'] = "Affiche votre niveau d’autorisation",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['removenearestglobalmark'] = {
         ['/manage ban'] = {
                     ['command'] = 'removenearestglobalmark',
                     ['command'] = 'ban',
                     ['parent'] = 'land',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Removes the nearest global waypoint to your current position.',
                     ['helpText'] = {
                     ['shortCut'] = 'removenearestglobalmark',
                            ['English'] = "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.",
                            ['Russian'] = "Отображает список заблокированных пользователей или блокирует пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заблокировать навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                            ['German'] = "Zeigt eine Liste der gesperrten Benutzer oder sperrt Benutzer nach Konto-ID, Steamid, Slgid oder Benutzername an. Sperre standardmäßig für immer mit leerer Zeit. Zeitformat: 1m, 1h, 1d, 1w.",
                            ['French'] = "Affiche la liste des utilisateurs bannis ou bannit un utilisateur par id de compte, steamid, slgid, ou nom d'utilisateur. Sans précision de temps, un bannissement définitif sera appliqué. Format du temps : 1m, 1h, 1d, 1w.",
                            },
                     ['shortCut'] = 'ban',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['removetalent'] = {
         ['/manage clearmaintenance'] = {
                     ['command'] = 'removetalent',
                     ['command'] = 'clearmaintenance',
                     ['parent'] = 'skills',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Removes talent by name',
                     ['helpText'] = {
                     ['shortCut'] = 'talentdel',
                            ['English'] = "Clears currently scheduled user maintenance.",
                            ['Russian'] = "Очищает текущее запланированное обслуживание пользователя.",
                            ['German'] = "Löscht aktuell eingestellte Benutzerwartung.",
                            ['French'] = "Efface la maintenance utilisateur actuellement planifiée.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'talentType', 'String'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['rename'] = {
         ['/manage clearobjective'] = {
                     ['command'] = 'rename',
                     ['command'] = 'clearobjective',
                     ['parent'] = 'titles',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Rename a new title.',
                     ['helpText'] = {
                            ['English'] = "Clears a user\'s objective",
                            ['Russian'] = "Clears a user\'s objective",
                            ['German'] = "Clears a user\'s objective",
                            ['French'] = "Clears a user\'s objective",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'title', 'Title'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'newName', 'String'},
                             ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['repairall'] = {
         ['/manage clearoverheadname'] = {
                     ['command'] = 'repairall',
                     ['command'] = 'clearoverheadname',
                     ['parent'] = 'rooms',
                     ['parent'] = 'manage',
                     ['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'] = {
                     ['shortCut'] = '',
                            ['English'] = "Clears a user\'s overhead display name (reverts to official name).",
                            ['Russian'] = "Clears a user\'s overhead display name (reverts to official name).",
                            ['German'] = "Clears a user\'s overhead display name (reverts to official name).",
                            ['French'] = "Clears a user\'s overhead display name (reverts to official name).",
                            },
                     ['shortCut'] = 'clearoverheadname',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['reset'] = {
         ['/manage ignore'] = {
                     ['command'] = 'reset',
                     ['command'] = 'ignore',
                     ['parent'] = 'tutorials',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Resets the tutorial, including record of given items (which menu option does not do).',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "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",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Отображает ваш чёрный список или добавляет пользователя в чёрный список по имени, или удаляет из чёрного списка, если пользователь уже в списке",
                            ['German'] = "Zeigt Ignorierliste an oder fügt den Player mit dem Namen zur Ignorierliste hinzu oder entfernt ihn, wenn der Player bereits in der Liste enthalten ist",
                            ['French'] = "Afficher la liste des gens ignorés ou ajouter un joueur à la liste par son nom ou le supprimer s'il y est déjà",
                            },
                     ['shortCut'] = 'ignore',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ignoreUser', 'User', ''},
                             },
                             },
         },
         },
         ['resettime'] = {
         ['/manage kick'] = {
                     ['command'] = 'resettime',
                     ['command'] = 'kick',
                     ['parent'] = 'time',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Reset time of day to match the clock.',
                     ['helpText'] = {
                     ['shortCut'] = 'resettime',
                            ['English'] = "Kicks user",
                            ['Russian'] = "Кикает пользователя",
                            ['German'] = "Kickt Benutzer",
                            ['French'] = "Renvoie l'utilisateur",
                            },
                     ['shortCut'] = 'kick',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'kickUser', 'User'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['resetworldcaches'] = {
         ['/manage listadmins'] = {
                     ['command'] = 'resetworldcaches',
                     ['command'] = 'listadmins',
                     ['parent'] = 'land',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Resets the world caches',
                     ['helpText'] = {
                            ['English'] = "Displays a list of all administrators.",
                            ['Russian'] = "Показывает список всех администраторов.",
                            ['German'] = "Zeigt eine Liste aller Administratoren.",
                            ['French'] = "Affiche une liste de tous les administrateurs.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['resident'] = {
         ['/manage listusers'] = {
                     ['command'] = 'resident',
                     ['command'] = 'listusers',
                     ['parent'] = 'build',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Make the targetted user a resident on the deed at your current position. Use \'self\' if no target asset.',
                     ['helpText'] = {
                     ['shortCut'] = 'res',
                            ['English'] = "Displays a list of all known users, showing username and ID.",
                            ['Russian'] = "Отображает список всех известных пользователей, показывая имя и ID.",
                            ['German'] = "Zeigt eine Liste aller bekannten Benutzer an, mit Benutzernamen und -IDs.",
                            ['French'] = "Afficher une liste de tous les utilisateurs connus, avec leur nom d'utilisateur et leur identifiant de compte.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['resources'] = {
         ['/manage maintenance'] = {
                     ['command'] = 'resources',
                     ['command'] = 'maintenance',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns Resources items',
                     ['helpText'] = {
                            ['English'] = "Schedules an automatic shutdown",
                            ['Russian'] = "Расписание автоматического выключения",
                            ['German'] = "Plant ein automatisches Herunterfahren",
                            ['French'] = "Planifie un arrêt automatique",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'time', 'String'},
                            ['Arg2'] = {'message', 'String'},
                            ['Arg3'] = {'reason', 'String'},
                             },
                             },
         },
         },
         ['road'] = {
         ['/manage mute'] = {
                     ['command'] = 'road',
                     ['command'] = 'mute',
                     ['parent'] = 'build',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns a road',
                     ['helpText'] = {
                     ['shortCut'] = 'road',
                            ['English'] = "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.",
                            ['Russian'] = "Отображает список заглушенных пользователей или глушит пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заглушить навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                            ['German'] = "Zeigt eine Liste der gemuteden Benutzer oder mutet Benutzer nach Konto-ID, Steamid, Slgid oder Benutzername an. Mute standardmäßig für immer mit leerer Zeit. Zeitformat: 1m, 1h, 1d, 1w.",
                            ['French'] = "Affiche la liste des utilisateurs muets ou rend muet un utilisateur par son ID de compte, son SteamID, son SLGID ou son nom d'utilisateur. Le silence est permanent par défaut avec une durée vide. Le format de temps est : 1m (minute), 1h (heure), 1d (jour), 1w (semaine).",
                            },
                     ['shortCut'] = 'mute',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'length', 'Int32', '25'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'width', 'Int32', '4'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                             ['Arg2'] = {'reason', 'String', ''},
                             ['Arg4'] = {'bottomType', 'Int32', '2'},
                             ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['runtest'] = {
         ['/manage players'] = {
                     ['command'] = 'runtest',
                     ['command'] = 'players',
                     ['parent'] = 'qa',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Run a specific test.',
                     ['helpText'] = {
                            ['English'] = "Returns a list of online players",
                            ['Russian'] = "Возвращает список игроков в сети",
                            ['German'] = "Gibt eine Liste aller Spieler, die online sind, aus",
                            ['French'] = "Retourne une liste des joueurs connectés",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'testname', 'String'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['runtests'] = {
         ['/manage playtime'] = {
                     ['command'] = 'runtests',
                     ['command'] = 'playtime',
                     ['parent'] = 'qa',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Run a series of chat commands to test the game.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Lists the playtimes for a given user, or yourself if none passed.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан.",
                            ['German'] = "Listet die Spielzeiten eines angegebenen Spielers auf oder einem selbst, wenn leer.",
                            ['French'] = "Liste le temps de jeu pour un utilisateur spécifique, ou vous-même si aucun n'est passé.",
                            },
                     ['shortCut'] = 'playtime',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                             },
                             },
         },
         },
         ['save'] = {
         ['/manage removeadmin'] = {
                     ['command'] = 'save',
                     ['command'] = 'removeadmin',
                     ['parent'] = 'manage',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Save the world!',
                     ['helpText'] = {
                            ['English'] = "Removes user as an Admin by account id, steamid, slgid, or username",
                            ['Russian'] = "Убирает пользователя из списка администраторов по ID аккаунта, steamid, slgid или имени пользователя",
                            ['German'] = "Entfernt den Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername",
                            ['French'] = "Supprimer l'utilisateur en tant qu'administrateur par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['scrols'] = {
         ['/manage save'] = {
                     ['command'] = 'scrols',
                     ['command'] = 'save',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns SkillScrols items',
                     ['helpText'] = {
                            ['English'] = "Save the world!",
                            ['Russian'] = "Сохранить Мир!",
                            ['German'] = "Rette die Welt!",
                            ['French'] = "Sauvegarde le monde !",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['servercrash'] = {
         ['/manage setoverheadname'] = {
                     ['command'] = 'servercrash',
                     ['command'] = 'setoverheadname',
                     ['parent'] = 'qa',
                     ['parent'] = 'manage',
                     ['helpText'] = 'A command to force the server to crash',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                            ['German'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                            ['French'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                            },
                     ['shortCut'] = 'setoverheadname',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'overheadName', 'String'},
                             },
                             },
         },
         },
         ['set'] = {
         ['/manage setspawn'] = {
                     ['command'] = 'set',
                     ['command'] = 'setspawn',
                     ['parent'] = 'time',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Set time of day to the specified hour',
                     ['helpText'] = {
                            ['English'] = "Changes the spawn location to your current location",
                            ['Russian'] = "Перемещает точку возрождения туда, где вы сейчас находитесь",
                            ['German'] = "Ändert den Spawnpunkt zu deinem aktuellen Standort",
                            ['French'] = "Change le point de réapparition par la position actuelle",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'hour', 'Single'},
                             },
                             },
         },
         },
         ['setaccountowner'] = {
         ['/manage unban'] = {
                     ['command'] = 'setaccountowner',
                     ['command'] = 'unban',
                     ['parent'] = 'money',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Manually set an account creator.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Unbans user by account id, steamid, slgid, or username",
                            ['Russian'] = "Снимает бан с пользователя по ID аккаунта, steamID, slgID или имени",
                            ['German'] = "Deaktiviert den Benutzer von Konto-ID, steamid, slgid oder Benutzername",
                            ['French'] = "Dé-bannie l'utilisateur par ID de compte, ID Steam, ID Slg, ou nom d'utilisateur",
                            },
                     ['shortCut'] = 'unban',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['setlayer'] = {
         ['/manage unmute'] = {
                     ['command'] = 'setlayer',
                     ['command'] = 'unmute',
                     ['parent'] = 'sim',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Sets a world layer to specific value or random value from range.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Unmutes user by account id, steamid, slgid, or username",
                            ['Russian'] = "Убирает пользователя из списка заглушенных по ID аккаунта, steamid, slgid или имени пользователя",
                            ['German'] = "Deaktiviert Stummschaltung des Benutzers von Konto-ID, steamid, slgid oder Benutzername auf",
                            ['French'] = "Réactiver la parole d'un utilisateur en saisissant son identifiant de compte, son identifiant steam, son slgid ou son nom d'utilisateur",
                            },
                     ['shortCut'] = 'unmute',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'layerName', 'String'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'value', 'Single'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg3'] = {'maxValue', 'Single', 'NaN'},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['setpollutionactive'] = {
         ['/manage unwhitelist'] = {
                     ['command'] = 'setpollutionactive',
                     ['command'] = 'unwhitelist',
                     ['parent'] = 'sim',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Activates/deactivates pollution layer updating.',
                     ['helpText'] = {
                            ['English'] = "Removes user from the whitelist by account id, steamid, slgid, or username",
                            ['Russian'] = "Исключает пользователя из белого списка по ID аккаунта, steamID, slgID или имени",
                            ['German'] = "Enternt Benutzer von der Whitelist bei Konto-ID, steamid, slgid oder Benutzername",
                            ['French'] = "Supprimer l'utilisateur de la liste blanche par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'isActive', 'Boolean'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['setpowercost'] = {
         ['/manage useractivity'] = {
                     ['command'] = 'setpowercost',
                     ['command'] = 'useractivity',
                     ['parent'] = 'craft',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).',
                     ['helpText'] = {
                            ['English'] = "Displays a list of users and when they last logged in.",
                            ['Russian'] = "Отображает список игроков и время когда они были в сети.",
                            ['German'] = "Listet alle Spieler und deren letzten Login auf.",
                            ['French'] = "Affiche une liste d'utilisateurs et leur dernière date de connexion.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'cost', 'Single', '0'},
                             },
                            ['Arg2'] = {'radius', 'Single', '20'},
                             },
         },
         },
         ['setreputation'] = {
         ['/manage warnuser'] = {
                     ['command'] = 'setreputation',
                     ['command'] = 'warnuser',
                     ['parent'] = 'manage',
                     ['parent'] = 'manage',
                     ['helpText'] = 'A command to set the user\'s reputation',
                     ['helpText'] = {
                            ['English'] = "Sends a warning to a citizen",
                            ['Russian'] = "Отправляет игроку предупреждение",
                            ['German'] = "Sendet eine Warnung an einen Bürger",
                            ['French'] = "Envoyer un avertissement à un citoyen",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'rep', 'Int32', '0'},
                             ['Arg1'] = {'warnUser', 'User'},
                             ['Arg3'] = {'clampValue', 'Boolean', 'False'},
                             ['Arg2'] = {'warning', 'String', ''},
                             },
                             },
         },
         },
         ['setreputationrelative'] = {
         ['/manage whitelist'] = {
                     ['command'] = 'setreputationrelative',
                     ['command'] = 'whitelist',
                     ['parent'] = 'manage',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Set the user\'s reputation relative to another',
                     ['helpText'] = {
                            ['English'] = "Shows list of whitelisted users or adds user to the whitelist by account id, steamid, slgid, or username",
                            ['Russian'] = "Показывает пользователей в белом списке или добавляет пользователя в белый список по ID аккаунта, steamID, slgID или имени",
                            ['German'] = "Zeigt eine Liste der Whiteliste Benutzer nach Konto-ID, steamid, slgid oder Benutzername an",
                            ['French'] = "Afficher la liste blanche des utilisateurs ou ajouter un utilisateur à la liste blanche par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'fromUser', 'User'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg3'] = {'rep', 'Int32', '0'},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['setspawn'] = {
         ['/manage whoami'] = {
                     ['command'] = 'setspawn',
                     ['command'] = 'whoami',
                     ['parent'] = 'manage',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Changes the spawn location to your current location',
                     ['helpText'] = {
                            ['English'] = "Shows your user ID",
                            ['Russian'] = "Показывает ваш ID",
                            ['German'] = "Zeigt deine Benutzer-ID an",
                            ['French'] = "Affiche votre ID d'utilisateur",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['sewage'] = {
         ['/manage whois'] = {
                     ['command'] = 'sewage',
                     ['command'] = 'whois',
                     ['parent'] = 'test',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns a setup for testing pipes.',
                     ['helpText'] = {
                            ['English'] = "Shows the user ID of the requested user.",
                            ['Russian'] = "Показывает ID указанного пользователя.",
                            ['German'] = "Zeigt die Benutzer-ID des angefragten Benutzers an.",
                            ['French'] = "Affiche l'ID de l'utilisateur demandé.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User'},
                             },
                             },
         },
         },
         ['sewagevillage'] = {
         ['/meteor addhours'] = {
                     ['command'] = 'sewagevillage',
                     ['command'] = 'addhours',
                     ['parent'] = 'build',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Spawn a village that will have a sewage network.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Adds meteor impact hours",
                    ['level'] = 'Entwickler',
                            ['Russian'] = "Добавляет часы до падения астероида",
                    ['parameters'] = {
                            ['German'] = "Fügt Meteoraufprallstunden hinzu",
                            ['French'] = "Ajoute des heures à l'impact du météore",
                             },
                             },
        },
        ['showgovernment'] = {
                    ['command'] = 'showgovernment',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Lists the active elements of the government.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['showsupportedlanguages'] = {
         ['/meteor destroy'] = {
                     ['command'] = 'showsupportedlanguages',
                     ['command'] = 'destroy',
                     ['parent'] = 'qa',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'List all supported languages with short codes',
                     ['helpText'] = {
                            ['English'] = "Destroys the meteor in orbit.",
                            ['Russian'] = "Уничтожает астероид на орбите.",
                            ['German'] = "Zerstört den Meteor in der Umlaufbahn.",
                            ['French'] = "Détruit le météore en orbite.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['showtick'] = {
         ['/meteor fall'] = {
                     ['command'] = 'showtick',
                     ['command'] = 'fall',
                     ['parent'] = 'civics',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Show time until the next civics tick.',
                     ['helpText'] = {
                            ['English'] = "Begin the meteor impact sequence",
                            ['Russian'] = "Запускает процесс падения астероида",
                            ['German'] = "Starte die Sequenz für den Meteor-Einschlag",
                            ['French'] = "Débute la séquence d'impact du météore",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['shuffleblocks'] = {
         ['/meteor hitworldlayers'] = {
                     ['command'] = 'shuffleblocks',
                     ['command'] = 'hitworldlayers',
                     ['parent'] = 'build',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Spawns and shuffles different blocks',
                     ['helpText'] = {
                            ['English'] = "Triggers world layers to act as if they were hit by a meteor.",
                            ['Russian'] = "Делает чтобы слои мира выглядели, как будто упал астероид.",
                            ['German'] = "Sorgt dafür, dass sich Weltebenen so verhalten als wäre ein Meteor in sie eingeschlagen.",
                            ['French'] = "Les calques du monde se comportent comme s'ils étaient frappées par le météore.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '10'},
                            ['Arg2'] = {'y', 'Int32', '10'},
                             },
                             },
         },
         },
         ['shuffleobjects'] = {
         ['/meteor impact'] = {
                     ['command'] = 'shuffleobjects',
                     ['command'] = 'impact',
                     ['parent'] = 'build',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Spawns a large number of random WorldObjects.',
                     ['helpText'] = {
                            ['English'] = "Make the meteor strike instantly.",
                            ['Russian'] = "Астероид мгновенно сталкивается с поверхностью.",
                            ['German'] = "Lässt den Meteor sofort einschlagen.",
                            ['French'] = "Provoque l'impact immédiat du météore.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '100'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['smile'] = {
         ['/meteor makevisible'] = {
                     ['command'] = 'smile',
                     ['command'] = 'makevisible',
                     ['parent'] = 'emote',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Smile',
                     ['helpText'] = {
                            ['English'] = "Make the meteor enter the targetable range, or the specified angle if one is passed in.",
                            ['Russian'] = "Перемещает астероид в зону прицеливания или на определённый угол, если он указан.",
                            ['German'] = "Sorgt dafür, dass der Meteor sich in die anvisierbare Reichweite oder den angegebenen Winkel begibt, wenn einer solcher übergeben wird.",
                            ['French'] = "Faites entrer le météore dans la zone de visée, ou dans l'angle spécifié si il y passe.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'angle', 'Single', '300'},
                             },
                             },
         },
         },
         ['smirk'] = {
         ['/meteor rain'] = {
                     ['command'] = 'smirk',
                     ['command'] = 'rain',
                     ['parent'] = 'emote',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Smirk',
                     ['helpText'] = {
                            ['English'] = "Makes meteorites rain down the sky, accepting the number to send and how long between them.",
                            ['Russian'] = "Создаёт метеоритный дождь, можно указать количество и время между ними.",
                            ['German'] = "Lässt Meteoriten vom Himmel fallen, Akzeptiert die Anzahl der Meteoriten und die Zeit zwischen ihnen als Parameter.",
                            ['French'] = "Fait pleuvoir des météorites du ciel, en indiquant le nombre de météorites à envoyer et le temps d'interval entre.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['spamdb'] = {
         ['/meteor removehours'] = {
                     ['command'] = 'spamdb',
                     ['command'] = 'removehours',
                     ['parent'] = 'qa',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Spams database operations, in the hopes of reproducing errors or lag',
                     ['helpText'] = {
                            ['English'] = "Remove meteor impact hours",
                            ['Russian'] = "Убирает часы до падения метеора",
                            ['German'] = "Remove meteor impact hours",
                            ['French'] = "Retire des heures d'impact du météore",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'numSeconds', 'Single', '30'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                             ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['spawn'] = {
         ['/meteor spawn'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'spawn',
                     ['parent'] = 'qa',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Spawns item in building',
                     ['helpText'] = {
                     ['shortCut'] = 'spawn',
                            ['English'] = "Spawns a meteor into orbit, regardless of current disaster settings.",
                            ['Russian'] = "Создаёт астероид на орбите, независимо от текущих настроек мира.",
                            ['German'] = "Erzeugt einen Meteor in einer Umlaufbahn, unabhängig den aktuellen Katastrophen-Einstellungen.",
                            ['French'] = "Fait apparaître un météore en orbite, peu importe les paramètres de catastrophe actuels.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['spawnaccounts'] = {
         ['/meteor spawncrater'] = {
                     ['command'] = 'spawnaccounts',
                     ['command'] = 'spawncrater',
                     ['parent'] = 'money',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Create new bank accounts for each user.',
                     ['helpText'] = {
                            ['English'] = "Create a crater at the current position.",
                            ['Russian'] = "Создаёт кратер в текущем месте.",
                            ['German'] = "Erstelle einen Krater an der aktuellen Position.",
                            ['French'] = "Créez un cratère à la position actuelle.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32'},
                             ['Arg1'] = {'size', 'Single', '5'},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['spawnallplants'] = {
         ['/meteor status'] = {
                     ['command'] = 'spawnallplants',
                     ['command'] = 'status',
                     ['parent'] = 'sim',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Spawns plants of particular ages in a row',
                     ['helpText'] = {
                     ['shortCut'] = 'allplants',
                            ['English'] = "Displays status of meteor.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Displays status of meteor.",
                            ['German'] = "Displays status of meteor.",
                            ['French'] = "Displays status of meteor.",
                            },
                     ['shortCut'] = 'met',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg2'] = {'growth1', 'Single', '0.3'},
                            ['Arg3'] = {'growth2', 'Single', '0.6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                             },
                             },
         },
         },
         ['spawnanimal'] = {
         ['/money accounts'] = {
                     ['command'] = 'spawnanimal',
                     ['command'] = 'accounts',
                     ['parent'] = 'sim',
                     ['parent'] = 'money',
                     ['helpText'] = 'Spawns a number of animals',
                     ['helpText'] = {
                     ['shortCut'] = 'animal',
                            ['English'] = "Display all bank accounts in the game.",
                     ['level'] = 'Admin',
                            ['Russian'] = "Отображает все банковские счета в игре.",
                            ['German'] = "Zeigt alle Bankkonten im Spiel an.",
                            ['French'] = "Affiche tous les comptes bancaires du jeu.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'speciesName', 'String', 'Hare'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['spawnconst'] = {
         ['/money addaccountmanager'] = {
                     ['command'] = 'spawnconst',
                     ['command'] = 'addaccountmanager',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Spawn a blank constitution if it\'s missing.',
                     ['helpText'] = {
                            ['English'] = "Adds user as manager to bank account with ID.",
                            ['Russian'] = "Добавить игрока как управляющего банковским счетом с ID.",
                            ['German'] = "Fügt einen Spieler als Verwalter zum Bankkonto mit der ID hinzu.",
                            ['French'] = "Ajoute l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['spawncrafting'] = {
         ['/money addaccountuser'] = {
                     ['command'] = 'spawncrafting',
                     ['command'] = 'addaccountuser',
                     ['parent'] = 'craft',
                     ['parent'] = 'money',
                     ['helpText'] = 'Creates a craft setup where output from one thing is input to another.',
                     ['helpText'] = {
                            ['English'] = "Adds user to bank account with ID.",
                            ['Russian'] = "Добавляет пользователя к банковскому счёту с ID.",
                            ['German'] = "Fügt einen Spieler zum Bankkonto mit der ID hinzu.",
                            ['French'] = "Ajoute des utilisateur au compte bancaire avec l'ID.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'copies', 'Int32', '1'},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['spawncrater'] = {
         ['/money cancelalldebtfromplayer'] = {
                     ['command'] = 'spawncrater',
                     ['command'] = 'cancelalldebtfromplayer',
                     ['parent'] = 'meteor',
                     ['parent'] = 'money',
                     ['helpText'] = 'Create a crater at the current position.',
                     ['helpText'] = {
                            ['English'] = "Cancel debt that a particular player has accumulated.",
                            ['Russian'] = "Аннулировать долги, которые накопил игрок.",
                            ['German'] = "Lösche Schulden, die ein bestimmter Spieler angesammelt hat.",
                            ['French'] = "Annule la dette qu'un joueur particulier a accumulée.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'size', 'Single', '5'},
                             ['Arg1'] = {'otherPlayer', 'String'},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['spawndems'] = {
         ['/money createaccount'] = {
                     ['command'] = 'spawndems',
                     ['command'] = 'createaccount',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Generate some demographics.',
                     ['helpText'] = {
                            ['English'] = "Creates an account with specified name.",
                            ['Russian'] = "Создаёт счёт с указанным названием.",
                            ['German'] = "Erstellt ein Konto mit dem Namen.",
                            ['French'] = "Créée un compte avec le nom spécifié.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['spawnelection'] = {
         ['/money createdebt'] = {
                     ['command'] = 'spawnelection',
                     ['command'] = 'createdebt',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Generate a test election.',
                     ['helpText'] = {
                            ['English'] = "Create debt between two players in a currency that matches the given name.",
                            ['Russian'] = "Создаёт долг между двумя игроками в указанной валюте.",
                            ['German'] = "Erstelle Schulden zwischen zwei Spielern in einer Währung, die mit dem angegebenen Namen übereinstimmt.",
                            ['French'] = "Créé une dette entre deux joueurs pour une monnaie qui correspond au nom donné.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'forceFinish', 'Boolean', 'False'},
                             ['Arg1'] = {'lender', 'User'},
                            ['Arg2'] = {'borrower', 'User'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currency', 'Currency'},
                             },
                             },
         },
         },
         ['spawngov'] = {
         ['/money currencies'] = {
                     ['command'] = 'spawngov',
                     ['command'] = 'currencies',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['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'] = {
                            ['English'] = "List all currencies in the game.",
                            ['Russian'] = "Список всей игровой валюты.",
                            ['German'] = "Listet alle Währungen im Spiel auf.",
                            ['French'] = "Liste toutes les monnaies du jeu.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'requireElections', 'Boolean', 'True'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['spawnlaws'] = {
         ['/money deleteaccount'] = {
                     ['command'] = 'spawnlaws',
                     ['command'] = 'deleteaccount',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['helpText'] = 'Generate some test laws.',
                     ['helpText'] = {
                            ['English'] = "Deletes an account even if there is still currency on it.",
                            ['Russian'] = "Удаляет счёт, даже если на нём ещё остались средства.",
                            ['German'] = "Löscht ein Konto, obwohl es noch ein Guthaben hat.",
                            ['French'] = "Supprime un compte même s'il y a encore de l'argent sur celui-ci.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             },
                             },
         },
         },
         ['spawnplant'] = {
         ['/money removeaccountmanager'] = {
                     ['command'] = 'spawnplant',
                     ['command'] = 'removeaccountmanager',
                     ['parent'] = 'sim',
                     ['parent'] = 'money',
                     ['helpText'] = 'Spawns a plant or plants in a row with increasing ages',
                     ['helpText'] = {
                     ['shortCut'] = 'plant',
                            ['English'] = "Remove user as manager from bank account with ID.",
                            ['Russian'] = "Убрать игрока из управляющих банковским счетом с ID.",
                            ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                            ['French'] = "Retire l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'speciesName', 'String', 'Birch'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg2'] = {'count', 'Int32', '1'},
                             ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['spawnrubble'] = {
         ['/money removeaccountuser'] = {
                     ['command'] = 'spawnrubble',
                     ['command'] = 'removeaccountuser',
                     ['parent'] = 'land',
                     ['parent'] = 'money',
                     ['helpText'] = 'Rains rubble around the player.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Removes user from bank account with ID.",
                            ['Russian'] = "Удаляет пользователя из банковского счёта с ID.",
                            ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                            ['French'] = "Retire des utilisateur du compte bancaire avec l'ID.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg2'] = {'rubble', 'Int32', '32'},
                             ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['spawnzoningoffice'] = {
         ['/money setaccountowner'] = {
                     ['command'] = 'spawnzoningoffice',
                     ['command'] = 'setaccountowner',
                     ['parent'] = 'civics',
                     ['parent'] = 'money',
                     ['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'] = {
                            ['English'] = "Manually set an account creator.",
                            ['Russian'] = "Вручную задать создателя счёта.",
                            ['German'] = "Legt einen manuellen Kontoersteller fest.",
                            ['French'] = "Définir manuellement un créateur de compte.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'maps', 'Int32', '3'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg2'] = {'districtCount', 'Int32', '100'},
                             ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['spieler'] = {
         ['/money spawnaccounts'] = {
                     ['command'] = 'Spieler',
                     ['command'] = 'spawnaccounts',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] = 'Returns a list of online players',
                     ['helpText'] = {
                            ['English'] = "Create new bank accounts for each user.",
                            ['Russian'] = "Создать новые банковские счета для каждого игрока.",
                            ['German'] = "Erstellt ein neues Bankkonto für jeden Benutzer.",
                            ['French'] = "Créer un nouveau compte bancaire pour chaque utilisateur.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['steamsale'] = {
         ['/money steamsale'] = {
                     ['command'] = 'steamsale',
                     ['command'] = 'steamsale',
                     ['parent'] = 'money',
                     ['parent'] = 'money',
                     ['helpText'] = 'Give every player an amount of money',
                     ['helpText'] = {
                            ['English'] = "Give every player an amount of money",
                            ['Russian'] = "Даёт каждому игроку указанную сумму",
                            ['German'] = "Gib allen Spielern einen bestimmten Betrag",
                            ['French'] = "Donne une quantité d'argent à tous les joueurs",
                            },
                     ['shortCut'] = 'gabe',
                     ['shortCut'] = 'gabe',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                             },
                             },
         },
         },
         ['stockpile'] = {
         ['/network setpassword'] = {
                     ['command'] = 'stockpile',
                     ['command'] = 'setpassword',
                     ['parent'] = 'build',
                     ['parent'] = 'network',
                     ['helpText'] = 'Spawns a stockpile containing stacks of the listed items.',
                     ['helpText'] = {
                            ['English'] = "Sets the current server password",
                            ['Russian'] = "Задать пароль для этого сервера",
                            ['German'] = "Setzt das aktuelle Server-Passwort",
                            ['French'] = "Définit le mot de passe du serveur actuel",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'item1', 'String', 'LogItem'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'item2', 'String', ''},
                             ['Arg1'] = {'password', 'String', ''},
                            ['Arg3'] = {'item3', 'String', ''},
                            ['Arg4'] = {'item4', 'String', ''},
                            ['Arg5'] = {'item5', 'String', ''},
                             },
                             },
         },
         },
         ['storages'] = {
         ['/notifications mail'] = {
                     ['command'] = 'storages',
                     ['command'] = 'mail',
                     ['parent'] = 'preset',
                     ['parent'] = 'notifications',
                     ['helpText'] = 'Spawns Storage items',
                     ['helpText'] = {
                            ['English'] = "Send mail to the given user (or self if blank).",
                            ['Russian'] = "Отправить письмо указанному пользователю (или себе, если получатель не указан).",
                            ['German'] = "Sende Nachricht an den gewählten Nutzer (oder an dich selbst wenn leer).",
                            ['French'] = "Envoyer un courrier à l'utilisateur spécifié (ou à soi-même si vide).",
                            },
                    ['shortCut'] = 'm',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'text', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/objects add'] = {
                    ['command'] = 'add',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Add an object of the give type.",
                            ['Russian'] = "Добавить объект заданного типа.",
                            ['German'] = "Ein Objekt des gegebenen Typs hinzufügen.",
                            ['French'] = "Ajoute un objet du type donner.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['store'] = {
         ['/objects clear'] = {
                     ['command'] = 'store',
                     ['command'] = 'clear',
                     ['parent'] = 'build',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Spawns a store with storages and random trade offers.',
                     ['helpText'] = {
                            ['English'] = "Removes objects of a given type.",
                            ['Russian'] = "Удаляет объекты заданного типа.",
                            ['German'] = "Entfernt Objekte eines bestimmten Typs.",
                            ['French'] = "Supprime les objets d'un certain type.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'offers', 'Int32', '6'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['targetowner'] = {
         ['/objects edit'] = {
                     ['command'] = 'targetowner',
                     ['command'] = 'edit',
                     ['parent'] = 'property',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Change owner of current target',
                     ['helpText'] = {
                     ['shortCut'] = 'ownit',
                            ['English'] = "Open a display to edit any registrar object, or limit to a given type.",
                            ['Russian'] = "Open a display to edit any registrar object, or limit to a given type.",
                            ['German'] = "Öffnet eine anzeige, um jedes Registrar Objekt zu bearbeiten oder es auf einen gegebenen Typen zu beschränken.",
                            ['French'] = "Ouvre un affichage pour modifier n'importe quel objet de registre, ou limite à un type donné.",
                            },
                     ['shortCut'] = 'edit',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'INetObject'},
                             ['Arg1'] = {'objectType', 'String', ''},
                            ['Arg2'] = {'newOwner', 'User', ''},
                             },
                             },
         },
         },
         ['targetto'] = {
         ['/objects editbyid'] = {
                     ['command'] = 'targetto',
                     ['command'] = 'editbyid',
                     ['parent'] = 'teleport',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Teleports otherPlayer to an xyz coordinate',
                     ['helpText'] = {
                            ['English'] = "Edit the object with the specified ID",
                            ['Russian'] = "Edit the object with the specified ID",
                            ['German'] = "Bearbeite das Objekt mit der angegebenen ID",
                            ['French'] = "Modifier l'objet avec l'ID spécifié",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherUser', 'User'},
                             ['Arg1'] = {'id', 'Int32', '-1'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['task'] = {
         ['/objects editobj'] = {
                     ['command'] = 'task',
                     ['command'] = 'editobj',
                     ['parent'] = 'tutorials',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Starts specific tutorial task by name.',
                     ['helpText'] = {
                            ['English'] = "Edit a specific object of a given type. Can specify by name or ID.",
                            ['Russian'] = "Изменяет объект заданного типа. Можно выбрать по имени или ID.",
                            ['German'] = "Bearbeite ein bestimmtes Objekt eines bestimmten Typs. Kann nach Name oder ID spezifiziert werden.",
                            ['French'] = "Modifier un objet spécifique d'un type donné. Peut-être spécifié par nom ou ID.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'taskName', 'String'},
                             ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['tax'] = {
         ['/objects enableadmininterface'] = {
                     ['command'] = 'tax',
                     ['command'] = 'enableadmininterface',
                     ['parent'] = 'money',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Tax all accounts in all currencies a specified amount of money, into the treasury by default or a specified account.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Enable or disable admin interfaces across the game.",
                            ['Russian'] = "Enable or disable admin interfaces across the game.",
                            ['German'] = "Enable or disable admin interfaces across the game.",
                            ['French'] = "Activer ou désactiver les interfaces administrateur dans tout le jeu.",
                            },
                     ['shortCut'] = 'admininterface',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'amount', 'Single', '1000'},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                            ['Arg2'] = {'accountID', 'Int32', '0'},
                             },
                             },
         },
         },
         ['tech'] = {
         ['/objects forceenablenearestobject'] = {
                     ['command'] = 'tech',
                     ['command'] = 'forceenablenearestobject',
                     ['parent'] = 'build',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Spawns some things (objects, blocks, etc) at a certain tech tier',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force nearest object to ignore all its requirements and always be enabled.",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Force nearest object to ignore all its requirements and always be enabled.",
                            ['German'] = "Force nearest object to ignore all its requirements and always be enabled.",
                            ['French'] = "Force l'objet le plus proche à ignorer toutes ses exigences et à être toujours activé.",
                            },
                     ['shortCut'] = 'fe',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Int32', '1'},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['techtree'] = {
         ['/objects list'] = {
                     ['command'] = 'techtree',
                     ['command'] = 'list',
                     ['parent'] = 'build',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Builds every WorldObject in an appropriate building and fills it with fuel',
                     ['helpText'] = {
                            ['English'] = "List all objects of the given type, or \'all types\' if left blank.",
                            ['Russian'] = "List all objects of the given type, or \'all types\' if left blank.",
                            ['German'] = "List all objects of the given type, or \'all types\' if left blank.",
                            ['French'] = "List all objects of the given type, or \'all types\' if left blank.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['techtreesimulation'] = {
         ['/objects remove'] = {
                     ['command'] = 'techtreesimulation',
                     ['command'] = 'remove',
                     ['parent'] = 'craft',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Simulates the tech tree',
                     ['helpText'] = {
                            ['English'] = "Remove a specific object.  Can specify by name or ID.",
                            ['Russian'] = "Удаляет объект заданного типа. Можно выбрать по имени или ID.",
                            ['German'] = "Entfernt ein bestimmtes Objekt. Kann nach Name oder ID spezifiziert werden.",
                            ['French'] = "Supprime un objet spécifique. Peut être spécifié par nom ou ID.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'objectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['test'] = {
         ['/objects removebyid'] = {
                     ['command'] = 'test',
                     ['command'] = 'removebyid',
                     ['parent'] = 'rooms',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Check the current surroundings to see if it\'s a room, and if not explain why not.',
                     ['helpText'] = {
                            ['English'] = "Remove the object with the specified ID",
                            ['Russian'] = "Remove the object with the specified ID",
                            ['German'] = "Entfernt das Objekt mit der angegebenen ID",
                            ['French'] = "Supprime l'objet avec l'ID spécifié",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'id', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['testbows'] = {
         ['/performance'] = {
                     ['command'] = 'testbows',
                     ['command'] = 'performance',
                     ['parent'] = 'qa',
                     ['parent'] = nil,
                     ['helpText'] = 'Test bow and arrows.',
                     ['helpText'] = {
                            ['English'] = "Runs server performance reports and dump to files. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs server performance reports and dump to files. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Erstellt ein Leistungsprotokoll des Servers und schreibt es in eine Datei. Optional kann die Dauert in Sekunden angegeben werden. Der Standardwert ist 60.",
                            ['French'] = "Exécute des rapports sur les performances du serveur et les archive dans des fichiers. Il est possible d'indiquer la durée en secondes, la valeur par défaut étant de 60 secondes.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['testgameactions'] = {
         ['/physicsdebug'] = {
                     ['command'] = 'testgameactions',
                     ['command'] = 'physicsdebug',
                     ['parent'] = 'civics',
                     ['parent'] = nil,
                     ['helpText'] = 'Tests all the actions in the game by making laws for them and performing them.',
                     ['helpText'] = {
                            ['English'] = "Commands to aid in physics debugging.",
                            ['Russian'] = "Команды для помощи в отладке физики.",
                            ['German'] = "Befehle, die bei der Fehlersuche in den Physics helfen.",
                            ['French'] = "Commandes pour aider au débogage physique.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['testtreasury'] = {
         ['/pollute air'] = {
                     ['command'] = 'testtreasury',
                     ['command'] = 'air',
                     ['parent'] = 'civics',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Spawns a test treasury, grants related privileges to the user, opens UI, allocates taxes.',
                     ['helpText'] = {
                            ['English'] = "Creates X tons of air pollution",
                            ['Russian'] = "Создаёт X тонн загрязнения воздуха",
                            ['German'] = "Erzeugt X Tonnen Luftverschmutzung",
                            ['French'] = "Crée X tonnes de pollution atmosphérique",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'tons', 'Single'},
                             },
                             },
         },
         },
         ['thirdperson'] = {
         ['/pollute airpollutiongenerators'] = {
                     ['command'] = 'thirdperson',
                     ['command'] = 'airpollutiongenerators',
                     ['parent'] = 'avatar',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Toggles Third Person Camera',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Creates AIR POLLUTION MACHINES OF DOOM",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Создаёт АПОКАЛИПТИЧЕСКУЮ МАШИНУ ЗАГРЯЗНЕНИЯ ВОЗДУХА",
                            ['German'] = "Erstellt LUFTVERUNREINIGUNGSMASCHINEN DES UNTERGANGS",
                            ['French'] = "Crée une MACHINE DE POLLUTION ATMOSPHERIQUE DE LA MORT",
                            },
                     ['shortCut'] = 'apgen',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['ticknow'] = {
         ['/pollute all'] = {
                     ['command'] = 'ticknow',
                     ['command'] = 'all',
                     ['parent'] = 'civics',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Force a tick on the civics system to happen immediately.',
                     ['helpText'] = {
                            ['English'] = "Rains tailings from the heavens to ruin the world",
                            ['Russian'] = "Дождь из хвостов уничтожающий мир",
                            ['German'] = "Lässt giftige Schlacke vom Himmel regnen um die Welt zu ruinieren",
                            ['French'] = "Fait pleuvoir des résidus du ciel pour ruiner le monde",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
Zeile 2.467: Zeile 3.510:
                             },
                             },
         },
         },
         ['todark'] = {
         ['/pollute co2'] = {
                     ['command'] = 'todark',
                     ['command'] = 'co2',
                     ['parent'] = 'teleport',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Teleport to the opposite side of the World',
                     ['helpText'] = {
                            ['English'] = "Changes CO2 PPM by X",
                            ['Russian'] = "Изменяет CO2 PPM на X",
                            ['German'] = "Ändert CO2 ppm um X",
                            ['French'] = "Modifie le ppm de CO2 de X",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ppm', 'Single'},
                             },
                             },
         },
         },
         ['toggle'] = {
         ['/pollute tickgarbage'] = {
                     ['command'] = 'toggle',
                     ['command'] = 'tickgarbage',
                     ['parent'] = 'qa',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Toggles the show state of a UI, by UI prefab name',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Ticks garbage checks",
                     ['level'] = 'Entwickler',
                            ['Russian'] = "Ticks garbage checks",
                            ['German'] = "Ticks garbage checks",
                            ['French'] = "Ticks garbage checks",
                            },
                     ['shortCut'] = 'tg',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'uiName', 'String'},
                             },
                             },
         },
         },
         ['tolltrigger'] = {
         ['/pollute trashcity'] = {
                     ['command'] = 'tolltrigger',
                     ['command'] = 'trashcity',
                     ['parent'] = 'build',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Create a test toll object triggering some basic stuff.',
                     ['helpText'] = {
                            ['English'] = "Just in case you like living in TRASH CITY",
                            ['Russian'] = "Просто в случае, если вам нравится жить НА СВАЛКЕ",
                            ['German'] = "Für den Fall, dass du gerne in einer Stadt aus Müll lebst",
                            ['French'] = "Juste au cas où vous aimez vivre à ORDURE VILLE",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['tools'] = {
         ['/preset all'] = {
                     ['command'] = 'tools',
                     ['command'] = 'all',
                     ['parent'] = 'preset',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns Tools items',
                     ['helpText'] = {
                            ['English'] = "Spawns All Presets (Exept hidden)",
                            ['Russian'] = "Создаёт все наборы предметов (кроме скрытых)",
                            ['German'] = "Erzeugt alle Geschenke (ausser Verstecke)",
                            ['French'] = "Génère tous les objets (sauf les cachés)",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['toplayer'] = {
         ['/preset beds'] = {
                     ['command'] = 'toplayer',
                     ['command'] = 'beds',
                     ['parent'] = 'teleport',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Teleport to a citizen.',
                     ['helpText'] = {
                     ['shortCut'] = 'tpto',
                            ['English'] = "Spawns storage with bed items",
                     ['level'] = 'Admin',
                            ['Russian'] = "Создаёт хранилище с кроватями",
                            ['German'] = "Erstellt ein Lager mit Teilen für Betten",
                            ['French'] = "Génère un stockage avec des lits",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'User'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['toworldposition'] = {
         ['/preset blocks'] = {
                     ['command'] = 'toworldposition',
                     ['command'] = 'blocks',
                     ['parent'] = 'teleport',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.',
                     ['helpText'] = {
                     ['shortCut'] = 'tp',
                            ['English'] = "Spawns Blocks items",
                     ['level'] = 'Admin',
                            ['Russian'] = "Создаёт блоки",
                            ['German'] = "Erzeugt blockierte Gegenstände",
                            ['French'] = "Génère des blocs",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '-1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                             },
                             },
         },
         },
         ['trample'] = {
         ['/preset chairs'] = {
                     ['command'] = 'trample',
                     ['command'] = 'chairs',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Tramples the surrounding ground',
                     ['helpText'] = {
                            ['English'] = "Spawns chair-related items",
                            ['Russian'] = "Spawns chair-related items",
                            ['German'] = "Spawns chair-related items",
                            ['French'] = "Spawns chair-related items",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['trashcity'] = {
         ['/preset clothes'] = {
                     ['command'] = 'trashcity',
                     ['command'] = 'clothes',
                     ['parent'] = 'pollute',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Just in case you like living in TRASH CITY',
                     ['helpText'] = {
                            ['English'] = "Spawns Clothing items",
                            ['Russian'] = "Создаёт предметы Одежды",
                            ['German'] = "Erzeugt Kleidungsgegenstände",
                            ['French'] = "Génère des vêtements",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['unassign'] = {
         ['/preset crafting'] = {
                     ['command'] = 'unassign',
                     ['command'] = 'crafting',
                     ['parent'] = 'titles',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Removes a given user from a given title, removing from yourself if none is specified.',
                     ['helpText'] = {
                            ['English'] = "Spawns CraftingStation items",
                            ['Russian'] = "Создаёт всевозможные верстаки",
                            ['German'] = "Erzeugt Werkbank Gegenstände",
                            ['French'] = "Génère des ateliers",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'title', 'Title'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                             },
                             },
         },
         },
         ['unban'] = {
         ['/preset cultural'] = {
                     ['command'] = 'unban',
                     ['command'] = 'cultural',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Unbans user by account id, steamid, slgid, or username',
                     ['helpText'] = {
                     ['shortCut'] = 'unban',
                            ['English'] = "Spawns Housing cultural items",
                     ['level'] = 'Admin',
                            ['Russian'] = "Spawns Housing cultural items",
                            ['German'] = "Spawns Housing cultural items",
                            ['French'] = "Génère des objets pour la pièce culturelle",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['unclaim'] = {
         ['/preset doors'] = {
                     ['command'] = 'unclaim',
                     ['command'] = 'doors',
                     ['parent'] = 'property',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Unclaim the plot you\'re standing on',
                     ['helpText'] = {
                     ['shortCut'] = 'unclaim',
                            ['English'] = "Spawn storage with all type of doors",
                     ['level'] = 'Admin',
                            ['Russian'] = "Создаёт хранилище со всеми типами дверей",
                            ['German'] = "Erstelle Lager mit allen Arten von Türen",
                            ['French'] = "Faites apparaître un stockage avec tous les types de portes",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['unclaimabandoned'] = {
         ['/preset economy'] = {
                     ['command'] = 'unclaimabandoned',
                     ['command'] = 'economy',
                     ['parent'] = 'property',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Unclaim plots across the world where the owner hasn\'t logged in for X days',
                     ['helpText'] = {
                            ['English'] = "Spawns Economy items",
                            ['Russian'] = "Создаёт предметы экономики",
                            ['German'] = "Erzeugt Economy Gegenstände",
                            ['French'] = "Génère des objets d'économie",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'days', 'Single'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['unmute'] = {
         ['/preset food'] = {
                     ['command'] = 'unmute',
                     ['command'] = 'food',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Unmutes user by account id, steamid, slgid, or username',
                     ['helpText'] = {
                     ['shortCut'] = 'unmute',
                            ['English'] = "Spawns Food items",
                     ['level'] = 'Admin',
                            ['Russian'] = "Создаёт еду",
                            ['German'] = "Erzeugt Essen Gegenstände",
                            ['French'] = "Génère de la nourriture",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['unpollute'] = {
         ['/preset fuel'] = {
                     ['command'] = 'unpollute',
                     ['command'] = 'fuel',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Unpollute an area. Remove dead plants and replace dirt on grass blocks.',
                     ['helpText'] = {
                            ['English'] = "Spawns Fuel items",
                            ['Russian'] = "Создаёт топливо",
                            ['German'] = "Erzeugt Treibstoff Gegenstände",
                            ['French'] = "Génère du carburant",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                             },
                             },
         },
         },
         ['unstuck'] = {
         ['/preset generators'] = {
                     ['command'] = 'unstuck',
                     ['command'] = 'generators',
                     ['parent'] = 'util',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Attempts to unstuck your avatar',
                     ['helpText'] = {
                     ['shortCut'] = 'unstuck',
                            ['English'] = "Spawns Generator items",
                     ['level'] = 'Benutzer',
                            ['Russian'] = "Создаёт генераторы",
                            ['German'] = "Erzeugt Generator Gegenstände",
                            ['French'] = "Génère des générateurs",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['unstuckvehicle'] = {
         ['/preset hidden'] = {
                     ['command'] = 'unstuckvehicle',
                     ['command'] = 'hidden',
                     ['parent'] = 'util',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Attempts to unstuck vehicle in target',
                     ['helpText'] = {
                    ['shortCut'] = 'freecar',
                            ['English'] = "Spawns Hidden items",
                    ['level'] = 'Benutzer',
                            ['Russian'] = "Создать скрытые предметы",
                    ['parameters'] = {
                            ['German'] = "Erzeugt Versteckte Gegenstände",
                             ['Arg1'] = {'target', 'INetObject'},
                             ['French'] = "Génère des objets cachés",
                             },
                             },
        },
        ['unwhitelist'] = {
                    ['command'] = 'unwhitelist',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Removes user from the whitelist by account id, steamid, slgid, or username',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['updatedems'] = {
         ['/preset housing'] = {
                     ['command'] = 'updatedems',
                     ['command'] = 'housing',
                     ['parent'] = 'civics',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Force demographics to update immediately.',
                     ['helpText'] = {
                            ['English'] = "Spawns Housing items",
                            ['Russian'] = "Создаёт предметы мебели",
                            ['German'] = "Erzeugt Wohnungsgegenstände",
                            ['French'] = "Génère des objets pour la maison",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['useractivity'] = {
         ['/preset industrial'] = {
                     ['command'] = 'useractivity',
                     ['command'] = 'industrial',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Displays a list of users and when they last logged in.',
                     ['helpText'] = {
                            ['English'] = "Spawns Housing industrial items",
                            ['Russian'] = "Spawns Housing industrial items",
                            ['German'] = "Spawns Housing industrial items",
                            ['French'] = "Génère des objets pour la pièce industrielle",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['vehicles'] = {
         ['/preset lights'] = {
                     ['command'] = 'vehicles',
                     ['command'] = 'lights',
                     ['parent'] = 'preset',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns vehicle items',
                     ['helpText'] = {
                            ['English'] = "Spawns Lighting items",
                            ['Russian'] = "Spawns Lighting items",
                            ['German'] = "Spawns Lighting items",
                            ['French'] = "Spawns Lighting items",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['vetoelection'] = {
         ['/preset mainroom'] = {
                     ['command'] = 'vetoelection',
                     ['command'] = 'mainroom',
                     ['parent'] = 'civics',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Veto an election.',
                     ['helpText'] = {
                            ['English'] = "Spawns Housing main room items",
                            ['Russian'] = "Spawns Housing main room items",
                            ['German'] = "Spawns Housing main room items",
                            ['French'] = "Génère des objets pour le salon",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['village'] = {
         ['/preset paint'] = {
                     ['command'] = 'village',
                     ['command'] = 'paint',
                     ['parent'] = 'build',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns a village',
                     ['helpText'] = {
                            ['English'] = "Lots of different paint buckets for test",
                            ['Russian'] = "Lots of different paint buckets for test",
                            ['German'] = "Lots of different paint buckets for test",
                            ['French'] = "Beaucoup de seaux de peinture différents pour tester",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'type', 'Int32'},
                             ['Arg1'] = {'stackCount', 'Int32', '5'},
                            ['Arg2'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['vote'] = {
         ['/preset planter'] = {
                     ['command'] = 'vote',
                     ['command'] = 'planter',
                     ['parent'] = 'civics',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Vote in the given election for the given candidate.',
                     ['helpText'] = {
                            ['English'] = "Spawns Housing items",
                            ['Russian'] = "Создаёт предметы мебели",
                            ['German'] = "Erzeugt Wohnungsgegenstände",
                            ['French'] = "Génère des objets pour la maison",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['warnuser'] = {
         ['/preset power'] = {
                     ['command'] = 'warnuser',
                     ['command'] = 'power',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Sends a warning to a citizen',
                     ['helpText'] = {
                            ['English'] = "Spawns Power dependent items",
                            ['Russian'] = "Создаёт предметы, требующие энергию",
                            ['German'] = "Erzeugt Energie Gegenstände",
                            ['French'] = "Génère des objets dépendants d'énergie",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'warnUser', 'User'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'warning', 'String', ''},
                             },
                             },
         },
         },
         ['whatami'] = {
         ['/preset resources'] = {
                     ['command'] = 'whatami',
                     ['command'] = 'resources',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'View your current skill title',
                     ['helpText'] = {
                            ['English'] = "Spawns Resources items",
                            ['Russian'] = "Создаёт блоки ресурсов",
                            ['German'] = "Erzeugt Ressourcen Gegenstände",
                            ['French'] = "Génère des ressources",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['whitelist'] = {
         ['/preset scrolls'] = {
                     ['command'] = 'whitelist',
                     ['command'] = 'scrolls',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Shows list of whitelisted users or adds user to the whitelist by account id, steamid, slgid, or username',
                     ['helpText'] = {
                            ['English'] = "Spawns SkillScrolls items",
                            ['Russian'] = "Создаёт страницы навыков",
                            ['German'] = "Erzeugt Schriftrollen",
                            ['French'] = "Génère des pages de compétence",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['whoami'] = {
         ['/preset seating'] = {
                     ['command'] = 'whoami',
                     ['command'] = 'seating',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Shows your user ID',
                     ['helpText'] = {
                            ['English'] = "Spawns Housing seating items",
                            ['Russian'] = "Spawns Housing seating items",
                            ['German'] = "Spawns Housing seating items",
                            ['French'] = "Génère des sièges pour la maison",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['whois'] = {
         ['/preset signs'] = {
                     ['command'] = 'whois',
                     ['command'] = 'signs',
                     ['parent'] = 'manage',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Shows the user ID of the requested user.',
                     ['helpText'] = {
                            ['English'] = "Spawns storage with sign containing items",
                            ['Russian'] = "Создаёт хранилище с табличками",
                            ['German'] = "Erstellt ein Lager mit Teilen für Schilder",
                            ['French'] = "Génère un stockage avec tous les types de panneaux",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherUser', 'User'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['winelection'] = {
         ['/preset storages'] = {
                     ['command'] = 'winelection',
                     ['command'] = 'storages',
                     ['parent'] = 'civics',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.',
                     ['helpText'] = {
                            ['English'] = "Spawns Storage items",
                            ['Russian'] = "Создаёт все виды Хранилищ",
                            ['German'] = "Erzeugt Lager Gegenstände",
                            ['French'] = "Génère des stockages",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['work'] = {
         ['/preset tableplaceable'] = {
                     ['command'] = 'work',
                     ['command'] = 'tableplaceable',
                     ['parent'] = 'food',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spends calories',
                     ['helpText'] = {
                     ['shortCut'] = 'work',
                            ['English'] = "Spawns items that can be placed on tables",
                     ['level'] = 'Admin',
                            ['Russian'] = "Spawns items that can be placed on tables",
                            ['German'] = "Spawns items that can be placed on tables",
                            ['French'] = "Spawns items that can be placed on tables",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'useCalories', 'Int32', '100000'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset tablesurface'] = {
                    ['command'] = 'tablesurface',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns table items that can have things placed on them",
                            ['Russian'] = "Spawns table items that can have things placed on them",
                            ['German'] = "Spawns table items that can have things placed on them",
                            ['French'] = "Spawns table items that can have things placed on them",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset tools'] = {
                    ['command'] = 'tools',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Tools items",
                            ['Russian'] = "Создаёт инструменты",
                            ['German'] = "Erzeugt Werkzeug Gegenstände",
                            ['French'] = "Génère des outils",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['worldobjects'] = {
         ['/preset vehicles'] = {
                     ['command'] = 'worldobjects',
                     ['command'] = 'vehicles',
                     ['parent'] = 'build',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Spawns a large number of WorldObjects of the given name.',
                     ['helpText'] = {
                            ['English'] = "Spawns vehicle items",
                            ['Russian'] = "Создаёт транспорт",
                            ['German'] = "Erzeugt Fahrzeug Gegenstände",
                            ['French'] = "Génère des véhicules",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'count', 'Int32', '10'},
                             },
                             },
         },
         },
         ['yawn'] = {
         ['/profiler cpu'] = {
                     ['command'] = 'yawn',
                     ['command'] = 'cpu',
                     ['parent'] = 'emote',
                     ['parent'] = 'profiler',
                     ['helpText'] = 'Yawn',
                     ['helpText'] = {
                            ['English'] = "Runs CPU profiling using dottrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs CPU profiling using dottrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Erstellt ein CPU-Profil mithilfe von dottrace. Optional kann die Dauer in Sekunden angegeben werden. Der Standardwert ist 60.",
                            ['French'] = "Effectue un profilage du CPU à l'aide de dottrace. Vous pouvez éventuellement spécifier une durée en secondes, par défaut 60 secondes.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Benutzer',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['zeropoint'] = {
         ['/profiler everything'] = {
                     ['command'] = 'zeropoint',
                     ['command'] = 'everything',
                     ['parent'] = 'test',
                     ['parent'] = 'profiler',
                     ['helpText'] = 'Build Zero Point place and teleport to it',
                     ['helpText'] = {
                            ['English'] = "Runs CPU profiling and server performance reports, one after the other. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs CPU profiling and server performance reports, one after the other. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Führt nacheinander CPU-Profilierungs- und Serverleistungsberichte aus. Optional kann die Dauer der Messung in Sekunden angegeben werden, der Standard ist 60 Sekunden.",
                            ['French'] = "Exécute le profilage du processeur et les rapports de performances serveur, l'un après l'autre. En option, la durée de la commande peut-être définie en secondes, par défaut à 60 secondes.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Entwickler',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sizeX', 'Int32'},
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                            },
        },
        ['/profiler memory'] = {
                    ['command'] = 'memory',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Collects memory dump.",
                            ['Russian'] = "Собрать дамп памяти.",
                            ['German'] = "Sammelt memory dump.",
                            ['French'] = "Collecte un vidage de mémoire.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/profiler nettrace'] = {
                    ['command'] = 'nettrace',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Runs CPU profiling using nettrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs CPU profiling using nettrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Erstellt ein CPU-Profil mithilfe von nettrace. Optional kann die Dauer in Sekunden angegeben werden. Der Standardwert ist 60.",
                            ['French'] = "Effectue un profilage du CPU à l'aide de nettrace. Vous pouvez éventuellement spécifier une durée en secondes, par défaut 60 secondes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                            },
        },
        ['/profiler results'] = {
                    ['command'] = 'results',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Opens results page in web browser.",
                            ['Russian'] = "Открыть страницу с результатами в браузере.",
                            ['German'] = "Öffnet Ergebnisseite im Webbrowser.",
                            ['French'] = "Ouvre la page de résultats dans un navigateur web.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property add'] = {
                    ['command'] = 'add',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Adds user to current deed (if username is not provided then adds current user)",
                            ['Russian'] = "Добавляет пользователя в право (если имя пользователя не указано, будет добавлен текущий пользователь)",
                            ['German'] = "Fügt Spieler der derzeitigen Besitzurkunde hinzu (wenn der Nutzername nicht angegeben ist wird der derzeitige Nutzer hinzugefügt)",
                            ['French'] = "Ajoute l'utilisateur au titre de propriété actuel (si le nom d'utilisateur n'est pas fourni alors l'utilisateur actuel sera utilisé)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                            },
        },
        ['/property boostdeed'] = {
                    ['command'] = 'boostdeed',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Boost the value of the given deed, or the deed at the current position if not specified. Persists across server restart.",
                            ['Russian'] = "Boost the value of the given deed, or the deed at the current position if not specified. Persists across server restart.",
                            ['German'] = "Erhöhe den Wert der angegebenen Urkunde oder der Urkunde an der aktuellen Position, falls nicht angegeben. Bleibt über einen Serverneustart hinaus bestehen.",
                            ['French'] = "Augmente la valeur du titre de propriété donné, ou celle de la position actuelle s'il n'est pas spécifié. Persiste même après le redémarrage du serveur.",
                            },
                    ['shortCut'] = 'boostdeed',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'boost', 'Single'},
                            ['Arg2'] = {'deed', 'Deed', ''},
                            },
        },
        ['/property claimrect'] = {
                    ['command'] = 'claimrect',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            ['Russian'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            ['German'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            ['French'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            },
                    ['shortCut'] = 'claim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'xSide', 'Int32', '5'},
                            ['Arg2'] = {'ySide', 'Int32', '5'},
                            ['Arg3'] = {'overwriteExistingClaims', 'Boolean', 'False'},
                            },
        },
        ['/property ownall'] = {
                    ['command'] = 'ownall',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Claim all property",
                            ['Russian'] = "Захватить всю собственность",
                            ['German'] = "Alles Eigentum beanspruchen",
                            ['French'] = "Revendiquer toute propriété",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property owner'] = {
                    ['command'] = 'owner',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Change owner of current deed",
                            ['Russian'] = "Сменить владельца текущей собственности",
                            ['German'] = "Eigentümer der aktuellen Besitzurkunde wechseln",
                            ['French'] = "Change le propriétaire du titre de propriété actuel",
                            },
                    ['shortCut'] = 'owner',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'newOwner', 'User', ''},
                            },
        },
        ['/property ownnone'] = {
                    ['command'] = 'ownnone',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Revoke your property",
                            ['Russian'] = "Аннулировать ваше владение",
                            ['German'] = "Gib deine Grundstücke auf",
                            ['French'] = "Révoquer votre propriété",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                            },
        },
        ['/property remove'] = {
                    ['command'] = 'remove',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Removes user from current deed (if username is not provided then removes current user)",
                            ['Russian'] = "Удаляет пользователя из права (если имя пользователя не указано, будет удален текущий пользователь)",
                            ['German'] = "Entfernt Nutzer von der derzeitigen Besitzurkunde (wenn kein Nutzername angegeben ist wird der derzeitige Nutzer entfernt)",
                            ['French'] = "Supprime l'utilisateur du titre de propriété actuel (si le nom d'utilisateur n'est pas fourni alors il supprime l'utilisateur actuel)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                            },
        },
        ['/property removedeed'] = {
                    ['command'] = 'removedeed',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Remove given deed or here currently standing if none specified.",
                            ['Russian'] = "Remove given deed or here currently standing if none specified.",
                            ['German'] = "Remove given deed or here currently standing if none specified.",
                            ['French'] = "Supprimer le titre de propriété spécifié ou celui actuellement en place ici s'il n'y en a pas de spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'deed', 'Deed', ''},
                            },
        },
        ['/property removeemptydeeds'] = {
                    ['command'] = 'removeemptydeeds',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Remove empty deeds",
                            ['Russian'] = "Удалить права без собственности",
                            ['German'] = "Entferne leere Grundstücke",
                            ['French'] = "Supprimer les titres de propriété vides",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property removeinvalidownables'] = {
                    ['command'] = 'removeinvalidownables',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Check deeds and remove contained ownables that do not belong to them",
                            ['Russian'] = "Проверить права собственности и удалить связанные объекты собственности, которые не принадлежат им",
                            ['German'] = "Überprüfe die Besitzurkunde und entferne enthaltene Besitzgegenstände, die dir nicht gehören",
                            ['French'] = "Vérifie les titres de propriété et supprime les objets possédables qui ne leur appartiennent pas",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/property resolveoverburdened'] = {
                    ['command'] = 'resolveoverburdened',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Any deed that is overburdened (too many plots claimed, not enough claim papers) will have plots unclaimed immediately (instead of waiting for timer)",
                            ['Russian'] = "Немедленно (без таймера) освобождает участки перегруженных Владений (где недостаточно квитанций землемера)",
                            ['German'] = "Any deed that is overburdened (too many plots claimed, not enough claim papers) will have plots unclaimed immediately (instead of waiting for timer)",
                            ['French'] = "Toute propriété surchargée (trop de parcelles revendiquées, pas assez de titres de propriété) verra ses parcelles libérées immédiatement (au lieu d'attendre le délai)",
                            },
                    ['shortCut'] = 'overb',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property targetowner'] = {
                    ['command'] = 'targetowner',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Change owner of current target, if the target is a store it will change it without closing it.",
                            ['Russian'] = "Изменить владельца текущей цели, если целью является магазин, то это произойдет без его закрытия.",
                            ['German'] = "Ändere den Eigentümer des ausgewählten Ziels. Wenn das Ziel ein Geschäft ist, dann wird der Eigentümer ohne Schließung geändert.",
                            ['French'] = "Changer le propriétaire de l'élément ciblé, si la cible est un magasin, il le changera sans le fermer.",
                            },
                    ['shortCut'] = 'ownit',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'newOwner', 'User', ''},
                            },
        },
        ['/property turnon'] = {
                    ['command'] = 'turnon',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Turn on (default) or objects in a radiue.",
                            ['Russian'] = "Turn on (default) or objects in a radiue.",
                            ['German'] = "Turn on (default) or objects in a radiue.",
                            ['French'] = "Activer (par défaut) ou désactiver les objets dans un rayon.",
                            },
                    ['shortCut'] = 'on',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'on', 'Boolean', 'True'},
                            ['Arg2'] = {'raidus', 'Single', '10'},
                            },
        },
        ['/property unclaim'] = {
                    ['command'] = 'unclaim',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Unclaim the plot you\'re standing on",
                            ['Russian'] = "Unclaim the plot you\'re standing on",
                            ['German'] = "Unclaim the plot you\'re standing on",
                            ['French'] = "Unclaim the plot you\'re standing on",
                            },
                    ['shortCut'] = 'unclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property unclaimabandoned'] = {
                    ['command'] = 'unclaimabandoned',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            ['Russian'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            ['German'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            ['French'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'days', 'Single'},
                            },
        },
        ['/property unlimitedclaim'] = {
                    ['command'] = 'unlimitedclaim',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Toggles first found Claim Tool in your toolbar to claim without needing the usually required claim papers on the corresponding Claim Stake. Lasts until server restart.",
                            ['Russian'] = "Toggles first found Claim Tool in your toolbar to claim without needing the usually required claim papers on the corresponding Claim Stake. Lasts until server restart.",
                            ['German'] = "Toggles first found Claim Tool in your toolbar to claim without needing the usually required claim papers on the corresponding Claim Stake. Lasts until server restart.",
                            ['French'] = "Active ou désactive le premier Outil de Revendication trouvé dans votre barre d'outils pour revendiquer sans avoir besoin des titres de propriétés normalement requis sur le piquet de revendication correspondant. Cela reste actif jusqu'au redémarrage du serveur.",
                            },
                    ['shortCut'] = 'unlimitedclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/qa allblocks'] = {
                    ['command'] = 'allblocks',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.",
                            ['Russian'] = "Создаёт все блоки. По желанию можно передать целое число - сколько рядов каждого блока создавать, по умолчанию 1 ряд.",
                            ['German'] = "Erzeugt alle Blöcke. Optionaler ganzzahliger Parameter für die Anzahl der Zeilen, in denen die Blöcke erstellt werden sollen. Der Standardwert ist 1 Zeile.",
                            ['French'] = "Génère tous les blocs. Le paramètre optionnel est un entier ndiquant le nombre de rangées dans lesquelles les blocs doivent être créés, la valeur par défaut étant 1 rangé.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                            },
        },
        ['/qa allconstructed'] = {
                    ['command'] = 'allconstructed',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all player constructible blocks",
                            ['Russian'] = "Создаёт все строительные блоки",
                            ['German'] = "Erzeugt alle vom Spieler konstruierbaren Blöcke",
                            ['French'] = "Génère tous les blocs constructibles des joueurs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', ''},
                            },
        },
        ['/qa allplants'] = {
                    ['command'] = 'allplants',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all plant blocks",
                            ['Russian'] = "Создаёт все блоки растений",
                            ['German'] = "Erzeugt alle Pflanzenblöcke",
                            ['French'] = "Génère tous les blocs de plantes",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                            },
        },
        ['/qa allterrain'] = {
                    ['command'] = 'allterrain',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all diggable blocks",
                            ['Russian'] = "Создаёт все блоки, которые можно копать",
                            ['German'] = "Erzeugt alle abbaubaren Blöcke",
                            ['French'] = "Génère tous les blocs pouvant être creusés",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa allworldobjects'] = {
                    ['command'] = 'allworldobjects',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all world objects",
                            ['Russian'] = "Создаёт все объекты мира",
                            ['German'] = "Erzeugt alle Weltgegenstände",
                            ['French'] = "Génère tous les objets du monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa chattest'] = {
                    ['command'] = 'chattest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spam a bunch of stuff to chat",
                            ['Russian'] = "Отправляет много разных сообщений в чат",
                            ['German'] = "Spammt eine Menge Sachen in den Chat",
                            ['French'] = "Écrit un tas de choses dans discussion",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '10'},
                            ['Arg2'] = {'receiverCount', 'Int32', '10'},
                            ['Arg3'] = {'gibberish', 'Boolean', 'True'},
                            },
        },
        ['/qa clearplayerprefs'] = {
                    ['command'] = 'clearplayerprefs',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Clear all playerprefs, requires a restart to take effect.",
                            ['Russian'] = "Clear all playerprefs, requires a restart to take effect.",
                            ['German'] = "Alle Spielereinstellungen entfernen, benötigt einen Neustart, um wirksam zu werden.",
                            ['French'] = "Effacer toutes les préférences des joueurs, nécessite un redémarrage pour prendre effet.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa clearregions'] = {
                    ['command'] = 'clearregions',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Stop drawing the regions ",
                            ['Russian'] = "Stop drawing the regions ",
                            ['German'] = "Stop drawing the regions ",
                            ['French'] = "Stop drawing the regions ",
                            },
                    ['shortCut'] = 'clrreg',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa dbtest'] = {
                    ['command'] = 'dbtest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Inserts records to DB to get perfomance information on it.",
                            ['Russian'] = "Производит запись в БД для получения информации о её производительности.",
                            ['German'] = "Fügt Datensätze in die DB ein, um Informationen über die Performance zu erhalten.",
                            ['French'] = "Insérez des enregistrements dans la base de données pour obtenir des informations sur les performances.",
                            },
                    ['shortCut'] = 'db',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'parallelCount', 'Int32'},
                            ['Arg2'] = {'statsCountPerParallel', 'Int32'},
                            ['Arg3'] = {'bulk', 'Boolean', 'True'},
                            },
        },
        ['/qa debugspawn'] = {
                    ['command'] = 'debugspawn',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Test the spawn location",
                            ['Russian'] = "Проверить место появления новых игроков",
                            ['German'] = "Teste den Spawn Ort",
                            ['French'] = "Tester le point d'apparition",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa disconnect'] = {
                    ['command'] = 'disconnect',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Disconnect client with a long message",
                            ['Russian'] = "Отключить клиента с длинным сообщением",
                            ['German'] = "Trenne Client mit einer langen Nachricht",
                            ['French'] = "Déconnecte le client avec un long message",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa exceptional'] = {
                    ['command'] = 'exceptional',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Throws an exception, very useful",
                            ['Russian'] = "Выбрасывает исключение, очень полезная вещь",
                            ['German'] = "Gibt einen Ausnahmefehler aus, sehr hilfreich",
                            ['French'] = "Déclenche une exception, très utile",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa giveallboats'] = {
                    ['command'] = 'giveallboats',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all boats and hammer",
                            ['Russian'] = "Give all boats and hammer",
                            ['German'] = "Give all boats and hammer",
                            ['French'] = "Give all boats and hammer",
                            },
                    ['shortCut'] = 'gab',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa givealltools'] = {
                    ['command'] = 'givealltools',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all tools of the particular tier. Without specific tier a chest with all tools will be spawned",
                            ['Russian'] = "Выдает все инструменты указанного уровня. Без указания уровня создается сундук со всеми существующими",
                            ['German'] = "Erzeugt alle Werkzeuge der jeweiligen Stufe. Ohne bestimmte Stufe wird eine Truhe mit allen Werkzeugen gespawnt",
                            ['French'] = "Donne tous les outils d'un niveau spécifique. Sans niveau spécifique, un coffre avec tous les outils apparaîtra",
                            },
                    ['shortCut'] = 'gat',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Single', '0'},
                            },
        },
        ['/qa giveallvehicles'] = {
                    ['command'] = 'giveallvehicles',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all vehicles and hammer",
                            ['Russian'] = "Give all vehicles and hammer",
                            ['German'] = "Give all vehicles and hammer",
                            ['French'] = "Give all vehicles and hammer",
                            },
                    ['shortCut'] = 'gav',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa giveallvehicletools'] = {
                    ['command'] = 'giveallvehicletools',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all vehicle tools",
                            ['Russian'] = "Give all vehicle tools",
                            ['German'] = "Give all vehicle tools",
                            ['French'] = "Give all vehicle tools",
                            },
                    ['shortCut'] = 'gavt',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa listunobtainableitems'] = {
                    ['command'] = 'listunobtainableitems',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "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.",
                            ['Russian'] = "Список предметов которые не могут быть изготовлены.  Помните, некоторые из них и не должны изготавливаться, например камни.",
                            ['German'] = "Listet die Gegenstände auf, die nicht aus anderen Gegenständen hergestellt werden können. Denke daran, dass viele von diesen nicht dafür vorgesehen sind, hergestellt werden zu können - beispielsweise Steine.",
                            ['French'] = "Liste les objets qui ne peuvent pas être fabriqués à partir d'un ensemble d'autres objets. Notez que beaucoup d'entre eux ne sont pas destinés à être fabriqués, comme par exemple la pierre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa notifdelay'] = {
                    ['command'] = 'notifdelay',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Override all aggregated notifications delay. Using without specifiying delay will instead reset the value.",
                            ['Russian'] = "Override all aggregated notifications delay. Using without specifiying delay will instead reset the value.",
                            ['German'] = "Überschreibt die aggregierte Benachrichtigungsverzögerung. Benutzung ohne spezifische Angabe setzt der Wert auf den Standardwert zurück.",
                            ['French'] = "Remplacer tous les délais de notifications agrégées. L'utilisation sans spécifier de délai réinitialisera à la place la valeur.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'delay', 'Int32', '-1'},
                            },
        },
        ['/qa notificationstest'] = {
                    ['command'] = 'notificationstest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spam a bunch of stuff to notifications",
                            ['Russian'] = "Отправляет много разных уведомлений",
                            ['German'] = "Spammt eine Menge Sachen in den Chat",
                            ['French'] = "Écris un tas de choses dans les notifications",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'count', 'Int32', '10'},
                            },
        },
        ['/qa receivechat'] = {
                    ['command'] = 'receivechat',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Send multiple chat messages over time to test scrolling",
                            ['Russian'] = "Отправляет сообщения в чат в течение некоторого времени для тестирования скроллинга",
                            ['German'] = "Sende mehrere Chatnachrichten über einen Zeitraum, um das scrollen zu testen",
                            ['French'] = "Envoyer plusieurs messages de discussion au fil du temps pour tester le défilement",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'msgCounts', 'Int32'},
                            },
        },
        ['/qa regions'] = {
                    ['command'] = 'regions',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Test and draw path graph grid of given type",
                            ['Russian'] = "Test and draw path graph grid of given type",
                            ['German'] = "Test and draw path graph grid of given type",
                            ['French'] = "Test and draw path graph grid of given type",
                            },
                    ['shortCut'] = 'regi',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'regionType', 'Int32', '0'},
                            ['Arg2'] = {'lineRadius', 'Int32', '50'},
                            ['Arg3'] = {'pointRadius', 'Int32', '50'},
                            },
        },
        ['/qa resetchatsettingsforall'] = {
                    ['command'] = 'resetchatsettingsforall',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Reset all players chat settings and tab settings",
                            ['Russian'] = "Сбросить настройки чата и вкладок для всех игроков",
                            ['German'] = "Setze die Chat- und Reitereinstellungen aller Spieler zurück",
                            ['French'] = "Réinitialiser les paramètres de discussion et des canaux de tous les joueurs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'msgCount', 'Int32', '200'},
                            ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                            },
        },
        ['/qa ridevehicle'] = {
                    ['command'] = 'ridevehicle',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Ride nearest vehicle",
                            ['Russian'] = "Поехать на ближайшем транспорте",
                            ['German'] = "Nächstes Fahrzeug besteigen.",
                            ['French'] = "Utilise le véhicule le plus proche",
                            },
                    ['shortCut'] = 'ride',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/qa runtest'] = {
                    ['command'] = 'runtest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Run a specific test.",
                            ['Russian'] = "Run a specific test.",
                            ['German'] = "Run a specific test.",
                            ['French'] = "Run a specific test.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'testname', 'String'},
                            },
        },
        ['/qa runtests'] = {
                    ['command'] = 'runtests',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Run a series of chat commands to test the game.",
                            ['Russian'] = "Run a series of chat commands to test the game.",
                            ['German'] = "Run a series of chat commands to test the game.",
                            ['French'] = "Run a series of chat commands to test the game.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa servercrash'] = {
                    ['command'] = 'servercrash',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "A command to force the server to crash",
                            ['Russian'] = "Команда для принудительной остановки сервера",
                            ['German'] = "Ein Befehl um den Server zum Absturz zu bringen",
                            ['French'] = "Une commande pour forcer le serveur à crasher",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa showsupportedlanguages'] = {
                    ['command'] = 'showsupportedlanguages',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "List all supported languages with short codes",
                            ['Russian'] = "Отображает все поддерживаемые языки с краткими кодами",
                            ['German'] = "Listet alle unterstützten Sprachen mit Funktionscodes auf",
                            ['French'] = "Liste de tous les langages supportés avec les codes courts",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/qa spamdb'] = {
                    ['command'] = 'spamdb',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spams database operations, in the hopes of reproducing errors or lag",
                            ['Russian'] = "Отправляет базе данных очень много команд с целью создания лагов или ошибок",
                            ['German'] = "Erzeugt Datenbankoperationen, in der Hoffnung Fehler oder Lag zu verursachen",
                            ['French'] = "Spam les opération sur la base de données, dans l'espoir de reproduire des erreurs ou des décalages",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'numSeconds', 'Single', '30'},
                            ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                            },
        },
        ['/qa spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns item in building",
                            ['Russian'] = "Создаёт предмет в здании",
                            ['German'] = "Spawnt einen Gegenstand in einem Gebäude",
                            ['French'] = "Génère un objet dans le bâtiment",
                            },
                    ['shortCut'] = 'spawn',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                            },
        },
        ['/qa strangecloudheartbeat'] = {
                    ['command'] = 'strangecloudheartbeat',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Forces a heartbeat to strange cloud",
                            ['Russian'] = "Forces a heartbeat to strange cloud",
                            ['German'] = "Forces a heartbeat to strange cloud",
                            ['French'] = "Forces a heartbeat to strange cloud",
                            },
                    ['shortCut'] = 'hb',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa testsendmessage'] = {
                    ['command'] = 'testsendmessage',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Send many messages",
                            ['Russian'] = "Отправить множество сообщений",
                            ['German'] = "Sende viele Nachrichten",
                            ['French'] = "Envoyer de nombreux messages",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'msgCount', 'Int32', '200'},
                            ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                            },
        },
        ['/qa toggle'] = {
                    ['command'] = 'toggle',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Toggles the show state of a UI, by UI prefab name",
                            ['Russian'] = "Переключает видимость пользовательского интерфейса по имени префаба",
                            ['German'] = "Schaltet den Anzeige-Status der Benutzeroberfläche nach vorgefertigten Namen um",
                            ['French'] = "Active/désactive l'état d'affichage d'une interface utilisateur, par nom préfabriqué de l'interface utilisateur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'uiName', 'String'},
                            },
        },
        ['/qa tooltipclearcache'] = {
                    ['command'] = 'tooltipclearcache',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Clear server and client tooltip caches for all users.",
                            ['Russian'] = "Очистить кэш подсказок сервера и клиента для всех пользователей.",
                            ['German'] = "Cache für Server und Client Tooltips aller Spieler löschen.",
                            ['French'] = "Effacez les caches d’infobulles du serveur et du client pour tous les utilisateurs.",
                            },
                    ['shortCut'] = 'ttc',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa tooltipstatus'] = {
                    ['command'] = 'tooltipstatus',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Display stats on tooltip debug.",
                            ['Russian'] = "Отобразить статистику по отладке подсказок.",
                            ['German'] = "Zeige Statistiken beim debuggen des Tooltips.",
                            ['French'] = "Affichez les statistiques sur le débogage de l'info-bulle.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/residence'] = {
                    ['command'] = 'residence',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Reports residency for a given user, or yourself if none passed",
                            ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан",
                            ['German'] = "Erstellt einen Wohnbericht für einen bestimmten Nutzer oder von dir selbst, wenn keiner gewählt",
                            ['French'] = "Indique la résidence d'un utilisateur donné, ou vous-même si aucun n'a été validé",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                            },
        },
        ['/rooms adjacentrooms'] = {
                    ['command'] = 'adjacentrooms',
                    ['parent'] = 'rooms',
                    ['helpText'] =  {
                            ['English'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            ['Russian'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            ['German'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            ['French'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Int32', '1'},
                            ['Arg2'] = {'width', 'Int32', '5'},
                            ['Arg3'] = {'height', 'Int32', '4'},
                            ['Arg4'] = {'depth', 'Int32', '5'},
                            ['Arg5'] = {'windows', 'Boolean', 'False'},
                            },
        },
        ['/rooms repairall'] = {
                    ['command'] = 'repairall',
                    ['parent'] = 'rooms',
                    ['helpText'] =  {
                            ['English'] = "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",
                            ['Russian'] = "Чинит все сломанные комнаты. Выполнение может занять длительное время и очень нагрузить сервер, поэтому используйте команду только когда сломано много комнат",
                            ['German'] = "Repariert alle kaputten Räume. Dieser Befehl kann lange dauern und eine hohe Serverlast verursachen. Verwende ihn nur, wenn viele Räume beschädigt sind",
                            ['French'] = "Réparer toutes les pièces endommagées. Cette commande peut prendre beaucoup de temps et entraîner une lourde sollicitation du serveur, donc ne l'utilisez que lorsque de nombreuses pièces sont endommagées",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/rooms test'] = {
                    ['command'] = 'test',
                    ['parent'] = 'rooms',
                    ['helpText'] =  {
                            ['English'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['Russian'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['German'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['French'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement addclaimpapers'] = {
                    ['command'] = 'addclaimpapers',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Add the specified quantity of claim papers to the specified settlement.",
                            ['Russian'] = "Add the specified quantity of claim papers to the specified settlement.",
                            ['German'] = "Fügt die angegebene Anzahl an Besitzurkunden zu der angegebenen Siedlung hinzu.",
                            ['French'] = "Ajoute la quantité spécifiée de titre de propriété à la colonie spécifiée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'quantity', 'Int32'},
                            ['Arg2'] = {'settlement', 'Settlement'},
                            },
        },
        ['/settlement addclaimstakes'] = {
                    ['command'] = 'addclaimstakes',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Add the specfied quantity of claim stakes to the specified settlement.",
                            ['Russian'] = "Add the specfied quantity of claim stakes to the specified settlement.",
                            ['German'] = "Fügt die angegebene Anzahl an Absteckpflöcken zu der angegebenen Siedlung hinzu.",
                            ['French'] = "Ajouter la quantité spécifiée de piquets de revendication à la colonie spécifiée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'quantity', 'Int32'},
                            ['Arg2'] = {'settlement', 'Settlement'},
                            },
        },
        ['/settlement allowadminannex'] = {
                    ['command'] = 'allowadminannex',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                            ['Russian'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                            ['German'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                            ['French'] = "Activer ou désactiver la possibilité pour les administrateurs d'annexer des propriétés même si les exigences ne sont pas remplies.",
                            },
                    ['shortCut'] = 'freeannex',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'ignore', 'Boolean', 'True'},
                            },
        },
        ['/settlement annex'] = {
                    ['command'] = 'annex',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Force a given settlement to annex another, if the types support it.",
                            ['Russian'] = "Force a given settlement to annex another, if the types support it.",
                            ['German'] = "Erzwingt die Annexion einer Siedlung durch eine andere, sofern der Typ es zulässt.",
                            ['French'] = "Forcer une colonie donnée à annexer une autre, si les types le permettent.",
                            },
                    ['shortCut'] = 'annex',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'source', 'Settlement'},
                            ['Arg2'] = {'target', 'Settlement'},
                            },
        },
        ['/settlement civicpowers'] = {
                    ['command'] = 'civicpowers',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Displays your civic powers.",
                            ['Russian'] = "Показывает ваши гражданские привилегии.",
                            ['German'] = "Zeigt deine Civic power an.",
                            ['French'] = "Affiche vos pouvoirs civiques.",
                            },
                    ['shortCut'] = 'civicpowers',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlementsWhereYoureACitizenOnly', 'Boolean', 'True'},
                            },
        },
        ['/settlement clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Destroy all things related with the passed settlement and unclaim all property.",
                            ['Russian'] = "Destroy all things related with the passed settlement and unclaim all property.",
                            ['German'] = "Destroy all things related with the passed settlement and unclaim all property.",
                            ['French'] = "Détruit toutes les choses liées à la colonie passée et enlève toutes les propriétés.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            },
        },
        ['/settlement clearall'] = {
                    ['command'] = 'clearall',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Destroy all towns and property stakes and unclaim all property.",
                            ['Russian'] = "Уничтожить все города и колышки собственности и удалить все владения.",
                            ['German'] = "Zerstöre alle Städte und Grundstücksbeteiligungen und gib alle Grundstücke frei.",
                            ['French'] = "Supprime toutes les villes et tous les piquets de propriété et libère toute propriété revendiquée.",
                            },
                    ['shortCut'] = 'cleartowns',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/settlement emigrate'] = {
                    ['command'] = 'emigrate',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make a citizen a resident of the given town. Removes them from the previous settlement.",
                            ['Russian'] = "Сделать игрока жителем данного города. Удаляет его из предыдущего поселения.",
                            ['German'] = "Mache einen Bürger zum Mitglied der gewählten Stadt. Entfernt die alte Siedlung von ihm.",
                            ['French'] = "Faire d'un citoyen un résident de la ville donnée. Le supprimer de la colonie précédente.",
                            },
                    ['shortCut'] = 'emigrate',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement'},
                            ['Arg2'] = {'citizen', 'User'},
                            },
        },
        ['/settlement emigrateall'] = {
                    ['command'] = 'emigrateall',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Move all citizens to the target settlement, or the first found if not set.",
                            ['Russian'] = "Перемещает всех игроков в указанное поселение либо в первое найденное, если поселение не указано.",
                            ['German'] = "Verschiebe alle Bürger zu der Zielsiedlung, oder zur nächsten, wenn keine gesetzt.",
                            ['French'] = "Déplacer tous les citoyens vers la colonie cible ou la première trouvée si elle n'est pas définie.",
                            },
                    ['shortCut'] = 'emigrateall',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement', ''},
                            },
        },
        ['/settlement enabledisable'] = {
                    ['command'] = 'enabledisable',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                            ['Russian'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                            ['German'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                            ['French'] = "Active ou désactive une colonie. Cela l'empêchera d'exercer une influence ou d'appliquer des lois lorsqu'elle est désactivée.",
                            },
                    ['shortCut'] = 'seten',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Settlement'},
                            ['Arg2'] = {'enabled', 'Boolean'},
                            },
        },
        ['/settlement forcerenouncecitizenship'] = {
                    ['command'] = 'forcerenouncecitizenship',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                            ['Russian'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                            ['German'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                            ['French'] = "Enlever la citoyenneté d'une personne de n'importe quelle colonie dont il est citoyen. Désigner la cible ou s'appliquer à vous-même si non définie.",
                            },
                    ['shortCut'] = 'nocit',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/settlement gethomesteadback'] = {
                    ['command'] = 'gethomesteadback',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Remove your homestead from the world and get it back to you.",
                            ['Russian'] = "Удаляет ваш колышек усадьбы из этого мира и возвращает в ваш инвентарь.",
                            ['German'] = "Entfernt deinen Absteckpflock aus der Welt und gibt ihn dir zurück.",
                            ['French'] = "Retirer votre propriété privée du monde et récupérer-la.",
                            },
                    ['shortCut'] = 'gethomesteadback',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement homesteadreport'] = {
                    ['command'] = 'homesteadreport',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            ['Russian'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            ['German'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            ['French'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            },
                    ['shortCut'] = 'homesteadreport',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement ignorerequirements'] = {
                    ['command'] = 'ignorerequirements',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Disable Settlement requirements for the session (Ie, dont require child settlements or citizens for a country to spawn.",
                            ['Russian'] = "Disable Settlement requirements for the session (Ie, dont require child settlements or citizens for a country to spawn.",
                            ['German'] = "Deaktiviert die Siedlungsvoraussetzungen für diese Sitzung (d. h., man benötigt keine Siedlungen oder Städte, damit ein Land erscheint).",
                            ['French'] = "Désactiver les exigences de colonie pour la session (c'est-à-dire, ne pas exiger de colonies filles ou de citoyens pour créer un pays).",
                            },
                    ['shortCut'] = 'nosetreqs',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'ignore', 'Boolean', 'True'},
                            },
        },
        ['/settlement placehomestead'] = {
                    ['command'] = 'placehomestead',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Force-place a settlement at current position, either yourself or a test user.",
                            ['Russian'] = "Force-place a settlement at current position, either yourself or a test user.",
                            ['German'] = "Force-place a settlement at current position, either yourself or a test user.",
                            ['French'] = "Forcer le placement d'une colonie à la position actuelle, que ce soit pour vous-même ou pour un utilisateur de test.",
                            },
                    ['shortCut'] = 'placehomestead',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'self', 'Boolean', 'False'},
                            ['Arg2'] = {'addAsCitizen', 'Boolean', 'False'},
                            ['Arg3'] = {'abandoned', 'Boolean', 'False'},
                            },
        },
        ['/settlement populate'] = {
                    ['command'] = 'populate',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Fill the town on this plot with citizens.",
                            ['Russian'] = "Заполнить город на этом участке Гражданами.",
                            ['German'] = "Fülle die Stadt auf diesem Grundstück mit Bewohnern.",
                            ['French'] = "Remplir la ville sur ce terrain avec des citoyens.",
                            },
                    ['shortCut'] = 'populate',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                            ['Arg2'] = {'newCitizenCount', 'Int32', '5'},
                            ['Arg3'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg4'] = {'newInviteeCount', 'Int32', '2'},
                            ['Arg5'] = {'makeAllActive', 'Boolean', 'True'},
                            },
        },
        ['/settlement rebuildcivicpowers'] = {
                    ['command'] = 'rebuildcivicpowers',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Recalc civic powers for all settlements and users.",
                            ['Russian'] = "Пересчитать гражданские права для всех поселений и игроков.",
                            ['German'] = "Neuverordnung der Bürgerrechte für alle Siedlungen und Nutzer.",
                            ['French'] = "Recalculer les pouvoirs civiques pour tous les établissements et utilisateurs.",
                            },
                    ['shortCut'] = 'rebuildcivicpowers',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/settlement recountclaims'] = {
                    ['command'] = 'recountclaims',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Forces a recount and update of the number of spawned claims and stakes for each settlement, in case they are out of synch.",
                            ['Russian'] = "Forces a recount and update of the number of spawned claims and stakes for each settlement, in case they are out of synch.",
                            ['German'] = "Forces a recount and update of the number of spawned claims and stakes for each settlement, in case they are out of synch.",
                            ['French'] = "Force un recomptage et une mise à jour du nombre de revendications et d'enjeux générés pour chaque colonie, au cas où elles ne seraient pas synchronisés.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement', ''},
                            },
        },
        ['/settlement renouncecitizenship'] = {
                    ['command'] = 'renouncecitizenship',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Leave citizenship of whatever settlement you are a citizen of.",
                            ['Russian'] = "Leave citizenship of whatever settlement you are a citizen of.",
                            ['German'] = "Leave citizenship of whatever settlement you are a citizen of.",
                            ['French'] = "Quitter la citoyenneté de n'importe quelle colonie dont vous êtes citoyen.",
                            },
                    ['shortCut'] = 'renounce',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                            ['Russian'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                            ['German'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                            ['French'] = "Réinitialiser toutes les entrées invalides d'une colonie à une nouvelle valeur par défaut. Si le résultat est vrai, réinitialise tout, quel que soit l'état de validité.",
                            },
                    ['shortCut'] = 'resettle',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Settlement'},
                            ['Arg2'] = {'forceAllDefaults', 'Boolean', 'False'},
                            },
        },
        ['/settlement resolvecrisis'] = {
                    ['command'] = 'resolvecrisis',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            ['Russian'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            ['German'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            ['French'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            },
                    ['shortCut'] = 'resolvecrisis',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement', ''},
                            },
        },
        ['/settlement settlementreport'] = {
                    ['command'] = 'settlementreport',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            ['Russian'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            ['German'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            ['French'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            },
                    ['shortCut'] = 'settlementreport',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Int32'},
                            },
        },
        ['/settlement spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Spawn a debug set of settlements.",
                            ['Russian'] = "Создать поселение для тестирования.",
                            ['German'] = "Spawnt ein Set von Siedlungen zum debuggen.",
                            ['French'] = "Créez un ensemble de colonies de débogage.",
                            },
                    ['shortCut'] = 'testtown',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/settlement spawnhomestead'] = {
                    ['command'] = 'spawnhomestead',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Create a homestead for the passed user or a test user if null.",
                            ['Russian'] = "Create a homestead for the passed user or a test user if null.",
                            ['German'] = "Create a homestead for the passed user or a test user if null.",
                            ['French'] = "Créer une propriété privée pour l'utilisateur donné ou un utilisateur test si nul.",
                            },
                    ['shortCut'] = 'home',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'makeCitizen', 'Boolean', 'False'},
                            ['Arg2'] = {'homesteadOwner', 'User', ''},
                            },
        },
        ['/settlement spawnsimplesettlements'] = {
                    ['command'] = 'spawnsimplesettlements',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                            ['Russian'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                            ['German'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                            ['French'] = "Créez une propriété privée, une ville, un pays et une fédération imbriqués avec de simples objets activés par la force.",
                            },
                    ['shortCut'] = 'sets',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'makeSelfLeaderAndCitizen', 'Boolean', 'True'},
                            ['Arg2'] = {'assignTaxes', 'Boolean', 'True'},
                            },
        },
        ['/settlement spawntown'] = {
                    ['command'] = 'spawntown',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Create a new town on this plot and add citizens.",
                            ['Russian'] = "Создать на этом участке новый город и заполнить его Гражданами.",
                            ['German'] = "Errichte auf diesem Landstück eine neue Stadt und lasse Bewohner in sie einziehen.",
                            ['French'] = "Créer une nouvelle ville sur cette parcelle et y ajouter des citoyens.",
                            },
                    ['shortCut'] = 'town',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                            ['Arg2'] = {'makeSelfCitizenAndMayor', 'Boolean', 'True'},
                            ['Arg3'] = {'newCitizenCount', 'Int32', '5'},
                            ['Arg4'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg5'] = {'newInviteeCount', 'Int32', '2'},
                            ['Arg6'] = {'boostCulture', 'Int32', '1000'},
                            },
        },
        ['/settlement vacate'] = {
                    ['command'] = 'vacate',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make a given citizen leave citizenship of a given town.",
                            ['Russian'] = "Забирает гражданство в данном городе у игрока.",
                            ['German'] = "Entziehe einem Bürger die Bürgerschaft einer Stadt.",
                            ['French'] = "Faire qu'un citoyen donné perde la citoyenneté d'une ville donnée.",
                            },
                    ['shortCut'] = 'vacate',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement'},
                            ['Arg2'] = {'citizen', 'User'},
                            },
        },
        ['/settlement vacateall'] = {
                    ['command'] = 'vacateall',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make a given citizen remove all its citizens (or all settlements if none passed).",
                            ['Russian'] = "Заставьте этого гражданина удалить всех своих подданных (или все населенные пункты, если ни один из них не прошел).",
                            ['German'] = "Entfernt alle Bürgerschaften oder Siedlungen eines Mitspielers.",
                            ['French'] = "Faire en sorte qu'un citoyen donné supprime tous ses citoyens (ou toutes les colonies si rien n'est spécifié).",
                            },
                    ['shortCut'] = 'vacateall',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement', ''},
                            },
        },
        ['/sim allowspawn'] = {
                    ['command'] = 'allowspawn',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Enable/Disable animal spawning",
                            ['Russian'] = "Enable/Disable animal spawning",
                            ['German'] = "Enable/Disable animal spawning",
                            ['French'] = "Enable/Disable animal spawning",
                            },
                    ['shortCut'] = 'anspawn',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'allow', 'Boolean'},
                            },
        },
        ['/sim animalattack'] = {
                    ['command'] = 'animalattack',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Makes animals always choose to attack",
                            ['Russian'] = "Makes animals always choose to attack",
                            ['German'] = "Makes animals always choose to attack",
                            ['French'] = "Makes animals always choose to attack",
                            },
                    ['shortCut'] = 'alwaysattack',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim cleardebris'] = {
                    ['command'] = 'cleardebris',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Clears debris in an area.",
                            ['Russian'] = "Убрать древесную массу в зоне.",
                            ['German'] = "Beseitigt Trümmer in einem Bereich.",
                            ['French'] = "Débarrasse une zone de ses débris.",
                            },
                    ['shortCut'] = 'cleardebris',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '75'},
                            },
        },
        ['/sim cullspecies'] = {
                    ['command'] = 'cullspecies',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Destroys a specified amount of a given species from surrounding area",
                            ['Russian'] = "Destroys a specified amount of a given species from surrounding area",
                            ['German'] = "Destroys a specified amount of a given species from surrounding area",
                            ['French'] = "Destroys a specified amount of a given species from surrounding area",
                            },
                    ['shortCut'] = 'cull',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String'},
                            ['Arg2'] = {'amount', 'Single', '10'},
                            ['Arg3'] = {'distance', 'Single', '50'},
                            },
        },
        ['/sim debugallanimals'] = {
                    ['command'] = 'debugallanimals',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggles debugging for all animals on/off",
                            ['Russian'] = "Toggles debugging for all animals on/off",
                            ['German'] = "Toggles debugging for all animals on/off",
                            ['French'] = "Toggles debugging for all animals on/off",
                            },
                    ['shortCut'] = 'da',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim debuganimal'] = {
                    ['command'] = 'debuganimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Enables debug on the nearest animal, or disables it if already enabled.",
                            ['Russian'] = "Включает отладку ближайшего животного или выключает, если она уже включена.",
                            ['German'] = "Aktiviert das Debuggen für das nächste Tier oder deaktiviert es, wenn es bereits aktiviert ist.",
                            ['French'] = "Active/désactive le mode débug sur l'animal le plus proche.",
                            },
                    ['shortCut'] = 'dba',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'follow', 'Boolean', 'False'},
                            ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                            },
        },
        ['/sim debuganimalfocus'] = {
                    ['command'] = 'debuganimalfocus',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            ['Russian'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            ['German'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            ['French'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            },
                    ['shortCut'] = 'dbb',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'distanceAhead', 'Single', '10'},
                            ['Arg2'] = {'animalToSpawn', 'String', 'elk'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                            },
        },
        ['/sim destroyedatmosphere'] = {
                    ['command'] = 'destroyedatmosphere',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.",
                            ['Russian'] = "Задать процент уничтожения атмосферы, который рассеется за указанное количество секунд.",
                            ['German'] = "Lege die Rate der zerstörten Atmosphäre fest, die über eine bestimmte Anzahl an Sekunden angezeigt wird.",
                            ['French'] = "Définir le pourcentage d'atmosphère détruite à montrer, fondu sur une durée en seconde.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'percent', 'Single', '0,5'},
                            ['Arg2'] = {'time', 'Single', '5'},
                            },
        },
        ['/sim donotcontrol'] = {
                    ['command'] = 'donotcontrol',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Makes the current user not able to control animals.",
                            ['Russian'] = "Makes the current user not able to control animals.",
                            ['German'] = "Makes the current user not able to control animals.",
                            ['French'] = "Makes the current user not able to control animals.",
                            },
                    ['shortCut'] = 'dnc',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim focusanimal'] = {
                    ['command'] = 'focusanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Delete all animals except the closest.",
                            ['Russian'] = "Delete all animals except the closest.",
                            ['German'] = "Delete all animals except the closest.",
                            ['French'] = "Delete all animals except the closest.",
                            },
                    ['shortCut'] = 'foc',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'animalID', 'Int32', '-1'},
                            },
        },
        ['/sim followanimal'] = {
                    ['command'] = 'followanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggle following the nearest animal.",
                            ['Russian'] = "Переключить следование за ближайшим животным.",
                            ['German'] = "Dem nächsten Tier folgen.",
                            ['French'] = "Active/désactive le suivi de l'animal le plus proche.",
                            },
                    ['shortCut'] = 'fola',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim forcecollectglobalstats'] = {
                    ['command'] = 'forcecollectglobalstats',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Force global stats to collect now. Updates world progress stats as well.",
                            ['Russian'] = "Собирать глобальную статистику сейчас. Также обновляет статистику прогресса мира.",
                            ['German'] = "Erzwinge jetzt die Sammlung globaler Statistiken. Aktualisiert auch die Statistiken des Weltenfortschritts.",
                            ['French'] = "Force la collecte des statistiques mondiale. Met également à jour les statistiques de progression du monde.",
                            },
                    ['shortCut'] = 'globalstats',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/sim forcepathupdate'] = {
                    ['command'] = 'forcepathupdate',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Forces an update to path manager",
                            ['Russian'] = "Forces an update to path manager",
                            ['German'] = "Forces an update to path manager",
                            ['French'] = "Forces an update to path manager",
                            },
                    ['shortCut'] = 'fpu',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            },
        },
        ['/sim forcespawnanimal'] = {
                    ['command'] = 'forcespawnanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a number of animals without ecosystem checks",
                            ['Russian'] = "Spawns a number of animals without ecosystem checks",
                            ['German'] = "Spawns a number of animals without ecosystem checks",
                            ['French'] = "Spawns a number of animals without ecosystem checks",
                            },
                    ['shortCut'] = 'fanimal',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'distanceAhead', 'Single', '0'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                            },
        },
        ['/sim forceworldtick'] = {
                    ['command'] = 'forceworldtick',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Forces a world layer simulation tick to update layers immediately.",
                            ['Russian'] = "Forces a world layer simulation tick to update layers immediately.",
                            ['German'] = "Forces a world layer simulation tick to update layers immediately.",
                            ['French'] = "Forces a world layer simulation tick to update layers immediately.",
                            },
                    ['shortCut'] = 'wtick',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim freezeanimal'] = {
                    ['command'] = 'freezeanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            ['Russian'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            ['German'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            ['French'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            },
                    ['shortCut'] = 'freeze',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim greenthumb'] = {
                    ['command'] = 'greenthumb',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns random plants",
                            ['Russian'] = "Создать случайные растения",
                            ['German'] = "Spawnt zufällige Pflanzen",
                            ['French'] = "Génère des plantes au hasard",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                            },
        },
        ['/sim instakillanimals'] = {
                    ['command'] = 'instakillanimals',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            ['Russian'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            ['German'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            ['French'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            },
                    ['shortCut'] = 'instakill',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/sim killplants'] = {
                    ['command'] = 'killplants',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills all plants in an area. Pass false to not delete them.",
                            ['Russian'] = "Kills all plants in an area. Pass false to not delete them.",
                            ['German'] = "Kills all plants in an area. Pass false to not delete them.",
                            ['French'] = "Détruit toutes les plantes dans une zone. Passez false pour ne pas les supprimer.",
                            },
                    ['shortCut'] = 'killplants',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '75'},
                            ['Arg2'] = {'destroy', 'Boolean', 'True'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                            },
        },
        ['/sim killtrees'] = {
                    ['command'] = 'killtrees',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills all trees in an area. Pass false to only cut them.",
                            ['Russian'] = "Убивает все деревья в области. Параметр false, чтобы срубить их.",
                            ['German'] = "Kills all trees in an area. Pass false to only cut them.",
                            ['French'] = "Tue tous les arbres dans une zone. Passez false pour seulement les couper.",
                            },
                    ['shortCut'] = 'killtrees',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'True'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                            },
        },
        ['/sim listanimalpopulations'] = {
                    ['command'] = 'listanimalpopulations',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            ['Russian'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            ['German'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            ['French'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            },
                    ['shortCut'] = 'animalpop',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Single', '-1'},
                            ['Arg2'] = {'z', 'Single', '-1'},
                            },
        },
        ['/sim listplantpopulations'] = {
                    ['command'] = 'listplantpopulations',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            ['Russian'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            ['German'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            ['French'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            },
                    ['shortCut'] = 'plantpop',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Single', '-1'},
                            ['Arg2'] = {'z', 'Single', '-1'},
                            },
        },
        ['/sim makepollution'] = {
                    ['command'] = 'makepollution',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Pollute an area from 0-1.",
                            ['Russian'] = "Pollute an area from 0-1.",
                            ['German'] = "Pollute an area from 0-1.",
                            ['French'] = "Pollute an area from 0-1.",
                            },
                    ['shortCut'] = 'pol',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'pollutionValue', 'Single', '1'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                            },
        },
        ['/sim massplant'] = {
                    ['command'] = 'massplant',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a bunch of one plant",
                            ['Russian'] = "Создать группу одинаковых растений",
                            ['German'] = "Spawnt eine Menge der gleichen Pflanze",
                            ['French'] = "Génère quelques plantes d'une espèce",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'speciesName', 'String', ''},
                            ['Arg3'] = {'growthPercent', 'Single', '1'},
                            ['Arg4'] = {'yield', 'Single', '0,8'},
                            ['Arg5'] = {'trees', 'Boolean', 'False'},
                            },
        },
        ['/sim moveto'] = {
                    ['command'] = 'moveto',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['Russian'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['German'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['French'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            },
                    ['shortCut'] = 'come',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            },
        },
        ['/sim oneshot'] = {
                    ['command'] = 'oneshot',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills nearest animal",
                            ['Russian'] = "Убивает животных вблизи",
                            ['German'] = "Tötet das nächste Tier",
                            ['French'] = "Tue l'animal le plus proche",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim poorbunnies'] = {
                    ['command'] = 'poorbunnies',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills all animals and disable animal spawn",
                            ['Russian'] = "Kills all animals and disable animal spawn",
                            ['German'] = "Kills all animals and disable animal spawn",
                            ['French'] = "Kills all animals and disable animal spawn",
                            },
                    ['shortCut'] = 'die',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'destroy', 'Boolean', 'True'},
                            },
        },
        ['/sim raisesealevel'] = {
                    ['command'] = 'raisesealevel',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Raises the sea level by a passed in amount.  Careful with this one!",
                            ['Russian'] = "Поднимает уровень море на заданную величину. Используйте с осторожностью!",
                            ['German'] = "Erhöht den Meeresspiegel um einen bestimmten Wert. Mit Vorsicht verwenden!",
                            ['French'] = "Augmente le niveau de la mer du montant précisé. Attention avec celle-ci !",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'val', 'Single', '1,5'},
                            },
        },
        ['/sim regenlayer'] = {
                    ['command'] = 'regenlayer',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.",
                            ['Russian'] = "Регенерирует слой мира восстанавливая состояние в котором он был сразу после создания.",
                            ['German'] = "Setzt eine Weltebene zurück in den Zustand, in dem sie wäre, wenn die Welt frisch generiert worden wäre.",
                            ['French'] = "Régénère un calque du monde, en la restaurant à l'état dans lequel elle se trouverait si le monde était nouvellement généré.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'layerName', 'String'},
                            },
        },
        ['/sim removedeadplants'] = {
                    ['command'] = 'removedeadplants',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Removes dead plants in an area.",
                            ['Russian'] = "Убрать мертвые растения в зоне.",
                            ['German'] = "Entfernt tote Pflanzen in einem Bereich.",
                            ['French'] = "Enlève les plantes mortes dans une zone.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '50'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            },
        },
        ['/sim runto'] = {
                    ['command'] = 'runto',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['Russian'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['German'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['French'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            },
                    ['shortCut'] = 'run',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            },
        },
        ['/sim sealevel'] = {
                    ['command'] = 'sealevel',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Displays the current sea level and how much it has risen.",
                            ['Russian'] = "Отображает текущий уровень моря и насколько он вырос.",
                            ['German'] = "Zeigt den aktuellen Meeresspiegel und wie weit dieser angestiegen ist.",
                            ['French'] = "Affiche le niveau actuel de la mer et combien il a augmenté.",
                            },
                    ['shortCut'] = 'sea',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/sim setlayer'] = {
                    ['command'] = 'setlayer',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Sets a world layer to specific value or random value from range.",
                            ['Russian'] = "Устанавливает слой мира на определенное значение или случайное значение из диапазона.",
                            ['German'] = "Legt eine Weltenebene auf einen bestimmten Wert oder einen zufälligen Wert aus einem Bereich fest.",
                            ['French'] = "Définit un calque du monde à une valeur spécifique ou à une valeur aléatoire de la gamme.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'не число'},
                            },
        },
        ['/sim setpollutionactive'] = {
                    ['command'] = 'setpollutionactive',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Activates/deactivates pollution layer updating.",
                            ['Russian'] = "Включает/выключает обновление слоя загрязнения.",
                            ['German'] = "Aktiviert / deaktiviert die Aktualisierung der Verschmutzungsschicht.",
                            ['French'] = "Active/désactive la mise à jour du calque de pollution.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'isActive', 'Boolean'},
                            },
        },
        ['/sim showpopulationchanges'] = {
                    ['command'] = 'showpopulationchanges',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            ['Russian'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            ['German'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            ['French'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            },
                    ['shortCut'] = 'popchanges',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/sim spawnallanimals'] = {
                    ['command'] = 'spawnallanimals',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns all animals in a grid based on look direction",
                            ['Russian'] = "Spawns all animals in a grid based on look direction",
                            ['German'] = "Spawns all animals in a grid based on look direction",
                            ['French'] = "Spawns all animals in a grid based on look direction",
                            },
                    ['shortCut'] = 'zoo',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'spacing', 'Int32', '2'},
                            },
        },
        ['/sim spawnallplants'] = {
                    ['command'] = 'spawnallplants',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns plants of particular ages in a row",
                            ['Russian'] = "Создаёт ряд растений определенного возраста",
                            ['German'] = "Spawnt Pflanzen bestimmten Alters in einer Reihe",
                            ['French'] = "Génère des plantes d'âges particuliers sur une rangée",
                            },
                    ['shortCut'] = 'allplants',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'growth1', 'Single', '0,3'},
                            ['Arg3'] = {'growth2', 'Single', '0,6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                            },
        },
        ['/sim spawnalltrees'] = {
                    ['command'] = 'spawnalltrees',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns trees of particular ages in a row",
                            ['Russian'] = "Spawns trees of particular ages in a row",
                            ['German'] = "Erzeugt Bäume bestimmten Alters in einer Reihe",
                            ['French'] = "Génère des arbres d'âges particuliers sur une rangée",
                            },
                    ['shortCut'] = 'alltrees',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim spawnanimal'] = {
                    ['command'] = 'spawnanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a number of animals",
                            ['Russian'] = "Создаёт какое-то количество животных",
                            ['German'] = "Spawnt eine Anzahl von Tieren",
                            ['French'] = "Génère un certain nombre d'animaux",
                            },
                    ['shortCut'] = 'animal',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'distanceAhead', 'Single', '0'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                            },
        },
        ['/sim spawnherd'] = {
                    ['command'] = 'spawnherd',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            ['Russian'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            ['German'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            ['French'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            },
                    ['shortCut'] = 'frens',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim spawnplant'] = {
                    ['command'] = 'spawnplant',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a plant or plants in a row or grid",
                            ['Russian'] = "Spawns a plant or plants in a row or grid",
                            ['German'] = "Erzeugt eine oder mehrere Pflanzen in einer Linie oder einem Gitter",
                            ['French'] = "Génère une ou plusieurs plantes sur une rangée ou une grille",
                            },
                    ['shortCut'] = 'plant',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Birch'},
                            ['Arg2'] = {'countX', 'Int32', '1'},
                            ['Arg3'] = {'countZ', 'Int32', '1'},
                            ['Arg4'] = {'space', 'Int32', '0'},
                            ['Arg5'] = {'age', 'Single', '1'},
                            },
        },
        ['/sim toggleanimalnotifications'] = {
                    ['command'] = 'toggleanimalnotifications',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggles animal population change notifications on/off to all users.",
                            ['Russian'] = "Toggles animal population change notifications on/off to all users.",
                            ['German'] = "Toggles animal population change notifications on/off to all users.",
                            ['French'] = "Toggles animal population change notifications on/off to all users.",
                            },
                    ['shortCut'] = 'animalnotify',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim trample'] = {
                    ['command'] = 'trample',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Tramples the surrounding ground",
                            ['Russian'] = "Вытаптывает окружающие земли",
                            ['German'] = "Zertrampelt den umgebenden Boden",
                            ['French'] = "Piétine le sol environnant",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim unpollute'] = {
                    ['command'] = 'unpollute',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Unpollute an area. Remove dead plants and replace dirt on grass blocks.",
                            ['Russian'] = "Очистить зону от загрязнения. Убрать мёртвые растения и заменить землю на траву.",
                            ['German'] = "Verschmutze einen Bereich. Entferne tote Pflanzen und ersetze es mit Schmutz auf Grasblöcken.",
                            ['French'] = "Dépollue une zone. Supprime les plantes mortes et remplace la terre sur les blocs d'herbe.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                            },
        },
        ['/skills addlevelto'] = {
                    ['command'] = 'addlevelto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Gives levels to another player. Gives to yourself if target user is empty",
                            ['Russian'] = "Добавляет уровни другому игроку. Выдаст Вам если игрок не был указан",
                            ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                            ['French'] = "Donne des niveaux à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'addlevel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills addpointsto'] = {
                    ['command'] = 'addpointsto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Give skillpoints to another player. Give them to yourself if target user is empty",
                            ['Russian'] = "Передать очки навыков другому игроку или передать очки самому себе если не указывать целевого игрока",
                            ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                            ['French'] = "Donnez des points de compétence à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'addpoint',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Unlocks all skills",
                            ['Russian'] = "Разблокирует все навыки",
                            ['German'] = "Schaltet alle Fertigkeiten frei",
                            ['French'] = "Débloque toutes les compétences",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills cleartalents'] = {
                    ['command'] = 'cleartalents',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets all talents for a specialization for a player. If the skill name is empty it will remove talents from all specialization",
                            ['Russian'] = "Сбрасывает таланты для указанной специализации игрока. Если специализация не указана, сбрасываются все таланты",
                            ['German'] = "Setzt alle Talente für eine Spezialisierung eines Spielers zurück. Falls der Spezialisierungsname leer ist, werden die Talente von allen Spezialisierungen entfernt",
                            ['French'] = "Réinitialise tous les talents pour la spécialisation d'un joueur. Si le nom de la compétence est vide, cela supprimera toutes les talents de toutes les spécialisations",
                            },
                    ['shortCut'] = 'notalents',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                            },
        },
        ['/skills creative'] = {
                    ['command'] = 'creative',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Remove restrictions and gives you every skill at max level.",
                            ['Russian'] = "Убирает ограничения и даёт вам все навыки на максимальном уровне.",
                            ['German'] = "Entferne Beschränkungen und gibt dir alle Fähigkeiten auf maximalem Level.",
                            ['French'] = "Retire les restrictions et vous donne toutes les compétences au niveau max.",
                            },
                    ['shortCut'] = 'creative',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills debugedu'] = {
                    ['command'] = 'debugedu',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Make education tick every frame, accepet teachers and students regardless of skills, and allow teachers to be their own students.",
                            ['Russian'] = "Сделайте так, чтобы образование соответствовало каждому кадру, принимайте учителей и учеников, независимо от навыков, и позволяйте учителям быть самими собой с учениками.",
                            ['German'] = "Lässt Bildung jeden frame ticken. Nimmt Schüler und Lehrer unabhängig vom Skill an und Lehrer können ihre eigenen Schüler sein.",
                            ['French'] = "Faire en sorte que l'éducation soit pleinement encadrée, acceptez les enseignants et les élèves indépendamment de leurs compétences et permettez aux enseignants d'être leurs propres élèves.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills education'] = {
                    ['command'] = 'education',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "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.",
                            ['Russian'] = "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.",
                            ['German'] = "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.",
                            ['French'] = "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.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'value', 'Single', '1'},
                            ['Arg3'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills fullreset'] = {
                    ['command'] = 'fullreset',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets all skills to unlearnt",
                            ['Russian'] = "Сбрасывает все навыки в не изученное состояние",
                            ['German'] = "Setzt alle Fertigkeiten zurück",
                            ['French'] = "Réinitialise toutes les compétences à non apprise",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills give'] = {
                    ['command'] = 'give',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Gives a skill matching the given name. If no target user is set, apply to self.",
                            ['Russian'] = "Выдает всё специализации, совпадающие с названием. Если не указан игрок, применяется к себе.",
                            ['German'] = "Verleiht eine Fähigkeit, die sich dem zugeordneten Namen anpasst. Wenn kein Zielnutzer bestimmt ist, auf sich selbst anwenden.",
                            ['French'] = "Donne une compétence correspondant au nom donné. Si aucun utilisateur cible n'est défini, s'appliquer sur soi.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills givepointsto'] = {
                    ['command'] = 'givepointsto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Give skillpoints to another player",
                            ['Russian'] = "Дать очки навыков другому игроку",
                            ['German'] = "Gibt Fertigkeitspunkte an einen anderen Spieler",
                            ['French'] = "Donne des points de compétence à un autre joueur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'number', 'Int32', '10'},
                            },
        },
        ['/skills levelup'] = {
                    ['command'] = 'levelup',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['Russian'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['German'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['French'] = "Levels up a string matching the passed skill\'s name to the max.",
                            },
                    ['shortCut'] = 'levelup',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills levelupall'] = {
                    ['command'] = 'levelupall',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Levels all skills up 1 level at a time (no chunks).",
                            ['Russian'] = "Поднять все навыки на 1 уровень разом (без квитанций).",
                            ['German'] = "Erhöht alle Fertigkeiten um jeweils 1 Stufe (keine Brocken).",
                            ['French'] = "Augmente toutes les compétences d'un niveau à la fois (sans morceaux).",
                            },
                    ['shortCut'] = 'allskills',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills levelupuser'] = {
                    ['command'] = 'levelupuser',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Level up a citizen by one.  Default levels you up.",
                            ['Russian'] = "Повышайте уровень жителя на один. Уровни по умолчанию, которые вы повышаете.",
                            ['German'] = "Erhöht die Stufe eines Spielers um 1. Standardmäßig stuft es dich hoch.",
                            ['French'] = "Augmenter le niveau d'un citoyen de un. Par défaut, vous montez de niveau.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['/skills rate'] = {
                    ['command'] = 'rate',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Displays or sets the current skill rate multiplier.",
                            ['Russian'] = "Показывает или задаёт множитель прироста очков навыков.",
                            ['German'] = "Zeigt den momentanen Fertigkeitspunktemultiplikator an oder setzt ihn.",
                            ['French'] = "Affiche ou définit le multiplicateur de compétence actuel.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillRate', 'Single', '-1'},
                            },
        },
        ['/skills removelevelfrom'] = {
                    ['command'] = 'removelevelfrom',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes levels from another player. Removes from yourself if target user is empty",
                            ['Russian'] = "Удаляет уровни у другого игрока. Удалит у Вас если игрок не указан",
                            ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                            ['French'] = "Supprime les niveaux d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'removelevel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills removepointsfrom'] = {
                    ['command'] = 'removepointsfrom',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Remove skillpoints from another player. Removes from yourself if target user is empty",
                            ['Russian'] = "Удаляет очки опыта у другого игрока. Удалит у Вас если игрок не указан",
                            ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                            ['French'] = "Retirez les points de compétence d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'removepoint',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills removespecialty'] = {
                    ['command'] = 'removespecialty',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes a specialty that matches the passed string.",
                            ['Russian'] = "Удаляет специальность, соответствующую переданной строке.",
                            ['German'] = "Entfernt einen Beruf, der auf die Zeichenfolge passt.",
                            ['French'] = "Supprime une spécialité qui correspond à la chaîne transmise.",
                            },
                    ['shortCut'] = 'leveldown',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'specialtyName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills removetalent'] = {
                    ['command'] = 'removetalent',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes talent by name for a player",
                            ['Russian'] = "Убирает у игрока талант по его названию",
                            ['German'] = "Entfernt ein Talent für einen Spieler anhand des Namens",
                            ['French'] = "Supprime le talent par nom pour un joueur",
                            },
                    ['shortCut'] = 'talentdel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'talentName', 'String'},
                            },
        },
        ['/skills reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets a specialization for a player. If the skill name is empty it will reset all specializations.",
                            ['Russian'] = "Сбрасывает специализацию у игрока. Если имя специализации не указано, то будут сброшены все.",
                            ['German'] = "Setzt die Spezialisierung für einen Spieler zurück. Falls der Fähigkeitsname leer ist, werden alle Spezialisierungen zurückgesetzt.",
                            ['French'] = "Réinitialise la spécialisation d'un joueur. Si le nom de la compétence est vide, cela réinitialisera toutes les spécialisations.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                            },
        },
        ['/teleport atob'] = {
                    ['command'] = 'atob',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleports player A to player B",
                            ['Russian'] = "Переместить игрока А к игроку Б",
                            ['German'] = "Teleportiert Spieler A zu Spieler B",
                            ['French'] = "Téléporte le joueur A vers le joueur B",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                            },
        },
        ['/teleport targetto'] = {
                    ['command'] = 'targetto',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleports otherPlayer to an xyz coordinate",
                            ['Russian'] = "Переместить другого игрока на xyz координаты",
                            ['German'] = "Teleportiert otherPlayer zu einer xyz-Koordinate",
                            ['French'] = "Téléporte un autre joueur vers une coordonnée xyz",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherUser', 'User'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                            },
        },
        ['/teleport todark'] = {
                    ['command'] = 'todark',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleport to the opposite side of the World",
                            ['Russian'] = "Телепортироваться на противоположную сторону мира",
                            ['German'] = "Zur gegenüberliegenden Seite der Welt teleportieren",
                            ['French'] = "Vous téléporte de l'autre côté du Monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/teleport toplayer'] = {
                    ['command'] = 'toplayer',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleport to a citizen.",
                            ['Russian'] = "Переместиться к жителю.",
                            ['German'] = "Teleportiert zu einem Bürger.",
                            ['French'] = "Se téléporter auprès du joueur.",
                            },
                    ['shortCut'] = 'tpto',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            },
        },
        ['/teleport toworldposition'] = {
                    ['command'] = 'toworldposition',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.",
                            ['Russian'] = "Телепортироваться на xyz или xz координаты. При указании двух координат высота определяется автоматически.",
                            ['German'] = "Teleportiere zu einer xyz-Koordinate oder einer xz-Koordinate. Für zwei Komponenten wird Y automatisch berechnet.",
                            ['French'] = "Téléportation sur des coordonnées XYZ ou XZ. En cas de coordonnées XZ, alors Y est calculé automatiquement.",
                            },
                    ['shortCut'] = 'tp',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '-1'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                            },
        },
        ['/test axesandchainsaw'] = {
                    ['command'] = 'axesandchainsaw',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test cutting trees with axe and chainsaw.",
                            ['Russian'] = "Test cutting trees with axe and chainsaw.",
                            ['German'] = "Test cutting trees with axe and chainsaw.",
                            ['French'] = "Test cutting trees with axe and chainsaw.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test bed'] = {
                    ['command'] = 'bed',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawn a bed and sleep in it.",
                            ['Russian'] = "Создать кровать и лечь спать в неё.",
                            ['German'] = "Erzeuge ein Bett und schlafe darin.",
                            ['French'] = "Faire apparaître un lit et dormir dedans.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test chatinteraction'] = {
                    ['command'] = 'chatinteraction',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Make a test user send a message every specific period of time to the general channel and/or to the current user.",
                            ['Russian'] = "Make a test user send a message every specific period of time to the general channel and/or to the current user.",
                            ['German'] = "Lässt einen Testbenutzer in einem bestimmten Intervall eine Nachricht an den allgemeinen Chat oder den aktuellen Benutzer senden.",
                            ['French'] = "Faire en sorte qu'un utilisateur de test envoie un message à intervalles réguliers sur le canal général et/ou à l'utilisateur actuel.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'enableGeneralMessages', 'Boolean'},
                            ['Arg2'] = {'timeBtwMessages', 'Single', '1'},
                            ['Arg3'] = {'enableWhisperMessages', 'Boolean', 'False'},
                            },
        },
        ['/test cranes'] = {
                    ['command'] = 'cranes',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Setup a test environment for cranes.",
                            ['Russian'] = "Создаёт тестовую среду для кранов.",
                            ['German'] = "Erzeugt ein Testgelände für Kräne.",
                            ['French'] = "Mets en place un environnement de test pour les grues.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test demote'] = {
                    ['command'] = 'demote',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            ['Russian'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            ['German'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            ['French'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test distributionstation'] = {
                    ['command'] = 'distributionstation',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Creates and applies a Distribution Station.",
                            ['Russian'] = "Создаёт и настраивает станцию распределения.",
                            ['German'] = "Baut eine Verteilungsstation und füllt diese mit Gegenständen.",
                            ['French'] = "Crée et applique une station de distribution.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                            },
        },
        ['/test distributionstationcarried'] = {
                    ['command'] = 'distributionstationcarried',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Creates and applies a Distribution Station with carried items",
                            ['Russian'] = "Создаёт и настраивает станцию распределения с переносимыми предметами",
                            ['German'] = "Erstellt und wendet eine Verteilerstation mit beförderten Artikeln an",
                            ['French'] = "Crée et applique une station de distribution avec des articles transportés",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test economics'] = {
                    ['command'] = 'economics',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns all the various parts of an economy.",
                            ['Russian'] = "Создаёт различные части экономики.",
                            ['German'] = "Erzeugt all die verschiedenen Teile einer Wirtschaft.",
                            ['French'] = "Génère toutes les différentes parties d'une économie.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'categoriesPerStore', 'Int32', '4'},
                            ['Arg3'] = {'stores', 'Int32', '5'},
                            },
        },
        ['/test elevator'] = {
                    ['command'] = 'elevator',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Setup an elevator for testing",
                            ['Russian'] = "Создать лифт для проверки",
                            ['German'] = "Aufzug für einen Test einrichten",
                            ['French'] = "Installe un ascenseur pour les tests",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test exchange'] = {
                    ['command'] = 'exchange',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.",
                            ['Russian'] = "Создаёт 2 тестовых обменника, один для пользователя и один для другого пользователя. Добавляет несколько записей и выполняет тесты.",
                            ['German'] = "Erzeugt zwei Wechselstuben, eine für den Nutzer und eine für einen anderen Nutzer. Fügt einige Einträge ein, macht ein paar Tests.",
                            ['French'] = "Génère 2 échanges de tests, un pour l'utilisateur et le second pour un autre utilisateur. Ajoute quelques entrées, effectue quelques tests.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test foldouts'] = {
                    ['command'] = 'foldouts',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Generates some test combinations of foldout lists. Can optionally set the level of nesting.",
                            ['Russian'] = "Создаёт тестовые комбинации раскрывающихся списков. По желанию можно указать уровень вложенности.",
                            ['German'] = "Erzeugt einige Testkombinationen von Faltlisten. Kann optional die Verschachtelungsebene einstellen.",
                            ['French'] = "Génère des combinaisons de tests de listes déroulantes. Peut optionnellement définir le niveau d'imbrication.",
                            },
                    ['shortCut'] = 'dbgf',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                            },
        },
        ['/test giveremoveitems'] = {
                    ['command'] = 'giveremoveitems',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts to give the user all of the items, then remove them",
                            ['Russian'] = "Attempts to give the user all of the items, then remove them",
                            ['German'] = "Attempts to give the user all of the items, then remove them",
                            ['French'] = "Attempts to give the user all of the items, then remove them",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test hammers'] = {
                    ['command'] = 'hammers',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Run a series of chat commands to test the game.",
                            ['Russian'] = "Run a series of chat commands to test the game.",
                            ['German'] = "Run a series of chat commands to test the game.",
                            ['French'] = "Run a series of chat commands to test the game.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test industrialelevator'] = {
                    ['command'] = 'industrialelevator',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Setup an industrial elevator for testing",
                            ['Russian'] = "Создать индустриальный лифт для проверки",
                            ['German'] = "Richte einen Industrieaufzug zum Testen ein",
                            ['French'] = "Configuration d'un ascenseur industriel pour des essais",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test interactitems'] = {
                    ['command'] = 'interactitems',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts to give the user all items and interact with them",
                            ['Russian'] = "Attempts to give the user all items and interact with them",
                            ['German'] = "Attempts to give the user all items and interact with them",
                            ['French'] = "Attempts to give the user all items and interact with them",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test interactobjects'] = {
                    ['command'] = 'interactobjects',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts to interact with all objects in the world",
                            ['Russian'] = "Attempts to interact with all objects in the world",
                            ['German'] = "Attempts to interact with all objects in the world",
                            ['French'] = "Attempts to interact with all objects in the world",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test maketestusers'] = {
                    ['command'] = 'maketestusers',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Create test users up to the given amount (default 5)",
                            ['Russian'] = "Создать тестовых пользователей до достижения указанного количества (по умолчанию 5)",
                            ['German'] = "Erstellt Testbenutzer bis zur angegebenen Anzahl (Standard 5)",
                            ['French'] = "Créée des utilisateurs de test jusqu'au montant donné (5 par défaut)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['/test maketuser'] = {
                    ['command'] = 'maketuser',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Create test user with a specified name.",
                            ['Russian'] = "Создать тестового пользователя с указанным именем.",
                            ['German'] = "Erstellt einen Testbenutzer mit einem angegebenen Namen.",
                            ['French'] = "Crée un utilisateur test avec le nom spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'caller', 'User', ''},
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['/test pipes'] = {
                    ['command'] = 'pipes',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns a setup for testing pipes.",
                            ['Russian'] = "Создает установку для тестирования труб.",
                            ['German'] = "Erzeugt eine Einrichtung zum testen von Rohren.",
                            ['French'] = "Génère une installation pour tester les tuyaux.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test placeallworldblocks'] = {
                    ['command'] = 'placeallworldblocks',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts placing all world block objects in the world",
                            ['Russian'] = "Attempts placing all world block objects in the world",
                            ['German'] = "Attempts placing all world block objects in the world",
                            ['French'] = "Attempts placing all world block objects in the world",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test placegarbage'] = {
                    ['command'] = 'placegarbage',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempt to place a bunch of garbage bags in the world.",
                            ['Russian'] = "Attempt to place a bunch of garbage bags in the world.",
                            ['German'] = "Attempt to place a bunch of garbage bags in the world.",
                            ['French'] = "Attempt to place a bunch of garbage bags in the world.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test placeobjects'] = {
                    ['command'] = 'placeobjects',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts placing all objects in the world",
                            ['Russian'] = "Attempts placing all objects in the world",
                            ['German'] = "Attempts placing all objects in the world",
                            ['French'] = "Attempts placing all objects in the world",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test propertyclaimtool'] = {
                    ['command'] = 'propertyclaimtool',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test claiming and unclaiming property.",
                            ['Russian'] = "Test claiming and unclaiming property.",
                            ['German'] = "Test claiming and unclaiming property.",
                            ['French'] = "Test claiming and unclaiming property.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test qamode'] = {
                    ['command'] = 'qamode',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Toggle qamode on/off.",
                            ['Russian'] = "Toggle qamode on/off.",
                            ['German'] = "Schalte qamode an/aus.",
                            ['French'] = "Active/désactive mode Assurance Qualité.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/test sewage'] = {
                    ['command'] = 'sewage',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns a setup for testing sewage system.",
                            ['Russian'] = "Создает установку для тестирования системы канализации.",
                            ['German'] = "Erzeugt eine Einrichtung zum Testen von Abwassersystemen.",
                            ['French'] = "Génère une installation pour tester le système d'égouts.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'village', 'Boolean', 'False'},
                            },
        },
        ['/test spamnotifications'] = {
                    ['command'] = 'spamnotifications',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spams aggregated notifications to the given user.",
                            ['Russian'] = "Spams aggregated notifications to the given user.",
                            ['German'] = "Spams aggregated notifications to the given user.",
                            ['French'] = "Spams aggregated notifications to the given user.",
                            },
                    ['shortCut'] = 'spamnotifications',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test testspoilage'] = {
                    ['command'] = 'testspoilage',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['Russian'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['German'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            },
                    ['shortCut'] = 'testspoilage',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test testspoilagemultithread'] = {
                    ['command'] = 'testspoilagemultithread',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['Russian'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['German'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            },
                    ['shortCut'] = 'testspoilagemultithread',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test workorders'] = {
                    ['command'] = 'workorders',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            ['Russian'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            ['German'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            ['French'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'workbenches', 'Int32', '4'},
                            ['Arg2'] = {'maximumOrdersPerBench', 'Int32', '4'},
                            },
        },
        ['/test zeropoint'] = {
                    ['command'] = 'zeropoint',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Build Zero Point place and teleport to it",
                            ['Russian'] = "Построить место Нулевой Точки и телепортироваться туда",
                            ['German'] = "Baue einen Nullpunkt und teleportiere dorthin",
                            ['French'] = "Construit le Point Zéro et téléporte à celui-ci",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                             ['Arg1'] = {'sizeX', 'Int32'},
                             ['Arg2'] = {'sizeZ', 'Int32'},
                             ['Arg2'] = {'sizeZ', 'Int32'},
                            },
        },
        ['/time fastforward'] = {
                    ['command'] = 'fastforward',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Force the world to fast forward. Pass 0 to stop.",
                            ['Russian'] = "Ускорить время. 0 для остановки.",
                            ['German'] = "Zwinge die Welt in den schnellen Vorlauf. Übergebe den Parameter 0 zum stoppen.",
                            ['French'] = "Force le monde à l'avance rapide. Envoyer 0 pour arrêter.",
                            },
                    ['shortCut'] = 'ff',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/time midnight'] = {
                    ['command'] = 'midnight',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Set time of day to midnight",
                            ['Russian'] = "Выставить время суток на полночь",
                            ['German'] = "Tageszeit auf Mitternacht setzen",
                            ['French'] = "Réglez l'heure de la journée sur minuit",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time noon'] = {
                    ['command'] = 'noon',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Set time of day to noon.",
                            ['Russian'] = "Выставить время суток на полдень.",
                            ['German'] = "Tageszeit auf Mittag setzen.",
                            ['French'] = "Réglez l'heure de la journée sur midi.",
                            },
                    ['shortCut'] = 'noon',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time now'] = {
                    ['command'] = 'now',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Reports the current time.",
                            ['Russian'] = "Сообщает текущее время.",
                            ['German'] = "Zeigt die aktuelle Uhrzeit.",
                            ['French'] = "Indique l'heure actuelle.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/time resettime'] = {
                    ['command'] = 'resettime',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Reset time of day to match the clock.",
                            ['Russian'] = "Сбросить время суток, чтобы оно соответствовало часам.",
                            ['German'] = "Setzt die Tageszeit so, dass sie mit der tatsächlichen Uhrzeit übereinstimmt.",
                            ['French'] = "Réinitialiser l'heure de la journée en fonction de l'horloge.",
                            },
                    ['shortCut'] = 'resettime',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Set time of day to the specified hour",
                            ['Russian'] = "Выставить время суток на указанный час",
                            ['German'] = "Tageszeit auf eine bestimmte Stunde setzen",
                            ['French'] = "Réglez l'heure de la journée sur une heure choisie",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hour', 'Single'},
                            },
        },
        ['/time skiptime'] = {
                    ['command'] = 'skiptime',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Skips ahead time a given number of hours.",
                            ['Russian'] = "Skips ahead time a given number of hours.",
                            ['German'] = "Skips ahead time a given number of hours.",
                            ['French'] = "Skips ahead time a given number of hours.",
                            },
                    ['shortCut'] = 'st',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hoursToSkip', 'Single', '24'},
                            },
        },
        ['/titles assign'] = {
                    ['command'] = 'assign',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Assigns a given user to a given title, assigning to yourself if none is specified.",
                            ['Russian'] = "Присваивает указанный титул пользователю, или себе, если параметр не указан.",
                            ['German'] = "Füge einem Spieler einen Titel hinzu, oder dir selbst wenn keiner angegeben.",
                            ['French'] = "Assigne un utilisateur donné à un titre donné, en vous l'assignant à vous-même si aucun n'est spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                            },
        },
        ['/titles clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Clears all occupants from a title.",
                            ['Russian'] = "Лишает титула всех его обладателей.",
                            ['German'] = "Entfernt alle Inhaber von einem Titel.",
                            ['French'] = "Enlève tous les occupants d'un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['/titles delete'] = {
                    ['command'] = 'delete',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Permanently deletes a title.",
                            ['Russian'] = "Безвозвратно удаляет должность.",
                            ['German'] = "Löscht einen Titel permanent.",
                            ['French'] = "Supprime définitivement un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['/titles giveglobalmarkerrights'] = {
                    ['command'] = 'giveglobalmarkerrights',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Allow the given user to change all world marker settlement types without permissions.",
                            ['Russian'] = "Allow the given user to change all world marker settlement types without permissions.",
                            ['German'] = "Erlaubt es den gegebenen Nutzer alle Weltmarker ohne Rechte zu ändern.",
                            ['French'] = "Permet à l'utilisateur donné de modifier tous les types de repères de la carte de la colonie sans autorisations.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/titles givetreasuryrights'] = {
                    ['command'] = 'givetreasuryrights',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Assign the current player to a new title that has treasury rights.",
                            ['Russian'] = "Назначить текущего игрока на новую должность с правами управления казной.",
                            ['German'] = "Weise dem aktuellen Spieler einen neuen Titel mit Staatskassen-Rechten zu.",
                            ['French'] = "Assigne au joueur actuel un nouveau titre ayant des droits du Trésor public.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            },
        },
        ['/titles list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Lists all existing titles and info about them.",
                            ['Russian'] = "Список всех существующих титулов и информация о них.",
                            ['German'] = "Listet alle existierenden Titel und zugehörige Informationen auf.",
                            ['French'] = "Liste tous les titres existants et des informations à leur sujet.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/titles rename'] = {
                    ['command'] = 'rename',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Rename a new title.",
                            ['Russian'] = "Переименовывает титул.",
                            ['German'] = "Benennt einen neuen Titel um.",
                            ['French'] = "Renomme un nouveau titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                            },
        },
        ['/titles set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set values for a title.",
                            ['Russian'] = "Устанавливает параметры должности.",
                            ['German'] = "Legt Werte für einen Titel fest.",
                            ['French'] = "Définit les valeurs d'un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'maxOccupants', 'Int32'},
                            },
        },
        ['/titles setplaytimeboost'] = {
                    ['command'] = 'setplaytimeboost',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['Russian'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['German'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['French'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'hoursBoost', 'Single', '2'},
                            },
        },
        ['/titles spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Create a bunch of titles for testing.",
                            ['Russian'] = "Создать кучу должностей для тестирования.",
                            ['German'] = "Erstelle eine Reihe von Titeln zum testen.",
                            ['French'] = "Créée un ensemble de titres pour tester.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'number', 'Int32', '5'},
                            },
        },
        ['/titles unassign'] = {
                    ['command'] = 'unassign',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Removes a given user from a given title, removing from yourself if none is specified.",
                            ['Russian'] = "Убирает указанный титул у пользователя, или у себя, если параметр не указан.",
                            ['German'] = "Entferne den Titel eines Spieler, oder dir selbst wenn keiner angegeben.",
                            ['French'] = "Supprime un utilisateur donné d'un titre donné, en le supprimant de vous-même si aucun n'est spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                            },
        },
        ['/tutorials reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Resets the tutorial, including record of given items (which menu option does not do).",
                            ['Russian'] = "Сбрасывает обучение, включая записи о выданных предметах (в отличии от пункта меню).",
                            ['German'] = "Setzt das Tutorial zurück, einschließlich der erhaltenen Gegenstände (was die Menü Option nicht tut).",
                            ['French'] = "Réinitialise le tutoriel, y compris l'enregistrement des objets donnés (ce que l'option de menu ne fait pas).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/tutorials task'] = {
                    ['command'] = 'task',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Starts specific tutorial task by name.",
                            ['Russian'] = "Начинает указанную обучающую задачу по её названию.",
                            ['German'] = "Startet eine bestimmte Tutorial Aufgabe nach Namen.",
                            ['French'] = "Démarre une tâche spécifique du tutoriel par son nom.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'taskName', 'String'},
                            },
        },
        ['/tutorials unlockui'] = {
                    ['command'] = 'unlockui',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Unlocks all UI panels locked by tutorial.",
                            ['Russian'] = "Unlocks all UI panels locked by tutorial.",
                            ['German'] = "Unlocks all UI panels locked by tutorial.",
                            ['French'] = "Unlocks all UI panels locked by tutorial.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/twitch resenddatasets'] = {
                    ['command'] = 'resenddatasets',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces all datasets to refresh on the EBS server",
                            ['Russian'] = "Forces all datasets to refresh on the EBS server",
                            ['German'] = "Erzwingt eine Aktualisierung aller Datensätze auf dem EBS-Server",
                            ['French'] = "Force tous les ensembles de données à s'actualiser sur le serveur EBS",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/twitch subscribe'] = {
                    ['command'] = 'subscribe',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces a Twitch channel subscription with the EBS server",
                            ['Russian'] = "Forces a Twitch channel subscription with the EBS server",
                            ['German'] = "Erzwingt ein Twitch-Kanal-Abonnement mit dem EBS-Server",
                            ['French'] = "Force un abonnement à la chaîne Twitch avec le serveur EBS",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'channelId', 'String'},
                            },
        },
        ['/twitch unsubscribe'] = {
                    ['command'] = 'unsubscribe',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces the removal of a Twitch channel subscription with the EBS server",
                            ['Russian'] = "Forces the removal of a Twitch channel subscription with the EBS server",
                            ['German'] = "Erzwingt die Entfernung eines Twitch-Kanal-Abonnements mit dem EBS-Server",
                            ['French'] = "Force la suppression d'un abonnement à une chaîne Twitch avec le serveur EBS",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'channelId', 'String'},
                            },
        },
        ['/user defaultexhaust'] = {
                    ['command'] = 'defaultexhaust',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Set exhaustion data to default, as if fresh start. It will allow first time bonuses again",
                            ['Russian'] = "Set exhaustion data to default, as if fresh start. It will allow first time bonuses again",
                            ['German'] = "Set exhaustion data to default, as if fresh start. It will allow first time bonuses again",
                            ['French'] = "Définir les données d'épuisement par défaut, comme un nouveau départ. Cela permettra d'accorder à nouveau les bonus de première fois",
                            },
                    ['shortCut'] = 'defaultexhaust',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/user energize'] = {
                    ['command'] = 'energize',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Provide a user with extra hours they can use to perform labor when exhauasted.  Can be negative to remove previously granted energy.",
                            ['Russian'] = "Обеспечить пользователя дополнительным временем, которые он может потратить на выполнение работы когда устанет. Удаление ранее выданной энергии может привести к отрицательным значениям.",
                            ['German'] = "Gibt einem Spieler zusätzliche Stunden, mit denen er oder sie Arbeit ausführen kann, wenn er oder sie erschöpft ist. Kann auch negativ sein, um zuvor zugeführte Kraft zu entfernen.",
                            ['French'] = "Fournir à un utilisateur des heures supplémentaires qu'il peut utiliser pour accomplir le travail lorsqu'il est épuisé. Peut-être négatif pour supprimer l'énergie précédemment accordée.",
                            },
                    ['shortCut'] = 'en',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hours', 'Int32', '10000'},
                            ['Arg2'] = {'target', 'User', ''},
                            },
        },
        ['/user exhaust'] = {
                    ['command'] = 'exhaust',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Force a user to be exhausted for the remainder of the day.",
                            ['Russian'] = "Сделать игрока обессиленным до конца дня.",
                            ['German'] = "Zwingt einen Spieler erschöpft zu sein für den Rest des Tages.",
                            ['French'] = "Force un utilisateur à être épuisé pour le reste de la journée.",
                            },
                    ['shortCut'] = 'exhaust',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/user setlastrefreshday'] = {
                    ['command'] = 'setlastrefreshday',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Change last refresh day from target by days (positive to add and negative to remove) ",
                            ['Russian'] = "Change last refresh day from target by days (positive to add and negative to remove) ",
                            ['German'] = "Change last refresh day from target by days (positive to add and negative to remove) ",
                            ['French'] = "Modifier le dernier jour de rafraîchissement de la cible de quelques jours (ajouter un nombre positif ou soustraire un nombre négatif) ",
                            },
                    ['shortCut'] = 'givelastrefreshday',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'days', 'Int32'},
                            ['Arg2'] = {'target', 'User', ''},
                            },
        },
        ['/util calculate'] = {
                    ['command'] = 'calculate',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Evaluates provided math expression",
                            ['Russian'] = "Оценивает математическое выражение",
                            ['German'] = "Wertet den mathematischen Wert aus",
                            ['French'] = "Evalue l'expression mathématique fournie",
                            },
                    ['shortCut'] = 'calc',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'expression', 'String'},
                            },
        },
        ['/util fly'] = {
                    ['command'] = 'fly',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Toggles fly mode",
                            ['Russian'] = "Включает режим полета",
                            ['German'] = "Schaltet Flugmodus um",
                            ['French'] = "Active/désactive le mode vol",
                            },
                    ['shortCut'] = 'fly',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util fuel'] = {
                    ['command'] = 'fuel',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Fuels currently selected (driving) vehicle.",
                            ['Russian'] = "Заправляет выбранное (управляемое) транспортное средство.",
                            ['German'] = "Betankt das derzeitig ausgewählte (fahrende) Fahrzeug.",
                            ['French'] = "Carburants actuellement sélectionnés pour le véhicule (de conduite).",
                            },
                    ['shortCut'] = 'fuel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/util invisible'] = {
                    ['command'] = 'invisible',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Make your character invisible",
                            ['Russian'] = "Сделайте своего персонажа невидимым",
                            ['German'] = "Macht deinen Charakter unsichtbar",
                            ['French'] = "Rend le personnage invisible",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util openserverui'] = {
                    ['command'] = 'openserverui',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Opens the server GUI, if the user is a local user.",
                            ['Russian'] = "Открывает интерфейс сервера, если пользователь в локальной игре.",
                            ['German'] = "Öffnet die Serveroberfläche, falls der Benutzer ein lokaler Benutzer ist.",
                            ['French'] = "Ouvre le GUI du serveur, si l'utilisateur est un utilisateur local.",
                            },
                    ['shortCut'] = 'serverui',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util record'] = {
                    ['command'] = 'record',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Toggles record mode",
                            ['Russian'] = "Включает режим оператора для записи",
                            ['German'] = "Schaltet Aufnahmemodus um",
                            ['French'] = "Active/désactive le mode enregistrement",
                            },
                    ['shortCut'] = 'record',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util unstuck'] = {
                    ['command'] = 'unstuck',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Attempts to unstuck your avatar",
                            ['Russian'] = "Пытается высвободить вашего персонажа",
                            ['German'] = "Versucht, deinen Avatar zu befreien",
                            ['French'] = "Tente de débloquer votre personnage",
                            },
                    ['shortCut'] = 'unstuck',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/util unstuckvehicle'] = {
                    ['command'] = 'unstuckvehicle',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Attempts to unstuck vehicle in target",
                            ['Russian'] = "Пытается вытащить технику на которую вы смотрите",
                            ['German'] = "Versucht das anvisierte Fahrzeug zu befreien",
                            ['French'] = "Tente de décoincer le véhicule ciblé",
                            },
                    ['shortCut'] = 'freecar',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/weather clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Clear all weather",
                            ['Russian'] = "Clear all weather",
                            ['German'] = "Clear all weather",
                            ['French'] = "Réinitialise toutes les conditions météorologiques",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather cloudy'] = {
                    ['command'] = 'cloudy',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create some clouds",
                            ['Russian'] = "Create some clouds",
                            ['German'] = "Create some clouds",
                            ['French'] = "Create some clouds",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather foggy'] = {
                    ['command'] = 'foggy',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create some fog",
                            ['Russian'] = "Create some fog",
                            ['German'] = "Create some fog",
                            ['French'] = "Create some fog",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather heavyrain'] = {
                    ['command'] = 'heavyrain',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create a heavy rain storm",
                            ['Russian'] = "Create a heavy rain storm",
                            ['German'] = "Create a heavy rain storm",
                            ['French'] = "Create a heavy rain storm",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather rain'] = {
                    ['command'] = 'rain',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create a light rain",
                            ['Russian'] = "Create a light rain",
                            ['German'] = "Create a light rain",
                            ['French'] = "Create a light rain",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather status'] = {
                    ['command'] = 'status',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Prints out the current weather status",
                            ['Russian'] = "Prints out the current weather status",
                            ['German'] = "Prints out the current weather status",
                            ['French'] = "Prints out the current weather status",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/workparty spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'workparty',
                    ['helpText'] =  {
                            ['English'] = "Spawn a work party for testing.",
                            ['Russian'] = "Создать рабочую группу для теста.",
                            ['German'] = "Erstellt eine Arbeitsgruppe zum testen.",
                            ['French'] = "Fait apparaître un groupe de travail pour tester.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/world clearallrubble'] = {
                    ['command'] = 'clearallrubble',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Destroys all rubble in the world",
                            ['Russian'] = "Уничтожает все булыжники в мире",
                            ['German'] = "Destroys all rubble in the world",
                            ['French'] = "Détruit tous les décombres du monde",
                            },
                    ['shortCut'] = 'clearallrubble',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/world clearfallentrees'] = {
                    ['command'] = 'clearfallentrees',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Removes fallen trees",
                            ['Russian'] = "Убрать упавшие деревья",
                            ['German'] = "Entferne umgestürzte Bäume",
                            ['French'] = "Supprime les arbres tombés",
                            },
                    ['shortCut'] = 'clearfallentrees',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/world fixobjects'] = {
                    ['command'] = 'fixobjects',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Destroys all physical objects with illegal positions outside the world. (worldobjects, vehicles, trees, rubbles etc)",
                            ['Russian'] = "Уничтожает все физические объекты с неверными координатами за пределами мира. (мировые объекты, транспортные средства, деревья, булыжники и т. д.)",
                            ['German'] = "Destroys all physical objects with illegal positions outside the world. (worldobjects, vehicles, trees, rubbles etc)",
                            ['French'] = "Détruit tous les objets physiques avec des positions illégales à l'extérieur du monde (objets du monde, véhicules, arbres, décombres, etc.)",
                            },
                    ['shortCut'] = 'fixobjects',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'teleportVehicles', 'Boolean', 'True'},
                            },
        },
        ['/world fixtrunks'] = {
                    ['command'] = 'fixtrunks',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Destroys all trunks outside the world",
                            ['Russian'] = "Уничтожает все стволы деревьев за пределами мира",
                            ['German'] = "Destroys all trunks outside the world",
                            ['French'] = "Détruit tous les troncs à l'extérieur du monde",
                            },
                    ['shortCut'] = 'fixtrunks',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/world generatestats'] = {
                    ['command'] = 'generatestats',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Generates the world block stats",
                            ['Russian'] = "Создается статистика мирового блока",
                            ['German'] = "Generiert die Statistiken der Weltblöcke",
                            ['French'] = "Génère les statistiques du bloc mondial",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/world inspectblock'] = {
                    ['command'] = 'inspectblock',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Inspect server block, container and occupancy at coords",
                            ['Russian'] = "Inspect server block, container and occupancy at coords",
                            ['German'] = "Inspect server block, container and occupancy at coords",
                            ['French'] = "Inspect server block, container and occupancy at coords",
                            },
                    ['shortCut'] = 'inspectblock',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32'},
                            ['Arg2'] = {'y', 'Int32'},
                            ['Arg3'] = {'z', 'Int32'},
                            },
        },
        ['/world species'] = {
                    ['command'] = 'species',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Shows initial spawn clusters of species",
                            ['Russian'] = "Показать начальные кластеры создания видов",
                            ['German'] = "Zeigt Spawn Cluster von Spezies",
                            ['French'] = "Affiche les emplacements initiaux générant des espèces",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'species', 'String'},
                             },
                             },
         },
         },
     },
     },
}
}

Aktuelle Version vom 6. Februar 2026, 19:51 Uhr

Warnung bezüglich der Verwendung

[Quelltext bearbeiten]

Um mehrfache Aufrufe des Datenarrays zu verhindern, müssen Sie die Funktion verwenden: local CommandData = mw.loadData("Modul:CommandData")


-- Eco Version : 0.12.0.6
-- EWDE Version : 0.7.0.0
-- Date of export : 03.02.2026 18:50:01

return {
    commands = {
        ['/achievements giveachive'] = {
                    ['command'] = 'giveachive',
                    ['parent'] = 'achievements',
                    ['helpText'] =  {
                            ['English'] = "Give an achievement to the given user",
                            ['Russian'] = "Выдать достижение заданному пользователю",
                            ['German'] = "Gebe dem ausgewählten Nutzer einen Erfolg",
                            ['French'] = "Donner un succès à l'utilisateur donné",
                            },
                    ['shortCut'] = 'chieve',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'achievementname', 'String'},
                            ['Arg2'] = {'progress', 'Int32', '0'},
                            ['Arg3'] = {'target', 'User', ''},
                            },
        },
        ['/achievements listall'] = {
                    ['command'] = 'listall',
                    ['parent'] = 'achievements',
                    ['helpText'] =  {
                            ['English'] = "List all achievements available.",
                            ['Russian'] = "Список доступных достижений.",
                            ['German'] = "List all achievements available.",
                            ['French'] = "Liste toutes les réalisations disponibles.",
                            },
                    ['shortCut'] = 'chieves',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/achievements mine'] = {
                    ['command'] = 'mine',
                    ['parent'] = 'achievements',
                    ['helpText'] =  {
                            ['English'] = "List all achievements and progress for the given user, or self if none passed.",
                            ['Russian'] = "Список доступных достижений и прогрессия выбранного игрока, или ваше, если ничего не указано.",
                            ['German'] = "List all achievements and progress for the given user, or self if none passed.",
                            ['French'] = "Liste toutes les réalisations et les progrès pour un utilisateur donné, ou soi-même si aucun n'est passé.",
                            },
                    ['shortCut'] = 'mychieves',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/achievements remove'] = {
                    ['command'] = 'remove',
                    ['parent'] = 'achievements',
                    ['helpText'] =  {
                            ['English'] = "Remove an achievement from the given user",
                            ['Russian'] = "Удалить достижение у заданного пользователя",
                            ['German'] = "Entferne dem ausgewählten Nutzer einen Erfolg",
                            ['French'] = "Retirer un succès à l'utilisateur donné",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'achievementName', 'String'},
                            ['Arg2'] = {'target', 'User', ''},
                            },
        },
        ['/achievements reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'achievements',
                    ['helpText'] =  {
                            ['English'] = "Remove all achievements from the given user",
                            ['Russian'] = "Удалить все достижения у заданного пользователя",
                            ['German'] = "Remove all achievements from the given user",
                            ['French'] = "Supprimer toutes les réalisations d'un utilisateur donné",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/avatar customize'] = {
                    ['command'] = 'customize',
                    ['parent'] = 'avatar',
                    ['helpText'] =  {
                            ['English'] = "Enables unrestricted avatar customization in game",
                            ['Russian'] = "Enables unrestricted avatar customization in game",
                            ['German'] = "Enables unrestricted avatar customization in game",
                            ['French'] = "Permet une personnalisation illimitée de l'avatar dans le jeu",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/avatar dummy'] = {
                    ['command'] = 'dummy',
                    ['parent'] = 'avatar',
                    ['helpText'] =  {
                            ['English'] = "Spawns a dummy avatar",
                            ['Russian'] = "Создает клона",
                            ['German'] = "Erzeugt einen Dummy-Avatar",
                            ['French'] = "Génère un mannequin",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['/avatar lastplayeronearth'] = {
                    ['command'] = 'lastplayeronearth',
                    ['parent'] = 'avatar',
                    ['helpText'] =  {
                            ['English'] = "Kills all spawned dummys",
                            ['Russian'] = "Убрать всех созданных клонов",
                            ['German'] = "Löscht alle erzeugten Dummys",
                            ['French'] = "Tuer tous les mannequins",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/avatar metime'] = {
                    ['command'] = 'metime',
                    ['parent'] = 'avatar',
                    ['helpText'] =  {
                            ['English'] = "Spawns passed number of clones of your avatar",
                            ['Russian'] = "Создает заданное количество клонов вашего персонажа",
                            ['German'] = "Spawnt die angegebene Anzahl Klone deines Avatars",
                            ['French'] = "Génère un nombre déterminé de clones de votre avatar",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['/avatar thirdperson'] = {
                    ['command'] = 'thirdperson',
                    ['parent'] = 'avatar',
                    ['helpText'] =  {
                            ['English'] = "Toggles Third Person Camera",
                            ['Russian'] = "Включает вид от третьего лица",
                            ['German'] = "Schaltet auf die Third-Person Kameraansicht um",
                            ['French'] = "Active/désactive la caméra à la troisième personne",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/blueprint givetestitem'] = {
                    ['command'] = 'givetestitem',
                    ['parent'] = 'blueprint',
                    ['helpText'] =  {
                            ['English'] = "Generates and returns test blueprint item.",
                            ['Russian'] = "Generates and returns test blueprint item.",
                            ['German'] = "Erzeugt und eine Testblaupause und gibt sie zurück.",
                            ['French'] = "Génère et renvoie l'élément de plan de test.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/build building'] = {
                    ['command'] = 'building',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                            ['Russian'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                            ['German'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                            ['French'] = "Spawns a building by specifying which tier. Example: \'/bt 2,5,5,5,3\' spawns Tier 2 building with 5x5x5 dimensions and 3 stories.",
                            },
                    ['shortCut'] = 'bt',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'type', 'Int32', '1'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            ['Arg7'] = {'stories', 'Int32', '1'},
                            },
        },
        ['/build buildingofmaterial'] = {
                    ['command'] = 'buildingofmaterial',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a building by specifying the material to use",
                            ['Russian'] = "Создаёт здание из выбранного материала",
                            ['German'] = "Erzeugt ein Gebäude aus dem spezifizierten Material",
                            ['French'] = "Génère un bâtiment du matériau indiqué",
                            },
                    ['shortCut'] = 'bm',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'material', 'String'},
                            ['Arg2'] = {'x', 'Int32', '4'},
                            ['Arg3'] = {'y', 'Int32', '4'},
                            ['Arg4'] = {'z', 'Int32', '4'},
                            ['Arg5'] = {'roofType', 'Int32', '1'},
                            ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            ['Arg7'] = {'levelGround', 'Boolean', 'False'},
                            },
        },
        ['/build doors'] = {
                    ['command'] = 'doors',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawn all doors.",
                            ['Russian'] = "Создаёт все двери.",
                            ['German'] = "Erhalte alle Türen.",
                            ['French'] = "Faites apparaître toutes les portes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/build evict'] = {
                    ['command'] = 'evict',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Evict the targeted user, or self if none is targeted.",
                            ['Russian'] = "Выселить выбранного игрока, или себя если никто не выбран.",
                            ['German'] = "Ausgewählten user entfernen oder sich selbst, wenn kein user ausgewählt.",
                            ['French'] = "Expulsez l'utilisateur ciblé, ou vous-même si aucun n'est ciblé.",
                            },
                    ['shortCut'] = 'evict',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/build fullstockpile'] = {
                    ['command'] = 'fullstockpile',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Generate a full stockpile",
                            ['Russian'] = "Создаёт заполненный склад",
                            ['German'] = "Volles Lager generieren",
                            ['French'] = "Génère une réserve pleine",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/build home'] = {
                    ['command'] = 'home',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawn a few rooms with housing value.",
                            ['Russian'] = "Создать несколько жилых комнат.",
                            ['German'] = "Erzeuge ein paar Räume mit Wohnwert.",
                            ['French'] = "Créer quelques pièces avec une valeur de résidence.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/build import'] = {
                    ['command'] = 'import',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Imports building from string. I.e.: bt:HewnLogCube;room:0:-1:0:3:4:3;bt:Empty;fplane:2:0:0:1:2",
                            ['Russian'] = "Импортировать строение из строки",
                            ['German'] = "Importiert Gebäude aus Zeichenfolge. Das heisst: bt:HewnLogCube;room:0:-1:0:3:4:3;bt:Empty;fplane:2:0:0:1:2",
                            ['French'] = "Importer une construction à partir d'une chaîne de caractère. Ex : bt :HewnLogCube;room:0:-1:0:3:4:3;bt :Empty;fplane :2:0:0:1:2",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'importString', 'String'},
                            },
        },
        ['/build landlord'] = {
                    ['command'] = 'landlord',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawn a room for a test user, make us a tenant.",
                            ['Russian'] = "Создаёт комнату для тестового пользователя, и делает Вас арендатором.",
                            ['German'] = "Spawne einen Raum für einen Testbenutzer und macht uns zum Mieter.",
                            ['French'] = "Faire apparaitre une pièce pour un utilisateur de test, et en faire le propriétaire.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/build objects'] = {
                    ['command'] = 'objects',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawn all of the objects containing a string in its name. If they have text, add that too, can optionally set the string range.",
                            ['Russian'] = "Создаёт все объекты, содержащие указанную строку в названии. Если они содержат текст, добавить их тоже. По желанию можно указать диапазон строк.",
                            ['German'] = "Erzeuge alle Objekte, die die angegebene Zeichenfolge beinhalten. Wenn diese noch Beschreibungen haben, diese auch einfügen, optional kann die Länge der Zeichenfolge bestimmt werden.",
                            ['French'] = "Fait apparaître tous les objets contenant une chaîne dans leur nom. S'ils ont du texte, l'ajoute aussi. Peut, en option, définir la plage de chaîne de caractère.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'objectstring', 'String'},
                            ['Arg2'] = {'textLengthMin', 'Int32', '3'},
                            ['Arg3'] = {'textLengthMax', 'Int32', '40'},
                            },
        },
        ['/build resident'] = {
                    ['command'] = 'resident',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                            ['Russian'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                            ['German'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                            ['French'] = "Make the targeted user a resident on the deed at your current position.  Use \'self\' if no target asset.",
                            },
                    ['shortCut'] = 'res',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/build road'] = {
                    ['command'] = 'road',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a road",
                            ['Russian'] = "Создаёт дорогу",
                            ['German'] = "Spawnt eine Straße",
                            ['French'] = "Génère une route",
                            },
                    ['shortCut'] = 'road',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'length', 'Int32', '25'},
                            ['Arg2'] = {'width', 'Int32', '4'},
                            ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                            ['Arg4'] = {'bottomType', 'Int32', '2'},
                            ['Arg5'] = {'flatRoad', 'Boolean', 'False'},
                            },
        },
        ['/build shuffleblocks'] = {
                    ['command'] = 'shuffleblocks',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns and shuffles different blocks",
                            ['Russian'] = "Создаёт и перемешивает разные блоки",
                            ['German'] = "Erzeugt und mischt verschiedene Blöcke",
                            ['French'] = "Génère et mélange différents blocs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '10'},
                            ['Arg2'] = {'y', 'Int32', '10'},
                            },
        },
        ['/build shuffleobjects'] = {
                    ['command'] = 'shuffleobjects',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a large number of random WorldObjects.",
                            ['Russian'] = "Создаёт большое количество случайных мировых объектов.",
                            ['German'] = "Erzeugt eine große Anzahl von zufälligen Weltgegenständen.",
                            ['French'] = "Génère un grand nombre aléatoire d'objets du monde.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '100'},
                            },
        },
        ['/build signs'] = {
                    ['command'] = 'signs',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawn all signs and add a random text to it.",
                            ['Russian'] = "Создаёт все таблички и добавляет на них произвольный текст.",
                            ['German'] = "Erhalte alle Schilder und füge einen zufälligen Text hinzu.",
                            ['French'] = "Faites apparaître tous les panneaux et ajoutez-y un texte aléatoire.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'textLengthMin', 'Int32', '3'},
                            ['Arg2'] = {'textLengthMax', 'Int32', '40'},
                            },
        },
        ['/build spawnboat'] = {
                    ['command'] = 'spawnboat',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns boat at player position",
                            ['Russian'] = "Создаёт лодку на позиции игрока",
                            ['German'] = "Erzeugt ein Boot an der Position des Spielers.",
                            ['French'] = "Génère un bateau à la position du joueur",
                            },
                    ['shortCut'] = 'boat',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'boatName', 'String'},
                            },
        },
        ['/build stockpile'] = {
                    ['command'] = 'stockpile',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a stockpile containing stacks of the listed items.",
                            ['Russian'] = "Создать склад содержащий стопки перечисленных предметов.",
                            ['German'] = "Erzeugt ein Vorratslager mit den aufgeführten Gegenständen.",
                            ['French'] = "Fait apparaître une réserve contenant des piles des objets listés.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'item1', 'String', 'BirchLogItem'},
                            ['Arg2'] = {'item2', 'String', ''},
                            ['Arg3'] = {'item3', 'String', ''},
                            ['Arg4'] = {'item4', 'String', ''},
                            ['Arg5'] = {'item5', 'String', ''},
                            },
        },
        ['/build store'] = {
                    ['command'] = 'store',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a store with storages and random trade offers.",
                            ['Russian'] = "Создаёт магазин с хранилищем и случайными торговыми предложениями.",
                            ['German'] = "Erzeugt ein Geschäft mit Lagern und zufälligen Handelsangeboten.",
                            ['French'] = "Génère un magasin avec des stockages et des offres aléatoires.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'offers', 'Int32', '30'},
                            ['Arg2'] = {'categories', 'Int32', '8'},
                            },
        },
        ['/build tech'] = {
                    ['command'] = 'tech',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns some things (objects, blocks, etc) at a certain tech tier",
                            ['Russian'] = "Создаёт различные штуки (объекты, блоки и т. д.) указанного уровня развития",
                            ['German'] = "Erzeugt einige Dinge (Objekte, Blöcke, etc.) auf ein einer bestimmten Technikstufe",
                            ['French'] = "Génère certaines choses (objets, blocs, etc.) à un certain niveau technologique",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Int32', '1'},
                            },
        },
        ['/build techtree'] = {
                    ['command'] = 'techtree',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Builds every WorldObject in an appropriate building and fills it with fuel",
                            ['Russian'] = "Строит каждый мировой объект в подходящем здании и заправляет его топливом",
                            ['German'] = "Baut jedes Weltobjekt in einem passenden Gebäude und füllt es mit Treibstoff",
                            ['French'] = "Construit chaque objet du monde dans un bâtiment approprié et les remplit avec du carburant",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/build toolsstore'] = {
                    ['command'] = 'toolsstore',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a store with storages and tools of different durability.",
                            ['Russian'] = "Размещает магазин с хранилищами и инструментами разной прочности.",
                            ['German'] = "Erzeugt ein Geschäft mit Lagern und Werkzeugen unterschiedlicher Haltbarkeit.",
                            ['French'] = "Génère un magasin avec des stockages et des outils de différentes durabilités.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/build village'] = {
                    ['command'] = 'village',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a village",
                            ['Russian'] = "Создаёт деревню",
                            ['German'] = "Spawnt ein Dorf",
                            ['French'] = "Génère un village",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'type', 'Int32'},
                            ['Arg2'] = {'count', 'Int32'},
                            },
        },
        ['/build worldobjects'] = {
                    ['command'] = 'worldobjects',
                    ['parent'] = 'build',
                    ['helpText'] =  {
                            ['English'] = "Spawns a large number of WorldObjects of the given name.",
                            ['Russian'] = "Создаёт большое количество мировых объектов с указанным названием.",
                            ['German'] = "Erzeugt eine große Anzahl von Weltgegenständen mit dem angegebenem Namen.",
                            ['French'] = "Génère un grand nombre d'objets du monde portant le nom donné.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            },
        },
        ['/cancelall'] = {
                    ['command'] = 'cancelall',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Cancels all workorder at the target crafting component",
                            ['Russian'] = "Cancels all workorder at the target crafting component",
                            ['German'] = "Cancels all workorder at the target crafting component",
                            ['French'] = "Cancels all workorder at the target crafting component",
                            },
                    ['shortCut'] = 'cancelallwork',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/chat channelsend'] = {
                    ['command'] = 'channelsend',
                    ['parent'] = 'chat',
                    ['helpText'] =  {
                            ['English'] = "Send message to channel from a specified user.",
                            ['Russian'] = "Send message to channel from a specified user.",
                            ['German'] = "Private Nachricht von einem bestimmten Nutzer an einen Kanal senden.",
                            ['French'] = "Envoyer un message au canal à partir d'un utilisateur spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'text', 'String'},
                            ['Arg2'] = {'channel', 'Channel'},
                            ['Arg3'] = {'fromUser', 'User'},
                            },
        },
        ['/chat clearhistoryolderthan'] = {
                    ['command'] = 'clearhistoryolderthan',
                    ['parent'] = 'chat',
                    ['helpText'] =  {
                            ['English'] = "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.",
                            ['Russian'] = "Очистить историю чата. Уменьшает использование памяти и может повысить производительность работы сервера. Укажите количество игровых дней хранения чата.",
                            ['German'] = "Leere den Chat-Verlauf von alten Nachrichten. Reduziert die Speichernutzung und kann die Serverleistung verbessern. Du musst die Anzahl der Tage in Weltzeit angeben, die erhalten werden sollen.",
                            ['French'] = "Nettoyez l'historique des discussions des anciens messages. Réduit l'utilisation de la mémoire et peut améliorer les performances du serveur. Vous devez fournir le nombre de jours dans le monde à conserver.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'preserveDays', 'Int32'},
                            },
        },
        ['/chat privatesend'] = {
                    ['command'] = 'privatesend',
                    ['parent'] = 'chat',
                    ['helpText'] =  {
                            ['English'] = "Send private message to self from a specified user.",
                            ['Russian'] = "Отправить личное сообщение самому себе от указанного пользователя.",
                            ['German'] = "Private Nachricht an sich selbst von einem bestimmten Nutzer senden.",
                            ['French'] = "Envoyer un message privé à soi-même à partir d'un utilisateur spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'text', 'String'},
                            ['Arg2'] = {'fromUser', 'User'},
                            },
        },
        ['/civics addcandidates'] = {
                    ['command'] = 'addcandidates',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Add a bunch of candidates to specfied election (or first election found if none specified).",
                            ['Russian'] = "Добавляет несколько кандидатов к указанному голосованию (или к первому найденному, если не было указано).",
                            ['German'] = "Füge der angegebenen Wahl eine Reihe von Kandidaten hinzu (oder die erste Wahl, wenn keine angegeben wurde).",
                            ['French'] = "Ajouter une sélection de candidats à l'élection spécifiée (ou première élection trouvé si aucune spécifiée).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['/civics addvotes'] = {
                    ['command'] = 'addvotes',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Add a bunch of test votes to a specified election, or first election found.",
                            ['Russian'] = "Добавляет кучу тестовых голосов к указанному голосованию, или к первому попавшемуся.",
                            ['German'] = "Füge einer bestimmten Wahl oder der ersten gefundenen Wahl eine Reihe von Teststimmen hinzu.",
                            ['French'] = "Ajouter un lot de vote de test à l'élection spécifiée ou à la première élection trouvée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'count', 'Int32', '10'},
                            ['Arg3'] = {'forceYesVote', 'Boolean', 'False'},
                            },
        },
        ['/civics blacklistdemographic'] = {
                    ['command'] = 'blacklistdemographic',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Force a given citizen to be removed of a given demographic even if they dont match the conditions.",
                            ['Russian'] = "Force a given citizen to be removed of a given demographic even if they dont match the conditions.",
                            ['German'] = "Force a given citizen to be removed of a given demographic even if they dont match the conditions.",
                            ['French'] = "Forcer un citoyen donné à être retiré d'une catégorie démographique donnée même s'ils ne correspondent pas aux conditions.",
                            },
                    ['shortCut'] = 'removedems',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'demo', 'Demographic'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/civics debug'] = {
                    ['command'] = 'debug',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                            ['Russian'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                            ['German'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                            ['French'] = "Toggle debug display of civic processing. Pass \'false\' to see for only yourself.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                            },
        },
        ['/civics elections'] = {
                    ['command'] = 'elections',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "List running elections.",
                            ['Russian'] = "Список текущих выборов.",
                            ['German'] = "Listet die laufenden Wahlen auf.",
                            ['French'] = "Affiche les élections en cours.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/civics listdems'] = {
                    ['command'] = 'listdems',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "List each demographic and who is in it.",
                            ['Russian'] = "Список всех демографических групп и кто в них находится.",
                            ['German'] = "Listet jede Bevölkerungsgruppe und deren Mitglieder auf.",
                            ['French'] = "Liste chaque démographie et ses membres.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/civics makeabandoned'] = {
                    ['command'] = 'makeabandoned',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Force a given citizen to be in the abandoned demographic (self if none passed).",
                            ['Russian'] = "Force a given citizen to be in the abandoned demographic (self if none passed).",
                            ['German'] = "Force a given citizen to be in the abandoned demographic (self if none passed).",
                            ['French'] = "Forcer un citoyen donné à être dans la donnée démographique abandonnée (soi-même si aucun n'est spécifié).",
                            },
                    ['shortCut'] = 'makeabandoned',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/civics makeactive'] = {
                    ['command'] = 'makeactive',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Force a given citizen to be in the active demographic (self if none passed).",
                            ['Russian'] = "Force a given citizen to be in the active demographic (self if none passed).",
                            ['German'] = "Force a given citizen to be in the active demographic (self if none passed).",
                            ['French'] = "Forcer un citoyen donné à être dans la donnée démographie active (soi-même si aucun n'est spécifié).",
                            },
                    ['shortCut'] = 'makeactive',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/civics makeelectedtitle'] = {
                    ['command'] = 'makeelectedtitle',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Create an elected title for debugging and put in a test user.",
                            ['Russian'] = "Create an elected title for debugging and put in a test user.",
                            ['German'] = "Erstelle einen gewählten Titel für die Fehlersuche und lege einen Testbenutzer an.",
                            ['French'] = "Créez un titre élu pour le débogage et placez un utilisateur de test.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/civics mydems'] = {
                    ['command'] = 'mydems',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "List each demographic and the status of the specified user (using the called if none specified).",
                            ['Russian'] = "Список всех демографических групп и статус конкретного пользователя (или статус вызвавшего команду, если параметр не был указан).",
                            ['German'] = "Listet jede Bevölkerungsgruppe und den Status des angegebenen Spielers (sich selbst wenn niemand angegeben).",
                            ['French'] = "Liste chaque démographie et le statut de l'utilisateur spécifié (utilise l'appelant si aucun n'est spécifié).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User', ''},
                            },
        },
        ['/civics setactiveusers'] = {
                    ['command'] = 'setactiveusers',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Force a given number of players to be active, creating the users if there are not enough",
                            ['Russian'] = "Задает необходимое количество активных игроков, приглашает новых игроков если их недостаточно",
                            ['German'] = "Zwingt eine bestimmte Anzahl von Spielern aktiv zu sein und erzeugt Nutzer, wenn nicht genügend vorhanden sind",
                            ['French'] = "Forcer un nombre donné de joueurs à être actifs, en créant les utilisateurs s'il n'y en a pas assez",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'count', 'Int32', '20'},
                            },
        },
        ['/civics showgovernment'] = {
                    ['command'] = 'showgovernment',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Lists the active elements of the government.",
                            ['Russian'] = "Показывает список активных элементов правительства.",
                            ['German'] = "Listet die aktiven Elemente der Regierung auf.",
                            ['French'] = "Liste les éléments actifs du gouvernement.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/civics showtick'] = {
                    ['command'] = 'showtick',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Show time until the next civics tick.",
                            ['Russian'] = "Отображать время до следующего такта гражданского права.",
                            ['German'] = "Gibt die verbleibende Zeit bis zum nächsten Bürgerrechts-Tick an.",
                            ['French'] = "Afficher le temps jusqu'aux prochains tick civiques.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/civics spawndems'] = {
                    ['command'] = 'spawndems',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Generate some demographics.",
                            ['Russian'] = "Создаёт несколько демографических групп.",
                            ['German'] = "Generiert ein paar Bevölkerungsgruppen.",
                            ['French'] = "Génère des données démographiques.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['/civics spawngov'] = {
                    ['command'] = 'spawngov',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            ['Russian'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            ['German'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            ['French'] = "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 \'false\' to make the constitution not require elections to make changes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'requireElections', 'Boolean', 'True'},
                            },
        },
        ['/civics spawnlaws'] = {
                    ['command'] = 'spawnlaws',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Generate some test laws.",
                            ['Russian'] = "Создаёт несколько тестовых законов.",
                            ['German'] = "Generiere einige Testgesetze.",
                            ['French'] = "Génère quelques lois de test.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            ['Arg2'] = {'count', 'Int32', '5'},
                            },
        },
        ['/civics spawnzoningoffice'] = {
                    ['command'] = 'spawnzoningoffice',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Spawn a zoning office, passing the number of maps and districts in each. Defaults to a lot (3 maps with 100 districts each).",
                            ['Russian'] = "Создаёт офис зонирования, указанное количество карт и районов в каждой карте. По умолчанию много (3 карты по 100 районов в каждой).",
                            ['German'] = "Erzeugt ein Zonenbüro, überreiche die Nummer der Karten und Bezirke in jedem. Standard zu jedem Lot (3 Karten mit 100 Bezirken).",
                            ['French'] = "Créez un bureau du territoire, en passant le nombre de cartes et de quartier dans chacun. La valeur par défaut est beaucoup (3 cartes avec 100 quartiers chacune).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'maps', 'Int32', '3'},
                            ['Arg2'] = {'districtCount', 'Int32', '100'},
                            },
        },
        ['/civics testgameactions'] = {
                    ['command'] = 'testgameactions',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Tests all the actions in the game by making laws for them and performing them.",
                            ['Russian'] = "Tests all the actions in the game by making laws for them and performing them.",
                            ['German'] = "Tests all the actions in the game by making laws for them and performing them.",
                            ['French'] = "Tests all the actions in the game by making laws for them and performing them.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/civics ticknow'] = {
                    ['command'] = 'ticknow',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Force a tick on the civics system to happen immediately.",
                            ['Russian'] = "Принудительно вызвать такт обработки системы гражданского права.",
                            ['German'] = "Löst den nächsten Tick im Bürgerrechtesystem sofort aus.",
                            ['French'] = "Forcer une sélection sur le système civique pour qu'elle se produise immédiatement.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/civics updatedems'] = {
                    ['command'] = 'updatedems',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Force demographics to update immediately.",
                            ['Russian'] = "Принудительно обновить демографию.",
                            ['German'] = "Erzwingt eine sofortige Aktualisierung der Bevölkerungsgruppen.",
                            ['French'] = "Forcer la mise à jour de la démographie immédiatement.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/civics whitelistdemographic'] = {
                    ['command'] = 'whitelistdemographic',
                    ['parent'] = 'civics',
                    ['helpText'] =  {
                            ['English'] = "Force a given citizen to always be a member of a given demographic even if they dont match the conditions.",
                            ['Russian'] = "Force a given citizen to always be a member of a given demographic even if they dont match the conditions.",
                            ['German'] = "Force a given citizen to always be a member of a given demographic even if they dont match the conditions.",
                            ['French'] = "Forcer un citoyen donné à être toujours membre d'une catégorie démographique donnée même s'ils ne remplissent pas les conditions.",
                            },
                    ['shortCut'] = 'adddems',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'demo', 'Demographic'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/climate status'] = {
                    ['command'] = 'status',
                    ['parent'] = 'climate',
                    ['helpText'] =  {
                            ['English'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                            ['Russian'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                            ['German'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                            ['French'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                            },
                    ['shortCut'] = 'cli',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/contracts spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'contracts',
                    ['helpText'] =  {
                            ['English'] = "Create contract board with all the contract\'s types",
                            ['Russian'] = "Create contract board with all the contract\'s types",
                            ['German'] = "Create contract board with all the contract\'s types",
                            ['French'] = "Create contract board with all the contract\'s types",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/contracts test'] = {
                    ['command'] = 'test',
                    ['parent'] = 'contracts',
                    ['helpText'] =  {
                            ['English'] = "Tests founded existing contracts.",
                            ['Russian'] = "Tests founded existing contracts.",
                            ['German'] = "Tests founded existing contracts.",
                            ['French'] = "Tests founded existing contracts.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'contractClause', 'String', ''},
                            },
        },
        ['/craft getpathtoitem'] = {
                    ['command'] = 'getpathtoitem',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Gets the resources needed to craft something",
                            ['Russian'] = "Даёт ресурсы необходимые для изготовления чего-либо",
                            ['German'] = "Gewährt die Ressourcen, die zum Herstellen von etwas benötigt werden",
                            ['French'] = "Obtiens les ressources nécessaires pour fabriquer quelque chose",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'String'},
                            },
        },
        ['/craft setpartdecaymult'] = {
                    ['command'] = 'setpartdecaymult',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            ['Russian'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            ['German'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            ['French'] = "On objects within a given radius, make part durability consumption optionally trigger constantly instead of accumulating, and set a multiplier for how fast it goes.",
                            },
                    ['shortCut'] = 'partdecay',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'multiplier', 'Single', '100'},
                            ['Arg2'] = {'consumeWithoutDelay', 'Boolean', 'True'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                            },
        },
        ['/craft setpowercost'] = {
                    ['command'] = 'setpowercost',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).",
                            ['Russian'] = "Снижает потребление энергии всеми объектами в определённом радиусе на указанное значение (до нуля по умолчанию).",
                            ['German'] = "Reduziert den Energieverbrauch aller Objekte auf einen bestimmten Wert (Standard = 0) innerhalb eines gegebenen Radius.",
                            ['French'] = "Réduit la consommation d'énergie de tous les objets existants d'un rayon donné à la valeur dépassée (valeur par défaut : zéro).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'cost', 'Single', '0'},
                            ['Arg2'] = {'radius', 'Single', '20'},
                            },
        },
        ['/craft spawncrafting'] = {
                    ['command'] = 'spawncrafting',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Creates a craft setup where output from one thing is input to another.",
                            ['Russian'] = "Создаёт очередь изготовления, где выход одного верстака является входом для другого.",
                            ['German'] = "Erzeugt eine fertige Produktionsschlange in der die Ausgabe von einer Sache die Eingabe einer Anderen ist.",
                            ['French'] = "Crée une chaine de fabrication où la sortie d'un établi est l'entrée d'un autre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/craft techtreesimulation'] = {
                    ['command'] = 'techtreesimulation',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Simulates the tech tree",
                            ['Russian'] = "Воссоздать дерево технологий",
                            ['German'] = "Simuliert den Technologiebaum",
                            ['French'] = "Simule l’arbre technologique",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/culture boostproperty'] = {
                    ['command'] = 'boostproperty',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Sets a boost to the culture value of the given deed, or the property where the user is standing if not specified",
                            ['Russian'] = "Sets a boost to the culture value of the given deed, or the property where the user is standing if not specified",
                            ['German'] = "Sets a boost to the culture value of the given deed, or the property where the user is standing if not specified",
                            ['French'] = "Fixe un bonus à la valeur de culture de la propriété donnée, ou à la propriété où se trouve l'utilisateur si ce n'est pas spécifiée",
                            },
                    ['shortCut'] = 'boostpropertyculture',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'val', 'Single'},
                            ['Arg2'] = {'deed', 'Deed', ''},
                            },
        },
        ['/culture boostsettlement'] = {
                    ['command'] = 'boostsettlement',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Set a culture-boost to lowest tier settlement at position, or specified position.  If null is passed, will take the lowest-tier settlement the user is a citizen of, or an arbitrary settlement if they are not a citizen of any.",
                            ['Russian'] = "Set a culture-boost to lowest tier settlement at position, or specified position.  If null is passed, will take the lowest-tier settlement the user is a citizen of, or an arbitrary settlement if they are not a citizen of any.",
                            ['German'] = "Set a culture-boost to lowest tier settlement at position, or specified position.  If null is passed, will take the lowest-tier settlement the user is a citizen of, or an arbitrary settlement if they are not a citizen of any.",
                            ['French'] = "Définir un bonus culturel pour la colonie de plus bas niveau à la position, ou à la position spécifiée. Si rien n'est spécifié, cela prendra la colonie de plus bas niveau dont l'utilisateur est citoyen, ou une colonie arbitraire s'il n'est citoyen d'aucune.",
                            },
                    ['shortCut'] = 'boostsettlementculture',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'val', 'Single'},
                            ['Arg2'] = {'settlement', 'Settlement', ''},
                            },
        },
        ['/culture describeannex'] = {
                    ['command'] = 'describeannex',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Update annex settings and describe them.",
                            ['Russian'] = "Update annex settings and describe them.",
                            ['German'] = "Update annex settings and describe them.",
                            ['French'] = "Mettre à jour les paramètres d'annexion et les décrire.",
                            },
                    ['shortCut'] = 'describeannex',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/culture giverandompicture'] = {
                    ['command'] = 'giverandompicture',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Give a randomly generated picture item for testing.",
                            ['Russian'] = "Give a randomly generated picture item for testing.",
                            ['German'] = "Give a randomly generated picture item for testing.",
                            ['French'] = "Donne une image générée de manière aléatoire pour le test.",
                            },
                    ['shortCut'] = 'pic',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/culture givereputation'] = {
                    ['command'] = 'givereputation',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Gives reputation from the given user (defaulting to self if not set) to the given target (picture or user) ignoring limits by default.",
                            ['Russian'] = "Gives reputation from the given user (defaulting to self if not set) to the given target (picture or user) ignoring limits by default.",
                            ['German'] = "Gives reputation from the given user (defaulting to self if not set) to the given target (picture or user) ignoring limits by default.",
                            ['French'] = "Attribue de la réputation de l'utilisateur donné (en se basant par défaut sur soi-même si non défini) à une cible donnée (image ou utilisateur) en ignorant les limites par défaut.",
                            },
                    ['shortCut'] = 'rep',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'rep', 'Int32'},
                            ['Arg2'] = {'targetID', 'Int32'},
                            ['Arg3'] = {'sourceUser', 'User', ''},
                            ['Arg4'] = {'ignoreLimit', 'Boolean', 'True'},
                            },
        },
        ['/culture masterpieces'] = {
                    ['command'] = 'masterpieces',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Gives reputation to all pictures ignoring limits, can set settlement to only apply reputation to pictures under its influence.",
                            ['Russian'] = "Gives reputation to all pictures ignoring limits, can set settlement to only apply reputation to pictures under its influence.",
                            ['German'] = "Gives reputation to all pictures ignoring limits, can set settlement to only apply reputation to pictures under its influence.",
                            ['French'] = "Donne de la réputation à toutes les images en ignorant les limites, peut être réglée pour n'appliquer la réputation qu'aux images sous son influence.",
                            },
                    ['shortCut'] = 'vincent',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'reputation', 'Int32', '3'},
                            ['Arg2'] = {'settlement', 'Settlement', ''},
                            },
        },
        ['/culture replenishgivablereputation'] = {
                    ['command'] = 'replenishgivablereputation',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Refills givable reputation for given Citizen, or all Citizens if left blank.",
                            ['Russian'] = "Refills givable reputation for given Citizen, or all Citizens if left blank.",
                            ['German'] = "Füllt die Reputation wieder auf für den gegebenen Bürger, falls keiner gesetzt ist alle Bürger.",
                            ['French'] = "Restituer des points de réputation pour un citoyen donné, ou pour tous les citoyens si laissé vide.",
                            },
                    ['shortCut'] = 'reprep',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/culture spawnmuseum'] = {
                    ['command'] = 'spawnmuseum',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Spawn a museum of images generating culture",
                            ['Russian'] = "Spawn a museum of images generating culture",
                            ['German'] = "Spawn a museum of images generating culture",
                            ['French'] = "Fait apparaître un musée de photographie générant de la culture",
                            },
                    ['shortCut'] = 'museum',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'dim', 'Int32', '10'},
                            },
        },
        ['/culture spawnwallofpictures'] = {
                    ['command'] = 'spawnwallofpictures',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Spawn a museum of images generating culture",
                            ['Russian'] = "Spawn a museum of images generating culture",
                            ['German'] = "Spawn a museum of images generating culture",
                            ['French'] = "Fait apparaître un musée de photographie générant de la culture",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'textureCount', 'Int32', '100'},
                            ['Arg2'] = {'textureSize', 'Int32', '1024'},
                            },
        },
        ['/culture updatesettlements'] = {
                    ['command'] = 'updatesettlements',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Force an update of all settlement properties.",
                            ['Russian'] = "Force an update of all settlement properties.",
                            ['German'] = "Force an update of all settlement properties.",
                            ['French'] = "Force l'amélioration de toutes les propriétés de la colonie.",
                            },
                    ['shortCut'] = 'updatesets',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/debug break'] = {
                    ['command'] = 'break',
                    ['parent'] = 'debug',
                    ['helpText'] =  {
                            ['English'] = "Trigger a breakpoint.",
                            ['Russian'] = "Trigger a breakpoint.",
                            ['German'] = "Einen Haltepunkt auslösen.",
                            ['French'] = "Déclencher un point d'arrêt.",
                            },
                    ['shortCut'] = 'break',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/debug checkobjectspositions'] = {
                    ['command'] = 'checkobjectspositions',
                    ['parent'] = 'debug',
                    ['helpText'] =  {
                            ['English'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                            ['Russian'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                            ['German'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                            ['French'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                            },
                    ['shortCut'] = 'checkobjects',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/debug makeunderground'] = {
                    ['command'] = 'makeunderground',
                    ['parent'] = 'debug',
                    ['helpText'] =  {
                            ['English'] = "Force the vehicle you are looking at to be underground, you need to be the physics controller of the car.",
                            ['Russian'] = "Force the vehicle you are looking at to be underground, you need to be the physics controller of the car.",
                            ['German'] = "Zwinge das Fahrzeug, das du ansiehst, dazu, sich unterirdisch zu befinden, du musst der Physics-Controller des Autos sein.",
                            ['French'] = "Forcez le véhicule que vous regardez à être sous terre, vous devez être le contrôleur physique du véhicule.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/debug reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'debug',
                    ['helpText'] =  {
                            ['English'] = "Delete all blocks above-ground that are constructed, delete all constructed world objects, remove all property, destroy all settlements and related objects.",
                            ['Russian'] = "Удалите все построенные надземные блоки, удалите все построенные объекты мира, удалите все имущество, уничтожьте все поселения и связанные с ними объекты.",
                            ['German'] = "Lösche alle konstruierten Blöcke über dem Boden, lösche alle konstruierten Weltobjekte, entferne alle Eigentumsgrundstücke, zerstöre alle Siedlungen und verwandte Objekte.",
                            ['French'] = "Supprime tous les blocs construits à la surface (les objets construits dans le monde, les propriétés, les colonies ainsi que les objets associés).",
                            },
                    ['shortCut'] = 'eden',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/debug scanall'] = {
                    ['command'] = 'scanall',
                    ['parent'] = 'debug',
                    ['helpText'] =  {
                            ['English'] = "Trigger a validity scan of all objects.",
                            ['Russian'] = "Trigger a validity scan of all objects.",
                            ['German'] = "Trigger a validity scan of all objects.",
                            ['French'] = "Lancer un scan pour valider tous les objets.",
                            },
                    ['shortCut'] = 'scanall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/debug spawncars'] = {
                    ['command'] = 'spawncars',
                    ['parent'] = 'debug',
                    ['helpText'] =  {
                            ['English'] = "Spawn cars for physics testing",
                            ['Russian'] = "Создать автомобили для тестирования физики",
                            ['German'] = "Autos für Physicstest spawnen",
                            ['French'] = "Faire apparaître des véhicules pour les tests de physique",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/debug wrap'] = {
                    ['command'] = 'wrap',
                    ['parent'] = 'debug',
                    ['helpText'] =  {
                            ['English'] = "Set the wrap-around-the-world count for the calling player.  This is a client side effect that makes the positions after traveling around the world be shifted by world-size.",
                            ['Russian'] = "Set the wrap-around-the-world count for the calling player.  This is a client side effect that makes the positions after traveling around the world be shifted by world-size.",
                            ['German'] = "Die Anzahl der „Wrap-around-the-World“-Zählungen wurden für den anrufenden Spieler festgelegt. Dies ist ein Nebeneffekt des Clients, der dazu führt, dass sich die Positionen nach Reisen um die Welt je nach Weltgröße verschieben.",
                            ['French'] = "Définissez le compteur de défilement autour du monde pour le joueur appelant. Cela a pour effet côté client de décaler les positions après avoir parcouru le monde entier en fonction de la taille du monde.",
                            },
                    ['shortCut'] = 'wrap',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'xWrap', 'Int32', '1'},
                            ['Arg2'] = {'yWrap', 'Int32', '1'},
                            },
        },
        ['/dinner allowmultiple'] = {
                    ['command'] = 'allowmultiple',
                    ['parent'] = 'dinner',
                    ['helpText'] =  {
                            ['English'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            ['Russian'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            ['German'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            ['French'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                            },
                    ['shortCut'] = 'am',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'allowed', 'Int32', '10'},
                            },
        },
        ['/dinner clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'dinner',
                    ['helpText'] =  {
                            ['English'] = "Clear all active dinner parties.",
                            ['Russian'] = "Clear all active dinner parties.",
                            ['German'] = "Clear all active dinner parties.",
                            ['French'] = "Clear all active dinner parties.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'clearActive', 'Boolean', 'True'},
                            ['Arg2'] = {'clearFinished', 'Boolean', 'True'},
                            },
        },
        ['/dinner finish'] = {
                    ['command'] = 'finish',
                    ['parent'] = 'dinner',
                    ['helpText'] =  {
                            ['English'] = "Finish all active dinner parties.",
                            ['Russian'] = "Finish all active dinner parties.",
                            ['German'] = "Finish all active dinner parties.",
                            ['French'] = "Finish all active dinner parties.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/dinner list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'dinner',
                    ['helpText'] =  {
                            ['English'] = "List all dinner parties.",
                            ['Russian'] = "List all dinner parties.",
                            ['German'] = "List all dinner parties.",
                            ['French'] = "List all dinner parties.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/dinner test'] = {
                    ['command'] = 'test',
                    ['parent'] = 'dinner',
                    ['helpText'] =  {
                            ['English'] = "Add test users to party.",
                            ['Russian'] = "Add test users to party.",
                            ['German'] = "Add test users to party.",
                            ['French'] = "Add test users to party.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'usersToAdd', 'Int32', '3'},
                            ['Arg2'] = {'coursesToEat', 'Int32', '3'},
                            },
        },
        ['/districts add'] = {
                    ['command'] = 'add',
                    ['parent'] = 'districts',
                    ['helpText'] =  {
                            ['English'] = "Set the current area within a given radius to a given district (or a new district if none is passed).",
                            ['Russian'] = "Добавляет область указанного радиуса к указанному району (или новому району, если он не указан).",
                            ['German'] = "Füge das aktuelle Gebiet innerhalb eines bestimmten Radius zu einem bestimmten Distrikt hinzu (oder zu einen neuen Distrikt, wenn keines übergeben wird).",
                            ['French'] = "Définit la zone actuelle à l'intérieur d'un rayon donné à un quartier donné (ou à un nouveau quartier si aucun n'est défini).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radiusInPlots', 'Int32', '0'},
                            ['Arg2'] = {'district', 'District', ''},
                            ['Arg3'] = {'map', 'DistrictMap', ''},
                            },
        },
        ['/districts clearmap'] = {
                    ['command'] = 'clearmap',
                    ['parent'] = 'districts',
                    ['helpText'] =  {
                            ['English'] = "Remove all districts from a given map.",
                            ['Russian'] = "Удалить все районы с данной карты.",
                            ['German'] = "Entfernt alle Distrikte von einer Karte.",
                            ['French'] = "Supprime tous les quartiers de la carte donnée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'DistrictMap'},
                            },
        },
        ['/districts spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'districts',
                    ['helpText'] =  {
                            ['English'] = "Generate some random districts around the user.",
                            ['Russian'] = "Создаёт несколько случайных районов вокруг пользователя.",
                            ['German'] = "Generiert einige zufällige Distrikte um den Benutzer.",
                            ['French'] = "Génère quelques quartiers aléatoires autour de l'utilisateur.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'numDistricts', 'Int32', '20'},
                            ['Arg2'] = {'size', 'Int32', '5'},
                            ['Arg3'] = {'useExisting', 'Boolean', 'False'},
                            ['Arg4'] = {'districtMap', 'DistrictMap', ''},
                            ['Arg5'] = {'settlement', 'Settlement', ''},
                            },
        },
        ['/economy allrecurring'] = {
                    ['command'] = 'allrecurring',
                    ['parent'] = 'economy',
                    ['helpText'] =  {
                            ['English'] = "Display all recurring transfers paid in the game",
                            ['Russian'] = "Показать все периодические платежи выплачиваемые в игре",
                            ['German'] = "Zeige alle wiederkehrenden Überweisungen, die im Spiel bezahlt werden",
                            ['French'] = "Afficher tous les transferts récurrents payés dans la partie",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/economy myrecurring'] = {
                    ['command'] = 'myrecurring',
                    ['parent'] = 'economy',
                    ['helpText'] =  {
                            ['English'] = "Display all recurring transfers for the given user",
                            ['Russian'] = "Показать все периодические платежи для заданного пользователя",
                            ['German'] = "Zeige alle wiederkehrenden Überweisungen für diesen Nutzer",
                            ['French'] = "Afficher tous les transferts récurrents pour l'utilisateur donné",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'specifiedUser', 'User', ''},
                            },
        },
        ['/economy payall'] = {
                    ['command'] = 'payall',
                    ['parent'] = 'economy',
                    ['helpText'] =  {
                            ['English'] = "Pay all current outstanding rents and wages.",
                            ['Russian'] = "Оплатить все исходящие долги и аренды на текущий момент.",
                            ['German'] = "Pay all current outstanding rents and wages.",
                            ['French'] = "Payer tous les loyers et salaires impayés en cours.",
                            },
                    ['shortCut'] = 'payall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/economy payeverytick'] = {
                    ['command'] = 'payeverytick',
                    ['parent'] = 'economy',
                    ['helpText'] =  {
                            ['English'] = "Enable debug command to pay recurring transfers every tick.",
                            ['Russian'] = "Включить команду отладки для выплаты периодических переводов каждый цикл.",
                            ['German'] = "Debugbefehl aktivieren um wiederkehrende Überweisungen jeden Tick zu zahlen.",
                            ['French'] = "Activer la commande de débogage pour payer les transferts récurrents à chaque minute.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/elections clearold'] = {
                    ['command'] = 'clearold',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Remove record of a specific election, or if none passed, all previous elections.",
                            ['Russian'] = "Удалите запись о конкретных выборах или, если они не прошли, обо всех предыдущих выборах.",
                            ['German'] = "Entfernt die Historie zu einer bestimmten Wahl, oder falls keine übergeben wird, alle vorherigen Wahlen.",
                            ['French'] = "Retire le registre d'une élection particulière ou, si aucune élection n'a été tenue, toutes les élections précédentes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['/elections createpoll'] = {
                    ['command'] = 'createpoll',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Open a dialog that allow starting a poll.",
                            ['Russian'] = "Открыть диалог, который позволяет начать опрос.",
                            ['German'] = "Einen Dialog öffnen, um eine Umfrage zu starten.",
                            ['French'] = "Ouvre une fenêtre de dialogue permettant de démarrer un sondage.",
                            },
                    ['shortCut'] = 'poll',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/elections fail'] = {
                    ['command'] = 'fail',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                            ['Russian'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                            ['German'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                            ['French'] = "End and fail an election. Optionally provide election title or ID. Example: \'/Elections Fail,(Election Title)\' or \'/Elections Fail,(Election ID)\'",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'electionIdentifier', 'String', ''},
                            },
        },
        ['/elections finish'] = {
                    ['command'] = 'finish',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Force-end the specified election, adding a vote if true is passed (default). If no election found, pass any, including draft ones.",
                            ['Russian'] = "Завершает с победой указанное голосования (по умолчанию). Если не указано голосование, завершает все активные, включая черновики.",
                            ['German'] = "Das Ende der ausgewählten Abstimmung erzwingen und eine Stimme hinzufügen, wenn true erreicht wurde (Standard). Wenn keine Abstimmung gefunden wird, werden alle akzeptiert, inklusive der Entwürfe.",
                            ['French'] = "Forcer la fin de l'élection spécifiée, en ajoutant un vote si vrai est passé (valeur par défaut). Si aucune élection n'est trouvée, passez-en une, y compris les projets.",
                            },
                    ['shortCut'] = 'fin',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                            },
        },
        ['/elections forcerecalc'] = {
                    ['command'] = 'forcerecalc',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Force recalculation of all elections.",
                            ['Russian'] = "Принудительный пересчет всех голосований.",
                            ['German'] = "Erzwinge Neukalkulation von allen Wahlen.",
                            ['French'] = "Oblige à recalculer toutes les élections.",
                            },
                    ['shortCut'] = 'recalcelec',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/elections newvotebyindex'] = {
                    ['command'] = 'newvotebyindex',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Make a new user and force a vote in the given election for the given index of the election choices.",
                            ['Russian'] = "Make a new user and force a vote in the given election for the given index of the election choices.",
                            ['German'] = "Make a new user and force a vote in the given election for the given index of the election choices.",
                            ['French'] = "Crée un nouvel utilisateur et impose un vote dans l'élection donnée pour l'indice donné des choix de l'élection.",
                            },
                    ['shortCut'] = 'voteindex',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'index', 'Int32'},
                            ['Arg2'] = {'election', 'Election', ''},
                            },
        },
        ['/elections spawnboolean'] = {
                    ['command'] = 'spawnboolean',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Create an active boolean election that does nothing for testing purposes.",
                            ['Russian'] = "Create an active boolean election that does nothing for testing purposes.",
                            ['German'] = "Create an active boolean election that does nothing for testing purposes.",
                            ['French'] = "Créez une élection active de type booléen qui ne fait rien à des fins de test.",
                            },
                    ['shortCut'] = 'elec2',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'process', 'ElectionProcess', ''},
                            },
        },
        ['/elections spawncandidate'] = {
                    ['command'] = 'spawncandidate',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Create an active election of candidates that does nothing for testing purposes.",
                            ['Russian'] = "Create an active election of candidates that does nothing for testing purposes.",
                            ['German'] = "Create an active election of candidates that does nothing for testing purposes.",
                            ['French'] = "Crée une élection active de candidats qui ne font rien à des fins de test.",
                            },
                    ['shortCut'] = 'elec1',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'candidates', 'Int32', '5'},
                            ['Arg2'] = {'process', 'ElectionProcess', ''},
                            },
        },
        ['/elections test'] = {
                    ['command'] = 'test',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Generate a few elections and fill all elections with random votes.",
                            ['Russian'] = "Generate a few elections and fill all elections with random votes.",
                            ['German'] = "Generate a few elections and fill all elections with random votes.",
                            ['French'] = "Génére quelques élections et rempli toutes les élections avec des votes aléatoires.",
                            },
                    ['shortCut'] = 'elecs',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'votesToAdd', 'Int32', '10'},
                            ['Arg2'] = {'twitchVotesToAdd', 'Int32', '1000'},
                            },
        },
        ['/elections twitchvote'] = {
                    ['command'] = 'twitchvote',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Vote in the given election for the given candidate using the given twitch IDIChatClient Passing null will pick a random one.",
                            ['Russian'] = "Vote in the given election for the given candidate using the given twitch IDIChatClient Passing null will pick a random one.",
                            ['German'] = "Vote in the given election for the given candidate using the given twitch IDIChatClient Passing null will pick a random one.",
                            ['French'] = "Vote dans l'élection donnée pour le candidat donné en utilisant l'IDIChatClient twitch donné, passant nul, vous choisi un candidat au hasard.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'twitchVoter', 'String', ''},
                            ['Arg3'] = {'subscriber', 'Boolean', 'True'},
                            },
        },
        ['/elections twitchvotes'] = {
                    ['command'] = 'twitchvotes',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Create many twitch votes with random users.",
                            ['Russian'] = "Create many twitch votes with random users.",
                            ['German'] = "Create many twitch votes with random users.",
                            ['French'] = "Créer de nombreux votes sur Twitch avec des utilisateurs aléatoires.",
                            },
                    ['shortCut'] = 'twitchvotes',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'voteCount', 'Int32', '1000'},
                            ['Arg2'] = {'election', 'Election', ''},
                            },
        },
        ['/elections uservotes'] = {
                    ['command'] = 'uservotes',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Create a bunch of test votes.",
                            ['Russian'] = "Create a bunch of test votes.",
                            ['German'] = "Create a bunch of test votes.",
                            ['French'] = "Créer un tas de votes de test.",
                            },
                    ['shortCut'] = 'votes',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'votesToAdd', 'Int32', '10'},
                            },
        },
        ['/elections veto'] = {
                    ['command'] = 'veto',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Veto an election.",
                            ['Russian'] = "Вето на выборы.",
                            ['German'] = "Veto bei der Wahl.",
                            ['French'] = "Mettre son veto à une élection.",
                            },
                    ['shortCut'] = 'veto',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['/elections vote'] = {
                    ['command'] = 'vote',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Vote in the given election for the given candidate. If null is passed for election, take first. Null for candidate, pick a random ordering. Null for voter, use self.",
                            ['Russian'] = "Vote in the given election for the given candidate. If null is passed for election, take first. Null for candidate, pick a random ordering. Null for voter, use self.",
                            ['German'] = "Vote in the given election for the given candidate. If null is passed for election, take first. Null for candidate, pick a random ordering. Null for voter, use self.",
                            ['French'] = "Voter dans une élection donnée pour un candidat donné. Si la nullité est votée pour l'élection, prend le premier. Si nul pour le candidat, choisit au hasard. Si nul pour l'électeur, vous utilise.",
                            },
                    ['shortCut'] = 'vote',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'voteForCandidate', 'User', ''},
                            ['Arg3'] = {'voter', 'User', ''},
                            },
        },
        ['/elections win'] = {
                    ['command'] = 'win',
                    ['parent'] = 'elections',
                    ['helpText'] =  {
                            ['English'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            ['Russian'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            ['German'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            ['French'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                            },
        },
        ['/emote'] = {
                    ['command'] = 'emote',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Starts emote with provided name",
                            ['Russian'] = "Starts emote with provided name",
                            ['German'] = "Starts emote with provided name",
                            ['French'] = "Starts emote with provided name",
                            },
                    ['shortCut'] = 'e',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'emoteRaw', 'String'},
                            },
        },
        ['/emotes dance'] = {
                    ['command'] = 'dance',
                    ['parent'] = 'emotes',
                    ['helpText'] =  {
                            ['English'] = "Dance",
                            ['Russian'] = "Dance",
                            ['German'] = "Dance",
                            ['French'] = "Dance",
                            },
                    ['shortCut'] = 'dance',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/emotes laugh'] = {
                    ['command'] = 'laugh',
                    ['parent'] = 'emotes',
                    ['helpText'] =  {
                            ['English'] = "Laugh",
                            ['Russian'] = "Смех",
                            ['German'] = "Lachen",
                            ['French'] = "Rire",
                            },
                    ['shortCut'] = 'laugh',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/emotes smile'] = {
                    ['command'] = 'smile',
                    ['parent'] = 'emotes',
                    ['helpText'] =  {
                            ['English'] = "Smile",
                            ['Russian'] = "Улыбаться",
                            ['German'] = "Lächeln",
                            ['French'] = "Sourire",
                            },
                    ['shortCut'] = 'smile',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/emotes wave'] = {
                    ['command'] = 'wave',
                    ['parent'] = 'emotes',
                    ['helpText'] =  {
                            ['English'] = "Wave",
                            ['Russian'] = "Волна",
                            ['German'] = "Jubeln",
                            ['French'] = "Coucou",
                            },
                    ['shortCut'] = 'wave',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/food clearstomach'] = {
                    ['command'] = 'clearstomach',
                    ['parent'] = 'food',
                    ['helpText'] =  {
                            ['English'] = "Empties your stomach",
                            ['Russian'] = "Опустошить ваш желудок",
                            ['German'] = "Entleert deinen Magen",
                            ['French'] = "Vide votre estomac",
                            },
                    ['shortCut'] = 'cs',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/food crave'] = {
                    ['command'] = 'crave',
                    ['parent'] = 'food',
                    ['helpText'] =  {
                            ['English'] = "Force a craving on a given user (self if untargeted user, random food if not set)",
                            ['Russian'] = "Принудительно задать предпочтения по еде выбранному пользователю (или самому себе, если пользователь не выбран, а также предпочтения будут произвольными, если не выбраны конкретные)",
                            ['German'] = "Erzwingen eines Verlangens bei einem bestimmten Benutzer (an dir selbst wenn der Benutzer nicht festgelegt ist, zufälliges Essen wenn nicht festgelegt)",
                            ['French'] = "Forcer une fringale à un utilisateur donné (soi-même si utilisateur non ciblé, nourriture aléatoire si non définie)",
                            },
                    ['shortCut'] = 'crave',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            ['Arg2'] = {'foodName', 'String', ''},
                            },
        },
        ['/food digest'] = {
                    ['command'] = 'digest',
                    ['parent'] = 'food',
                    ['helpText'] =  {
                            ['English'] = "Turn calories into waste",
                            ['Russian'] = "Превращает калории в отходы",
                            ['German'] = "Kalorien in Abfall verwandeln",
                            ['French'] = "Changer les calories en déchets",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/food eat'] = {
                    ['command'] = 'eat',
                    ['parent'] = 'food',
                    ['helpText'] =  {
                            ['English'] = "Max your calories",
                            ['Russian'] = "Насыщает вас до максимума",
                            ['German'] = "Maximiere deine Kalorien",
                            ['French'] = "Maximise vos calories",
                            },
                    ['shortCut'] = 'eat',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Int32', '-1'},
                            },
        },
        ['/food work'] = {
                    ['command'] = 'work',
                    ['parent'] = 'food',
                    ['helpText'] =  {
                            ['English'] = "Spends calories",
                            ['Russian'] = "Тратит калории",
                            ['German'] = "Kalorien verbrauchen",
                            ['French'] = "Calories dépensées",
                            },
                    ['shortCut'] = 'work',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'useCalories', 'Int32', '100000'},
                            },
        },
        ['/help'] = {
                    ['command'] = 'help',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.",
                            ['Russian'] = "Отображает все доступные команды и скрытые подкоманды. Принимает строку для отображения подходящих команд.",
                            ['German'] = "Zeigt alle verfügbaren Befehle inklusive versteckten Unterbefehlen. Akzeptiert eine Zeichenkette um Befehle zu filtern.",
                            ['French'] = "Affiche toutes les commandes disponibles avec des sous-commandes cachées. Accepte une chaîne pour filtrer les commandes en une chaîne de recherche.",
                            },
                    ['shortCut'] = '?',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                            },
        },
        ['/helpful'] = {
                    ['command'] = 'helpful',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Shows all help, including sub commands.",
                            ['Russian'] = "Показывает всю справку, включая подкоманды.",
                            ['German'] = "Zeigt alle Hilfen, inklusive Unterbefehlen.",
                            ['French'] = "Affiche toute l'aide, en incluant les sous commandes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            },
        },
        ['/housing addroommates'] = {
                    ['command'] = 'addroommates',
                    ['parent'] = 'housing',
                    ['helpText'] =  {
                            ['English'] = "Add a number of residents to the deed you\'re currently a resident on.",
                            ['Russian'] = "Add a number of residents to the deed you\'re currently a resident on.",
                            ['German'] = "Add a number of residents to the deed you\'re currently a resident on.",
                            ['French'] = "Add a number of residents to the deed you\'re currently a resident on.",
                            },
                    ['shortCut'] = 'shackup',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['/initialspawn do'] = {
                    ['command'] = 'do',
                    ['parent'] = 'initialspawn',
                    ['helpText'] =  {
                            ['English'] = "Re-run the initial spawn selection for the given user (or current user if null).",
                            ['Russian'] = "Перезапустить процедуру выбора начальной точки появления для указанного игрока (или вызвавшего команду если игрок не указан).",
                            ['German'] = "Re-run the initial spawn selection for the given user (or current user if null).",
                            ['French'] = "Réexécute la sélection initiale du spawn pour l'utilisateur donné (ou l'utilisateur actuel si nul).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/initialspawn list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'initialspawn',
                    ['helpText'] =  {
                            ['English'] = "Lists the initial spawn positions currently active.",
                            ['Russian'] = "Lists the initial spawn positions currently active.",
                            ['German'] = "Listet aktuelle initiale Spawn-Positionen auf, welche aktiv sind.",
                            ['French'] = "Affiche la liste des positions d'apparition initiales actuellement actives.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/initialspawn update'] = {
                    ['command'] = 'update',
                    ['parent'] = 'initialspawn',
                    ['helpText'] =  {
                            ['English'] = "Force update the spawn position now.",
                            ['Russian'] = "Обновить точку появления сейчас.",
                            ['German'] = "Erzwinge die sofortige Aktualisierung der Spawnposition.",
                            ['French'] = "Forcer la mise à jour du point d'apparition maintenant.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/initialspawn updatedebug'] = {
                    ['command'] = 'updatedebug',
                    ['parent'] = 'initialspawn',
                    ['helpText'] =  {
                            ['English'] = "Generate debug data showing all the clusters we consider for initial points.",
                            ['Russian'] = "Generate debug data showing all the clusters we consider for initial points.",
                            ['German'] = "Generate debug data showing all the clusters we consider for initial points.",
                            ['French'] = "Générer des données de débogage montrant tous les clusters que nous considérons pour les points initiaux.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/inventory addvoid'] = {
                    ['command'] = 'addvoid',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Add an item to your void storage",
                            ['Russian'] = "Добавить предмет в Бездонное хранилище",
                            ['German'] = "Füge einen Gegenstand zu deinem Zwischenlager hinzu",
                            ['French'] = "Ajouter un item à votre Stockage du néant",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String', 'baked meat'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            ['Arg3'] = {'distance', 'Int32', '0'},
                            },
        },
        ['/inventory carryall'] = {
                    ['command'] = 'carryall',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.",
                            ['Russian'] = "Позволяет переносить предметы в любом слоте инвентаря пользователя и удаляет проверку веса. Передайте 'Ложь' для сброса в нормальное состояние.",
                            ['German'] = "Ermöglicht das Tragen von Gegenständen in einen beliebigen Benutzerinventarplatz und entfernt die Gewichtskontrolle. Übergebe 'false', um den Normalwert wiederherzustellen.",
                            ['French'] = "Permet de transporter des articles dans n'importe quel emplacement d'inventaire utilisateur et supprime la vérification du poids. Passez à 'false' pour revenir à la normale.",
                            },
                    ['shortCut'] = 'carryall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                            },
        },
        ['/inventory creativespawner'] = {
                    ['command'] = 'creativespawner',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Shows creative item spawn menu",
                            ['Russian'] = "Shows creative item spawn menu",
                            ['German'] = "Shows creative item spawn menu",
                            ['French'] = "Shows creative item spawn menu",
                            },
                    ['shortCut'] = 'spawner',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/inventory dumpall'] = {
                    ['command'] = 'dumpall',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Dumps all items from your inventory.",
                            ['Russian'] = "Уничтожает все вещи из вашего инвентаря.",
                            ['German'] = "Löscht alle Gegenstände aus deinem Inventar.",
                            ['French'] = "Jette tous les objets de votre inventaire.",
                            },
                    ['shortCut'] = 'dumpall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/inventory dumpcarried'] = {
                    ['command'] = 'dumpcarried',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Dumps all carried items.",
                            ['Russian'] = "Уничтожает переносимые в руках вещи.",
                            ['German'] = "Löscht alle getragenen Gegenstände.",
                            ['French'] = "Supprime tous vos objets portés.",
                            },
                    ['shortCut'] = 'dumpcarried',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/inventory dumpselected'] = {
                    ['command'] = 'dumpselected',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Dumps all items in your selected toolbar slot.",
                            ['Russian'] = "Уничтожает все предметы из слота выбранного на панели быстрого доступа.",
                            ['German'] = "Löscht alle Gegenstände im ausgewählten Werkzeugleistenslot.",
                            ['French'] = "Jette tous les items de l'emplacement sélectionné de la barre d'outils.",
                            },
                    ['shortCut'] = 'dumpselected',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/inventory dumpvehicle'] = {
                    ['command'] = 'dumpvehicle',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Dumps all items from your vehicle inventory.",
                            ['Russian'] = "Dumps all items from your vehicle inventory.",
                            ['German'] = "Dumps all items from your vehicle inventory.",
                            ['French'] = "Vide tous les éléments de l'inventaire de votre véhicule.",
                            },
                    ['shortCut'] = 'dumpvehicle',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/inventory durability'] = {
                    ['command'] = 'durability',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Set the durability of the item you are holding",
                            ['Russian'] = "Устанавливает прочность предмета в руках",
                            ['German'] = "Legt die Haltbarkeit des gehaltenen Gegenstands fest",
                            ['French'] = "Définit la durabilité de l'objet que vous tenez",
                            },
                    ['shortCut'] = 'dur',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'durability', 'Single', '1'},
                            },
        },
        ['/inventory fillmeup'] = {
                    ['command'] = 'fillmeup',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Adds random items to the user\'s inventory.",
                            ['Russian'] = "Adds random items to the user\'s inventory.",
                            ['German'] = "Adds random items to the user\'s inventory.",
                            ['French'] = "Adds random items to the user\'s inventory.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/inventory forcegive'] = {
                    ['command'] = 'forcegive',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Give yourself an item (Forced, ignores restrictions)",
                            ['Russian'] = "Выдаёт вам предмет (принудительно, игнорирует ограничения)",
                            ['German'] = "Gib dir selbst einen Gegenstand (erzwungen, ignoriert Einschränkungen)",
                            ['French'] = "Vous donne un objet (de force, ignore les restrictions)",
                            },
                    ['shortCut'] = 'fgive',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            ['Arg3'] = {'replace', 'Boolean', 'True'},
                            },
        },
        ['/inventory give'] = {
                    ['command'] = 'give',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Give yourself an item",
                            ['Russian'] = "Даёт вам предмет",
                            ['German'] = "Gibt dir einen Gegenstand",
                            ['French'] = "Vous donne un objet",
                            },
                    ['shortCut'] = 'give',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            },
        },
        ['/inventory giveall'] = {
                    ['command'] = 'giveall',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Give yourself all items matching the given search.",
                            ['Russian'] = "Выдать себе все предметы совпадающие с условиями поиска.",
                            ['German'] = "Gebe dir selbst alle von dir gesuchten Items.",
                            ['French'] = "Donnez-vous tous les articles correspondant à la recherche donnée.",
                            },
                    ['shortCut'] = 'giveall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            },
        },
        ['/inventory givepaint'] = {
                    ['command'] = 'givepaint',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Give yourself mixed paint for predefined named colors",
                            ['Russian'] = "Give yourself mixed paint for predefined named colors",
                            ['German'] = "Give yourself mixed paint for predefined named colors",
                            ['French'] = "Vous donne de la peinture mélangée pour les couleurs prédéfinies nommées",
                            },
                    ['shortCut'] = 'paint',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'namedColorIndex', 'Int32'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            },
        },
        ['/inventory givepaintrgb'] = {
                    ['command'] = 'givepaintrgb',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Give yourself mixed paint with any rgb color",
                            ['Russian'] = "Выдать себе смешанные краски любых rgb цветов",
                            ['German'] = "Give yourself mixed paint with any rgb color",
                            ['French'] = "Obtenir une peinture mélangée avec n'importe quelle couleur rgb",
                            },
                    ['shortCut'] = 'paintrgb',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'r', 'Int32'},
                            ['Arg2'] = {'g', 'Int32'},
                            ['Arg3'] = {'b', 'Int32'},
                            ['Arg4'] = {'amount', 'Int32', '1'},
                            },
        },
        ['/inventory integrity'] = {
                    ['command'] = 'integrity',
                    ['parent'] = 'inventory',
                    ['helpText'] =  {
                            ['English'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                            ['Russian'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                            ['German'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                            ['French'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                            },
                    ['shortCut'] = 'integ',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'integrity', 'Single', '1'},
                            },
        },
        ['/land clearpaint'] = {
                    ['command'] = 'clearpaint',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Clears paint in area with radius specified around the player. Max = 20",
                            ['Russian'] = "Clears paint in area with radius specified around the player. Max = 20",
                            ['German'] = "Clears paint in area with radius specified around the player. Max = 20",
                            ['French'] = "Efface la peinture de la zone avec un rayon spécifié autour du joueur. Max = 20",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '4'},
                            },
        },
        ['/land clearrubble'] = {
                    ['command'] = 'clearrubble',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Clears rubble around the player.",
                            ['Russian'] = "Убирает булыжники вокруг игрока.",
                            ['German'] = "Entfernt den Schutt um den Spieler.",
                            ['French'] = "Nettoie les pierres en vrac autour du joueur.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Single', '10'},
                            },
        },
        ['/land level'] = {
                    ['command'] = 'level',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Level the terrain",
                            ['Russian'] = "Выравнивает землю",
                            ['German'] = "Begradige das Gelände",
                            ['French'] = "Niveler le terrain",
                            },
                    ['shortCut'] = 'level',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                            },
        },
        ['/land levelcentered'] = {
                    ['command'] = 'levelcentered',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Level the terrain around user",
                            ['Russian'] = "Выровнять уровень вокруг игрока",
                            ['German'] = "Terrain um den Benutzer herum ebnen",
                            ['French'] = "Niveler le terrain autour de l'utilisateur",
                            },
                    ['shortCut'] = 'levelcentered',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                            },
        },
        ['/land levelwithwall'] = {
                    ['command'] = 'levelwithwall',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Level the terrain with a wall",
                            ['Russian'] = "Выровнять уровень поверхности до стены",
                            ['German'] = "Terrain erhöhen mit einer Mauer",
                            ['French'] = "Nivelez le terrain avec un mur",
                            },
                    ['shortCut'] = 'levelwall',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'wallHeight', 'Int32', '1'},
                            ['Arg4'] = {'groundType', 'String', 'GrassBlock'},
                            ['Arg5'] = {'wallType', 'String', 'StoneBlock'},
                            },
        },
        ['/land mark'] = {
                    ['command'] = 'mark',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.",
                            ['Russian'] = "Устанавливает метку в этом месте.  Принимает дополнительный текст для метки.",
                            ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                            ['French'] = "Ajoute un point de repère à la position actuelle.  Accepte un fil de texte optionnel pour nommer le point.",
                            },
                    ['shortCut'] = 'mark',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                            },
        },
        ['/land markglobal'] = {
                    ['command'] = 'markglobal',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Drops a global waypoint at the current position.  Accepts an optional text string for the waypoint.",
                            ['Russian'] = "Устанавливает глобальную метку в текущем месте. Дополнительно можно задать название.",
                            ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                            ['French'] = "Dépose un point de repère global à la position actuelle. Accepte une ligne de texte optionnelle pour le point de repère.",
                            },
                    ['shortCut'] = 'markglobal',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                            },
        },
        ['/land painttest'] = {
                    ['command'] = 'painttest',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Spawns giant walls and paints them with random colors",
                            ['Russian'] = "Spawns giant walls and paints them with random colors",
                            ['German'] = "Spawns giant walls and paints them with random colors",
                            ['French'] = "Spawns giant walls and paints them with random colors",
                            },
                    ['shortCut'] = 'painttest',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'size', 'Int32', '50'},
                            ['Arg2'] = {'walls', 'Int32', '5'},
                            },
        },
        ['/land remove'] = {
                    ['command'] = 'remove',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Remove block types within a specified area",
                            ['Russian'] = "Удаление типов блоков в пределах заданной области",
                            ['German'] = "Entferne Blocktypen innerhalb eines bestimmten Bereichs",
                            ['French'] = "Supprimer les types de bloc dans une zone spécifiée",
                            },
                    ['shortCut'] = 'remove',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                            },
        },
        ['/land removeallbut'] = {
                    ['command'] = 'removeallbut',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Removes all block types except the specified type within a specified area",
                            ['Russian'] = "Удаляет все типы блоков, кроме указанного типа, в указанной области",
                            ['German'] = "Entfernt alle Blocktypen mit Ausnahme des angegebenen Typs innerhalb eines angegebenen Bereichs",
                            ['French'] = "Supprime tous les types de bloc sauf le type spécifié dans une zone spécifiée",
                            },
                    ['shortCut'] = 'removeallbut',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                            },
        },
        ['/land removenearestglobalmark'] = {
                    ['command'] = 'removenearestglobalmark',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Removes the nearest global waypoint to your current position.",
                            ['Russian'] = "Удаляет глобальную метку, ближайшую к вашему местоположению.",
                            ['German'] = "Entfernt den nächstgelegenen globalen Wegpunkt zu Ihrer aktuellen Position.",
                            ['French'] = "Supprime le point de repère global le plus proche de votre position actuelle.",
                            },
                    ['shortCut'] = 'removenearestglobalmark',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/land resetworldcaches'] = {
                    ['command'] = 'resetworldcaches',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Resets the world caches",
                            ['Russian'] = "Сбросить Кэш карты",
                            ['German'] = "Setzt die Weltcaches zurück",
                            ['French'] = "Réinitialise les caches du monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/land spawnmines'] = {
                    ['command'] = 'spawnmines',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Spawns a corridor-like tunnel that gives entrance to the mines.",
                            ['Russian'] = "Создает коридор как туннель, ведущий к шахтам.",
                            ['German'] = "Spawnt einen korridorartigen Tunnel, der Zugang zu den Minen gewährleistet.",
                            ['French'] = "Génère un tunnel en forme de couloir qui donne accès aux mines.",
                            },
                    ['shortCut'] = 'spawnmines',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'corridorWidth', 'Int32', '1'},
                            ['Arg2'] = {'corridorHeight', 'Int32', '3'},
                            ['Arg3'] = {'corridorDepth', 'Int32', '1'},
                            ['Arg4'] = {'depth', 'Int32', '100'},
                            ['Arg5'] = {'levelDifferenceHeight', 'Int32', '1'},
                            },
        },
        ['/land spawnrubble'] = {
                    ['command'] = 'spawnrubble',
                    ['parent'] = 'land',
                    ['helpText'] =  {
                            ['English'] = "Rains rubble around the player.",
                            ['Russian'] = "Дождь из булыжников вокруг игрока.",
                            ['German'] = "Lässt Schutt um den Spieler herunterregnen.",
                            ['French'] = "Il pleut des pierres en vrac autour du joueur.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                            ['Arg2'] = {'rubble', 'Int32', '32'},
                            },
        },
        ['/manage admin'] = {
                    ['command'] = 'admin',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Shows list of admins or adds user as an Admin by account id, steamid, slgid, or username",
                            ['Russian'] = "Отображает список администраторов или делает пользователя администратором по ID аккаунта, steamid, slgid или имени пользователя",
                            ['German'] = "Zeigt eine Liste der Administratoren an oder fügt einen Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername hinzu",
                            ['French'] = "Afficher la liste des administrateurs ou ajouter un utilisateur en tant qu'administrateur par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                    ['shortCut'] = 'admin',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['/manage alert'] = {
                    ['command'] = 'alert',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Sends an alert to everybody",
                            ['Russian'] = "Посылает всем предупреждение",
                            ['German'] = "Sendet an allen eine Warnung",
                            ['French'] = "Envoie une alerte à tout le monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'alert', 'String', ''},
                            },
        },
        ['/manage announce'] = {
                    ['command'] = 'announce',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Sends an announce to all players",
                            ['Russian'] = "Отправляет объявление всем игрокам",
                            ['German'] = "Sende eine Ankündigung an alle Spieler",
                            ['French'] = "Envoie une annonce à tous les joueurs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'announce', 'String', ''},
                            },
        },
        ['/manage authlevel'] = {
                    ['command'] = 'authlevel',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Displays your authorization level",
                            ['Russian'] = "Отображает ваш уровень доступа",
                            ['German'] = "Zeigt deine Berechtigungsstufe",
                            ['French'] = "Affiche votre niveau d’autorisation",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/manage ban'] = {
                    ['command'] = 'ban',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "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.",
                            ['Russian'] = "Отображает список заблокированных пользователей или блокирует пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заблокировать навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                            ['German'] = "Zeigt eine Liste der gesperrten Benutzer oder sperrt Benutzer nach Konto-ID, Steamid, Slgid oder Benutzername an. Sperre standardmäßig für immer mit leerer Zeit. Zeitformat: 1m, 1h, 1d, 1w.",
                            ['French'] = "Affiche la liste des utilisateurs bannis ou bannit un utilisateur par id de compte, steamid, slgid, ou nom d'utilisateur. Sans précision de temps, un bannissement définitif sera appliqué. Format du temps : 1m, 1h, 1d, 1w.",
                            },
                    ['shortCut'] = 'ban',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                            },
        },
        ['/manage clearmaintenance'] = {
                    ['command'] = 'clearmaintenance',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Clears currently scheduled user maintenance.",
                            ['Russian'] = "Очищает текущее запланированное обслуживание пользователя.",
                            ['German'] = "Löscht aktuell eingestellte Benutzerwartung.",
                            ['French'] = "Efface la maintenance utilisateur actuellement planifiée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/manage clearobjective'] = {
                    ['command'] = 'clearobjective',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Clears a user\'s objective",
                            ['Russian'] = "Clears a user\'s objective",
                            ['German'] = "Clears a user\'s objective",
                            ['French'] = "Clears a user\'s objective",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User'},
                            },
        },
        ['/manage clearoverheadname'] = {
                    ['command'] = 'clearoverheadname',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Clears a user\'s overhead display name (reverts to official name).",
                            ['Russian'] = "Clears a user\'s overhead display name (reverts to official name).",
                            ['German'] = "Clears a user\'s overhead display name (reverts to official name).",
                            ['French'] = "Clears a user\'s overhead display name (reverts to official name).",
                            },
                    ['shortCut'] = 'clearoverheadname',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            },
        },
        ['/manage ignore'] = {
                    ['command'] = 'ignore',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "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",
                            ['Russian'] = "Отображает ваш чёрный список или добавляет пользователя в чёрный список по имени, или удаляет из чёрного списка, если пользователь уже в списке",
                            ['German'] = "Zeigt Ignorierliste an oder fügt den Player mit dem Namen zur Ignorierliste hinzu oder entfernt ihn, wenn der Player bereits in der Liste enthalten ist",
                            ['French'] = "Afficher la liste des gens ignorés ou ajouter un joueur à la liste par son nom ou le supprimer s'il y est déjà",
                            },
                    ['shortCut'] = 'ignore',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'ignoreUser', 'User', ''},
                            },
        },
        ['/manage kick'] = {
                    ['command'] = 'kick',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Kicks user",
                            ['Russian'] = "Кикает пользователя",
                            ['German'] = "Kickt Benutzer",
                            ['French'] = "Renvoie l'utilisateur",
                            },
                    ['shortCut'] = 'kick',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'kickUser', 'User'},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['/manage listadmins'] = {
                    ['command'] = 'listadmins',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Displays a list of all administrators.",
                            ['Russian'] = "Показывает список всех администраторов.",
                            ['German'] = "Zeigt eine Liste aller Administratoren.",
                            ['French'] = "Affiche une liste de tous les administrateurs.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/manage listusers'] = {
                    ['command'] = 'listusers',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Displays a list of all known users, showing username and ID.",
                            ['Russian'] = "Отображает список всех известных пользователей, показывая имя и ID.",
                            ['German'] = "Zeigt eine Liste aller bekannten Benutzer an, mit Benutzernamen und -IDs.",
                            ['French'] = "Afficher une liste de tous les utilisateurs connus, avec leur nom d'utilisateur et leur identifiant de compte.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/manage maintenance'] = {
                    ['command'] = 'maintenance',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Schedules an automatic shutdown",
                            ['Russian'] = "Расписание автоматического выключения",
                            ['German'] = "Plant ein automatisches Herunterfahren",
                            ['French'] = "Planifie un arrêt automatique",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'time', 'String'},
                            ['Arg2'] = {'message', 'String'},
                            ['Arg3'] = {'reason', 'String'},
                            },
        },
        ['/manage mute'] = {
                    ['command'] = 'mute',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "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.",
                            ['Russian'] = "Отображает список заглушенных пользователей или глушит пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заглушить навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                            ['German'] = "Zeigt eine Liste der gemuteden Benutzer oder mutet Benutzer nach Konto-ID, Steamid, Slgid oder Benutzername an. Mute standardmäßig für immer mit leerer Zeit. Zeitformat: 1m, 1h, 1d, 1w.",
                            ['French'] = "Affiche la liste des utilisateurs muets ou rend muet un utilisateur par son ID de compte, son SteamID, son SLGID ou son nom d'utilisateur. Le silence est permanent par défaut avec une durée vide. Le format de temps est : 1m (minute), 1h (heure), 1d (jour), 1w (semaine).",
                            },
                    ['shortCut'] = 'mute',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                            },
        },
        ['/manage players'] = {
                    ['command'] = 'players',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Returns a list of online players",
                            ['Russian'] = "Возвращает список игроков в сети",
                            ['German'] = "Gibt eine Liste aller Spieler, die online sind, aus",
                            ['French'] = "Retourne une liste des joueurs connectés",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/manage playtime'] = {
                    ['command'] = 'playtime',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Lists the playtimes for a given user, or yourself if none passed.",
                            ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан.",
                            ['German'] = "Listet die Spielzeiten eines angegebenen Spielers auf oder einem selbst, wenn leer.",
                            ['French'] = "Liste le temps de jeu pour un utilisateur spécifique, ou vous-même si aucun n'est passé.",
                            },
                    ['shortCut'] = 'playtime',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                            },
        },
        ['/manage removeadmin'] = {
                    ['command'] = 'removeadmin',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Removes user as an Admin by account id, steamid, slgid, or username",
                            ['Russian'] = "Убирает пользователя из списка администраторов по ID аккаунта, steamid, slgid или имени пользователя",
                            ['German'] = "Entfernt den Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername",
                            ['French'] = "Supprimer l'utilisateur en tant qu'administrateur par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['/manage save'] = {
                    ['command'] = 'save',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Save the world!",
                            ['Russian'] = "Сохранить Мир!",
                            ['German'] = "Rette die Welt!",
                            ['French'] = "Sauvegarde le monde !",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/manage setoverheadname'] = {
                    ['command'] = 'setoverheadname',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                            ['Russian'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                            ['German'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                            ['French'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                            },
                    ['shortCut'] = 'setoverheadname',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'overheadName', 'String'},
                            },
        },
        ['/manage setspawn'] = {
                    ['command'] = 'setspawn',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Changes the spawn location to your current location",
                            ['Russian'] = "Перемещает точку возрождения туда, где вы сейчас находитесь",
                            ['German'] = "Ändert den Spawnpunkt zu deinem aktuellen Standort",
                            ['French'] = "Change le point de réapparition par la position actuelle",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/manage unban'] = {
                    ['command'] = 'unban',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Unbans user by account id, steamid, slgid, or username",
                            ['Russian'] = "Снимает бан с пользователя по ID аккаунта, steamID, slgID или имени",
                            ['German'] = "Deaktiviert den Benutzer von Konto-ID, steamid, slgid oder Benutzername",
                            ['French'] = "Dé-bannie l'utilisateur par ID de compte, ID Steam, ID Slg, ou nom d'utilisateur",
                            },
                    ['shortCut'] = 'unban',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['/manage unmute'] = {
                    ['command'] = 'unmute',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Unmutes user by account id, steamid, slgid, or username",
                            ['Russian'] = "Убирает пользователя из списка заглушенных по ID аккаунта, steamid, slgid или имени пользователя",
                            ['German'] = "Deaktiviert Stummschaltung des Benutzers von Konto-ID, steamid, slgid oder Benutzername auf",
                            ['French'] = "Réactiver la parole d'un utilisateur en saisissant son identifiant de compte, son identifiant steam, son slgid ou son nom d'utilisateur",
                            },
                    ['shortCut'] = 'unmute',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['/manage unwhitelist'] = {
                    ['command'] = 'unwhitelist',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Removes user from the whitelist by account id, steamid, slgid, or username",
                            ['Russian'] = "Исключает пользователя из белого списка по ID аккаунта, steamID, slgID или имени",
                            ['German'] = "Enternt Benutzer von der Whitelist bei Konto-ID, steamid, slgid oder Benutzername",
                            ['French'] = "Supprimer l'utilisateur de la liste blanche par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['/manage useractivity'] = {
                    ['command'] = 'useractivity',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Displays a list of users and when they last logged in.",
                            ['Russian'] = "Отображает список игроков и время когда они были в сети.",
                            ['German'] = "Listet alle Spieler und deren letzten Login auf.",
                            ['French'] = "Affiche une liste d'utilisateurs et leur dernière date de connexion.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/manage warnuser'] = {
                    ['command'] = 'warnuser',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Sends a warning to a citizen",
                            ['Russian'] = "Отправляет игроку предупреждение",
                            ['German'] = "Sendet eine Warnung an einen Bürger",
                            ['French'] = "Envoyer un avertissement à un citoyen",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'warnUser', 'User'},
                            ['Arg2'] = {'warning', 'String', ''},
                            },
        },
        ['/manage whitelist'] = {
                    ['command'] = 'whitelist',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Shows list of whitelisted users or adds user to the whitelist by account id, steamid, slgid, or username",
                            ['Russian'] = "Показывает пользователей в белом списке или добавляет пользователя в белый список по ID аккаунта, steamID, slgID или имени",
                            ['German'] = "Zeigt eine Liste der Whiteliste Benutzer nach Konto-ID, steamid, slgid oder Benutzername an",
                            ['French'] = "Afficher la liste blanche des utilisateurs ou ajouter un utilisateur à la liste blanche par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            },
        },
        ['/manage whoami'] = {
                    ['command'] = 'whoami',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Shows your user ID",
                            ['Russian'] = "Показывает ваш ID",
                            ['German'] = "Zeigt deine Benutzer-ID an",
                            ['French'] = "Affiche votre ID d'utilisateur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/manage whois'] = {
                    ['command'] = 'whois',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Shows the user ID of the requested user.",
                            ['Russian'] = "Показывает ID указанного пользователя.",
                            ['German'] = "Zeigt die Benutzer-ID des angefragten Benutzers an.",
                            ['French'] = "Affiche l'ID de l'utilisateur demandé.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User'},
                            },
        },
        ['/meteor addhours'] = {
                    ['command'] = 'addhours',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Adds meteor impact hours",
                            ['Russian'] = "Добавляет часы до падения астероида",
                            ['German'] = "Fügt Meteoraufprallstunden hinzu",
                            ['French'] = "Ajoute des heures à l'impact du météore",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'hours', 'Single'},
                            },
        },
        ['/meteor destroy'] = {
                    ['command'] = 'destroy',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Destroys the meteor in orbit.",
                            ['Russian'] = "Уничтожает астероид на орбите.",
                            ['German'] = "Zerstört den Meteor in der Umlaufbahn.",
                            ['French'] = "Détruit le météore en orbite.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/meteor fall'] = {
                    ['command'] = 'fall',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Begin the meteor impact sequence",
                            ['Russian'] = "Запускает процесс падения астероида",
                            ['German'] = "Starte die Sequenz für den Meteor-Einschlag",
                            ['French'] = "Débute la séquence d'impact du météore",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/meteor hitworldlayers'] = {
                    ['command'] = 'hitworldlayers',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Triggers world layers to act as if they were hit by a meteor.",
                            ['Russian'] = "Делает чтобы слои мира выглядели, как будто упал астероид.",
                            ['German'] = "Sorgt dafür, dass sich Weltebenen so verhalten als wäre ein Meteor in sie eingeschlagen.",
                            ['French'] = "Les calques du monde se comportent comme s'ils étaient frappées par le météore.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/meteor impact'] = {
                    ['command'] = 'impact',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Make the meteor strike instantly.",
                            ['Russian'] = "Астероид мгновенно сталкивается с поверхностью.",
                            ['German'] = "Lässt den Meteor sofort einschlagen.",
                            ['French'] = "Provoque l'impact immédiat du météore.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/meteor makevisible'] = {
                    ['command'] = 'makevisible',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Make the meteor enter the targetable range, or the specified angle if one is passed in.",
                            ['Russian'] = "Перемещает астероид в зону прицеливания или на определённый угол, если он указан.",
                            ['German'] = "Sorgt dafür, dass der Meteor sich in die anvisierbare Reichweite oder den angegebenen Winkel begibt, wenn einer solcher übergeben wird.",
                            ['French'] = "Faites entrer le météore dans la zone de visée, ou dans l'angle spécifié si il y passe.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'angle', 'Single', '300'},
                            },
        },
        ['/meteor rain'] = {
                    ['command'] = 'rain',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Makes meteorites rain down the sky, accepting the number to send and how long between them.",
                            ['Russian'] = "Создаёт метеоритный дождь, можно указать количество и время между ними.",
                            ['German'] = "Lässt Meteoriten vom Himmel fallen, Akzeptiert die Anzahl der Meteoriten und die Zeit zwischen ihnen als Parameter.",
                            ['French'] = "Fait pleuvoir des météorites du ciel, en indiquant le nombre de météorites à envoyer et le temps d'interval entre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                            },
        },
        ['/meteor removehours'] = {
                    ['command'] = 'removehours',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Remove meteor impact hours",
                            ['Russian'] = "Убирает часы до падения метеора",
                            ['German'] = "Remove meteor impact hours",
                            ['French'] = "Retire des heures d'impact du météore",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'hours', 'Single'},
                            },
        },
        ['/meteor spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Spawns a meteor into orbit, regardless of current disaster settings.",
                            ['Russian'] = "Создаёт астероид на орбите, независимо от текущих настроек мира.",
                            ['German'] = "Erzeugt einen Meteor in einer Umlaufbahn, unabhängig den aktuellen Katastrophen-Einstellungen.",
                            ['French'] = "Fait apparaître un météore en orbite, peu importe les paramètres de catastrophe actuels.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/meteor spawncrater'] = {
                    ['command'] = 'spawncrater',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Create a crater at the current position.",
                            ['Russian'] = "Создаёт кратер в текущем месте.",
                            ['German'] = "Erstelle einen Krater an der aktuellen Position.",
                            ['French'] = "Créez un cratère à la position actuelle.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'size', 'Single', '5'},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                            },
        },
        ['/meteor status'] = {
                    ['command'] = 'status',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Displays status of meteor.",
                            ['Russian'] = "Displays status of meteor.",
                            ['German'] = "Displays status of meteor.",
                            ['French'] = "Displays status of meteor.",
                            },
                    ['shortCut'] = 'met',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/money accounts'] = {
                    ['command'] = 'accounts',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Display all bank accounts in the game.",
                            ['Russian'] = "Отображает все банковские счета в игре.",
                            ['German'] = "Zeigt alle Bankkonten im Spiel an.",
                            ['French'] = "Affiche tous les comptes bancaires du jeu.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/money addaccountmanager'] = {
                    ['command'] = 'addaccountmanager',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Adds user as manager to bank account with ID.",
                            ['Russian'] = "Добавить игрока как управляющего банковским счетом с ID.",
                            ['German'] = "Fügt einen Spieler als Verwalter zum Bankkonto mit der ID hinzu.",
                            ['French'] = "Ajoute l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['/money addaccountuser'] = {
                    ['command'] = 'addaccountuser',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Adds user to bank account with ID.",
                            ['Russian'] = "Добавляет пользователя к банковскому счёту с ID.",
                            ['German'] = "Fügt einen Spieler zum Bankkonto mit der ID hinzu.",
                            ['French'] = "Ajoute des utilisateur au compte bancaire avec l'ID.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['/money cancelalldebtfromplayer'] = {
                    ['command'] = 'cancelalldebtfromplayer',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Cancel debt that a particular player has accumulated.",
                            ['Russian'] = "Аннулировать долги, которые накопил игрок.",
                            ['German'] = "Lösche Schulden, die ein bestimmter Spieler angesammelt hat.",
                            ['French'] = "Annule la dette qu'un joueur particulier a accumulée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'String'},
                            },
        },
        ['/money createaccount'] = {
                    ['command'] = 'createaccount',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Creates an account with specified name.",
                            ['Russian'] = "Создаёт счёт с указанным названием.",
                            ['German'] = "Erstellt ein Konto mit dem Namen.",
                            ['French'] = "Créée un compte avec le nom spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['/money createdebt'] = {
                    ['command'] = 'createdebt',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Create debt between two players in a currency that matches the given name.",
                            ['Russian'] = "Создаёт долг между двумя игроками в указанной валюте.",
                            ['German'] = "Erstelle Schulden zwischen zwei Spielern in einer Währung, die mit dem angegebenen Namen übereinstimmt.",
                            ['French'] = "Créé une dette entre deux joueurs pour une monnaie qui correspond au nom donné.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'lender', 'User'},
                            ['Arg2'] = {'borrower', 'User'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currency', 'Currency'},
                            },
        },
        ['/money currencies'] = {
                    ['command'] = 'currencies',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "List all currencies in the game.",
                            ['Russian'] = "Список всей игровой валюты.",
                            ['German'] = "Listet alle Währungen im Spiel auf.",
                            ['French'] = "Liste toutes les monnaies du jeu.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/money deleteaccount'] = {
                    ['command'] = 'deleteaccount',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Deletes an account even if there is still currency on it.",
                            ['Russian'] = "Удаляет счёт, даже если на нём ещё остались средства.",
                            ['German'] = "Löscht ein Konto, obwohl es noch ein Guthaben hat.",
                            ['French'] = "Supprime un compte même s'il y a encore de l'argent sur celui-ci.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            },
        },
        ['/money removeaccountmanager'] = {
                    ['command'] = 'removeaccountmanager',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Remove user as manager from bank account with ID.",
                            ['Russian'] = "Убрать игрока из управляющих банковским счетом с ID.",
                            ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                            ['French'] = "Retire l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['/money removeaccountuser'] = {
                    ['command'] = 'removeaccountuser',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Removes user from bank account with ID.",
                            ['Russian'] = "Удаляет пользователя из банковского счёта с ID.",
                            ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                            ['French'] = "Retire des utilisateur du compte bancaire avec l'ID.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['/money setaccountowner'] = {
                    ['command'] = 'setaccountowner',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Manually set an account creator.",
                            ['Russian'] = "Вручную задать создателя счёта.",
                            ['German'] = "Legt einen manuellen Kontoersteller fest.",
                            ['French'] = "Définir manuellement un créateur de compte.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                            },
        },
        ['/money spawnaccounts'] = {
                    ['command'] = 'spawnaccounts',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Create new bank accounts for each user.",
                            ['Russian'] = "Создать новые банковские счета для каждого игрока.",
                            ['German'] = "Erstellt ein neues Bankkonto für jeden Benutzer.",
                            ['French'] = "Créer un nouveau compte bancaire pour chaque utilisateur.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32'},
                            },
        },
        ['/money steamsale'] = {
                    ['command'] = 'steamsale',
                    ['parent'] = 'money',
                    ['helpText'] =  {
                            ['English'] = "Give every player an amount of money",
                            ['Russian'] = "Даёт каждому игроку указанную сумму",
                            ['German'] = "Gib allen Spielern einen bestimmten Betrag",
                            ['French'] = "Donne une quantité d'argent à tous les joueurs",
                            },
                    ['shortCut'] = 'gabe',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'amount', 'Single', '1000'},
                            },
        },
        ['/network setpassword'] = {
                    ['command'] = 'setpassword',
                    ['parent'] = 'network',
                    ['helpText'] =  {
                            ['English'] = "Sets the current server password",
                            ['Russian'] = "Задать пароль для этого сервера",
                            ['German'] = "Setzt das aktuelle Server-Passwort",
                            ['French'] = "Définit le mot de passe du serveur actuel",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'password', 'String', ''},
                            },
        },
        ['/notifications mail'] = {
                    ['command'] = 'mail',
                    ['parent'] = 'notifications',
                    ['helpText'] =  {
                            ['English'] = "Send mail to the given user (or self if blank).",
                            ['Russian'] = "Отправить письмо указанному пользователю (или себе, если получатель не указан).",
                            ['German'] = "Sende Nachricht an den gewählten Nutzer (oder an dich selbst wenn leer).",
                            ['French'] = "Envoyer un courrier à l'utilisateur spécifié (ou à soi-même si vide).",
                            },
                    ['shortCut'] = 'm',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'text', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/objects add'] = {
                    ['command'] = 'add',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Add an object of the give type.",
                            ['Russian'] = "Добавить объект заданного типа.",
                            ['German'] = "Ein Objekt des gegebenen Typs hinzufügen.",
                            ['French'] = "Ajoute un objet du type donner.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            },
        },
        ['/objects clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Removes objects of a given type.",
                            ['Russian'] = "Удаляет объекты заданного типа.",
                            ['German'] = "Entfernt Objekte eines bestimmten Typs.",
                            ['French'] = "Supprime les objets d'un certain type.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                            },
        },
        ['/objects edit'] = {
                    ['command'] = 'edit',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Open a display to edit any registrar object, or limit to a given type.",
                            ['Russian'] = "Open a display to edit any registrar object, or limit to a given type.",
                            ['German'] = "Öffnet eine anzeige, um jedes Registrar Objekt zu bearbeiten oder es auf einen gegebenen Typen zu beschränken.",
                            ['French'] = "Ouvre un affichage pour modifier n'importe quel objet de registre, ou limite à un type donné.",
                            },
                    ['shortCut'] = 'edit',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'objectType', 'String', ''},
                            },
        },
        ['/objects editbyid'] = {
                    ['command'] = 'editbyid',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Edit the object with the specified ID",
                            ['Russian'] = "Edit the object with the specified ID",
                            ['German'] = "Bearbeite das Objekt mit der angegebenen ID",
                            ['French'] = "Modifier l'objet avec l'ID spécifié",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'id', 'Int32', '-1'},
                            },
        },
        ['/objects editobj'] = {
                    ['command'] = 'editobj',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Edit a specific object of a given type. Can specify by name or ID.",
                            ['Russian'] = "Изменяет объект заданного типа. Можно выбрать по имени или ID.",
                            ['German'] = "Bearbeite ein bestimmtes Objekt eines bestimmten Typs. Kann nach Name oder ID spezifiziert werden.",
                            ['French'] = "Modifier un objet spécifique d'un type donné. Peut-être spécifié par nom ou ID.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                            },
        },
        ['/objects enableadmininterface'] = {
                    ['command'] = 'enableadmininterface',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Enable or disable admin interfaces across the game.",
                            ['Russian'] = "Enable or disable admin interfaces across the game.",
                            ['German'] = "Enable or disable admin interfaces across the game.",
                            ['French'] = "Activer ou désactiver les interfaces administrateur dans tout le jeu.",
                            },
                    ['shortCut'] = 'admininterface',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/objects forceenablenearestobject'] = {
                    ['command'] = 'forceenablenearestobject',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Force nearest object to ignore all its requirements and always be enabled.",
                            ['Russian'] = "Force nearest object to ignore all its requirements and always be enabled.",
                            ['German'] = "Force nearest object to ignore all its requirements and always be enabled.",
                            ['French'] = "Force l'objet le plus proche à ignorer toutes ses exigences et à être toujours activé.",
                            },
                    ['shortCut'] = 'fe',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/objects list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "List all objects of the given type, or \'all types\' if left blank.",
                            ['Russian'] = "List all objects of the given type, or \'all types\' if left blank.",
                            ['German'] = "List all objects of the given type, or \'all types\' if left blank.",
                            ['French'] = "List all objects of the given type, or \'all types\' if left blank.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'typeName', 'String', ''},
                            },
        },
        ['/objects remove'] = {
                    ['command'] = 'remove',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Remove a specific object.  Can specify by name or ID.",
                            ['Russian'] = "Удаляет объект заданного типа. Можно выбрать по имени или ID.",
                            ['German'] = "Entfernt ein bestimmtes Objekt. Kann nach Name oder ID spezifiziert werden.",
                            ['French'] = "Supprime un objet spécifique. Peut être spécifié par nom ou ID.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'objectNameOrId', 'String', ''},
                            },
        },
        ['/objects removebyid'] = {
                    ['command'] = 'removebyid',
                    ['parent'] = 'objects',
                    ['helpText'] =  {
                            ['English'] = "Remove the object with the specified ID",
                            ['Russian'] = "Remove the object with the specified ID",
                            ['German'] = "Entfernt das Objekt mit der angegebenen ID",
                            ['French'] = "Supprime l'objet avec l'ID spécifié",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'id', 'Int32', '-1'},
                            },
        },
        ['/performance'] = {
                    ['command'] = 'performance',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Runs server performance reports and dump to files. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs server performance reports and dump to files. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Erstellt ein Leistungsprotokoll des Servers und schreibt es in eine Datei. Optional kann die Dauert in Sekunden angegeben werden. Der Standardwert ist 60.",
                            ['French'] = "Exécute des rapports sur les performances du serveur et les archive dans des fichiers. Il est possible d'indiquer la durée en secondes, la valeur par défaut étant de 60 secondes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                            },
        },
        ['/physicsdebug'] = {
                    ['command'] = 'physicsdebug',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Commands to aid in physics debugging.",
                            ['Russian'] = "Команды для помощи в отладке физики.",
                            ['German'] = "Befehle, die bei der Fehlersuche in den Physics helfen.",
                            ['French'] = "Commandes pour aider au débogage physique.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/pollute air'] = {
                    ['command'] = 'air',
                    ['parent'] = 'pollute',
                    ['helpText'] =  {
                            ['English'] = "Creates X tons of air pollution",
                            ['Russian'] = "Создаёт X тонн загрязнения воздуха",
                            ['German'] = "Erzeugt X Tonnen Luftverschmutzung",
                            ['French'] = "Crée X tonnes de pollution atmosphérique",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'tons', 'Single'},
                            },
        },
        ['/pollute airpollutiongenerators'] = {
                    ['command'] = 'airpollutiongenerators',
                    ['parent'] = 'pollute',
                    ['helpText'] =  {
                            ['English'] = "Creates AIR POLLUTION MACHINES OF DOOM",
                            ['Russian'] = "Создаёт АПОКАЛИПТИЧЕСКУЮ МАШИНУ ЗАГРЯЗНЕНИЯ ВОЗДУХА",
                            ['German'] = "Erstellt LUFTVERUNREINIGUNGSMASCHINEN DES UNTERGANGS",
                            ['French'] = "Crée une MACHINE DE POLLUTION ATMOSPHERIQUE DE LA MORT",
                            },
                    ['shortCut'] = 'apgen',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/pollute all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'pollute',
                    ['helpText'] =  {
                            ['English'] = "Rains tailings from the heavens to ruin the world",
                            ['Russian'] = "Дождь из хвостов уничтожающий мир",
                            ['German'] = "Lässt giftige Schlacke vom Himmel regnen um die Welt zu ruinieren",
                            ['French'] = "Fait pleuvoir des résidus du ciel pour ruiner le monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/pollute co2'] = {
                    ['command'] = 'co2',
                    ['parent'] = 'pollute',
                    ['helpText'] =  {
                            ['English'] = "Changes CO2 PPM by X",
                            ['Russian'] = "Изменяет CO2 PPM на X",
                            ['German'] = "Ändert CO2 ppm um X",
                            ['French'] = "Modifie le ppm de CO2 de X",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'ppm', 'Single'},
                            },
        },
        ['/pollute tickgarbage'] = {
                    ['command'] = 'tickgarbage',
                    ['parent'] = 'pollute',
                    ['helpText'] =  {
                            ['English'] = "Ticks garbage checks",
                            ['Russian'] = "Ticks garbage checks",
                            ['German'] = "Ticks garbage checks",
                            ['French'] = "Ticks garbage checks",
                            },
                    ['shortCut'] = 'tg',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/pollute trashcity'] = {
                    ['command'] = 'trashcity',
                    ['parent'] = 'pollute',
                    ['helpText'] =  {
                            ['English'] = "Just in case you like living in TRASH CITY",
                            ['Russian'] = "Просто в случае, если вам нравится жить НА СВАЛКЕ",
                            ['German'] = "Für den Fall, dass du gerne in einer Stadt aus Müll lebst",
                            ['French'] = "Juste au cas où vous aimez vivre à ORDURE VILLE",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/preset all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns All Presets (Exept hidden)",
                            ['Russian'] = "Создаёт все наборы предметов (кроме скрытых)",
                            ['German'] = "Erzeugt alle Geschenke (ausser Verstecke)",
                            ['French'] = "Génère tous les objets (sauf les cachés)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset beds'] = {
                    ['command'] = 'beds',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns storage with bed items",
                            ['Russian'] = "Создаёт хранилище с кроватями",
                            ['German'] = "Erstellt ein Lager mit Teilen für Betten",
                            ['French'] = "Génère un stockage avec des lits",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset blocks'] = {
                    ['command'] = 'blocks',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Blocks items",
                            ['Russian'] = "Создаёт блоки",
                            ['German'] = "Erzeugt blockierte Gegenstände",
                            ['French'] = "Génère des blocs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset chairs'] = {
                    ['command'] = 'chairs',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns chair-related items",
                            ['Russian'] = "Spawns chair-related items",
                            ['German'] = "Spawns chair-related items",
                            ['French'] = "Spawns chair-related items",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset clothes'] = {
                    ['command'] = 'clothes',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Clothing items",
                            ['Russian'] = "Создаёт предметы Одежды",
                            ['German'] = "Erzeugt Kleidungsgegenstände",
                            ['French'] = "Génère des vêtements",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset crafting'] = {
                    ['command'] = 'crafting',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns CraftingStation items",
                            ['Russian'] = "Создаёт всевозможные верстаки",
                            ['German'] = "Erzeugt Werkbank Gegenstände",
                            ['French'] = "Génère des ateliers",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset cultural'] = {
                    ['command'] = 'cultural',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Housing cultural items",
                            ['Russian'] = "Spawns Housing cultural items",
                            ['German'] = "Spawns Housing cultural items",
                            ['French'] = "Génère des objets pour la pièce culturelle",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset doors'] = {
                    ['command'] = 'doors',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawn storage with all type of doors",
                            ['Russian'] = "Создаёт хранилище со всеми типами дверей",
                            ['German'] = "Erstelle Lager mit allen Arten von Türen",
                            ['French'] = "Faites apparaître un stockage avec tous les types de portes",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset economy'] = {
                    ['command'] = 'economy',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Economy items",
                            ['Russian'] = "Создаёт предметы экономики",
                            ['German'] = "Erzeugt Economy Gegenstände",
                            ['French'] = "Génère des objets d'économie",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset food'] = {
                    ['command'] = 'food',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Food items",
                            ['Russian'] = "Создаёт еду",
                            ['German'] = "Erzeugt Essen Gegenstände",
                            ['French'] = "Génère de la nourriture",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset fuel'] = {
                    ['command'] = 'fuel',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Fuel items",
                            ['Russian'] = "Создаёт топливо",
                            ['German'] = "Erzeugt Treibstoff Gegenstände",
                            ['French'] = "Génère du carburant",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset generators'] = {
                    ['command'] = 'generators',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Generator items",
                            ['Russian'] = "Создаёт генераторы",
                            ['German'] = "Erzeugt Generator Gegenstände",
                            ['French'] = "Génère des générateurs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset hidden'] = {
                    ['command'] = 'hidden',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Hidden items",
                            ['Russian'] = "Создать скрытые предметы",
                            ['German'] = "Erzeugt Versteckte Gegenstände",
                            ['French'] = "Génère des objets cachés",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset housing'] = {
                    ['command'] = 'housing',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Housing items",
                            ['Russian'] = "Создаёт предметы мебели",
                            ['German'] = "Erzeugt Wohnungsgegenstände",
                            ['French'] = "Génère des objets pour la maison",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset industrial'] = {
                    ['command'] = 'industrial',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Housing industrial items",
                            ['Russian'] = "Spawns Housing industrial items",
                            ['German'] = "Spawns Housing industrial items",
                            ['French'] = "Génère des objets pour la pièce industrielle",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset lights'] = {
                    ['command'] = 'lights',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Lighting items",
                            ['Russian'] = "Spawns Lighting items",
                            ['German'] = "Spawns Lighting items",
                            ['French'] = "Spawns Lighting items",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset mainroom'] = {
                    ['command'] = 'mainroom',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Housing main room items",
                            ['Russian'] = "Spawns Housing main room items",
                            ['German'] = "Spawns Housing main room items",
                            ['French'] = "Génère des objets pour le salon",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset paint'] = {
                    ['command'] = 'paint',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Lots of different paint buckets for test",
                            ['Russian'] = "Lots of different paint buckets for test",
                            ['German'] = "Lots of different paint buckets for test",
                            ['French'] = "Beaucoup de seaux de peinture différents pour tester",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'stackCount', 'Int32', '5'},
                            },
        },
        ['/preset planter'] = {
                    ['command'] = 'planter',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Housing items",
                            ['Russian'] = "Создаёт предметы мебели",
                            ['German'] = "Erzeugt Wohnungsgegenstände",
                            ['French'] = "Génère des objets pour la maison",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset power'] = {
                    ['command'] = 'power',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Power dependent items",
                            ['Russian'] = "Создаёт предметы, требующие энергию",
                            ['German'] = "Erzeugt Energie Gegenstände",
                            ['French'] = "Génère des objets dépendants d'énergie",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset resources'] = {
                    ['command'] = 'resources',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Resources items",
                            ['Russian'] = "Создаёт блоки ресурсов",
                            ['German'] = "Erzeugt Ressourcen Gegenstände",
                            ['French'] = "Génère des ressources",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset scrolls'] = {
                    ['command'] = 'scrolls',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns SkillScrolls items",
                            ['Russian'] = "Создаёт страницы навыков",
                            ['German'] = "Erzeugt Schriftrollen",
                            ['French'] = "Génère des pages de compétence",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset seating'] = {
                    ['command'] = 'seating',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Housing seating items",
                            ['Russian'] = "Spawns Housing seating items",
                            ['German'] = "Spawns Housing seating items",
                            ['French'] = "Génère des sièges pour la maison",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset signs'] = {
                    ['command'] = 'signs',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns storage with sign containing items",
                            ['Russian'] = "Создаёт хранилище с табличками",
                            ['German'] = "Erstellt ein Lager mit Teilen für Schilder",
                            ['French'] = "Génère un stockage avec tous les types de panneaux",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset storages'] = {
                    ['command'] = 'storages',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Storage items",
                            ['Russian'] = "Создаёт все виды Хранилищ",
                            ['German'] = "Erzeugt Lager Gegenstände",
                            ['French'] = "Génère des stockages",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset tableplaceable'] = {
                    ['command'] = 'tableplaceable',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns items that can be placed on tables",
                            ['Russian'] = "Spawns items that can be placed on tables",
                            ['German'] = "Spawns items that can be placed on tables",
                            ['French'] = "Spawns items that can be placed on tables",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset tablesurface'] = {
                    ['command'] = 'tablesurface',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns table items that can have things placed on them",
                            ['Russian'] = "Spawns table items that can have things placed on them",
                            ['German'] = "Spawns table items that can have things placed on them",
                            ['French'] = "Spawns table items that can have things placed on them",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset tools'] = {
                    ['command'] = 'tools',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Tools items",
                            ['Russian'] = "Создаёт инструменты",
                            ['German'] = "Erzeugt Werkzeug Gegenstände",
                            ['French'] = "Génère des outils",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset vehicles'] = {
                    ['command'] = 'vehicles',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns vehicle items",
                            ['Russian'] = "Создаёт транспорт",
                            ['German'] = "Erzeugt Fahrzeug Gegenstände",
                            ['French'] = "Génère des véhicules",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/profiler cpu'] = {
                    ['command'] = 'cpu',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Runs CPU profiling using dottrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs CPU profiling using dottrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Erstellt ein CPU-Profil mithilfe von dottrace. Optional kann die Dauer in Sekunden angegeben werden. Der Standardwert ist 60.",
                            ['French'] = "Effectue un profilage du CPU à l'aide de dottrace. Vous pouvez éventuellement spécifier une durée en secondes, par défaut 60 secondes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                            },
        },
        ['/profiler everything'] = {
                    ['command'] = 'everything',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Runs CPU profiling and server performance reports, one after the other. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs CPU profiling and server performance reports, one after the other. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Führt nacheinander CPU-Profilierungs- und Serverleistungsberichte aus. Optional kann die Dauer der Messung in Sekunden angegeben werden, der Standard ist 60 Sekunden.",
                            ['French'] = "Exécute le profilage du processeur et les rapports de performances serveur, l'un après l'autre. En option, la durée de la commande peut-être définie en secondes, par défaut à 60 secondes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                            },
        },
        ['/profiler memory'] = {
                    ['command'] = 'memory',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Collects memory dump.",
                            ['Russian'] = "Собрать дамп памяти.",
                            ['German'] = "Sammelt memory dump.",
                            ['French'] = "Collecte un vidage de mémoire.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/profiler nettrace'] = {
                    ['command'] = 'nettrace',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Runs CPU profiling using nettrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['Russian'] = "Runs CPU profiling using nettrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['German'] = "Erstellt ein CPU-Profil mithilfe von nettrace. Optional kann die Dauer in Sekunden angegeben werden. Der Standardwert ist 60.",
                            ['French'] = "Effectue un profilage du CPU à l'aide de nettrace. Vous pouvez éventuellement spécifier une durée en secondes, par défaut 60 secondes.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                            },
        },
        ['/profiler results'] = {
                    ['command'] = 'results',
                    ['parent'] = 'profiler',
                    ['helpText'] =  {
                            ['English'] = "Opens results page in web browser.",
                            ['Russian'] = "Открыть страницу с результатами в браузере.",
                            ['German'] = "Öffnet Ergebnisseite im Webbrowser.",
                            ['French'] = "Ouvre la page de résultats dans un navigateur web.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property add'] = {
                    ['command'] = 'add',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Adds user to current deed (if username is not provided then adds current user)",
                            ['Russian'] = "Добавляет пользователя в право (если имя пользователя не указано, будет добавлен текущий пользователь)",
                            ['German'] = "Fügt Spieler der derzeitigen Besitzurkunde hinzu (wenn der Nutzername nicht angegeben ist wird der derzeitige Nutzer hinzugefügt)",
                            ['French'] = "Ajoute l'utilisateur au titre de propriété actuel (si le nom d'utilisateur n'est pas fourni alors l'utilisateur actuel sera utilisé)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                            },
        },
        ['/property boostdeed'] = {
                    ['command'] = 'boostdeed',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Boost the value of the given deed, or the deed at the current position if not specified. Persists across server restart.",
                            ['Russian'] = "Boost the value of the given deed, or the deed at the current position if not specified. Persists across server restart.",
                            ['German'] = "Erhöhe den Wert der angegebenen Urkunde oder der Urkunde an der aktuellen Position, falls nicht angegeben. Bleibt über einen Serverneustart hinaus bestehen.",
                            ['French'] = "Augmente la valeur du titre de propriété donné, ou celle de la position actuelle s'il n'est pas spécifié. Persiste même après le redémarrage du serveur.",
                            },
                    ['shortCut'] = 'boostdeed',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'boost', 'Single'},
                            ['Arg2'] = {'deed', 'Deed', ''},
                            },
        },
        ['/property claimrect'] = {
                    ['command'] = 'claimrect',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            ['Russian'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            ['German'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            ['French'] = "Claims plots in a given rect. If you\'re already standing on a claim you have auth on, it will use the existing deed. Otherwise, a new deed is created.",
                            },
                    ['shortCut'] = 'claim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'xSide', 'Int32', '5'},
                            ['Arg2'] = {'ySide', 'Int32', '5'},
                            ['Arg3'] = {'overwriteExistingClaims', 'Boolean', 'False'},
                            },
        },
        ['/property ownall'] = {
                    ['command'] = 'ownall',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Claim all property",
                            ['Russian'] = "Захватить всю собственность",
                            ['German'] = "Alles Eigentum beanspruchen",
                            ['French'] = "Revendiquer toute propriété",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property owner'] = {
                    ['command'] = 'owner',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Change owner of current deed",
                            ['Russian'] = "Сменить владельца текущей собственности",
                            ['German'] = "Eigentümer der aktuellen Besitzurkunde wechseln",
                            ['French'] = "Change le propriétaire du titre de propriété actuel",
                            },
                    ['shortCut'] = 'owner',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'newOwner', 'User', ''},
                            },
        },
        ['/property ownnone'] = {
                    ['command'] = 'ownnone',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Revoke your property",
                            ['Russian'] = "Аннулировать ваше владение",
                            ['German'] = "Gib deine Grundstücke auf",
                            ['French'] = "Révoquer votre propriété",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                            },
        },
        ['/property remove'] = {
                    ['command'] = 'remove',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Removes user from current deed (if username is not provided then removes current user)",
                            ['Russian'] = "Удаляет пользователя из права (если имя пользователя не указано, будет удален текущий пользователь)",
                            ['German'] = "Entfernt Nutzer von der derzeitigen Besitzurkunde (wenn kein Nutzername angegeben ist wird der derzeitige Nutzer entfernt)",
                            ['French'] = "Supprime l'utilisateur du titre de propriété actuel (si le nom d'utilisateur n'est pas fourni alors il supprime l'utilisateur actuel)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                            },
        },
        ['/property removedeed'] = {
                    ['command'] = 'removedeed',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Remove given deed or here currently standing if none specified.",
                            ['Russian'] = "Remove given deed or here currently standing if none specified.",
                            ['German'] = "Remove given deed or here currently standing if none specified.",
                            ['French'] = "Supprimer le titre de propriété spécifié ou celui actuellement en place ici s'il n'y en a pas de spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'deed', 'Deed', ''},
                            },
        },
        ['/property removeemptydeeds'] = {
                    ['command'] = 'removeemptydeeds',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Remove empty deeds",
                            ['Russian'] = "Удалить права без собственности",
                            ['German'] = "Entferne leere Grundstücke",
                            ['French'] = "Supprimer les titres de propriété vides",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property removeinvalidownables'] = {
                    ['command'] = 'removeinvalidownables',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Check deeds and remove contained ownables that do not belong to them",
                            ['Russian'] = "Проверить права собственности и удалить связанные объекты собственности, которые не принадлежат им",
                            ['German'] = "Überprüfe die Besitzurkunde und entferne enthaltene Besitzgegenstände, die dir nicht gehören",
                            ['French'] = "Vérifie les titres de propriété et supprime les objets possédables qui ne leur appartiennent pas",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/property resolveoverburdened'] = {
                    ['command'] = 'resolveoverburdened',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Any deed that is overburdened (too many plots claimed, not enough claim papers) will have plots unclaimed immediately (instead of waiting for timer)",
                            ['Russian'] = "Немедленно (без таймера) освобождает участки перегруженных Владений (где недостаточно квитанций землемера)",
                            ['German'] = "Any deed that is overburdened (too many plots claimed, not enough claim papers) will have plots unclaimed immediately (instead of waiting for timer)",
                            ['French'] = "Toute propriété surchargée (trop de parcelles revendiquées, pas assez de titres de propriété) verra ses parcelles libérées immédiatement (au lieu d'attendre le délai)",
                            },
                    ['shortCut'] = 'overb',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property targetowner'] = {
                    ['command'] = 'targetowner',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Change owner of current target, if the target is a store it will change it without closing it.",
                            ['Russian'] = "Изменить владельца текущей цели, если целью является магазин, то это произойдет без его закрытия.",
                            ['German'] = "Ändere den Eigentümer des ausgewählten Ziels. Wenn das Ziel ein Geschäft ist, dann wird der Eigentümer ohne Schließung geändert.",
                            ['French'] = "Changer le propriétaire de l'élément ciblé, si la cible est un magasin, il le changera sans le fermer.",
                            },
                    ['shortCut'] = 'ownit',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'newOwner', 'User', ''},
                            },
        },
        ['/property turnon'] = {
                    ['command'] = 'turnon',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Turn on (default) or objects in a radiue.",
                            ['Russian'] = "Turn on (default) or objects in a radiue.",
                            ['German'] = "Turn on (default) or objects in a radiue.",
                            ['French'] = "Activer (par défaut) ou désactiver les objets dans un rayon.",
                            },
                    ['shortCut'] = 'on',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'on', 'Boolean', 'True'},
                            ['Arg2'] = {'raidus', 'Single', '10'},
                            },
        },
        ['/property unclaim'] = {
                    ['command'] = 'unclaim',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Unclaim the plot you\'re standing on",
                            ['Russian'] = "Unclaim the plot you\'re standing on",
                            ['German'] = "Unclaim the plot you\'re standing on",
                            ['French'] = "Unclaim the plot you\'re standing on",
                            },
                    ['shortCut'] = 'unclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/property unclaimabandoned'] = {
                    ['command'] = 'unclaimabandoned',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            ['Russian'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            ['German'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            ['French'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'days', 'Single'},
                            },
        },
        ['/property unlimitedclaim'] = {
                    ['command'] = 'unlimitedclaim',
                    ['parent'] = 'property',
                    ['helpText'] =  {
                            ['English'] = "Toggles first found Claim Tool in your toolbar to claim without needing the usually required claim papers on the corresponding Claim Stake. Lasts until server restart.",
                            ['Russian'] = "Toggles first found Claim Tool in your toolbar to claim without needing the usually required claim papers on the corresponding Claim Stake. Lasts until server restart.",
                            ['German'] = "Toggles first found Claim Tool in your toolbar to claim without needing the usually required claim papers on the corresponding Claim Stake. Lasts until server restart.",
                            ['French'] = "Active ou désactive le premier Outil de Revendication trouvé dans votre barre d'outils pour revendiquer sans avoir besoin des titres de propriétés normalement requis sur le piquet de revendication correspondant. Cela reste actif jusqu'au redémarrage du serveur.",
                            },
                    ['shortCut'] = 'unlimitedclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/qa allblocks'] = {
                    ['command'] = 'allblocks',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.",
                            ['Russian'] = "Создаёт все блоки. По желанию можно передать целое число - сколько рядов каждого блока создавать, по умолчанию 1 ряд.",
                            ['German'] = "Erzeugt alle Blöcke. Optionaler ganzzahliger Parameter für die Anzahl der Zeilen, in denen die Blöcke erstellt werden sollen. Der Standardwert ist 1 Zeile.",
                            ['French'] = "Génère tous les blocs. Le paramètre optionnel est un entier ndiquant le nombre de rangées dans lesquelles les blocs doivent être créés, la valeur par défaut étant 1 rangé.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                            },
        },
        ['/qa allconstructed'] = {
                    ['command'] = 'allconstructed',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all player constructible blocks",
                            ['Russian'] = "Создаёт все строительные блоки",
                            ['German'] = "Erzeugt alle vom Spieler konstruierbaren Blöcke",
                            ['French'] = "Génère tous les blocs constructibles des joueurs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', ''},
                            },
        },
        ['/qa allplants'] = {
                    ['command'] = 'allplants',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all plant blocks",
                            ['Russian'] = "Создаёт все блоки растений",
                            ['German'] = "Erzeugt alle Pflanzenblöcke",
                            ['French'] = "Génère tous les blocs de plantes",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                            },
        },
        ['/qa allterrain'] = {
                    ['command'] = 'allterrain',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all diggable blocks",
                            ['Russian'] = "Создаёт все блоки, которые можно копать",
                            ['German'] = "Erzeugt alle abbaubaren Blöcke",
                            ['French'] = "Génère tous les blocs pouvant être creusés",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa allworldobjects'] = {
                    ['command'] = 'allworldobjects',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns all world objects",
                            ['Russian'] = "Создаёт все объекты мира",
                            ['German'] = "Erzeugt alle Weltgegenstände",
                            ['French'] = "Génère tous les objets du monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa chattest'] = {
                    ['command'] = 'chattest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spam a bunch of stuff to chat",
                            ['Russian'] = "Отправляет много разных сообщений в чат",
                            ['German'] = "Spammt eine Menge Sachen in den Chat",
                            ['French'] = "Écrit un tas de choses dans discussion",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '10'},
                            ['Arg2'] = {'receiverCount', 'Int32', '10'},
                            ['Arg3'] = {'gibberish', 'Boolean', 'True'},
                            },
        },
        ['/qa clearplayerprefs'] = {
                    ['command'] = 'clearplayerprefs',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Clear all playerprefs, requires a restart to take effect.",
                            ['Russian'] = "Clear all playerprefs, requires a restart to take effect.",
                            ['German'] = "Alle Spielereinstellungen entfernen, benötigt einen Neustart, um wirksam zu werden.",
                            ['French'] = "Effacer toutes les préférences des joueurs, nécessite un redémarrage pour prendre effet.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa clearregions'] = {
                    ['command'] = 'clearregions',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Stop drawing the regions ",
                            ['Russian'] = "Stop drawing the regions ",
                            ['German'] = "Stop drawing the regions ",
                            ['French'] = "Stop drawing the regions ",
                            },
                    ['shortCut'] = 'clrreg',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa dbtest'] = {
                    ['command'] = 'dbtest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Inserts records to DB to get perfomance information on it.",
                            ['Russian'] = "Производит запись в БД для получения информации о её производительности.",
                            ['German'] = "Fügt Datensätze in die DB ein, um Informationen über die Performance zu erhalten.",
                            ['French'] = "Insérez des enregistrements dans la base de données pour obtenir des informations sur les performances.",
                            },
                    ['shortCut'] = 'db',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'parallelCount', 'Int32'},
                            ['Arg2'] = {'statsCountPerParallel', 'Int32'},
                            ['Arg3'] = {'bulk', 'Boolean', 'True'},
                            },
        },
        ['/qa debugspawn'] = {
                    ['command'] = 'debugspawn',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Test the spawn location",
                            ['Russian'] = "Проверить место появления новых игроков",
                            ['German'] = "Teste den Spawn Ort",
                            ['French'] = "Tester le point d'apparition",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa disconnect'] = {
                    ['command'] = 'disconnect',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Disconnect client with a long message",
                            ['Russian'] = "Отключить клиента с длинным сообщением",
                            ['German'] = "Trenne Client mit einer langen Nachricht",
                            ['French'] = "Déconnecte le client avec un long message",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa exceptional'] = {
                    ['command'] = 'exceptional',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Throws an exception, very useful",
                            ['Russian'] = "Выбрасывает исключение, очень полезная вещь",
                            ['German'] = "Gibt einen Ausnahmefehler aus, sehr hilfreich",
                            ['French'] = "Déclenche une exception, très utile",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa giveallboats'] = {
                    ['command'] = 'giveallboats',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all boats and hammer",
                            ['Russian'] = "Give all boats and hammer",
                            ['German'] = "Give all boats and hammer",
                            ['French'] = "Give all boats and hammer",
                            },
                    ['shortCut'] = 'gab',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa givealltools'] = {
                    ['command'] = 'givealltools',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all tools of the particular tier. Without specific tier a chest with all tools will be spawned",
                            ['Russian'] = "Выдает все инструменты указанного уровня. Без указания уровня создается сундук со всеми существующими",
                            ['German'] = "Erzeugt alle Werkzeuge der jeweiligen Stufe. Ohne bestimmte Stufe wird eine Truhe mit allen Werkzeugen gespawnt",
                            ['French'] = "Donne tous les outils d'un niveau spécifique. Sans niveau spécifique, un coffre avec tous les outils apparaîtra",
                            },
                    ['shortCut'] = 'gat',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Single', '0'},
                            },
        },
        ['/qa giveallvehicles'] = {
                    ['command'] = 'giveallvehicles',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all vehicles and hammer",
                            ['Russian'] = "Give all vehicles and hammer",
                            ['German'] = "Give all vehicles and hammer",
                            ['French'] = "Give all vehicles and hammer",
                            },
                    ['shortCut'] = 'gav',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa giveallvehicletools'] = {
                    ['command'] = 'giveallvehicletools',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all vehicle tools",
                            ['Russian'] = "Give all vehicle tools",
                            ['German'] = "Give all vehicle tools",
                            ['French'] = "Give all vehicle tools",
                            },
                    ['shortCut'] = 'gavt',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa listunobtainableitems'] = {
                    ['command'] = 'listunobtainableitems',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "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.",
                            ['Russian'] = "Список предметов которые не могут быть изготовлены.  Помните, некоторые из них и не должны изготавливаться, например камни.",
                            ['German'] = "Listet die Gegenstände auf, die nicht aus anderen Gegenständen hergestellt werden können. Denke daran, dass viele von diesen nicht dafür vorgesehen sind, hergestellt werden zu können - beispielsweise Steine.",
                            ['French'] = "Liste les objets qui ne peuvent pas être fabriqués à partir d'un ensemble d'autres objets. Notez que beaucoup d'entre eux ne sont pas destinés à être fabriqués, comme par exemple la pierre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa notifdelay'] = {
                    ['command'] = 'notifdelay',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Override all aggregated notifications delay. Using without specifiying delay will instead reset the value.",
                            ['Russian'] = "Override all aggregated notifications delay. Using without specifiying delay will instead reset the value.",
                            ['German'] = "Überschreibt die aggregierte Benachrichtigungsverzögerung. Benutzung ohne spezifische Angabe setzt der Wert auf den Standardwert zurück.",
                            ['French'] = "Remplacer tous les délais de notifications agrégées. L'utilisation sans spécifier de délai réinitialisera à la place la valeur.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'delay', 'Int32', '-1'},
                            },
        },
        ['/qa notificationstest'] = {
                    ['command'] = 'notificationstest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spam a bunch of stuff to notifications",
                            ['Russian'] = "Отправляет много разных уведомлений",
                            ['German'] = "Spammt eine Menge Sachen in den Chat",
                            ['French'] = "Écris un tas de choses dans les notifications",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'count', 'Int32', '10'},
                            },
        },
        ['/qa receivechat'] = {
                    ['command'] = 'receivechat',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Send multiple chat messages over time to test scrolling",
                            ['Russian'] = "Отправляет сообщения в чат в течение некоторого времени для тестирования скроллинга",
                            ['German'] = "Sende mehrere Chatnachrichten über einen Zeitraum, um das scrollen zu testen",
                            ['French'] = "Envoyer plusieurs messages de discussion au fil du temps pour tester le défilement",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'msgCounts', 'Int32'},
                            },
        },
        ['/qa regions'] = {
                    ['command'] = 'regions',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Test and draw path graph grid of given type",
                            ['Russian'] = "Test and draw path graph grid of given type",
                            ['German'] = "Test and draw path graph grid of given type",
                            ['French'] = "Test and draw path graph grid of given type",
                            },
                    ['shortCut'] = 'regi',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'regionType', 'Int32', '0'},
                            ['Arg2'] = {'lineRadius', 'Int32', '50'},
                            ['Arg3'] = {'pointRadius', 'Int32', '50'},
                            },
        },
        ['/qa resetchatsettingsforall'] = {
                    ['command'] = 'resetchatsettingsforall',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Reset all players chat settings and tab settings",
                            ['Russian'] = "Сбросить настройки чата и вкладок для всех игроков",
                            ['German'] = "Setze die Chat- und Reitereinstellungen aller Spieler zurück",
                            ['French'] = "Réinitialiser les paramètres de discussion et des canaux de tous les joueurs",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'msgCount', 'Int32', '200'},
                            ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                            },
        },
        ['/qa ridevehicle'] = {
                    ['command'] = 'ridevehicle',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Ride nearest vehicle",
                            ['Russian'] = "Поехать на ближайшем транспорте",
                            ['German'] = "Nächstes Fahrzeug besteigen.",
                            ['French'] = "Utilise le véhicule le plus proche",
                            },
                    ['shortCut'] = 'ride',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/qa runtest'] = {
                    ['command'] = 'runtest',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Run a specific test.",
                            ['Russian'] = "Run a specific test.",
                            ['German'] = "Run a specific test.",
                            ['French'] = "Run a specific test.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'testname', 'String'},
                            },
        },
        ['/qa runtests'] = {
                    ['command'] = 'runtests',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Run a series of chat commands to test the game.",
                            ['Russian'] = "Run a series of chat commands to test the game.",
                            ['German'] = "Run a series of chat commands to test the game.",
                            ['French'] = "Run a series of chat commands to test the game.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa servercrash'] = {
                    ['command'] = 'servercrash',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "A command to force the server to crash",
                            ['Russian'] = "Команда для принудительной остановки сервера",
                            ['German'] = "Ein Befehl um den Server zum Absturz zu bringen",
                            ['French'] = "Une commande pour forcer le serveur à crasher",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa showsupportedlanguages'] = {
                    ['command'] = 'showsupportedlanguages',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "List all supported languages with short codes",
                            ['Russian'] = "Отображает все поддерживаемые языки с краткими кодами",
                            ['German'] = "Listet alle unterstützten Sprachen mit Funktionscodes auf",
                            ['French'] = "Liste de tous les langages supportés avec les codes courts",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/qa spamdb'] = {
                    ['command'] = 'spamdb',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spams database operations, in the hopes of reproducing errors or lag",
                            ['Russian'] = "Отправляет базе данных очень много команд с целью создания лагов или ошибок",
                            ['German'] = "Erzeugt Datenbankoperationen, in der Hoffnung Fehler oder Lag zu verursachen",
                            ['French'] = "Spam les opération sur la base de données, dans l'espoir de reproduire des erreurs ou des décalages",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'numSeconds', 'Single', '30'},
                            ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                            },
        },
        ['/qa spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Spawns item in building",
                            ['Russian'] = "Создаёт предмет в здании",
                            ['German'] = "Spawnt einen Gegenstand in einem Gebäude",
                            ['French'] = "Génère un objet dans le bâtiment",
                            },
                    ['shortCut'] = 'spawn',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                            },
        },
        ['/qa strangecloudheartbeat'] = {
                    ['command'] = 'strangecloudheartbeat',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Forces a heartbeat to strange cloud",
                            ['Russian'] = "Forces a heartbeat to strange cloud",
                            ['German'] = "Forces a heartbeat to strange cloud",
                            ['French'] = "Forces a heartbeat to strange cloud",
                            },
                    ['shortCut'] = 'hb',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa testsendmessage'] = {
                    ['command'] = 'testsendmessage',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Send many messages",
                            ['Russian'] = "Отправить множество сообщений",
                            ['German'] = "Sende viele Nachrichten",
                            ['French'] = "Envoyer de nombreux messages",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'msgCount', 'Int32', '200'},
                            ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                            },
        },
        ['/qa toggle'] = {
                    ['command'] = 'toggle',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Toggles the show state of a UI, by UI prefab name",
                            ['Russian'] = "Переключает видимость пользовательского интерфейса по имени префаба",
                            ['German'] = "Schaltet den Anzeige-Status der Benutzeroberfläche nach vorgefertigten Namen um",
                            ['French'] = "Active/désactive l'état d'affichage d'une interface utilisateur, par nom préfabriqué de l'interface utilisateur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'uiName', 'String'},
                            },
        },
        ['/qa tooltipclearcache'] = {
                    ['command'] = 'tooltipclearcache',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Clear server and client tooltip caches for all users.",
                            ['Russian'] = "Очистить кэш подсказок сервера и клиента для всех пользователей.",
                            ['German'] = "Cache für Server und Client Tooltips aller Spieler löschen.",
                            ['French'] = "Effacez les caches d’infobulles du serveur et du client pour tous les utilisateurs.",
                            },
                    ['shortCut'] = 'ttc',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa tooltipstatus'] = {
                    ['command'] = 'tooltipstatus',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Display stats on tooltip debug.",
                            ['Russian'] = "Отобразить статистику по отладке подсказок.",
                            ['German'] = "Zeige Statistiken beim debuggen des Tooltips.",
                            ['French'] = "Affichez les statistiques sur le débogage de l'info-bulle.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/residence'] = {
                    ['command'] = 'residence',
                    ['parent'] = nil,
                    ['helpText'] =  {
                            ['English'] = "Reports residency for a given user, or yourself if none passed",
                            ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан",
                            ['German'] = "Erstellt einen Wohnbericht für einen bestimmten Nutzer oder von dir selbst, wenn keiner gewählt",
                            ['French'] = "Indique la résidence d'un utilisateur donné, ou vous-même si aucun n'a été validé",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                            },
        },
        ['/rooms adjacentrooms'] = {
                    ['command'] = 'adjacentrooms',
                    ['parent'] = 'rooms',
                    ['helpText'] =  {
                            ['English'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            ['Russian'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            ['German'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            ['French'] = "Creates two adjacent test rooms that share a wall with a doorway between them, and gives each room its own exterior door.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Int32', '1'},
                            ['Arg2'] = {'width', 'Int32', '5'},
                            ['Arg3'] = {'height', 'Int32', '4'},
                            ['Arg4'] = {'depth', 'Int32', '5'},
                            ['Arg5'] = {'windows', 'Boolean', 'False'},
                            },
        },
        ['/rooms repairall'] = {
                    ['command'] = 'repairall',
                    ['parent'] = 'rooms',
                    ['helpText'] =  {
                            ['English'] = "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",
                            ['Russian'] = "Чинит все сломанные комнаты. Выполнение может занять длительное время и очень нагрузить сервер, поэтому используйте команду только когда сломано много комнат",
                            ['German'] = "Repariert alle kaputten Räume. Dieser Befehl kann lange dauern und eine hohe Serverlast verursachen. Verwende ihn nur, wenn viele Räume beschädigt sind",
                            ['French'] = "Réparer toutes les pièces endommagées. Cette commande peut prendre beaucoup de temps et entraîner une lourde sollicitation du serveur, donc ne l'utilisez que lorsque de nombreuses pièces sont endommagées",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/rooms test'] = {
                    ['command'] = 'test',
                    ['parent'] = 'rooms',
                    ['helpText'] =  {
                            ['English'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['Russian'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['German'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['French'] = "Detailed diagnostic information about the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement addclaimpapers'] = {
                    ['command'] = 'addclaimpapers',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Add the specified quantity of claim papers to the specified settlement.",
                            ['Russian'] = "Add the specified quantity of claim papers to the specified settlement.",
                            ['German'] = "Fügt die angegebene Anzahl an Besitzurkunden zu der angegebenen Siedlung hinzu.",
                            ['French'] = "Ajoute la quantité spécifiée de titre de propriété à la colonie spécifiée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'quantity', 'Int32'},
                            ['Arg2'] = {'settlement', 'Settlement'},
                            },
        },
        ['/settlement addclaimstakes'] = {
                    ['command'] = 'addclaimstakes',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Add the specfied quantity of claim stakes to the specified settlement.",
                            ['Russian'] = "Add the specfied quantity of claim stakes to the specified settlement.",
                            ['German'] = "Fügt die angegebene Anzahl an Absteckpflöcken zu der angegebenen Siedlung hinzu.",
                            ['French'] = "Ajouter la quantité spécifiée de piquets de revendication à la colonie spécifiée.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'quantity', 'Int32'},
                            ['Arg2'] = {'settlement', 'Settlement'},
                            },
        },
        ['/settlement allowadminannex'] = {
                    ['command'] = 'allowadminannex',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                            ['Russian'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                            ['German'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                            ['French'] = "Activer ou désactiver la possibilité pour les administrateurs d'annexer des propriétés même si les exigences ne sont pas remplies.",
                            },
                    ['shortCut'] = 'freeannex',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'ignore', 'Boolean', 'True'},
                            },
        },
        ['/settlement annex'] = {
                    ['command'] = 'annex',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Force a given settlement to annex another, if the types support it.",
                            ['Russian'] = "Force a given settlement to annex another, if the types support it.",
                            ['German'] = "Erzwingt die Annexion einer Siedlung durch eine andere, sofern der Typ es zulässt.",
                            ['French'] = "Forcer une colonie donnée à annexer une autre, si les types le permettent.",
                            },
                    ['shortCut'] = 'annex',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'source', 'Settlement'},
                            ['Arg2'] = {'target', 'Settlement'},
                            },
        },
        ['/settlement civicpowers'] = {
                    ['command'] = 'civicpowers',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Displays your civic powers.",
                            ['Russian'] = "Показывает ваши гражданские привилегии.",
                            ['German'] = "Zeigt deine Civic power an.",
                            ['French'] = "Affiche vos pouvoirs civiques.",
                            },
                    ['shortCut'] = 'civicpowers',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlementsWhereYoureACitizenOnly', 'Boolean', 'True'},
                            },
        },
        ['/settlement clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Destroy all things related with the passed settlement and unclaim all property.",
                            ['Russian'] = "Destroy all things related with the passed settlement and unclaim all property.",
                            ['German'] = "Destroy all things related with the passed settlement and unclaim all property.",
                            ['French'] = "Détruit toutes les choses liées à la colonie passée et enlève toutes les propriétés.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            },
        },
        ['/settlement clearall'] = {
                    ['command'] = 'clearall',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Destroy all towns and property stakes and unclaim all property.",
                            ['Russian'] = "Уничтожить все города и колышки собственности и удалить все владения.",
                            ['German'] = "Zerstöre alle Städte und Grundstücksbeteiligungen und gib alle Grundstücke frei.",
                            ['French'] = "Supprime toutes les villes et tous les piquets de propriété et libère toute propriété revendiquée.",
                            },
                    ['shortCut'] = 'cleartowns',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/settlement emigrate'] = {
                    ['command'] = 'emigrate',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make a citizen a resident of the given town. Removes them from the previous settlement.",
                            ['Russian'] = "Сделать игрока жителем данного города. Удаляет его из предыдущего поселения.",
                            ['German'] = "Mache einen Bürger zum Mitglied der gewählten Stadt. Entfernt die alte Siedlung von ihm.",
                            ['French'] = "Faire d'un citoyen un résident de la ville donnée. Le supprimer de la colonie précédente.",
                            },
                    ['shortCut'] = 'emigrate',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement'},
                            ['Arg2'] = {'citizen', 'User'},
                            },
        },
        ['/settlement emigrateall'] = {
                    ['command'] = 'emigrateall',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Move all citizens to the target settlement, or the first found if not set.",
                            ['Russian'] = "Перемещает всех игроков в указанное поселение либо в первое найденное, если поселение не указано.",
                            ['German'] = "Verschiebe alle Bürger zu der Zielsiedlung, oder zur nächsten, wenn keine gesetzt.",
                            ['French'] = "Déplacer tous les citoyens vers la colonie cible ou la première trouvée si elle n'est pas définie.",
                            },
                    ['shortCut'] = 'emigrateall',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement', ''},
                            },
        },
        ['/settlement enabledisable'] = {
                    ['command'] = 'enabledisable',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                            ['Russian'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                            ['German'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                            ['French'] = "Active ou désactive une colonie. Cela l'empêchera d'exercer une influence ou d'appliquer des lois lorsqu'elle est désactivée.",
                            },
                    ['shortCut'] = 'seten',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Settlement'},
                            ['Arg2'] = {'enabled', 'Boolean'},
                            },
        },
        ['/settlement forcerenouncecitizenship'] = {
                    ['command'] = 'forcerenouncecitizenship',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                            ['Russian'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                            ['German'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                            ['French'] = "Enlever la citoyenneté d'une personne de n'importe quelle colonie dont il est citoyen. Désigner la cible ou s'appliquer à vous-même si non définie.",
                            },
                    ['shortCut'] = 'nocit',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/settlement gethomesteadback'] = {
                    ['command'] = 'gethomesteadback',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Remove your homestead from the world and get it back to you.",
                            ['Russian'] = "Удаляет ваш колышек усадьбы из этого мира и возвращает в ваш инвентарь.",
                            ['German'] = "Entfernt deinen Absteckpflock aus der Welt und gibt ihn dir zurück.",
                            ['French'] = "Retirer votre propriété privée du monde et récupérer-la.",
                            },
                    ['shortCut'] = 'gethomesteadback',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement homesteadreport'] = {
                    ['command'] = 'homesteadreport',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            ['Russian'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            ['German'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            ['French'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                            },
                    ['shortCut'] = 'homesteadreport',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement ignorerequirements'] = {
                    ['command'] = 'ignorerequirements',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Disable Settlement requirements for the session (Ie, dont require child settlements or citizens for a country to spawn.",
                            ['Russian'] = "Disable Settlement requirements for the session (Ie, dont require child settlements or citizens for a country to spawn.",
                            ['German'] = "Deaktiviert die Siedlungsvoraussetzungen für diese Sitzung (d. h., man benötigt keine Siedlungen oder Städte, damit ein Land erscheint).",
                            ['French'] = "Désactiver les exigences de colonie pour la session (c'est-à-dire, ne pas exiger de colonies filles ou de citoyens pour créer un pays).",
                            },
                    ['shortCut'] = 'nosetreqs',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'ignore', 'Boolean', 'True'},
                            },
        },
        ['/settlement placehomestead'] = {
                    ['command'] = 'placehomestead',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Force-place a settlement at current position, either yourself or a test user.",
                            ['Russian'] = "Force-place a settlement at current position, either yourself or a test user.",
                            ['German'] = "Force-place a settlement at current position, either yourself or a test user.",
                            ['French'] = "Forcer le placement d'une colonie à la position actuelle, que ce soit pour vous-même ou pour un utilisateur de test.",
                            },
                    ['shortCut'] = 'placehomestead',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'self', 'Boolean', 'False'},
                            ['Arg2'] = {'addAsCitizen', 'Boolean', 'False'},
                            ['Arg3'] = {'abandoned', 'Boolean', 'False'},
                            },
        },
        ['/settlement populate'] = {
                    ['command'] = 'populate',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Fill the town on this plot with citizens.",
                            ['Russian'] = "Заполнить город на этом участке Гражданами.",
                            ['German'] = "Fülle die Stadt auf diesem Grundstück mit Bewohnern.",
                            ['French'] = "Remplir la ville sur ce terrain avec des citoyens.",
                            },
                    ['shortCut'] = 'populate',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                            ['Arg2'] = {'newCitizenCount', 'Int32', '5'},
                            ['Arg3'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg4'] = {'newInviteeCount', 'Int32', '2'},
                            ['Arg5'] = {'makeAllActive', 'Boolean', 'True'},
                            },
        },
        ['/settlement rebuildcivicpowers'] = {
                    ['command'] = 'rebuildcivicpowers',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Recalc civic powers for all settlements and users.",
                            ['Russian'] = "Пересчитать гражданские права для всех поселений и игроков.",
                            ['German'] = "Neuverordnung der Bürgerrechte für alle Siedlungen und Nutzer.",
                            ['French'] = "Recalculer les pouvoirs civiques pour tous les établissements et utilisateurs.",
                            },
                    ['shortCut'] = 'rebuildcivicpowers',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/settlement recountclaims'] = {
                    ['command'] = 'recountclaims',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Forces a recount and update of the number of spawned claims and stakes for each settlement, in case they are out of synch.",
                            ['Russian'] = "Forces a recount and update of the number of spawned claims and stakes for each settlement, in case they are out of synch.",
                            ['German'] = "Forces a recount and update of the number of spawned claims and stakes for each settlement, in case they are out of synch.",
                            ['French'] = "Force un recomptage et une mise à jour du nombre de revendications et d'enjeux générés pour chaque colonie, au cas où elles ne seraient pas synchronisés.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement', ''},
                            },
        },
        ['/settlement renouncecitizenship'] = {
                    ['command'] = 'renouncecitizenship',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Leave citizenship of whatever settlement you are a citizen of.",
                            ['Russian'] = "Leave citizenship of whatever settlement you are a citizen of.",
                            ['German'] = "Leave citizenship of whatever settlement you are a citizen of.",
                            ['French'] = "Quitter la citoyenneté de n'importe quelle colonie dont vous êtes citoyen.",
                            },
                    ['shortCut'] = 'renounce',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/settlement reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                            ['Russian'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                            ['German'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                            ['French'] = "Réinitialiser toutes les entrées invalides d'une colonie à une nouvelle valeur par défaut. Si le résultat est vrai, réinitialise tout, quel que soit l'état de validité.",
                            },
                    ['shortCut'] = 'resettle',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Settlement'},
                            ['Arg2'] = {'forceAllDefaults', 'Boolean', 'False'},
                            },
        },
        ['/settlement resolvecrisis'] = {
                    ['command'] = 'resolvecrisis',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            ['Russian'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            ['German'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            ['French'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                            },
                    ['shortCut'] = 'resolvecrisis',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement', ''},
                            },
        },
        ['/settlement settlementreport'] = {
                    ['command'] = 'settlementreport',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            ['Russian'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            ['German'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            ['French'] = "Shows a report of how neighboring settlements may impact a settlement that is placed at the citizen\'s current location.  Pass a number to specify settlement type that would be placed (0 = town, 1 = country, etc)",
                            },
                    ['shortCut'] = 'settlementreport',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Int32'},
                            },
        },
        ['/settlement spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Spawn a debug set of settlements.",
                            ['Russian'] = "Создать поселение для тестирования.",
                            ['German'] = "Spawnt ein Set von Siedlungen zum debuggen.",
                            ['French'] = "Créez un ensemble de colonies de débogage.",
                            },
                    ['shortCut'] = 'testtown',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/settlement spawnhomestead'] = {
                    ['command'] = 'spawnhomestead',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Create a homestead for the passed user or a test user if null.",
                            ['Russian'] = "Create a homestead for the passed user or a test user if null.",
                            ['German'] = "Create a homestead for the passed user or a test user if null.",
                            ['French'] = "Créer une propriété privée pour l'utilisateur donné ou un utilisateur test si nul.",
                            },
                    ['shortCut'] = 'home',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'makeCitizen', 'Boolean', 'False'},
                            ['Arg2'] = {'homesteadOwner', 'User', ''},
                            },
        },
        ['/settlement spawnsimplesettlements'] = {
                    ['command'] = 'spawnsimplesettlements',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                            ['Russian'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                            ['German'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                            ['French'] = "Créez une propriété privée, une ville, un pays et une fédération imbriqués avec de simples objets activés par la force.",
                            },
                    ['shortCut'] = 'sets',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'makeSelfLeaderAndCitizen', 'Boolean', 'True'},
                            ['Arg2'] = {'assignTaxes', 'Boolean', 'True'},
                            },
        },
        ['/settlement spawntown'] = {
                    ['command'] = 'spawntown',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Create a new town on this plot and add citizens.",
                            ['Russian'] = "Создать на этом участке новый город и заполнить его Гражданами.",
                            ['German'] = "Errichte auf diesem Landstück eine neue Stadt und lasse Bewohner in sie einziehen.",
                            ['French'] = "Créer une nouvelle ville sur cette parcelle et y ajouter des citoyens.",
                            },
                    ['shortCut'] = 'town',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                            ['Arg2'] = {'makeSelfCitizenAndMayor', 'Boolean', 'True'},
                            ['Arg3'] = {'newCitizenCount', 'Int32', '5'},
                            ['Arg4'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg5'] = {'newInviteeCount', 'Int32', '2'},
                            ['Arg6'] = {'boostCulture', 'Int32', '1000'},
                            },
        },
        ['/settlement vacate'] = {
                    ['command'] = 'vacate',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make a given citizen leave citizenship of a given town.",
                            ['Russian'] = "Забирает гражданство в данном городе у игрока.",
                            ['German'] = "Entziehe einem Bürger die Bürgerschaft einer Stadt.",
                            ['French'] = "Faire qu'un citoyen donné perde la citoyenneté d'une ville donnée.",
                            },
                    ['shortCut'] = 'vacate',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement'},
                            ['Arg2'] = {'citizen', 'User'},
                            },
        },
        ['/settlement vacateall'] = {
                    ['command'] = 'vacateall',
                    ['parent'] = 'settlement',
                    ['helpText'] =  {
                            ['English'] = "Make a given citizen remove all its citizens (or all settlements if none passed).",
                            ['Russian'] = "Заставьте этого гражданина удалить всех своих подданных (или все населенные пункты, если ни один из них не прошел).",
                            ['German'] = "Entfernt alle Bürgerschaften oder Siedlungen eines Mitspielers.",
                            ['French'] = "Faire en sorte qu'un citoyen donné supprime tous ses citoyens (ou toutes les colonies si rien n'est spécifié).",
                            },
                    ['shortCut'] = 'vacateall',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement', ''},
                            },
        },
        ['/sim allowspawn'] = {
                    ['command'] = 'allowspawn',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Enable/Disable animal spawning",
                            ['Russian'] = "Enable/Disable animal spawning",
                            ['German'] = "Enable/Disable animal spawning",
                            ['French'] = "Enable/Disable animal spawning",
                            },
                    ['shortCut'] = 'anspawn',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'allow', 'Boolean'},
                            },
        },
        ['/sim animalattack'] = {
                    ['command'] = 'animalattack',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Makes animals always choose to attack",
                            ['Russian'] = "Makes animals always choose to attack",
                            ['German'] = "Makes animals always choose to attack",
                            ['French'] = "Makes animals always choose to attack",
                            },
                    ['shortCut'] = 'alwaysattack',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim cleardebris'] = {
                    ['command'] = 'cleardebris',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Clears debris in an area.",
                            ['Russian'] = "Убрать древесную массу в зоне.",
                            ['German'] = "Beseitigt Trümmer in einem Bereich.",
                            ['French'] = "Débarrasse une zone de ses débris.",
                            },
                    ['shortCut'] = 'cleardebris',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '75'},
                            },
        },
        ['/sim cullspecies'] = {
                    ['command'] = 'cullspecies',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Destroys a specified amount of a given species from surrounding area",
                            ['Russian'] = "Destroys a specified amount of a given species from surrounding area",
                            ['German'] = "Destroys a specified amount of a given species from surrounding area",
                            ['French'] = "Destroys a specified amount of a given species from surrounding area",
                            },
                    ['shortCut'] = 'cull',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String'},
                            ['Arg2'] = {'amount', 'Single', '10'},
                            ['Arg3'] = {'distance', 'Single', '50'},
                            },
        },
        ['/sim debugallanimals'] = {
                    ['command'] = 'debugallanimals',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggles debugging for all animals on/off",
                            ['Russian'] = "Toggles debugging for all animals on/off",
                            ['German'] = "Toggles debugging for all animals on/off",
                            ['French'] = "Toggles debugging for all animals on/off",
                            },
                    ['shortCut'] = 'da',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim debuganimal'] = {
                    ['command'] = 'debuganimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Enables debug on the nearest animal, or disables it if already enabled.",
                            ['Russian'] = "Включает отладку ближайшего животного или выключает, если она уже включена.",
                            ['German'] = "Aktiviert das Debuggen für das nächste Tier oder deaktiviert es, wenn es bereits aktiviert ist.",
                            ['French'] = "Active/désactive le mode débug sur l'animal le plus proche.",
                            },
                    ['shortCut'] = 'dba',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'follow', 'Boolean', 'False'},
                            ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                            },
        },
        ['/sim debuganimalfocus'] = {
                    ['command'] = 'debuganimalfocus',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            ['Russian'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            ['German'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            ['French'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                            },
                    ['shortCut'] = 'dbb',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'distanceAhead', 'Single', '10'},
                            ['Arg2'] = {'animalToSpawn', 'String', 'elk'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                            },
        },
        ['/sim destroyedatmosphere'] = {
                    ['command'] = 'destroyedatmosphere',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.",
                            ['Russian'] = "Задать процент уничтожения атмосферы, который рассеется за указанное количество секунд.",
                            ['German'] = "Lege die Rate der zerstörten Atmosphäre fest, die über eine bestimmte Anzahl an Sekunden angezeigt wird.",
                            ['French'] = "Définir le pourcentage d'atmosphère détruite à montrer, fondu sur une durée en seconde.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'percent', 'Single', '0,5'},
                            ['Arg2'] = {'time', 'Single', '5'},
                            },
        },
        ['/sim donotcontrol'] = {
                    ['command'] = 'donotcontrol',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Makes the current user not able to control animals.",
                            ['Russian'] = "Makes the current user not able to control animals.",
                            ['German'] = "Makes the current user not able to control animals.",
                            ['French'] = "Makes the current user not able to control animals.",
                            },
                    ['shortCut'] = 'dnc',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim focusanimal'] = {
                    ['command'] = 'focusanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Delete all animals except the closest.",
                            ['Russian'] = "Delete all animals except the closest.",
                            ['German'] = "Delete all animals except the closest.",
                            ['French'] = "Delete all animals except the closest.",
                            },
                    ['shortCut'] = 'foc',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'animalID', 'Int32', '-1'},
                            },
        },
        ['/sim followanimal'] = {
                    ['command'] = 'followanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggle following the nearest animal.",
                            ['Russian'] = "Переключить следование за ближайшим животным.",
                            ['German'] = "Dem nächsten Tier folgen.",
                            ['French'] = "Active/désactive le suivi de l'animal le plus proche.",
                            },
                    ['shortCut'] = 'fola',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim forcecollectglobalstats'] = {
                    ['command'] = 'forcecollectglobalstats',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Force global stats to collect now. Updates world progress stats as well.",
                            ['Russian'] = "Собирать глобальную статистику сейчас. Также обновляет статистику прогресса мира.",
                            ['German'] = "Erzwinge jetzt die Sammlung globaler Statistiken. Aktualisiert auch die Statistiken des Weltenfortschritts.",
                            ['French'] = "Force la collecte des statistiques mondiale. Met également à jour les statistiques de progression du monde.",
                            },
                    ['shortCut'] = 'globalstats',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/sim forcepathupdate'] = {
                    ['command'] = 'forcepathupdate',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Forces an update to path manager",
                            ['Russian'] = "Forces an update to path manager",
                            ['German'] = "Forces an update to path manager",
                            ['French'] = "Forces an update to path manager",
                            },
                    ['shortCut'] = 'fpu',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            },
        },
        ['/sim forcespawnanimal'] = {
                    ['command'] = 'forcespawnanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a number of animals without ecosystem checks",
                            ['Russian'] = "Spawns a number of animals without ecosystem checks",
                            ['German'] = "Spawns a number of animals without ecosystem checks",
                            ['French'] = "Spawns a number of animals without ecosystem checks",
                            },
                    ['shortCut'] = 'fanimal',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'distanceAhead', 'Single', '0'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                            },
        },
        ['/sim forceworldtick'] = {
                    ['command'] = 'forceworldtick',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Forces a world layer simulation tick to update layers immediately.",
                            ['Russian'] = "Forces a world layer simulation tick to update layers immediately.",
                            ['German'] = "Forces a world layer simulation tick to update layers immediately.",
                            ['French'] = "Forces a world layer simulation tick to update layers immediately.",
                            },
                    ['shortCut'] = 'wtick',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim freezeanimal'] = {
                    ['command'] = 'freezeanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            ['Russian'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            ['German'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            ['French'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                            },
                    ['shortCut'] = 'freeze',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/sim greenthumb'] = {
                    ['command'] = 'greenthumb',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns random plants",
                            ['Russian'] = "Создать случайные растения",
                            ['German'] = "Spawnt zufällige Pflanzen",
                            ['French'] = "Génère des plantes au hasard",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                            },
        },
        ['/sim instakillanimals'] = {
                    ['command'] = 'instakillanimals',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            ['Russian'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            ['German'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            ['French'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                            },
                    ['shortCut'] = 'instakill',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/sim killplants'] = {
                    ['command'] = 'killplants',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills all plants in an area. Pass false to not delete them.",
                            ['Russian'] = "Kills all plants in an area. Pass false to not delete them.",
                            ['German'] = "Kills all plants in an area. Pass false to not delete them.",
                            ['French'] = "Détruit toutes les plantes dans une zone. Passez false pour ne pas les supprimer.",
                            },
                    ['shortCut'] = 'killplants',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '75'},
                            ['Arg2'] = {'destroy', 'Boolean', 'True'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                            },
        },
        ['/sim killtrees'] = {
                    ['command'] = 'killtrees',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills all trees in an area. Pass false to only cut them.",
                            ['Russian'] = "Убивает все деревья в области. Параметр false, чтобы срубить их.",
                            ['German'] = "Kills all trees in an area. Pass false to only cut them.",
                            ['French'] = "Tue tous les arbres dans une zone. Passez false pour seulement les couper.",
                            },
                    ['shortCut'] = 'killtrees',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'True'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                            },
        },
        ['/sim listanimalpopulations'] = {
                    ['command'] = 'listanimalpopulations',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            ['Russian'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            ['German'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            ['French'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                            },
                    ['shortCut'] = 'animalpop',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Single', '-1'},
                            ['Arg2'] = {'z', 'Single', '-1'},
                            },
        },
        ['/sim listplantpopulations'] = {
                    ['command'] = 'listplantpopulations',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            ['Russian'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            ['German'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            ['French'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                            },
                    ['shortCut'] = 'plantpop',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Single', '-1'},
                            ['Arg2'] = {'z', 'Single', '-1'},
                            },
        },
        ['/sim makepollution'] = {
                    ['command'] = 'makepollution',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Pollute an area from 0-1.",
                            ['Russian'] = "Pollute an area from 0-1.",
                            ['German'] = "Pollute an area from 0-1.",
                            ['French'] = "Pollute an area from 0-1.",
                            },
                    ['shortCut'] = 'pol',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'pollutionValue', 'Single', '1'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                            },
        },
        ['/sim massplant'] = {
                    ['command'] = 'massplant',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a bunch of one plant",
                            ['Russian'] = "Создать группу одинаковых растений",
                            ['German'] = "Spawnt eine Menge der gleichen Pflanze",
                            ['French'] = "Génère quelques plantes d'une espèce",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'speciesName', 'String', ''},
                            ['Arg3'] = {'growthPercent', 'Single', '1'},
                            ['Arg4'] = {'yield', 'Single', '0,8'},
                            ['Arg5'] = {'trees', 'Boolean', 'False'},
                            },
        },
        ['/sim moveto'] = {
                    ['command'] = 'moveto',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['Russian'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['German'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['French'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            },
                    ['shortCut'] = 'come',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            },
        },
        ['/sim oneshot'] = {
                    ['command'] = 'oneshot',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills nearest animal",
                            ['Russian'] = "Убивает животных вблизи",
                            ['German'] = "Tötet das nächste Tier",
                            ['French'] = "Tue l'animal le plus proche",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim poorbunnies'] = {
                    ['command'] = 'poorbunnies',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Kills all animals and disable animal spawn",
                            ['Russian'] = "Kills all animals and disable animal spawn",
                            ['German'] = "Kills all animals and disable animal spawn",
                            ['French'] = "Kills all animals and disable animal spawn",
                            },
                    ['shortCut'] = 'die',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'destroy', 'Boolean', 'True'},
                            },
        },
        ['/sim raisesealevel'] = {
                    ['command'] = 'raisesealevel',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Raises the sea level by a passed in amount.  Careful with this one!",
                            ['Russian'] = "Поднимает уровень море на заданную величину. Используйте с осторожностью!",
                            ['German'] = "Erhöht den Meeresspiegel um einen bestimmten Wert. Mit Vorsicht verwenden!",
                            ['French'] = "Augmente le niveau de la mer du montant précisé. Attention avec celle-ci !",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'val', 'Single', '1,5'},
                            },
        },
        ['/sim regenlayer'] = {
                    ['command'] = 'regenlayer',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.",
                            ['Russian'] = "Регенерирует слой мира восстанавливая состояние в котором он был сразу после создания.",
                            ['German'] = "Setzt eine Weltebene zurück in den Zustand, in dem sie wäre, wenn die Welt frisch generiert worden wäre.",
                            ['French'] = "Régénère un calque du monde, en la restaurant à l'état dans lequel elle se trouverait si le monde était nouvellement généré.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'layerName', 'String'},
                            },
        },
        ['/sim removedeadplants'] = {
                    ['command'] = 'removedeadplants',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Removes dead plants in an area.",
                            ['Russian'] = "Убрать мертвые растения в зоне.",
                            ['German'] = "Entfernt tote Pflanzen in einem Bereich.",
                            ['French'] = "Enlève les plantes mortes dans une zone.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '50'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            },
        },
        ['/sim runto'] = {
                    ['command'] = 'runto',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['Russian'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['German'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            ['French'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates).  If no coords passed, use cur position.",
                            },
                    ['shortCut'] = 'run',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            },
        },
        ['/sim sealevel'] = {
                    ['command'] = 'sealevel',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Displays the current sea level and how much it has risen.",
                            ['Russian'] = "Отображает текущий уровень моря и насколько он вырос.",
                            ['German'] = "Zeigt den aktuellen Meeresspiegel und wie weit dieser angestiegen ist.",
                            ['French'] = "Affiche le niveau actuel de la mer et combien il a augmenté.",
                            },
                    ['shortCut'] = 'sea',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/sim setlayer'] = {
                    ['command'] = 'setlayer',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Sets a world layer to specific value or random value from range.",
                            ['Russian'] = "Устанавливает слой мира на определенное значение или случайное значение из диапазона.",
                            ['German'] = "Legt eine Weltenebene auf einen bestimmten Wert oder einen zufälligen Wert aus einem Bereich fest.",
                            ['French'] = "Définit un calque du monde à une valeur spécifique ou à une valeur aléatoire de la gamme.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'не число'},
                            },
        },
        ['/sim setpollutionactive'] = {
                    ['command'] = 'setpollutionactive',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Activates/deactivates pollution layer updating.",
                            ['Russian'] = "Включает/выключает обновление слоя загрязнения.",
                            ['German'] = "Aktiviert / deaktiviert die Aktualisierung der Verschmutzungsschicht.",
                            ['French'] = "Active/désactive la mise à jour du calque de pollution.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'isActive', 'Boolean'},
                            },
        },
        ['/sim showpopulationchanges'] = {
                    ['command'] = 'showpopulationchanges',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            ['Russian'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            ['German'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            ['French'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                            },
                    ['shortCut'] = 'popchanges',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/sim spawnallanimals'] = {
                    ['command'] = 'spawnallanimals',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns all animals in a grid based on look direction",
                            ['Russian'] = "Spawns all animals in a grid based on look direction",
                            ['German'] = "Spawns all animals in a grid based on look direction",
                            ['French'] = "Spawns all animals in a grid based on look direction",
                            },
                    ['shortCut'] = 'zoo',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'spacing', 'Int32', '2'},
                            },
        },
        ['/sim spawnallplants'] = {
                    ['command'] = 'spawnallplants',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns plants of particular ages in a row",
                            ['Russian'] = "Создаёт ряд растений определенного возраста",
                            ['German'] = "Spawnt Pflanzen bestimmten Alters in einer Reihe",
                            ['French'] = "Génère des plantes d'âges particuliers sur une rangée",
                            },
                    ['shortCut'] = 'allplants',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'growth1', 'Single', '0,3'},
                            ['Arg3'] = {'growth2', 'Single', '0,6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                            },
        },
        ['/sim spawnalltrees'] = {
                    ['command'] = 'spawnalltrees',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns trees of particular ages in a row",
                            ['Russian'] = "Spawns trees of particular ages in a row",
                            ['German'] = "Erzeugt Bäume bestimmten Alters in einer Reihe",
                            ['French'] = "Génère des arbres d'âges particuliers sur une rangée",
                            },
                    ['shortCut'] = 'alltrees',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim spawnanimal'] = {
                    ['command'] = 'spawnanimal',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a number of animals",
                            ['Russian'] = "Создаёт какое-то количество животных",
                            ['German'] = "Spawnt eine Anzahl von Tieren",
                            ['French'] = "Génère un certain nombre d'animaux",
                            },
                    ['shortCut'] = 'animal',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'distanceAhead', 'Single', '0'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                            },
        },
        ['/sim spawnherd'] = {
                    ['command'] = 'spawnherd',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            ['Russian'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            ['German'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            ['French'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                            },
                    ['shortCut'] = 'frens',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim spawnplant'] = {
                    ['command'] = 'spawnplant',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns a plant or plants in a row or grid",
                            ['Russian'] = "Spawns a plant or plants in a row or grid",
                            ['German'] = "Erzeugt eine oder mehrere Pflanzen in einer Linie oder einem Gitter",
                            ['French'] = "Génère une ou plusieurs plantes sur une rangée ou une grille",
                            },
                    ['shortCut'] = 'plant',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Birch'},
                            ['Arg2'] = {'countX', 'Int32', '1'},
                            ['Arg3'] = {'countZ', 'Int32', '1'},
                            ['Arg4'] = {'space', 'Int32', '0'},
                            ['Arg5'] = {'age', 'Single', '1'},
                            },
        },
        ['/sim toggleanimalnotifications'] = {
                    ['command'] = 'toggleanimalnotifications',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggles animal population change notifications on/off to all users.",
                            ['Russian'] = "Toggles animal population change notifications on/off to all users.",
                            ['German'] = "Toggles animal population change notifications on/off to all users.",
                            ['French'] = "Toggles animal population change notifications on/off to all users.",
                            },
                    ['shortCut'] = 'animalnotify',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim trample'] = {
                    ['command'] = 'trample',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Tramples the surrounding ground",
                            ['Russian'] = "Вытаптывает окружающие земли",
                            ['German'] = "Zertrampelt den umgebenden Boden",
                            ['French'] = "Piétine le sol environnant",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim unpollute'] = {
                    ['command'] = 'unpollute',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Unpollute an area. Remove dead plants and replace dirt on grass blocks.",
                            ['Russian'] = "Очистить зону от загрязнения. Убрать мёртвые растения и заменить землю на траву.",
                            ['German'] = "Verschmutze einen Bereich. Entferne tote Pflanzen und ersetze es mit Schmutz auf Grasblöcken.",
                            ['French'] = "Dépollue une zone. Supprime les plantes mortes et remplace la terre sur les blocs d'herbe.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                            },
        },
        ['/skills addlevelto'] = {
                    ['command'] = 'addlevelto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Gives levels to another player. Gives to yourself if target user is empty",
                            ['Russian'] = "Добавляет уровни другому игроку. Выдаст Вам если игрок не был указан",
                            ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                            ['French'] = "Donne des niveaux à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'addlevel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills addpointsto'] = {
                    ['command'] = 'addpointsto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Give skillpoints to another player. Give them to yourself if target user is empty",
                            ['Russian'] = "Передать очки навыков другому игроку или передать очки самому себе если не указывать целевого игрока",
                            ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                            ['French'] = "Donnez des points de compétence à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'addpoint',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Unlocks all skills",
                            ['Russian'] = "Разблокирует все навыки",
                            ['German'] = "Schaltet alle Fertigkeiten frei",
                            ['French'] = "Débloque toutes les compétences",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills cleartalents'] = {
                    ['command'] = 'cleartalents',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets all talents for a specialization for a player. If the skill name is empty it will remove talents from all specialization",
                            ['Russian'] = "Сбрасывает таланты для указанной специализации игрока. Если специализация не указана, сбрасываются все таланты",
                            ['German'] = "Setzt alle Talente für eine Spezialisierung eines Spielers zurück. Falls der Spezialisierungsname leer ist, werden die Talente von allen Spezialisierungen entfernt",
                            ['French'] = "Réinitialise tous les talents pour la spécialisation d'un joueur. Si le nom de la compétence est vide, cela supprimera toutes les talents de toutes les spécialisations",
                            },
                    ['shortCut'] = 'notalents',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                            },
        },
        ['/skills creative'] = {
                    ['command'] = 'creative',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Remove restrictions and gives you every skill at max level.",
                            ['Russian'] = "Убирает ограничения и даёт вам все навыки на максимальном уровне.",
                            ['German'] = "Entferne Beschränkungen und gibt dir alle Fähigkeiten auf maximalem Level.",
                            ['French'] = "Retire les restrictions et vous donne toutes les compétences au niveau max.",
                            },
                    ['shortCut'] = 'creative',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills debugedu'] = {
                    ['command'] = 'debugedu',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Make education tick every frame, accepet teachers and students regardless of skills, and allow teachers to be their own students.",
                            ['Russian'] = "Сделайте так, чтобы образование соответствовало каждому кадру, принимайте учителей и учеников, независимо от навыков, и позволяйте учителям быть самими собой с учениками.",
                            ['German'] = "Lässt Bildung jeden frame ticken. Nimmt Schüler und Lehrer unabhängig vom Skill an und Lehrer können ihre eigenen Schüler sein.",
                            ['French'] = "Faire en sorte que l'éducation soit pleinement encadrée, acceptez les enseignants et les élèves indépendamment de leurs compétences et permettez aux enseignants d'être leurs propres élèves.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills education'] = {
                    ['command'] = 'education',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "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.",
                            ['Russian'] = "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.",
                            ['German'] = "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.",
                            ['French'] = "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.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'value', 'Single', '1'},
                            ['Arg3'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills fullreset'] = {
                    ['command'] = 'fullreset',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets all skills to unlearnt",
                            ['Russian'] = "Сбрасывает все навыки в не изученное состояние",
                            ['German'] = "Setzt alle Fertigkeiten zurück",
                            ['French'] = "Réinitialise toutes les compétences à non apprise",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills give'] = {
                    ['command'] = 'give',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Gives a skill matching the given name. If no target user is set, apply to self.",
                            ['Russian'] = "Выдает всё специализации, совпадающие с названием. Если не указан игрок, применяется к себе.",
                            ['German'] = "Verleiht eine Fähigkeit, die sich dem zugeordneten Namen anpasst. Wenn kein Zielnutzer bestimmt ist, auf sich selbst anwenden.",
                            ['French'] = "Donne une compétence correspondant au nom donné. Si aucun utilisateur cible n'est défini, s'appliquer sur soi.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills givepointsto'] = {
                    ['command'] = 'givepointsto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Give skillpoints to another player",
                            ['Russian'] = "Дать очки навыков другому игроку",
                            ['German'] = "Gibt Fertigkeitspunkte an einen anderen Spieler",
                            ['French'] = "Donne des points de compétence à un autre joueur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'number', 'Int32', '10'},
                            },
        },
        ['/skills levelup'] = {
                    ['command'] = 'levelup',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['Russian'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['German'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['French'] = "Levels up a string matching the passed skill\'s name to the max.",
                            },
                    ['shortCut'] = 'levelup',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills levelupall'] = {
                    ['command'] = 'levelupall',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Levels all skills up 1 level at a time (no chunks).",
                            ['Russian'] = "Поднять все навыки на 1 уровень разом (без квитанций).",
                            ['German'] = "Erhöht alle Fertigkeiten um jeweils 1 Stufe (keine Brocken).",
                            ['French'] = "Augmente toutes les compétences d'un niveau à la fois (sans morceaux).",
                            },
                    ['shortCut'] = 'allskills',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills levelupuser'] = {
                    ['command'] = 'levelupuser',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Level up a citizen by one.  Default levels you up.",
                            ['Russian'] = "Повышайте уровень жителя на один. Уровни по умолчанию, которые вы повышаете.",
                            ['German'] = "Erhöht die Stufe eines Spielers um 1. Standardmäßig stuft es dich hoch.",
                            ['French'] = "Augmenter le niveau d'un citoyen de un. Par défaut, vous montez de niveau.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['/skills rate'] = {
                    ['command'] = 'rate',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Displays or sets the current skill rate multiplier.",
                            ['Russian'] = "Показывает или задаёт множитель прироста очков навыков.",
                            ['German'] = "Zeigt den momentanen Fertigkeitspunktemultiplikator an oder setzt ihn.",
                            ['French'] = "Affiche ou définit le multiplicateur de compétence actuel.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillRate', 'Single', '-1'},
                            },
        },
        ['/skills removelevelfrom'] = {
                    ['command'] = 'removelevelfrom',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes levels from another player. Removes from yourself if target user is empty",
                            ['Russian'] = "Удаляет уровни у другого игрока. Удалит у Вас если игрок не указан",
                            ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                            ['French'] = "Supprime les niveaux d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'removelevel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills removepointsfrom'] = {
                    ['command'] = 'removepointsfrom',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Remove skillpoints from another player. Removes from yourself if target user is empty",
                            ['Russian'] = "Удаляет очки опыта у другого игрока. Удалит у Вас если игрок не указан",
                            ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                            ['French'] = "Retirez les points de compétence d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'removepoint',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills removespecialty'] = {
                    ['command'] = 'removespecialty',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes a specialty that matches the passed string.",
                            ['Russian'] = "Удаляет специальность, соответствующую переданной строке.",
                            ['German'] = "Entfernt einen Beruf, der auf die Zeichenfolge passt.",
                            ['French'] = "Supprime une spécialité qui correspond à la chaîne transmise.",
                            },
                    ['shortCut'] = 'leveldown',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'specialtyName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills removetalent'] = {
                    ['command'] = 'removetalent',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes talent by name for a player",
                            ['Russian'] = "Убирает у игрока талант по его названию",
                            ['German'] = "Entfernt ein Talent für einen Spieler anhand des Namens",
                            ['French'] = "Supprime le talent par nom pour un joueur",
                            },
                    ['shortCut'] = 'talentdel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'talentName', 'String'},
                            },
        },
        ['/skills reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets a specialization for a player. If the skill name is empty it will reset all specializations.",
                            ['Russian'] = "Сбрасывает специализацию у игрока. Если имя специализации не указано, то будут сброшены все.",
                            ['German'] = "Setzt die Spezialisierung für einen Spieler zurück. Falls der Fähigkeitsname leer ist, werden alle Spezialisierungen zurückgesetzt.",
                            ['French'] = "Réinitialise la spécialisation d'un joueur. Si le nom de la compétence est vide, cela réinitialisera toutes les spécialisations.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                            },
        },
        ['/teleport atob'] = {
                    ['command'] = 'atob',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleports player A to player B",
                            ['Russian'] = "Переместить игрока А к игроку Б",
                            ['German'] = "Teleportiert Spieler A zu Spieler B",
                            ['French'] = "Téléporte le joueur A vers le joueur B",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                            },
        },
        ['/teleport targetto'] = {
                    ['command'] = 'targetto',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleports otherPlayer to an xyz coordinate",
                            ['Russian'] = "Переместить другого игрока на xyz координаты",
                            ['German'] = "Teleportiert otherPlayer zu einer xyz-Koordinate",
                            ['French'] = "Téléporte un autre joueur vers une coordonnée xyz",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherUser', 'User'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                            },
        },
        ['/teleport todark'] = {
                    ['command'] = 'todark',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleport to the opposite side of the World",
                            ['Russian'] = "Телепортироваться на противоположную сторону мира",
                            ['German'] = "Zur gegenüberliegenden Seite der Welt teleportieren",
                            ['French'] = "Vous téléporte de l'autre côté du Monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/teleport toplayer'] = {
                    ['command'] = 'toplayer',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleport to a citizen.",
                            ['Russian'] = "Переместиться к жителю.",
                            ['German'] = "Teleportiert zu einem Bürger.",
                            ['French'] = "Se téléporter auprès du joueur.",
                            },
                    ['shortCut'] = 'tpto',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                            },
        },
        ['/teleport toworldposition'] = {
                    ['command'] = 'toworldposition',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.",
                            ['Russian'] = "Телепортироваться на xyz или xz координаты. При указании двух координат высота определяется автоматически.",
                            ['German'] = "Teleportiere zu einer xyz-Koordinate oder einer xz-Koordinate. Für zwei Komponenten wird Y automatisch berechnet.",
                            ['French'] = "Téléportation sur des coordonnées XYZ ou XZ. En cas de coordonnées XZ, alors Y est calculé automatiquement.",
                            },
                    ['shortCut'] = 'tp',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '-1'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                            },
        },
        ['/test axesandchainsaw'] = {
                    ['command'] = 'axesandchainsaw',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test cutting trees with axe and chainsaw.",
                            ['Russian'] = "Test cutting trees with axe and chainsaw.",
                            ['German'] = "Test cutting trees with axe and chainsaw.",
                            ['French'] = "Test cutting trees with axe and chainsaw.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test bed'] = {
                    ['command'] = 'bed',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawn a bed and sleep in it.",
                            ['Russian'] = "Создать кровать и лечь спать в неё.",
                            ['German'] = "Erzeuge ein Bett und schlafe darin.",
                            ['French'] = "Faire apparaître un lit et dormir dedans.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test chatinteraction'] = {
                    ['command'] = 'chatinteraction',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Make a test user send a message every specific period of time to the general channel and/or to the current user.",
                            ['Russian'] = "Make a test user send a message every specific period of time to the general channel and/or to the current user.",
                            ['German'] = "Lässt einen Testbenutzer in einem bestimmten Intervall eine Nachricht an den allgemeinen Chat oder den aktuellen Benutzer senden.",
                            ['French'] = "Faire en sorte qu'un utilisateur de test envoie un message à intervalles réguliers sur le canal général et/ou à l'utilisateur actuel.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'enableGeneralMessages', 'Boolean'},
                            ['Arg2'] = {'timeBtwMessages', 'Single', '1'},
                            ['Arg3'] = {'enableWhisperMessages', 'Boolean', 'False'},
                            },
        },
        ['/test cranes'] = {
                    ['command'] = 'cranes',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Setup a test environment for cranes.",
                            ['Russian'] = "Создаёт тестовую среду для кранов.",
                            ['German'] = "Erzeugt ein Testgelände für Kräne.",
                            ['French'] = "Mets en place un environnement de test pour les grues.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test demote'] = {
                    ['command'] = 'demote',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            ['Russian'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            ['German'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            ['French'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test distributionstation'] = {
                    ['command'] = 'distributionstation',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Creates and applies a Distribution Station.",
                            ['Russian'] = "Создаёт и настраивает станцию распределения.",
                            ['German'] = "Baut eine Verteilungsstation und füllt diese mit Gegenständen.",
                            ['French'] = "Crée et applique une station de distribution.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                            },
        },
        ['/test distributionstationcarried'] = {
                    ['command'] = 'distributionstationcarried',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Creates and applies a Distribution Station with carried items",
                            ['Russian'] = "Создаёт и настраивает станцию распределения с переносимыми предметами",
                            ['German'] = "Erstellt und wendet eine Verteilerstation mit beförderten Artikeln an",
                            ['French'] = "Crée et applique une station de distribution avec des articles transportés",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test economics'] = {
                    ['command'] = 'economics',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns all the various parts of an economy.",
                            ['Russian'] = "Создаёт различные части экономики.",
                            ['German'] = "Erzeugt all die verschiedenen Teile einer Wirtschaft.",
                            ['French'] = "Génère toutes les différentes parties d'une économie.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'categoriesPerStore', 'Int32', '4'},
                            ['Arg3'] = {'stores', 'Int32', '5'},
                            },
        },
        ['/test elevator'] = {
                    ['command'] = 'elevator',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Setup an elevator for testing",
                            ['Russian'] = "Создать лифт для проверки",
                            ['German'] = "Aufzug für einen Test einrichten",
                            ['French'] = "Installe un ascenseur pour les tests",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test exchange'] = {
                    ['command'] = 'exchange',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.",
                            ['Russian'] = "Создаёт 2 тестовых обменника, один для пользователя и один для другого пользователя. Добавляет несколько записей и выполняет тесты.",
                            ['German'] = "Erzeugt zwei Wechselstuben, eine für den Nutzer und eine für einen anderen Nutzer. Fügt einige Einträge ein, macht ein paar Tests.",
                            ['French'] = "Génère 2 échanges de tests, un pour l'utilisateur et le second pour un autre utilisateur. Ajoute quelques entrées, effectue quelques tests.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test foldouts'] = {
                    ['command'] = 'foldouts',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Generates some test combinations of foldout lists. Can optionally set the level of nesting.",
                            ['Russian'] = "Создаёт тестовые комбинации раскрывающихся списков. По желанию можно указать уровень вложенности.",
                            ['German'] = "Erzeugt einige Testkombinationen von Faltlisten. Kann optional die Verschachtelungsebene einstellen.",
                            ['French'] = "Génère des combinaisons de tests de listes déroulantes. Peut optionnellement définir le niveau d'imbrication.",
                            },
                    ['shortCut'] = 'dbgf',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                            },
        },
        ['/test giveremoveitems'] = {
                    ['command'] = 'giveremoveitems',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts to give the user all of the items, then remove them",
                            ['Russian'] = "Attempts to give the user all of the items, then remove them",
                            ['German'] = "Attempts to give the user all of the items, then remove them",
                            ['French'] = "Attempts to give the user all of the items, then remove them",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test hammers'] = {
                    ['command'] = 'hammers',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Run a series of chat commands to test the game.",
                            ['Russian'] = "Run a series of chat commands to test the game.",
                            ['German'] = "Run a series of chat commands to test the game.",
                            ['French'] = "Run a series of chat commands to test the game.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test industrialelevator'] = {
                    ['command'] = 'industrialelevator',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Setup an industrial elevator for testing",
                            ['Russian'] = "Создать индустриальный лифт для проверки",
                            ['German'] = "Richte einen Industrieaufzug zum Testen ein",
                            ['French'] = "Configuration d'un ascenseur industriel pour des essais",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test interactitems'] = {
                    ['command'] = 'interactitems',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts to give the user all items and interact with them",
                            ['Russian'] = "Attempts to give the user all items and interact with them",
                            ['German'] = "Attempts to give the user all items and interact with them",
                            ['French'] = "Attempts to give the user all items and interact with them",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test interactobjects'] = {
                    ['command'] = 'interactobjects',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts to interact with all objects in the world",
                            ['Russian'] = "Attempts to interact with all objects in the world",
                            ['German'] = "Attempts to interact with all objects in the world",
                            ['French'] = "Attempts to interact with all objects in the world",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test maketestusers'] = {
                    ['command'] = 'maketestusers',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Create test users up to the given amount (default 5)",
                            ['Russian'] = "Создать тестовых пользователей до достижения указанного количества (по умолчанию 5)",
                            ['German'] = "Erstellt Testbenutzer bis zur angegebenen Anzahl (Standard 5)",
                            ['French'] = "Créée des utilisateurs de test jusqu'au montant donné (5 par défaut)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['/test maketuser'] = {
                    ['command'] = 'maketuser',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Create test user with a specified name.",
                            ['Russian'] = "Создать тестового пользователя с указанным именем.",
                            ['German'] = "Erstellt einen Testbenutzer mit einem angegebenen Namen.",
                            ['French'] = "Crée un utilisateur test avec le nom spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'caller', 'User', ''},
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['/test pipes'] = {
                    ['command'] = 'pipes',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns a setup for testing pipes.",
                            ['Russian'] = "Создает установку для тестирования труб.",
                            ['German'] = "Erzeugt eine Einrichtung zum testen von Rohren.",
                            ['French'] = "Génère une installation pour tester les tuyaux.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test placeallworldblocks'] = {
                    ['command'] = 'placeallworldblocks',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts placing all world block objects in the world",
                            ['Russian'] = "Attempts placing all world block objects in the world",
                            ['German'] = "Attempts placing all world block objects in the world",
                            ['French'] = "Attempts placing all world block objects in the world",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test placegarbage'] = {
                    ['command'] = 'placegarbage',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempt to place a bunch of garbage bags in the world.",
                            ['Russian'] = "Attempt to place a bunch of garbage bags in the world.",
                            ['German'] = "Attempt to place a bunch of garbage bags in the world.",
                            ['French'] = "Attempt to place a bunch of garbage bags in the world.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test placeobjects'] = {
                    ['command'] = 'placeobjects',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Attempts placing all objects in the world",
                            ['Russian'] = "Attempts placing all objects in the world",
                            ['German'] = "Attempts placing all objects in the world",
                            ['French'] = "Attempts placing all objects in the world",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test propertyclaimtool'] = {
                    ['command'] = 'propertyclaimtool',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test claiming and unclaiming property.",
                            ['Russian'] = "Test claiming and unclaiming property.",
                            ['German'] = "Test claiming and unclaiming property.",
                            ['French'] = "Test claiming and unclaiming property.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test qamode'] = {
                    ['command'] = 'qamode',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Toggle qamode on/off.",
                            ['Russian'] = "Toggle qamode on/off.",
                            ['German'] = "Schalte qamode an/aus.",
                            ['French'] = "Active/désactive mode Assurance Qualité.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/test sewage'] = {
                    ['command'] = 'sewage',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawns a setup for testing sewage system.",
                            ['Russian'] = "Создает установку для тестирования системы канализации.",
                            ['German'] = "Erzeugt eine Einrichtung zum Testen von Abwassersystemen.",
                            ['French'] = "Génère une installation pour tester le système d'égouts.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'village', 'Boolean', 'False'},
                            },
        },
        ['/test spamnotifications'] = {
                    ['command'] = 'spamnotifications',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spams aggregated notifications to the given user.",
                            ['Russian'] = "Spams aggregated notifications to the given user.",
                            ['German'] = "Spams aggregated notifications to the given user.",
                            ['French'] = "Spams aggregated notifications to the given user.",
                            },
                    ['shortCut'] = 'spamnotifications',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test testspoilage'] = {
                    ['command'] = 'testspoilage',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['Russian'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['German'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            },
                    ['shortCut'] = 'testspoilage',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test testspoilagemultithread'] = {
                    ['command'] = 'testspoilagemultithread',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['Russian'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['German'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                            },
                    ['shortCut'] = 'testspoilagemultithread',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/test workorders'] = {
                    ['command'] = 'workorders',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            ['Russian'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            ['German'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            ['French'] = "Spawn a number of workbenches which in turn will have a number of work orders each to test notifications. (Will destroy previously created workbenches, does not add resources or labor)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'workbenches', 'Int32', '4'},
                            ['Arg2'] = {'maximumOrdersPerBench', 'Int32', '4'},
                            },
        },
        ['/test zeropoint'] = {
                    ['command'] = 'zeropoint',
                    ['parent'] = 'test',
                    ['helpText'] =  {
                            ['English'] = "Build Zero Point place and teleport to it",
                            ['Russian'] = "Построить место Нулевой Точки и телепортироваться туда",
                            ['German'] = "Baue einen Nullpunkt und teleportiere dorthin",
                            ['French'] = "Construit le Point Zéro et téléporte à celui-ci",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sizeX', 'Int32'},
                            ['Arg2'] = {'sizeZ', 'Int32'},
                            },
        },
        ['/time fastforward'] = {
                    ['command'] = 'fastforward',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Force the world to fast forward. Pass 0 to stop.",
                            ['Russian'] = "Ускорить время. 0 для остановки.",
                            ['German'] = "Zwinge die Welt in den schnellen Vorlauf. Übergebe den Parameter 0 zum stoppen.",
                            ['French'] = "Force le monde à l'avance rapide. Envoyer 0 pour arrêter.",
                            },
                    ['shortCut'] = 'ff',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/time midnight'] = {
                    ['command'] = 'midnight',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Set time of day to midnight",
                            ['Russian'] = "Выставить время суток на полночь",
                            ['German'] = "Tageszeit auf Mitternacht setzen",
                            ['French'] = "Réglez l'heure de la journée sur minuit",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time noon'] = {
                    ['command'] = 'noon',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Set time of day to noon.",
                            ['Russian'] = "Выставить время суток на полдень.",
                            ['German'] = "Tageszeit auf Mittag setzen.",
                            ['French'] = "Réglez l'heure de la journée sur midi.",
                            },
                    ['shortCut'] = 'noon',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time now'] = {
                    ['command'] = 'now',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Reports the current time.",
                            ['Russian'] = "Сообщает текущее время.",
                            ['German'] = "Zeigt die aktuelle Uhrzeit.",
                            ['French'] = "Indique l'heure actuelle.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            },
        },
        ['/time resettime'] = {
                    ['command'] = 'resettime',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Reset time of day to match the clock.",
                            ['Russian'] = "Сбросить время суток, чтобы оно соответствовало часам.",
                            ['German'] = "Setzt die Tageszeit so, dass sie mit der tatsächlichen Uhrzeit übereinstimmt.",
                            ['French'] = "Réinitialiser l'heure de la journée en fonction de l'horloge.",
                            },
                    ['shortCut'] = 'resettime',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/time set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Set time of day to the specified hour",
                            ['Russian'] = "Выставить время суток на указанный час",
                            ['German'] = "Tageszeit auf eine bestimmte Stunde setzen",
                            ['French'] = "Réglez l'heure de la journée sur une heure choisie",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hour', 'Single'},
                            },
        },
        ['/time skiptime'] = {
                    ['command'] = 'skiptime',
                    ['parent'] = 'time',
                    ['helpText'] =  {
                            ['English'] = "Skips ahead time a given number of hours.",
                            ['Russian'] = "Skips ahead time a given number of hours.",
                            ['German'] = "Skips ahead time a given number of hours.",
                            ['French'] = "Skips ahead time a given number of hours.",
                            },
                    ['shortCut'] = 'st',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hoursToSkip', 'Single', '24'},
                            },
        },
        ['/titles assign'] = {
                    ['command'] = 'assign',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Assigns a given user to a given title, assigning to yourself if none is specified.",
                            ['Russian'] = "Присваивает указанный титул пользователю, или себе, если параметр не указан.",
                            ['German'] = "Füge einem Spieler einen Titel hinzu, oder dir selbst wenn keiner angegeben.",
                            ['French'] = "Assigne un utilisateur donné à un titre donné, en vous l'assignant à vous-même si aucun n'est spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                            },
        },
        ['/titles clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Clears all occupants from a title.",
                            ['Russian'] = "Лишает титула всех его обладателей.",
                            ['German'] = "Entfernt alle Inhaber von einem Titel.",
                            ['French'] = "Enlève tous les occupants d'un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['/titles delete'] = {
                    ['command'] = 'delete',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Permanently deletes a title.",
                            ['Russian'] = "Безвозвратно удаляет должность.",
                            ['German'] = "Löscht einen Titel permanent.",
                            ['French'] = "Supprime définitivement un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            },
        },
        ['/titles giveglobalmarkerrights'] = {
                    ['command'] = 'giveglobalmarkerrights',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Allow the given user to change all world marker settlement types without permissions.",
                            ['Russian'] = "Allow the given user to change all world marker settlement types without permissions.",
                            ['German'] = "Erlaubt es den gegebenen Nutzer alle Weltmarker ohne Rechte zu ändern.",
                            ['French'] = "Permet à l'utilisateur donné de modifier tous les types de repères de la carte de la colonie sans autorisations.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/titles givetreasuryrights'] = {
                    ['command'] = 'givetreasuryrights',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Assign the current player to a new title that has treasury rights.",
                            ['Russian'] = "Назначить текущего игрока на новую должность с правами управления казной.",
                            ['German'] = "Weise dem aktuellen Spieler einen neuen Titel mit Staatskassen-Rechten zu.",
                            ['French'] = "Assigne au joueur actuel un nouveau titre ayant des droits du Trésor public.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            },
        },
        ['/titles list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Lists all existing titles and info about them.",
                            ['Russian'] = "Список всех существующих титулов и информация о них.",
                            ['German'] = "Listet alle existierenden Titel und zugehörige Informationen auf.",
                            ['French'] = "Liste tous les titres existants et des informations à leur sujet.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/titles rename'] = {
                    ['command'] = 'rename',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Rename a new title.",
                            ['Russian'] = "Переименовывает титул.",
                            ['German'] = "Benennt einen neuen Titel um.",
                            ['French'] = "Renomme un nouveau titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                            },
        },
        ['/titles set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set values for a title.",
                            ['Russian'] = "Устанавливает параметры должности.",
                            ['German'] = "Legt Werte für einen Titel fest.",
                            ['French'] = "Définit les valeurs d'un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'maxOccupants', 'Int32'},
                            },
        },
        ['/titles setplaytimeboost'] = {
                    ['command'] = 'setplaytimeboost',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['Russian'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['German'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['French'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'hoursBoost', 'Single', '2'},
                            },
        },
        ['/titles spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Create a bunch of titles for testing.",
                            ['Russian'] = "Создать кучу должностей для тестирования.",
                            ['German'] = "Erstelle eine Reihe von Titeln zum testen.",
                            ['French'] = "Créée un ensemble de titres pour tester.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'number', 'Int32', '5'},
                            },
        },
        ['/titles unassign'] = {
                    ['command'] = 'unassign',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Removes a given user from a given title, removing from yourself if none is specified.",
                            ['Russian'] = "Убирает указанный титул у пользователя, или у себя, если параметр не указан.",
                            ['German'] = "Entferne den Titel eines Spieler, oder dir selbst wenn keiner angegeben.",
                            ['French'] = "Supprime un utilisateur donné d'un titre donné, en le supprimant de vous-même si aucun n'est spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                            },
        },
        ['/tutorials reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Resets the tutorial, including record of given items (which menu option does not do).",
                            ['Russian'] = "Сбрасывает обучение, включая записи о выданных предметах (в отличии от пункта меню).",
                            ['German'] = "Setzt das Tutorial zurück, einschließlich der erhaltenen Gegenstände (was die Menü Option nicht tut).",
                            ['French'] = "Réinitialise le tutoriel, y compris l'enregistrement des objets donnés (ce que l'option de menu ne fait pas).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/tutorials task'] = {
                    ['command'] = 'task',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Starts specific tutorial task by name.",
                            ['Russian'] = "Начинает указанную обучающую задачу по её названию.",
                            ['German'] = "Startet eine bestimmte Tutorial Aufgabe nach Namen.",
                            ['French'] = "Démarre une tâche spécifique du tutoriel par son nom.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'taskName', 'String'},
                            },
        },
        ['/tutorials unlockui'] = {
                    ['command'] = 'unlockui',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Unlocks all UI panels locked by tutorial.",
                            ['Russian'] = "Unlocks all UI panels locked by tutorial.",
                            ['German'] = "Unlocks all UI panels locked by tutorial.",
                            ['French'] = "Unlocks all UI panels locked by tutorial.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/twitch resenddatasets'] = {
                    ['command'] = 'resenddatasets',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces all datasets to refresh on the EBS server",
                            ['Russian'] = "Forces all datasets to refresh on the EBS server",
                            ['German'] = "Erzwingt eine Aktualisierung aller Datensätze auf dem EBS-Server",
                            ['French'] = "Force tous les ensembles de données à s'actualiser sur le serveur EBS",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/twitch subscribe'] = {
                    ['command'] = 'subscribe',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces a Twitch channel subscription with the EBS server",
                            ['Russian'] = "Forces a Twitch channel subscription with the EBS server",
                            ['German'] = "Erzwingt ein Twitch-Kanal-Abonnement mit dem EBS-Server",
                            ['French'] = "Force un abonnement à la chaîne Twitch avec le serveur EBS",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'channelId', 'String'},
                            },
        },
        ['/twitch unsubscribe'] = {
                    ['command'] = 'unsubscribe',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces the removal of a Twitch channel subscription with the EBS server",
                            ['Russian'] = "Forces the removal of a Twitch channel subscription with the EBS server",
                            ['German'] = "Erzwingt die Entfernung eines Twitch-Kanal-Abonnements mit dem EBS-Server",
                            ['French'] = "Force la suppression d'un abonnement à une chaîne Twitch avec le serveur EBS",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'channelId', 'String'},
                            },
        },
        ['/user defaultexhaust'] = {
                    ['command'] = 'defaultexhaust',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Set exhaustion data to default, as if fresh start. It will allow first time bonuses again",
                            ['Russian'] = "Set exhaustion data to default, as if fresh start. It will allow first time bonuses again",
                            ['German'] = "Set exhaustion data to default, as if fresh start. It will allow first time bonuses again",
                            ['French'] = "Définir les données d'épuisement par défaut, comme un nouveau départ. Cela permettra d'accorder à nouveau les bonus de première fois",
                            },
                    ['shortCut'] = 'defaultexhaust',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/user energize'] = {
                    ['command'] = 'energize',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Provide a user with extra hours they can use to perform labor when exhauasted.  Can be negative to remove previously granted energy.",
                            ['Russian'] = "Обеспечить пользователя дополнительным временем, которые он может потратить на выполнение работы когда устанет. Удаление ранее выданной энергии может привести к отрицательным значениям.",
                            ['German'] = "Gibt einem Spieler zusätzliche Stunden, mit denen er oder sie Arbeit ausführen kann, wenn er oder sie erschöpft ist. Kann auch negativ sein, um zuvor zugeführte Kraft zu entfernen.",
                            ['French'] = "Fournir à un utilisateur des heures supplémentaires qu'il peut utiliser pour accomplir le travail lorsqu'il est épuisé. Peut-être négatif pour supprimer l'énergie précédemment accordée.",
                            },
                    ['shortCut'] = 'en',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'hours', 'Int32', '10000'},
                            ['Arg2'] = {'target', 'User', ''},
                            },
        },
        ['/user exhaust'] = {
                    ['command'] = 'exhaust',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Force a user to be exhausted for the remainder of the day.",
                            ['Russian'] = "Сделать игрока обессиленным до конца дня.",
                            ['German'] = "Zwingt einen Spieler erschöpft zu sein für den Rest des Tages.",
                            ['French'] = "Force un utilisateur à être épuisé pour le reste de la journée.",
                            },
                    ['shortCut'] = 'exhaust',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            },
        },
        ['/user setlastrefreshday'] = {
                    ['command'] = 'setlastrefreshday',
                    ['parent'] = 'user',
                    ['helpText'] =  {
                            ['English'] = "Change last refresh day from target by days (positive to add and negative to remove) ",
                            ['Russian'] = "Change last refresh day from target by days (positive to add and negative to remove) ",
                            ['German'] = "Change last refresh day from target by days (positive to add and negative to remove) ",
                            ['French'] = "Modifier le dernier jour de rafraîchissement de la cible de quelques jours (ajouter un nombre positif ou soustraire un nombre négatif) ",
                            },
                    ['shortCut'] = 'givelastrefreshday',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'days', 'Int32'},
                            ['Arg2'] = {'target', 'User', ''},
                            },
        },
        ['/util calculate'] = {
                    ['command'] = 'calculate',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Evaluates provided math expression",
                            ['Russian'] = "Оценивает математическое выражение",
                            ['German'] = "Wertet den mathematischen Wert aus",
                            ['French'] = "Evalue l'expression mathématique fournie",
                            },
                    ['shortCut'] = 'calc',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'expression', 'String'},
                            },
        },
        ['/util fly'] = {
                    ['command'] = 'fly',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Toggles fly mode",
                            ['Russian'] = "Включает режим полета",
                            ['German'] = "Schaltet Flugmodus um",
                            ['French'] = "Active/désactive le mode vol",
                            },
                    ['shortCut'] = 'fly',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util fuel'] = {
                    ['command'] = 'fuel',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Fuels currently selected (driving) vehicle.",
                            ['Russian'] = "Заправляет выбранное (управляемое) транспортное средство.",
                            ['German'] = "Betankt das derzeitig ausgewählte (fahrende) Fahrzeug.",
                            ['French'] = "Carburants actuellement sélectionnés pour le véhicule (de conduite).",
                            },
                    ['shortCut'] = 'fuel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/util invisible'] = {
                    ['command'] = 'invisible',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Make your character invisible",
                            ['Russian'] = "Сделайте своего персонажа невидимым",
                            ['German'] = "Macht deinen Charakter unsichtbar",
                            ['French'] = "Rend le personnage invisible",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util openserverui'] = {
                    ['command'] = 'openserverui',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Opens the server GUI, if the user is a local user.",
                            ['Russian'] = "Открывает интерфейс сервера, если пользователь в локальной игре.",
                            ['German'] = "Öffnet die Serveroberfläche, falls der Benutzer ein lokaler Benutzer ist.",
                            ['French'] = "Ouvre le GUI du serveur, si l'utilisateur est un utilisateur local.",
                            },
                    ['shortCut'] = 'serverui',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util record'] = {
                    ['command'] = 'record',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Toggles record mode",
                            ['Russian'] = "Включает режим оператора для записи",
                            ['German'] = "Schaltet Aufnahmemodus um",
                            ['French'] = "Active/désactive le mode enregistrement",
                            },
                    ['shortCut'] = 'record',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/util unstuck'] = {
                    ['command'] = 'unstuck',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Attempts to unstuck your avatar",
                            ['Russian'] = "Пытается высвободить вашего персонажа",
                            ['German'] = "Versucht, deinen Avatar zu befreien",
                            ['French'] = "Tente de débloquer votre personnage",
                            },
                    ['shortCut'] = 'unstuck',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/util unstuckvehicle'] = {
                    ['command'] = 'unstuckvehicle',
                    ['parent'] = 'util',
                    ['helpText'] =  {
                            ['English'] = "Attempts to unstuck vehicle in target",
                            ['Russian'] = "Пытается вытащить технику на которую вы смотрите",
                            ['German'] = "Versucht das anvisierte Fahrzeug zu befreien",
                            ['French'] = "Tente de décoincer le véhicule ciblé",
                            },
                    ['shortCut'] = 'freecar',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            },
        },
        ['/weather clear'] = {
                    ['command'] = 'clear',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Clear all weather",
                            ['Russian'] = "Clear all weather",
                            ['German'] = "Clear all weather",
                            ['French'] = "Réinitialise toutes les conditions météorologiques",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather cloudy'] = {
                    ['command'] = 'cloudy',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create some clouds",
                            ['Russian'] = "Create some clouds",
                            ['German'] = "Create some clouds",
                            ['French'] = "Create some clouds",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather foggy'] = {
                    ['command'] = 'foggy',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create some fog",
                            ['Russian'] = "Create some fog",
                            ['German'] = "Create some fog",
                            ['French'] = "Create some fog",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather heavyrain'] = {
                    ['command'] = 'heavyrain',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create a heavy rain storm",
                            ['Russian'] = "Create a heavy rain storm",
                            ['German'] = "Create a heavy rain storm",
                            ['French'] = "Create a heavy rain storm",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather rain'] = {
                    ['command'] = 'rain',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Create a light rain",
                            ['Russian'] = "Create a light rain",
                            ['German'] = "Create a light rain",
                            ['French'] = "Create a light rain",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/weather status'] = {
                    ['command'] = 'status',
                    ['parent'] = 'weather',
                    ['helpText'] =  {
                            ['English'] = "Prints out the current weather status",
                            ['Russian'] = "Prints out the current weather status",
                            ['German'] = "Prints out the current weather status",
                            ['French'] = "Prints out the current weather status",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            },
        },
        ['/workparty spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'workparty',
                    ['helpText'] =  {
                            ['English'] = "Spawn a work party for testing.",
                            ['Russian'] = "Создать рабочую группу для теста.",
                            ['German'] = "Erstellt eine Arbeitsgruppe zum testen.",
                            ['French'] = "Fait apparaître un groupe de travail pour tester.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/world clearallrubble'] = {
                    ['command'] = 'clearallrubble',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Destroys all rubble in the world",
                            ['Russian'] = "Уничтожает все булыжники в мире",
                            ['German'] = "Destroys all rubble in the world",
                            ['French'] = "Détruit tous les décombres du monde",
                            },
                    ['shortCut'] = 'clearallrubble',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/world clearfallentrees'] = {
                    ['command'] = 'clearfallentrees',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Removes fallen trees",
                            ['Russian'] = "Убрать упавшие деревья",
                            ['German'] = "Entferne umgestürzte Bäume",
                            ['French'] = "Supprime les arbres tombés",
                            },
                    ['shortCut'] = 'clearfallentrees',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/world fixobjects'] = {
                    ['command'] = 'fixobjects',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Destroys all physical objects with illegal positions outside the world. (worldobjects, vehicles, trees, rubbles etc)",
                            ['Russian'] = "Уничтожает все физические объекты с неверными координатами за пределами мира. (мировые объекты, транспортные средства, деревья, булыжники и т. д.)",
                            ['German'] = "Destroys all physical objects with illegal positions outside the world. (worldobjects, vehicles, trees, rubbles etc)",
                            ['French'] = "Détruit tous les objets physiques avec des positions illégales à l'extérieur du monde (objets du monde, véhicules, arbres, décombres, etc.)",
                            },
                    ['shortCut'] = 'fixobjects',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'teleportVehicles', 'Boolean', 'True'},
                            },
        },
        ['/world fixtrunks'] = {
                    ['command'] = 'fixtrunks',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Destroys all trunks outside the world",
                            ['Russian'] = "Уничтожает все стволы деревьев за пределами мира",
                            ['German'] = "Destroys all trunks outside the world",
                            ['French'] = "Détruit tous les troncs à l'extérieur du monde",
                            },
                    ['shortCut'] = 'fixtrunks',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/world generatestats'] = {
                    ['command'] = 'generatestats',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Generates the world block stats",
                            ['Russian'] = "Создается статистика мирового блока",
                            ['German'] = "Generiert die Statistiken der Weltblöcke",
                            ['French'] = "Génère les statistiques du bloc mondial",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/world inspectblock'] = {
                    ['command'] = 'inspectblock',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Inspect server block, container and occupancy at coords",
                            ['Russian'] = "Inspect server block, container and occupancy at coords",
                            ['German'] = "Inspect server block, container and occupancy at coords",
                            ['French'] = "Inspect server block, container and occupancy at coords",
                            },
                    ['shortCut'] = 'inspectblock',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32'},
                            ['Arg2'] = {'y', 'Int32'},
                            ['Arg3'] = {'z', 'Int32'},
                            },
        },
        ['/world species'] = {
                    ['command'] = 'species',
                    ['parent'] = 'world',
                    ['helpText'] =  {
                            ['English'] = "Shows initial spawn clusters of species",
                            ['Russian'] = "Показать начальные кластеры создания видов",
                            ['German'] = "Zeigt Spawn Cluster von Spezies",
                            ['French'] = "Affiche les emplacements initiaux générant des espèces",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'species', 'String'},
                            },
        },
    },
}