Модуль:CommandData: различия между версиями

Материал из Eco - Русская Wiki
Перейти к:навигация, поиск
[досмотренная версия][досмотренная версия]
Update 9.4.0
Нет описания правки
 
(не показаны 3 промежуточные версии этого же участника)
Строка 1: Строка 1:
-- Eco Version : 0.9.4.0 beta release-237
-- Eco Version : 0.12.0.7
-- Export Language: Russian
-- EWDE Version : 0.7.0.0
-- Date of export : 01.03.2026 20:37:49


return {
return {
Строка 7: Строка 8:
                     ['command'] = 'giveachive',
                     ['command'] = 'giveachive',
                     ['parent'] = 'achievements',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'Give an achievement to the given user',
                     ['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',
                     ['shortCut'] = 'chieve',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'achievementname', 'String'},
                             ['Arg1'] = {'achievementname', 'String'},
                             ['Arg2'] = {'target', 'User', ''},
                             ['Arg2'] = {'progress', 'Int32', '0'},
                            ['Arg3'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['/achievements list'] = {
         ['/achievements listall'] = {
                     ['command'] = 'list',
                     ['command'] = 'listall',
                     ['parent'] = 'achievements',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'List the achievements available.',
                     ['helpText'] = {
                            ['English'] = "List all achievements available.",
                            ['Russian'] = "Список доступных достижений.",
                            ['German'] = "List all achievements available.",
                            ['French'] = "Liste toutes les réalisations disponibles.",
                            },
                     ['shortCut'] = 'chieves',
                     ['shortCut'] = 'chieves',
                     ['level'] = 'Разработчик',
                     ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
Строка 27: Строка 54:
                     ['command'] = 'remove',
                     ['command'] = 'remove',
                     ['parent'] = 'achievements',
                     ['parent'] = 'achievements',
                     ['helpText'] = 'Remove an achievement from the given user',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'achievementname', 'String'},
                             ['Arg1'] = {'achievementName', 'String'},
                             ['Arg2'] = {'target', 'User', ''},
                             ['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'] =  {
                             },
                             },
         },
         },
Строка 38: Строка 99:
                     ['command'] = 'dummy',
                     ['command'] = 'dummy',
                     ['parent'] = 'avatar',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Создает клона',
                     ['helpText'] = {
                            ['English'] = "Spawns a dummy avatar",
                            ['Russian'] = "Создает клона",
                            ['German'] = "Erzeugt einen Dummy-Avatar",
                            ['French'] = "Génère un mannequin",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'count', 'Int32', '1'},
Строка 48: Строка 114:
                     ['command'] = 'lastplayeronearth',
                     ['command'] = 'lastplayeronearth',
                     ['parent'] = 'avatar',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Убрать всех созданных клонов',
                     ['helpText'] = {
                            ['English'] = "Kills all spawned dummys",
                            ['Russian'] = "Убрать всех созданных клонов",
                            ['German'] = "Löscht alle erzeugten Dummys",
                            ['French'] = "Tuer tous les mannequins",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 57: Строка 128:
                     ['command'] = 'metime',
                     ['command'] = 'metime',
                     ['parent'] = 'avatar',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Создает заданное количество клонов вашего персонажа',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'count', 'Int32', '1'},
Строка 67: Строка 143:
                     ['command'] = 'thirdperson',
                     ['command'] = 'thirdperson',
                     ['parent'] = 'avatar',
                     ['parent'] = 'avatar',
                     ['helpText'] = 'Включает вид от третьего лица',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Пользователь',
                     ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 76: Строка 171:
                     ['command'] = 'building',
                     ['command'] = 'building',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт здание из блоков указанного уровня',
                     ['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',
                     ['shortCut'] = 'bt',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'type', 'Int32', '1'},
                             ['Arg1'] = {'type', 'Int32', '1'},
Строка 86: Строка 186:
                             ['Arg5'] = {'roofType', 'Int32', '1'},
                             ['Arg5'] = {'roofType', 'Int32', '1'},
                             ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                            ['Arg7'] = {'stories', 'Int32', '1'},
                             },
                             },
         },
         },
Строка 91: Строка 192:
                     ['command'] = 'buildingofmaterial',
                     ['command'] = 'buildingofmaterial',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт здание из выбранного материала',
                     ['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',
                     ['shortCut'] = 'bm',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'material', 'String'},
                             ['Arg1'] = {'material', 'String'},
Строка 101: Строка 207:
                             ['Arg5'] = {'roofType', 'Int32', '1'},
                             ['Arg5'] = {'roofType', 'Int32', '1'},
                             ['Arg6'] = {'createWindows', 'Boolean', 'True'},
                             ['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'] =  {
                             },
                             },
         },
         },
Строка 106: Строка 227:
                     ['command'] = 'evict',
                     ['command'] = 'evict',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Выселить указанного жильца или себя если без указания.',
                     ['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',
                     ['shortCut'] = 'evict',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'targetUser', 'User', ''},
Строка 116: Строка 242:
                     ['command'] = 'fullstockpile',
                     ['command'] = 'fullstockpile',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт заполненный склад',
                     ['helpText'] = {
                            ['English'] = "Generate a full stockpile",
                            ['Russian'] = "Создаёт заполненный склад",
                            ['German'] = "Volles Lager generieren",
                            ['French'] = "Génère une réserve pleine",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 125: Строка 256:
                     ['command'] = 'home',
                     ['command'] = 'home',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создать несколько жилых комнат.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 134: Строка 270:
                     ['command'] = 'import',
                     ['command'] = 'import',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Импортировать строение из строки',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'importString', 'String'},
                             ['Arg1'] = {'importString', 'String'},
Строка 144: Строка 285:
                     ['command'] = 'landlord',
                     ['command'] = 'landlord',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт комнату для тестового пользователя, и делает Вас арендатором.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 153: Строка 299:
                     ['command'] = 'objects',
                     ['command'] = 'objects',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт все объекты, содержащие указанную строку в названии. Если они содержат текст, добавить их тоже. По желанию можно указать диапазон строк.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'objectstring', 'String'},
                             ['Arg1'] = {'objectstring', 'String'},
Строка 165: Строка 316:
                     ['command'] = 'resident',
                     ['command'] = 'resident',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Сделать указанного игрока жильцом на участке на котором вы находитесь. Делает жильцом Вас если не указан другой игрок.',
                     ['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',
                     ['shortCut'] = 'res',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'targetUser', 'User', ''},
Строка 175: Строка 331:
                     ['command'] = 'road',
                     ['command'] = 'road',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт дорогу',
                     ['helpText'] = {
                            ['English'] = "Spawns a road",
                            ['Russian'] = "Создаёт дорогу",
                            ['German'] = "Spawnt eine Straße",
                            ['French'] = "Génère une route",
                            },
                     ['shortCut'] = 'road',
                     ['shortCut'] = 'road',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'length', 'Int32', '25'},
                             ['Arg1'] = {'length', 'Int32', '25'},
Строка 183: Строка 344:
                             ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                             ['Arg3'] = {'buildTypeVal', 'Int32', '0'},
                             ['Arg4'] = {'bottomType', 'Int32', '2'},
                             ['Arg4'] = {'bottomType', 'Int32', '2'},
                             },
                             ['Arg5'] = {'flatRoad', 'Boolean', 'False'},
        },
        ['/build sewagevillage'] = {
                    ['command'] = 'sewagevillage',
                    ['parent'] = 'build',
                    ['helpText'] = 'Создать деревню, в которой будет канализация.',
                    ['shortCut'] = '',
                    ['level'] = 'Разработчик',
                    ['parameters'] =  {
                             },
                             },
         },
         },
Строка 197: Строка 350:
                     ['command'] = 'shuffleblocks',
                     ['command'] = 'shuffleblocks',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт и перемешивает разные блоки',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '10'},
                             ['Arg1'] = {'x', 'Int32', '10'},
Строка 208: Строка 366:
                     ['command'] = 'shuffleobjects',
                     ['command'] = 'shuffleobjects',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт большое количество случайных мировых объектов.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '100'},
                             ['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'},
                             },
                             },
         },
         },
Строка 218: Строка 412:
                     ['command'] = 'stockpile',
                     ['command'] = 'stockpile',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт склад содержащий указанные предметы.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'item1', 'String', 'LogItem'},
                             ['Arg1'] = {'item1', 'String', 'BirchLogItem'},
                             ['Arg2'] = {'item2', 'String', ''},
                             ['Arg2'] = {'item2', 'String', ''},
                             ['Arg3'] = {'item3', 'String', ''},
                             ['Arg3'] = {'item3', 'String', ''},
Строка 232: Строка 431:
                     ['command'] = 'store',
                     ['command'] = 'store',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт магазин с хранилищем и случайными торговыми предложениями.',
                     ['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'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'offers', 'Int32', '6'},
                             ['Arg1'] = {'offers', 'Int32', '30'},
                            ['Arg2'] = {'categories', 'Int32', '8'},
                             },
                             },
         },
         },
Строка 242: Строка 447:
                     ['command'] = 'tech',
                     ['command'] = 'tech',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт различные штуки (объекты, блоки и т. д.) указанного уровня развития',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Int32', '1'},
                             ['Arg1'] = {'tier', 'Int32', '1'},
Строка 252: Строка 462:
                     ['command'] = 'techtree',
                     ['command'] = 'techtree',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Строит каждый мировой объект в подходящем здании и заправляет его топливом',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/build tolltrigger'] = {
         ['/build toolsstore'] = {
                     ['command'] = 'tolltrigger',
                     ['command'] = 'toolsstore',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт тестовый терминал, выполняющий простые действия.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 270: Строка 490:
                     ['command'] = 'village',
                     ['command'] = 'village',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт деревню',
                     ['helpText'] = {
                            ['English'] = "Spawns a village",
                            ['Russian'] = "Создаёт деревню",
                            ['German'] = "Spawnt ein Dorf",
                            ['French'] = "Génère un village",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'type', 'Int32'},
                             ['Arg1'] = {'type', 'Int32'},
Строка 281: Строка 506:
                     ['command'] = 'worldobjects',
                     ['command'] = 'worldobjects',
                     ['parent'] = 'build',
                     ['parent'] = 'build',
                     ['helpText'] = 'Создаёт большое количество мировых объектов с указанным названием.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                             ['Arg1'] = {'worldObjectItemName', 'String', 'WorkbenchItem'},
                             ['Arg2'] = {'count', 'Int32', '10'},
                             ['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'},
                             },
                             },
         },
         },
Строка 292: Строка 554:
                     ['command'] = 'clearhistoryolderthan',
                     ['command'] = 'clearhistoryolderthan',
                     ['parent'] = 'chat',
                     ['parent'] = 'chat',
                     ['helpText'] = 'Очистить историю чата. Уменьшает использование памяти и может повысить производительность работы сервера. Укажите количество игровых дней хранения чата.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'preserveDays', 'Int32'},
                             ['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'},
                             },
                             },
         },
         },
Строка 302: Строка 585:
                     ['command'] = 'addcandidates',
                     ['command'] = 'addcandidates',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Добавляет несколько кандидатов к указанному голосованию (или к первому найденному, если не было указано).',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'election', 'Election', ''},
Строка 312: Строка 600:
                     ['command'] = 'addvotes',
                     ['command'] = 'addvotes',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Добавляет кучу тестовых голосов к указанному голосованию, или к первому попавшемуся.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg2'] = {'count', 'Int32', '10'},
                             ['Arg2'] = {'count', 'Int32', '10'},
Строка 321: Строка 615:
                             },
                             },
         },
         },
         ['/civics clearoldelections'] = {
         ['/civics blacklistdemographic'] = {
                     ['command'] = 'clearoldelections',
                     ['command'] = 'blacklistdemographic',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Удалите запись о конкретных выборах или, если они не прошли, обо всех предыдущих выборах.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force a given citizen to be removed of a given demographic even if they dont match the conditions.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'demo', 'Demographic'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
Строка 334: Строка 635:
                     ['command'] = 'debug',
                     ['command'] = 'debug',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Переключает отображение отладки гражданских процессов. Передайте \'ложь\', чтобы увидеть только себя.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'allUsers', 'Boolean', 'True'},
                             ['Arg1'] = {'allUsers', 'Boolean', 'True'},
Строка 344: Строка 650:
                     ['command'] = 'elections',
                     ['command'] = 'elections',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Список текущих выборов.',
                     ['helpText'] = {
                            ['English'] = "List running elections.",
                            ['Russian'] = "Список текущих выборов.",
                            ['German'] = "Listet die laufenden Wahlen auf.",
                            ['French'] = "Affiche les élections en cours.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Пользователь',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/civics failelection'] = {
         ['/civics listdems'] = {
                     ['command'] = 'failelection',
                     ['command'] = 'listdems',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Закончить голосование с отрицательным количеством голосов.',
                     ['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'] = 'Администратор',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/civics finishelection'] = {
         ['/civics makeabandoned'] = {
                     ['command'] = 'finishelection',
                     ['command'] = 'makeabandoned',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Принудительно завершить указанные выборы, добавив голос, если передан параметр true (по умолчанию).',
                     ['helpText'] = {
                     ['shortCut'] = 'fin',
                            ['English'] = "Force a given citizen to be in the abandoned demographic (self if none passed).",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg2'] = {'addVote', 'Boolean', 'True'},
                            },
        },
        ['/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 listdems'] = {
         ['/civics makeelectedtitle'] = {
                     ['command'] = 'listdems',
                     ['command'] = 'makeelectedtitle',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Список всех демографических групп и кто в них находится.',
                     ['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'] = 'Пользователь',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
Строка 383: Строка 725:
                     ['command'] = 'mydems',
                     ['command'] = 'mydems',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Список всех демографических групп и статус конкретного пользователя (или статус вызвавшего команду, если параметр не был указан).',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Пользователь',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherUser', 'User', ''},
                             ['Arg1'] = {'otherUser', 'User', ''},
                            },
        },
        ['/civics removeconst'] = {
                    ['command'] = 'removeconst',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Удалить текущую конституцию.',
                    ['shortCut'] = '',
                    ['level'] = 'Администратор',
                    ['parameters'] =  {
                             },
                             },
         },
         },
Строка 402: Строка 740:
                     ['command'] = 'setactiveusers',
                     ['command'] = 'setactiveusers',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Force a given number of players to be active, creating the users if there are not enough',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'count', 'Int32', '20'},
                             ['Arg1'] = {'count', 'Int32', '20'},
                             },
                             },
Строка 412: Строка 756:
                     ['command'] = 'showgovernment',
                     ['command'] = 'showgovernment',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Показывает список активных элементов правительства.',
                     ['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'] = 'Пользователь',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
Строка 421: Строка 771:
                     ['command'] = 'showtick',
                     ['command'] = 'showtick',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Отображать время до следующего такта гражданского права.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Show time until the next civics tick.",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Отображать время до следующего такта гражданского права.",
                    ['parameters'] =  {
                            ['German'] = "Gibt die verbleibende Zeit bis zum nächsten Bürgerrechts-Tick an.",
                            ['French'] = "Afficher le temps jusqu'aux prochains tick civiques.",
                             },
                             },
        },
        ['/civics spawnconst'] = {
                    ['command'] = 'spawnconst',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Создаёт пустую конституцию, если она отсутствует.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
Строка 439: Строка 786:
                     ['command'] = 'spawndems',
                     ['command'] = 'spawndems',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Создаёт несколько демографических групп.',
                     ['helpText'] = {
                            ['English'] = "Generate some demographics.",
                            ['Russian'] = "Создаёт несколько демографических групп.",
                            ['German'] = "Generiert ein paar Bevölkerungsgruppen.",
                            ['French'] = "Génère des données démographiques.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'count', 'Int32', '5'},
                            },
        },
        ['/civics spawnelection'] = {
                    ['command'] = 'spawnelection',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Создаёт тестовое голосование.',
                    ['shortCut'] = '',
                    ['level'] = 'Разработчик',
                    ['parameters'] =  {
                            ['Arg1'] = {'forceFinish', 'Boolean', 'False'},
                             },
                             },
         },
         },
Строка 459: Строка 801:
                     ['command'] = 'spawngov',
                     ['command'] = 'spawngov',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Создаёт все правительственные объекты в нужных строениях возле вас, ратифицирует конституцию и добавляет хотя бы один гражданский объект каждого типа. Передайте \'false\', чтобы конституция не требовала голосования для внесения изменений.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'requireElections', 'Boolean', 'True'},
                             ['Arg1'] = {'requireElections', 'Boolean', 'True'},
                             },
                             },
Строка 469: Строка 817:
                     ['command'] = 'spawnlaws',
                     ['command'] = 'spawnlaws',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Создаёт несколько тестовых законов.',
                     ['helpText'] = {
                            ['English'] = "Generate some test laws.",
                            ['Russian'] = "Создаёт несколько тестовых законов.",
                            ['German'] = "Generiere einige Testgesetze.",
                            ['French'] = "Génère quelques lois de test.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'settlement', 'Settlement'},
                            ['Arg2'] = {'count', 'Int32', '5'},
                             },
                             },
         },
         },
Строка 479: Строка 833:
                     ['command'] = 'spawnzoningoffice',
                     ['command'] = 'spawnzoningoffice',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Создаёт офис зонирования, указанное количество карт и районов в каждой карте. По умолчанию много (3 карты по 100 районов в каждой).',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'maps', 'Int32', '3'},
                             ['Arg1'] = {'maps', 'Int32', '3'},
Строка 490: Строка 849:
                     ['command'] = 'testgameactions',
                     ['command'] = 'testgameactions',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Проверяет все действия в игре, создавая законы для них и выполняя их.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Tests all the actions in the game by making laws for them and performing them.",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Tests all the actions in the game by making laws for them and performing them.",
                    ['parameters'] = {
                            ['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.",
                             },
                             },
        },
        ['/civics testtreasury'] = {
                    ['command'] = 'testtreasury',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Создаёт тестовую казну, выдаёт требуемые полномочия пользователю - открывать интерфейс и назначает налоги.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 508: Строка 863:
                     ['command'] = 'ticknow',
                     ['command'] = 'ticknow',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Принудительно вызвать такт обработки системы гражданского права.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
Строка 517: Строка 878:
                     ['command'] = 'updatedems',
                     ['command'] = 'updatedems',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Принудительно обновить демографию.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/civics vetoelection'] = {
         ['/civics whitelistdemographic'] = {
                     ['command'] = 'vetoelection',
                     ['command'] = 'whitelistdemographic',
                     ['parent'] = 'civics',
                     ['parent'] = 'civics',
                     ['helpText'] = 'Вето на выборы.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force a given citizen to always be a member of a given demographic even if they dont match the conditions.",
                     ['level'] = 'Администратор',
                            ['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'] = {'election', 'Election', ''},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'demo', 'Demographic'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/civics vote'] = {
         ['/climate status'] = {
                     ['command'] = 'vote',
                     ['command'] = 'status',
                     ['parent'] = 'civics',
                     ['parent'] = 'climate',
                     ['helpText'] = 'Проголосовать в указанных выборах за указанного кандидата.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                    ['parameters'] = {
                             ['German'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                             ['Arg1'] = {'election', 'Election', ''},
                             ['French'] = "Shows current climate status including CO2 levels, temperature, and sea level.",
                             ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
        },
                     ['shortCut'] = 'cli',
        ['/civics winelection'] = {
                     ['level'] = 'User',
                    ['command'] = 'winelection',
                    ['parent'] = 'civics',
                    ['helpText'] = 'Принудительно назначить указанного кандидата победителем выборов, или вариант \'да\' для голосования \'да-нет\'.',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
Строка 558: Строка 925:
                     ['command'] = 'spawn',
                     ['command'] = 'spawn',
                     ['parent'] = 'contracts',
                     ['parent'] = 'contracts',
                     ['helpText'] = 'Создать доску объявлений со всеми типами договоров',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
Строка 567: Строка 939:
                     ['command'] = 'test',
                     ['command'] = 'test',
                     ['parent'] = 'contracts',
                     ['parent'] = 'contracts',
                     ['helpText'] = 'Тестирует найденные существующие договоры.',
                     ['helpText'] = {
                            ['English'] = "Tests founded existing contracts.",
                            ['Russian'] = "Tests founded existing contracts.",
                            ['German'] = "Tests founded existing contracts.",
                            ['French'] = "Tests founded existing contracts.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'contractClause', 'String', ''},
                             ['Arg1'] = {'contractClause', 'String', ''},
Строка 577: Строка 954:
                     ['command'] = 'getpathtoitem',
                     ['command'] = 'getpathtoitem',
                     ['parent'] = 'craft',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Даёт ресурсы необходимые для изготовления чего-либо',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'String'},
                             ['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 setpartsdurability'] = {
                    ['command'] = 'setpartsdurability',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            ['Russian'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            ['German'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            ['French'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'durability', 'Single', '100'},
                             },
                             },
         },
         },
Строка 587: Строка 1002:
                     ['command'] = 'setpowercost',
                     ['command'] = 'setpowercost',
                     ['parent'] = 'craft',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Снижает потребление энергии всеми объектами в определённом радиусе на указанное значение (до нуля по умолчанию).',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'cost', 'Single', '0'},
                             ['Arg1'] = {'cost', 'Single', '0'},
Строка 598: Строка 1018:
                     ['command'] = 'spawncrafting',
                     ['command'] = 'spawncrafting',
                     ['parent'] = 'craft',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Создаёт очередь изготовления, где выход одного верстака является входом для другого.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'copies', 'Int32', '1'},
                             },
                             },
         },
         },
Строка 608: Строка 1032:
                     ['command'] = 'techtreesimulation',
                     ['command'] = 'techtreesimulation',
                     ['parent'] = 'craft',
                     ['parent'] = 'craft',
                     ['helpText'] = 'Воссоздать дерево технологий',
                     ['helpText'] = {
                            ['English'] = "Simulates the tech tree",
                            ['Russian'] = "Воссоздать дерево технологий",
                            ['German'] = "Simuliert den Technologiebaum",
                            ['French'] = "Simule l’arbre technologique",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/discoverall'] = {
         ['/culture boostproperty'] = {
                     ['command'] = 'discoverall',
                     ['command'] = 'boostproperty',
                     ['parent'] = nil,
                     ['parent'] = 'culture',
                     ['helpText'] = 'Discovers all items in game',
                     ['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'] = 'Администратор',
                            ['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'] = {'val', 'Single'},
                            ['Arg2'] = {'deed', 'Deed', ''},
                             },
                             },
         },
         },
         ['/districts add'] = {
         ['/culture boostsettlement'] = {
                     ['command'] = 'add',
                     ['command'] = 'boostsettlement',
                     ['parent'] = 'districts',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Добавляет область указанного радиуса к указанному району (или новому району, если он не указан).',
                     ['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.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radiusInPlots', 'Int32', '0'},
                             ['Arg1'] = {'val', 'Single'},
                             ['Arg2'] = {'district', 'District', ''},
                             ['Arg2'] = {'settlement', 'Settlement', ''},
                            ['Arg3'] = {'map', 'DistrictMap', ''},
                             },
                             },
         },
         },
         ['/districts clearmap'] = {
         ['/culture describeannex'] = {
                     ['command'] = 'clearmap',
                     ['command'] = 'describeannex',
                     ['parent'] = 'districts',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Удалить все районы с данной карты.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Update annex settings and describe them.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                            ['Arg1'] = {'set', 'DistrictMap'},
                             },
                             },
         },
         },
         ['/districts spawn'] = {
         ['/culture giverandompicture'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'giverandompicture',
                     ['parent'] = 'districts',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Создаёт несколько случайных районов вокруг пользователя.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give a randomly generated picture item for testing.",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                            ['Arg1'] = {'numDistricts', 'Int32', '20'},
                            ['Arg2'] = {'size', 'Int32', '5'},
                            ['Arg3'] = {'useExisting', 'Boolean', 'False'},
                            ['Arg4'] = {'districtMap', 'DistrictMap', ''},
                             },
                             },
         },
         },
         ['/economy allrecurring'] = {
         ['/culture givereputation'] = {
                     ['command'] = 'allrecurring',
                     ['command'] = 'givereputation',
                     ['parent'] = 'economy',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Показать все периодические платежи выплачиваемые в игре',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Gives reputation from the given user (defaulting to self if not set) to the given target (picture or user) ignoring limits by default.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'rep', 'Int32'},
                            ['Arg2'] = {'targetID', 'Int32'},
                            ['Arg3'] = {'sourceUser', 'User', ''},
                            ['Arg4'] = {'ignoreLimit', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/economy myrecurring'] = {
         ['/culture masterpieces'] = {
                     ['command'] = 'myrecurring',
                     ['command'] = 'masterpieces',
                     ['parent'] = 'economy',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Показать все периодические платежи для заданного пользователя',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Gives reputation to all pictures ignoring limits, can set settlement to only apply reputation to pictures under its influence.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                             ['Arg1'] = {'specifiedUser', 'User', ''},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'reputation', 'Int32', '3'},
                            ['Arg2'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['/economy payeverytick'] = {
         ['/culture replenishgivablereputation'] = {
                     ['command'] = 'payeverytick',
                     ['command'] = 'replenishgivablereputation',
                     ['parent'] = 'economy',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Включить команду отладки для выплаты периодических переводов каждый цикл.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Refills givable reputation for given Citizen, or all Citizens if left blank.",
                     ['level'] = 'Разработчик',
                            ['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', ''},
                             },
                             },
         },
         },
         ['/emote achievement4'] = {
         ['/culture spawnmuseum'] = {
                     ['command'] = 'achievement4',
                     ['command'] = 'spawnmuseum',
                     ['parent'] = 'emote',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Cheer',
                     ['helpText'] = {
                     ['shortCut'] = 'cheer',
                            ['English'] = "Spawn a museum of images generating culture",
                     ['level'] = 'Пользователь',
                            ['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'] = {'dim', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/emote angry'] = {
         ['/culture spawnwallofpictures'] = {
                     ['command'] = 'angry',
                     ['command'] = 'spawnwallofpictures',
                     ['parent'] = 'emote',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Сердиться',
                     ['helpText'] = {
                     ['shortCut'] = 'angry',
                            ['English'] = "Spawn a museum of images generating culture",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'textureCount', 'Int32', '100'},
                            ['Arg2'] = {'textureSize', 'Int32', '1024'},
                             },
                             },
         },
         },
         ['/emote dance1'] = {
         ['/culture updatesettlements'] = {
                     ['command'] = 'dance1',
                     ['command'] = 'updatesettlements',
                     ['parent'] = 'emote',
                     ['parent'] = 'culture',
                     ['helpText'] = 'Dance1',
                     ['helpText'] = {
                     ['shortCut'] = 'dance1',
                            ['English'] = "Force an update of all settlement properties.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote dance2'] = {
         ['/debug break'] = {
                     ['command'] = 'dance2',
                     ['command'] = 'break',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Dance2',
                     ['helpText'] = {
                     ['shortCut'] = 'dance2',
                            ['English'] = "Trigger a breakpoint.",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Trigger a breakpoint.",
                            ['German'] = "Einen Haltepunkt auslösen.",
                            ['French'] = "Déclencher un point d'arrêt.",
                            },
                     ['shortCut'] = 'break',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote doh'] = {
         ['/debug checkobjectspositions'] = {
                     ['command'] = 'doh',
                     ['command'] = 'checkobjectspositions',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Doh',
                     ['helpText'] = {
                     ['shortCut'] = 'doh',
                            ['English'] = "Check every object in scene making / sure they have the correct position, inform and disable them otherwise.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                             },
                             },
         },
         },
         ['/emote facepalm'] = {
         ['/debug makeunderground'] = {
                     ['command'] = 'facepalm',
                     ['command'] = 'makeunderground',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Facepalm',
                     ['helpText'] = {
                     ['shortCut'] = 'facepalm',
                            ['English'] = "Force the vehicle you are looking at to be underground, you need to be the physics controller of the car.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                             },
                             },
         },
         },
         ['/emote frown'] = {
         ['/debug reset'] = {
                     ['command'] = 'frown',
                     ['command'] = 'reset',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Нахмуриться',
                     ['helpText'] = {
                     ['shortCut'] = 'frown',
                            ['English'] = "Delete all blocks above-ground that are constructed, delete all constructed world objects, remove all property, destroy all settlements and related objects.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                             },
                             },
         },
         },
         ['/emote grin'] = {
         ['/debug scanall'] = {
                     ['command'] = 'grin',
                     ['command'] = 'scanall',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Оскалиться',
                     ['helpText'] = {
                     ['shortCut'] = 'grin',
                            ['English'] = "Trigger a validity scan of all objects.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote gross'] = {
         ['/debug spawncars'] = {
                     ['command'] = 'gross',
                     ['command'] = 'spawncars',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Gross',
                     ['helpText'] = {
                     ['shortCut'] = 'gross',
                            ['English'] = "Spawn cars for physics testing",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Создать автомобили для тестирования физики",
                            ['German'] = "Autos für Physicstest spawnen",
                            ['French'] = "Faire apparaître des véhicules pour les tests de physique",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote knock'] = {
         ['/debug wrap'] = {
                     ['command'] = 'knock',
                     ['command'] = 'wrap',
                     ['parent'] = 'emote',
                     ['parent'] = 'debug',
                     ['helpText'] = 'Knock',
                     ['helpText'] = {
                     ['shortCut'] = 'knock',
                            ['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'] = 'Пользователь',
                            ['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'] = {'xWrap', 'Int32', '1'},
                            ['Arg2'] = {'yWrap', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote laugh'] = {
         ['/dinner allowmultiple'] = {
                     ['command'] = 'laugh',
                     ['command'] = 'allowmultiple',
                     ['parent'] = 'emote',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Laugh',
                     ['helpText'] = {
                     ['shortCut'] = 'laugh',
                            ['English'] = "Changes how many dinner parties per day can count toward a user\'s dinner party nutrition bonus.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'allowed', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/emote lay'] = {
         ['/dinner clear'] = {
                     ['command'] = 'lay',
                     ['command'] = 'clear',
                     ['parent'] = 'emote',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Lay',
                     ['helpText'] = {
                     ['shortCut'] = 'lay',
                            ['English'] = "Clear all active dinner parties.",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Clear all active dinner parties.",
                            ['German'] = "Clear all active dinner parties.",
                            ['French'] = "Clear all active dinner parties.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'clearActive', 'Boolean', 'True'},
                            ['Arg2'] = {'clearFinished', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/emote laydown'] = {
         ['/dinner finish'] = {
                     ['command'] = 'laydown',
                     ['command'] = 'finish',
                     ['parent'] = 'emote',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Laydown',
                     ['helpText'] = {
                    ['shortCut'] = 'laydown',
                            ['English'] = "Finish all active dinner parties.",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Finish all active dinner parties.",
                    ['parameters'] = {
                            ['German'] = "Finish all active dinner parties.",
                            ['French'] = "Finish all active dinner parties.",
                             },
                             },
        },
                     ['shortCut'] = '',
        ['/emote lie'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'lie',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Lie',
                     ['shortCut'] = 'lie',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/emote liedown'] = {
         ['/dinner list'] = {
                     ['command'] = 'liedown',
                     ['command'] = 'list',
                     ['parent'] = 'emote',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Liedown',
                     ['helpText'] = {
                    ['shortCut'] = 'liedown',
                            ['English'] = "List all dinner parties.",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "List all dinner parties.",
                    ['parameters'] = {
                            ['German'] = "List all dinner parties.",
                            ['French'] = "List all dinner parties.",
                             },
                             },
        },
                     ['shortCut'] = '',
        ['/emote lol'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'lol',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Lol',
                     ['shortCut'] = 'lol',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/emote nope'] = {
         ['/dinner test'] = {
                     ['command'] = 'nope',
                     ['command'] = 'test',
                     ['parent'] = 'emote',
                     ['parent'] = 'dinner',
                     ['helpText'] = 'Nope',
                     ['helpText'] = {
                     ['shortCut'] = 'nope',
                            ['English'] = "Add test users to party.",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Add test users to party.",
                            ['German'] = "Add test users to party.",
                            ['French'] = "Add test users to party.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'usersToAdd', 'Int32', '3'},
                            ['Arg2'] = {'coursesToEat', 'Int32', '3'},
                             },
                             },
         },
         },
         ['/emote oops'] = {
         ['/districts add'] = {
                     ['command'] = 'oops',
                     ['command'] = 'add',
                     ['parent'] = 'emote',
                     ['parent'] = 'districts',
                     ['helpText'] = 'Oops',
                     ['helpText'] = {
                    ['shortCut'] = 'oops',
                            ['English'] = "Set the current area within a given radius to a given district (or a new district if none is passed).",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Добавляет область указанного радиуса к указанному району (или новому району, если он не указан).",
                    ['parameters'] = {
                            ['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'] = '',
        ['/emote shame'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'shame',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Shame',
                     ['shortCut'] = 'shame',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radiusInPlots', 'Int32', '0'},
                            ['Arg2'] = {'district', 'District', ''},
                            ['Arg3'] = {'map', 'DistrictMap', ''},
                             },
                             },
         },
         },
         ['/emote sleep'] = {
         ['/districts clearmap'] = {
                     ['command'] = 'sleep',
                     ['command'] = 'clearmap',
                     ['parent'] = 'emote',
                     ['parent'] = 'districts',
                     ['helpText'] = 'Сон',
                     ['helpText'] = {
                    ['shortCut'] = 'sleep',
                            ['English'] = "Remove all districts from a given map.",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Удалить все районы с данной карты.",
                    ['parameters'] = {
                            ['German'] = "Entfernt alle Distrikte von einer Karte.",
                            ['French'] = "Supprime tous les quartiers de la carte donnée.",
                             },
                             },
        },
                     ['shortCut'] = '',
        ['/emote smile'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'smile',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Улыбаться',
                     ['shortCut'] = 'smile',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'DistrictMap'},
                             },
                             },
         },
         },
         ['/emote smirk'] = {
         ['/districts spawn'] = {
                     ['command'] = 'smirk',
                     ['command'] = 'spawn',
                     ['parent'] = 'emote',
                     ['parent'] = 'districts',
                     ['helpText'] = 'Ухмыляться',
                     ['helpText'] = {
                    ['shortCut'] = 'smirk',
                            ['English'] = "Generate some random districts around the user.",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Создаёт несколько случайных районов вокруг пользователя.",
                    ['parameters'] = {
                            ['German'] = "Generiert einige zufällige Distrikte um den Benutzer.",
                            ['French'] = "Génère quelques quartiers aléatoires autour de l'utilisateur.",
                             },
                             },
        },
                     ['shortCut'] = '',
        ['/emote stinky'] = {
                     ['level'] = 'DevTier',
                    ['command'] = 'stinky',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Stinky',
                     ['shortCut'] = 'stinky',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'numDistricts', 'Int32', '20'},
                            ['Arg2'] = {'size', 'Int32', '5'},
                            ['Arg3'] = {'useExisting', 'Boolean', 'False'},
                            ['Arg4'] = {'districtMap', 'DistrictMap', ''},
                            ['Arg5'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['/emote yawn'] = {
         ['/economy allrecurring'] = {
                     ['command'] = 'yawn',
                     ['command'] = 'allrecurring',
                     ['parent'] = 'emote',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Зевнуть',
                     ['helpText'] = {
                    ['shortCut'] = 'yawn',
                            ['English'] = "Display all recurring transfers paid in the game",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Показать все периодические платежи выплачиваемые в игре",
                    ['parameters'] = {
                            ['German'] = "Zeige alle wiederkehrenden Überweisungen, die im Spiel bezahlt werden",
                            ['French'] = "Afficher tous les transferts récurrents payés dans la partie",
                             },
                             },
        },
                     ['shortCut'] = '',
        ['/emote yuck'] = {
                     ['level'] = 'User',
                    ['command'] = 'yuck',
                    ['parent'] = 'emote',
                    ['helpText'] = 'Yuck',
                     ['shortCut'] = 'yuck',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/food clearstomach'] = {
         ['/economy myrecurring'] = {
                     ['command'] = 'clearstomach',
                     ['command'] = 'myrecurring',
                     ['parent'] = 'food',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Опустошить ваш желудок',
                     ['helpText'] = {
                     ['shortCut'] = 'clearstomach',
                            ['English'] = "Display all recurring transfers for the given user",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'specifiedUser', 'User', ''},
                             },
                             },
         },
         },
         ['/food crave'] = {
         ['/economy payall'] = {
                     ['command'] = 'crave',
                     ['command'] = 'payall',
                     ['parent'] = 'food',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Force a craving on a given user (self if untargeted user, random food if not set)',
                     ['helpText'] = {
                     ['shortCut'] = 'crave',
                            ['English'] = "Pay all current outstanding rents and wages.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            ['Arg2'] = {'foodName', 'String', ''},
                             },
                             },
         },
         },
         ['/food digest'] = {
         ['/economy payeverytick'] = {
                     ['command'] = 'digest',
                     ['command'] = 'payeverytick',
                     ['parent'] = 'food',
                     ['parent'] = 'economy',
                     ['helpText'] = 'Превращает калории в отходы',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/food eat'] = {
         ['/elections clearold'] = {
                     ['command'] = 'eat',
                     ['command'] = 'clearold',
                     ['parent'] = 'food',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Насыщает вас до максимума',
                     ['helpText'] = {
                     ['shortCut'] = 'eat',
                            ['English'] = "Remove record of a specific election, or if none passed, all previous elections.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'amount', 'Int32', '-1'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/food work'] = {
         ['/elections createpoll'] = {
                     ['command'] = 'work',
                     ['command'] = 'createpoll',
                     ['parent'] = 'food',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Тратит калории',
                     ['helpText'] = {
                     ['shortCut'] = 'work',
                            ['English'] = "Open a dialog that allow starting a poll.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'useCalories', 'Int32', '100000'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'electionIdentifier', 'String', ''},
                             },
                             },
         },
         },
         ['/help'] = {
         ['/elections finish'] = {
                     ['command'] = 'help',
                     ['command'] = 'finish',
                     ['parent'] = nil,
                     ['parent'] = 'elections',
                     ['helpText'] = 'Отображает все доступные команды и скрытые подкоманды. Принимает строку для отображения подходящих команд.',
                     ['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'] = 'Пользователь',
                            ['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'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                             ['Arg2'] = {'addVote', 'Boolean', 'True'},
                             ['Arg2'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/helpful'] = {
         ['/elections forcerecalc'] = {
                     ['command'] = 'helpful',
                     ['command'] = 'forcerecalc',
                     ['parent'] = nil,
                     ['parent'] = 'elections',
                     ['helpText'] = 'Показывает всю справку, включая подкоманды.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Force recalculation of all elections.",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Принудительный пересчет всех голосований.",
                            ['German'] = "Erzwinge Neukalkulation von allen Wahlen.",
                            ['French'] = "Oblige à recalculer toutes les élections.",
                            },
                     ['shortCut'] = 'recalcelec',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                             },
                             },
         },
         },
         ['/housing addroommates'] = {
         ['/elections newvotebyindex'] = {
                     ['command'] = 'addroommates',
                     ['command'] = 'newvotebyindex',
                     ['parent'] = 'housing',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Add a number of residents to the deed you\'re currently a resident on.',
                     ['helpText'] = {
                     ['shortCut'] = 'shackup',
                            ['English'] = "Make a new user and force a vote in the given election for the given index of the election choices.",
                     ['level'] = 'Разработчик',
                            ['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'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'index', 'Int32'},
                            ['Arg2'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/inventory addvoid'] = {
         ['/elections spawnboolean'] = {
                     ['command'] = 'addvoid',
                     ['command'] = 'spawnboolean',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Добавить предмет в Бездонное хранилище',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Create an active boolean election that does nothing for testing purposes.",
                     ['level'] = 'Администратор',
                            ['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'] = {'itemName', 'String', 'baked meat'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg1'] = {'process', 'ElectionProcess', ''},
                             ['Arg3'] = {'distance', 'Int32', '0'},
                             },
        },
        ['/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',
        ['/inventory carryall'] = {
                     ['level'] = 'DevTier',
                    ['command'] = 'carryall',
                    ['parent'] = 'inventory',
                    ['helpText'] = 'Позволяет переносить предметы в любом слоте инвентаря пользователя и удаляет проверку веса. Передайте \'Ложь\' для сброса в нормальное состояние.',
                     ['shortCut'] = 'carryall',
                     ['level'] = 'Администратор',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'candidates', 'Int32', '5'},
                            ['Arg2'] = {'process', 'ElectionProcess', ''},
                             },
                             },
         },
         },
         ['/inventory dumpall'] = {
         ['/elections test'] = {
                     ['command'] = 'dumpall',
                     ['command'] = 'test',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Уничтожает все вещи из вашего инвентаря.',
                     ['helpText'] = {
                     ['shortCut'] = 'dumpall',
                            ['English'] = "Generate a few elections and fill all elections with random votes.",
                     ['level'] = 'Администратор',
                            ['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'},
                             },
                             },
         },
         },
         ['/inventory dumpcarried'] = {
         ['/elections twitchvote'] = {
                     ['command'] = 'dumpcarried',
                     ['command'] = 'twitchvote',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Уничтожает переносимые в руках вещи.',
                     ['helpText'] = {
                     ['shortCut'] = 'dumpcarried',
                            ['English'] = "Vote in the given election for the given candidate using the given twitch IDIChatClient Passing null will pick a random one.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'twitchVoter', 'String', ''},
                            ['Arg3'] = {'subscriber', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/inventory dumpselected'] = {
         ['/elections twitchvotes'] = {
                     ['command'] = 'dumpselected',
                     ['command'] = 'twitchvotes',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Уничтожает все предметы из слота выбранного на панели быстрого доступа.',
                     ['helpText'] = {
                     ['shortCut'] = 'dumpselected',
                            ['English'] = "Create many twitch votes with random users.",
                     ['level'] = 'Администратор',
                            ['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', ''},
                             },
                             },
         },
         },
         ['/inventory durability'] = {
         ['/elections uservotes'] = {
                     ['command'] = 'durability',
                     ['command'] = 'uservotes',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Устанавливает прочность предмета в руках',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Create a bunch of test votes.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'durability', 'Single', '1'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'votesToAdd', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/inventory fillmeup'] = {
         ['/elections veto'] = {
                     ['command'] = 'fillmeup',
                     ['command'] = 'veto',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Добавляет случайный предмет в инвентарь пользователя.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Veto an election.",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Вето на выборы.",
                            ['German'] = "Veto bei der Wahl.",
                            ['French'] = "Mettre son veto à une élection.",
                            },
                     ['shortCut'] = 'veto',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                             },
                             },
         },
         },
         ['/inventory forcegive'] = {
         ['/elections vote'] = {
                     ['command'] = 'forcegive',
                     ['command'] = 'vote',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Выдаёт вам предмет (принудительно, игнорирует ограничения)',
                     ['helpText'] = {
                     ['shortCut'] = 'fgive',
                            ['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.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg1'] = {'election', 'Election', ''},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg2'] = {'voteForCandidate', 'User', ''},
                            ['Arg3'] = {'voter', 'User', ''},
                             },
                             },
         },
         },
         ['/inventory give'] = {
         ['/elections win'] = {
                     ['command'] = 'give',
                     ['command'] = 'win',
                     ['parent'] = 'inventory',
                     ['parent'] = 'elections',
                     ['helpText'] = 'Даёт вам предмет',
                     ['helpText'] = {
                    ['shortCut'] = 'give',
                            ['English'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                    ['parameters'] =  {
                             ['German'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                             ['Arg1'] = {'itemName', 'String'},
                             ['French'] = "Force-win an election, either with the specified candidate, or \'yes\' if it\'s a binary election.",
                             ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
        },
        ['/land clearrubble'] = {
                    ['command'] = 'clearrubble',
                    ['parent'] = 'land',
                    ['helpText'] = 'Убирает булыжники вокруг игрока.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Single', '10'},
                             ['Arg1'] = {'election', 'Election', ''},
                            ['Arg2'] = {'winner', 'User', ''},
                             },
                             },
         },
         },
         ['/land level'] = {
         ['/emote'] = {
                     ['command'] = 'level',
                     ['command'] = 'emote',
                     ['parent'] = 'land',
                     ['parent'] = nil,
                    ['helpText'] = 'Выравнивает землю',
                    ['helpText'] =  {
                     ['shortCut'] = 'level',
                            ['English'] = "Starts emote with provided name",
                     ['level'] = 'Администратор',
                            ['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'] = {'x', 'Int32', '15'},
                             ['Arg1'] = {'emoteRaw', 'String'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/land mark'] = {
         ['/emotes dance'] = {
                     ['command'] = 'mark',
                     ['command'] = 'dance',
                     ['parent'] = 'land',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Устанавливает метку в этом месте.  Принимает дополнительный текст для метки.',
                     ['helpText'] = {
                     ['shortCut'] = 'mark',
                            ['English'] = "Dance",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Dance",
                            ['German'] = "Dance",
                            ['French'] = "Dance",
                            },
                     ['shortCut'] = 'dance',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/land markglobal'] = {
         ['/emotes laugh'] = {
                     ['command'] = 'markglobal',
                     ['command'] = 'laugh',
                     ['parent'] = 'land',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Устанавливает глобальную метку в текущем месте. Дополнительно можно задать название.',
                     ['helpText'] = {
                     ['shortCut'] = 'markglobal',
                            ['English'] = "Laugh",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Смех",
                            ['German'] = "Lachen",
                            ['French'] = "Rire",
                            },
                     ['shortCut'] = 'laugh',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/land massinteract'] = {
         ['/emotes smile'] = {
                     ['command'] = 'massinteract',
                     ['command'] = 'smile',
                     ['parent'] = 'land',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Использует выбранный инструмент на окружающих вас блоках',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Smile",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Улыбаться",
                            ['German'] = "Lächeln",
                            ['French'] = "Sourire",
                            },
                     ['shortCut'] = 'smile',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'size', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/land remove'] = {
         ['/emotes wave'] = {
                     ['command'] = 'remove',
                     ['command'] = 'wave',
                     ['parent'] = 'land',
                     ['parent'] = 'emotes',
                     ['helpText'] = 'Удаление типов блоков в пределах заданной области',
                     ['helpText'] = {
                     ['shortCut'] = 'remove',
                            ['English'] = "Wave",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Волна",
                            ['German'] = "Jubeln",
                            ['French'] = "Coucou",
                            },
                     ['shortCut'] = 'wave',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/land removeallbut'] = {
         ['/food clearstomach'] = {
                     ['command'] = 'removeallbut',
                     ['command'] = 'clearstomach',
                     ['parent'] = 'land',
                     ['parent'] = 'food',
                     ['helpText'] = 'Удаляет все типы блоков, кроме указанного типа, в указанной области',
                     ['helpText'] = {
                     ['shortCut'] = 'removeallbut',
                            ['English'] = "Empties your stomach",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Опустошить ваш желудок",
                            ['German'] = "Entleert deinen Magen",
                            ['French'] = "Vide votre estomac",
                            },
                     ['shortCut'] = 'cs',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'z', 'Int32', '15'},
                            ['Arg4'] = {'y', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/land removenearestglobalmark'] = {
         ['/food crave'] = {
                     ['command'] = 'removenearestglobalmark',
                     ['command'] = 'crave',
                     ['parent'] = 'land',
                     ['parent'] = 'food',
                     ['helpText'] = 'Удаляет глобальную метку, ближайшую к вашему местоположению.',
                     ['helpText'] = {
                     ['shortCut'] = 'removenearestglobalmark',
                            ['English'] = "Force a craving on a given user (self if untargeted user, random food if not set)",
                     ['level'] = 'Администратор',
                            ['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'] = {'target', 'User', ''},
                            ['Arg2'] = {'foodName', 'String', ''},
                             },
                             },
         },
         },
         ['/land resetworldcaches'] = {
         ['/food digest'] = {
                     ['command'] = 'resetworldcaches',
                     ['command'] = 'digest',
                     ['parent'] = 'land',
                     ['parent'] = 'food',
                     ['helpText'] = 'Сбросить Кэш карты',
                     ['helpText'] = {
                            ['English'] = "Turn calories into waste",
                            ['Russian'] = "Превращает калории в отходы",
                            ['German'] = "Kalorien in Abfall verwandeln",
                            ['French'] = "Changer les calories en déchets",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/land spawnrubble'] = {
         ['/food eat'] = {
                     ['command'] = 'spawnrubble',
                     ['command'] = 'eat',
                     ['parent'] = 'land',
                     ['parent'] = 'food',
                     ['helpText'] = 'Дождь из булыжников вокруг игрока.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Max your calories",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Насыщает вас до максимума",
                            ['German'] = "Maximiere deine Kalorien",
                            ['French'] = "Maximise vos calories",
                            },
                     ['shortCut'] = 'eat',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg1'] = {'amount', 'Int32', '-1'},
                            ['Arg2'] = {'rubble', 'Int32', '32'},
                             },
                             },
         },
         },
         ['/manage admin'] = {
         ['/food work'] = {
                     ['command'] = 'admin',
                     ['command'] = 'work',
                     ['parent'] = 'manage',
                     ['parent'] = 'food',
                     ['helpText'] = 'Отображает список администраторов или делает пользователя администратором по ID аккаунта, steamid, slgid или имени пользователя',
                     ['helpText'] = {
                     ['shortCut'] = 'admin',
                            ['English'] = "Spends calories",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Тратит калории",
                            ['German'] = "Kalorien verbrauchen",
                            ['French'] = "Calories dépensées",
                            },
                     ['shortCut'] = 'work',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'useCalories', 'Int32', '100000'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage alert'] = {
         ['/help'] = {
                     ['command'] = 'alert',
                     ['command'] = 'help',
                     ['parent'] = 'manage',
                     ['parent'] = nil,
                    ['helpText'] = 'Посылает всем предупреждение',
                    ['helpText'] =  {
                     ['shortCut'] = '',
                            ['English'] = "Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'alert', 'String', ''},
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/manage announce'] = {
         ['/helpful'] = {
                     ['command'] = 'announce',
                     ['command'] = 'helpful',
                     ['parent'] = 'manage',
                     ['parent'] = nil,
                    ['helpText'] = 'Отправляет объявление всем игрокам',
                    ['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'] = 'Администратор',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'announce', 'String', ''},
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                             },
                             },
         },
         },
         ['/manage authlevel'] = {
         ['/housing addroommates'] = {
                     ['command'] = 'authlevel',
                     ['command'] = 'addroommates',
                     ['parent'] = 'manage',
                     ['parent'] = 'housing',
                     ['helpText'] = 'Отображает ваш уровень доступа',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Add a number of residents to the deed you\'re currently a resident on.",
                     ['level'] = 'Пользователь',
                            ['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', '1'},
                             },
                             },
         },
         },
         ['/manage ban'] = {
         ['/initialspawn do'] = {
                     ['command'] = 'ban',
                     ['command'] = 'do',
                     ['parent'] = 'manage',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Отображает список заблокированных пользователей или блокирует пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заблокировать навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.',
                     ['helpText'] = {
                     ['shortCut'] = 'ban',
                            ['English'] = "Re-run the initial spawn selection for the given user (or current user if null).",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/manage clearobjective'] = {
         ['/initialspawn list'] = {
                     ['command'] = 'clearobjective',
                     ['command'] = 'list',
                     ['parent'] = 'manage',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Очищает цель пользователя',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['/manage ignore'] = {
         ['/initialspawn update'] = {
                     ['command'] = 'ignore',
                     ['command'] = 'update',
                     ['parent'] = 'manage',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Отображает ваш чёрный список или добавляет пользователя в чёрный список по имени, или удаляет из чёрного списка, если пользователь уже в списке',
                     ['helpText'] = {
                     ['shortCut'] = 'ignore',
                            ['English'] = "Force update the spawn position now.",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Обновить точку появления сейчас.",
                            ['German'] = "Erzwinge die sofortige Aktualisierung der Spawnposition.",
                            ['French'] = "Forcer la mise à jour du point d'apparition maintenant.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'ignoreUser', 'User', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/manage kick'] = {
         ['/initialspawn updatedebug'] = {
                     ['command'] = 'kick',
                     ['command'] = 'updatedebug',
                     ['parent'] = 'manage',
                     ['parent'] = 'initialspawn',
                     ['helpText'] = 'Кикает пользователя',
                     ['helpText'] = {
                    ['shortCut'] = 'kick',
                            ['English'] = "Generate debug data showing all the clusters we consider for initial points.",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Generate debug data showing all the clusters we consider for initial points.",
                    ['parameters'] =  {
                             ['German'] = "Generate debug data showing all the clusters we consider for initial points.",
                             ['Arg1'] = {'kickUser', 'User'},
                             ['French'] = "Générer des données de débogage montrant tous les clusters que nous considérons pour les points initiaux.",
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
        },
        ['/manage listadmins'] = {
                    ['command'] = 'listadmins',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Показывает список всех администраторов.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Пользователь',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/manage listusers'] = {
         ['/inventory addvoid'] = {
                     ['command'] = 'listusers',
                     ['command'] = 'addvoid',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Отображает список всех известных пользователей, показывая имя и ID.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String', 'baked meat'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            ['Arg3'] = {'distance', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/manage mute'] = {
         ['/inventory carryall'] = {
                     ['command'] = 'mute',
                     ['command'] = 'carryall',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Отображает список заглушенных пользователей или глушит пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заглушить навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.',
                     ['helpText'] = {
                     ['shortCut'] = 'mute',
                            ['English'] = "Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.",
                     ['level'] = 'Администратор',
                            ['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'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/manage players'] = {
         ['/inventory creativespawner'] = {
                     ['command'] = 'players',
                     ['command'] = 'creativespawner',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Возвращает список игроков в сети',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Shows creative item spawn menu",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Shows creative item spawn menu",
                    ['parameters'] = {
                            ['German'] = "Shows creative item spawn menu",
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['French'] = "Shows creative item spawn menu",
                             },
                             },
        },
                     ['shortCut'] = 'spawner',
        ['/manage playtime'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'playtime',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Отображает игровое время указанного игрока или своё, если игрок не указан.',
                     ['shortCut'] = 'playtime',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                             },
                             },
         },
         },
         ['/manage removeadmin'] = {
         ['/inventory dumpall'] = {
                     ['command'] = 'removeadmin',
                     ['command'] = 'dumpall',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Убирает пользователя из списка администраторов по ID аккаунта, steamid, slgid или имени пользователя',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Dumps all items from your inventory.",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Уничтожает все вещи из вашего инвентаря.",
                            ['German'] = "Löscht alle Gegenstände aus deinem Inventar.",
                            ['French'] = "Jette tous les objets de votre inventaire.",
                            },
                     ['shortCut'] = 'dumpall',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage save'] = {
         ['/inventory dumpcarried'] = {
                     ['command'] = 'save',
                     ['command'] = 'dumpcarried',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Сохранить Мир!',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Dumps all carried items.",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Уничтожает переносимые в руках вещи.",
                            ['German'] = "Löscht alle getragenen Gegenstände.",
                            ['French'] = "Supprime tous vos objets portés.",
                            },
                     ['shortCut'] = 'dumpcarried',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/manage setreputation'] = {
         ['/inventory dumpselected'] = {
                     ['command'] = 'setreputation',
                     ['command'] = 'dumpselected',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Команда устанавливающая репутацию пользователя',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Dumps all items in your selected toolbar slot.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'rep', 'Int32', '0'},
                            ['Arg3'] = {'clampValue', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/manage setreputationrelative'] = {
         ['/inventory dumpvehicle'] = {
                     ['command'] = 'setreputationrelative',
                     ['command'] = 'dumpvehicle',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Задаёт репутацию пользователя относительно другого',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Dumps all items from your vehicle inventory.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'fromUser', 'User'},
                            ['Arg3'] = {'rep', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/manage setspawn'] = {
         ['/inventory durability'] = {
                     ['command'] = 'setspawn',
                     ['command'] = 'durability',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Перемещает точку возрождения туда, где вы сейчас находитесь',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Set the durability of the item you are holding",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Устанавливает прочность предмета в руках",
                    ['parameters'] = {
                            ['German'] = "Legt die Haltbarkeit des gehaltenen Gegenstands fest",
                            ['French'] = "Définit la durabilité de l'objet que vous tenez",
                             },
                             },
        },
                     ['shortCut'] = 'dur',
        ['/manage unban'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'unban',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Снимает бан с пользователя по ID аккаунта, steamID, slgID или имени',
                     ['shortCut'] = 'unban',
                     ['level'] = 'Администратор',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'durability', 'Single', '1'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage unmute'] = {
         ['/inventory fillmeup'] = {
                     ['command'] = 'unmute',
                     ['command'] = 'fillmeup',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Убирает пользователя из списка заглушенных по ID аккаунта, steamid, slgid или имени пользователя',
                     ['helpText'] = {
                    ['shortCut'] = 'unmute',
                            ['English'] = "Adds random items to the user\'s inventory.",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Adds random items to the user\'s inventory.",
                    ['parameters'] =  {
                             ['German'] = "Adds random items to the user\'s inventory.",
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['French'] = "Adds random items to the user\'s inventory.",
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
        },
        ['/manage unwhitelist'] = {
                    ['command'] = 'unwhitelist',
                    ['parent'] = 'manage',
                    ['helpText'] = 'Исключает пользователя из белого списка по ID аккаунта, steamID, slgID или имени',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage useractivity'] = {
         ['/inventory forcegive'] = {
                     ['command'] = 'useractivity',
                     ['command'] = 'forcegive',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Отображает список игроков и время когда они были в сети.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give yourself an item (Forced, ignores restrictions)",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Выдаёт вам предмет (принудительно, игнорирует ограничения)",
                     ['parameters'] =  {
                            ['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'},
                             },
                             },
         },
         },
         ['/manage warnuser'] = {
         ['/inventory give'] = {
                     ['command'] = 'warnuser',
                     ['command'] = 'give',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Отправляет игроку предупреждение',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give yourself an item",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Даёт вам предмет",
                            ['German'] = "Gibt dir einen Gegenstand",
                            ['French'] = "Vous donne un objet",
                            },
                     ['shortCut'] = 'give',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg1'] = {'warnUser', 'User'},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg2'] = {'warning', 'String', ''},
                             },
                             },
         },
         },
         ['/manage whatami'] = {
         ['/inventory giveall'] = {
                     ['command'] = 'whatami',
                     ['command'] = 'giveall',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Посмотреть звание основанное на ваших навыках',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give yourself all items matching the given search.",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/manage whitelist'] = {
         ['/inventory givepaint'] = {
                     ['command'] = 'whitelist',
                     ['command'] = 'givepaint',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Показывает пользователей в белом списке или добавляет пользователя в белый список по ID аккаунта, steamID, slgID или имени',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give yourself mixed paint for predefined named colors",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'namedColorIndex', 'Int32'},
                             ['Arg2'] = {'reason', 'String', ''},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/manage whoami'] = {
         ['/inventory givepaintrgb'] = {
                     ['command'] = 'whoami',
                     ['command'] = 'givepaintrgb',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Показывает ваш ID',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give yourself mixed paint with any rgb color",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'r', 'Int32'},
                            ['Arg2'] = {'g', 'Int32'},
                            ['Arg3'] = {'b', 'Int32'},
                            ['Arg4'] = {'amount', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/manage whois'] = {
         ['/inventory integrity'] = {
                     ['command'] = 'whois',
                     ['command'] = 'integrity',
                     ['parent'] = 'manage',
                     ['parent'] = 'inventory',
                     ['helpText'] = 'Показывает ID указанного пользователя.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                     ['level'] = 'Администратор',
                            ['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'] = {'otherUser', 'User'},
                             ['Arg1'] = {'integrity', 'Single', '1'},
                             },
                             },
         },
         },
         ['/meteor addhours'] = {
         ['/land clearpaint'] = {
                     ['command'] = 'addhours',
                     ['command'] = 'clearpaint',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Добавляет часы до падения метеорита',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'radius', 'Int32', '4'},
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/meteor destroy'] = {
         ['/land clearrubble'] = {
                     ['command'] = 'destroy',
                     ['command'] = 'clearrubble',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Уничтожает метеорит на орбите.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'radius', 'Single', '10'},
                             },
                             },
         },
         },
         ['/meteor fall'] = {
         ['/land level'] = {
                     ['command'] = 'fall',
                     ['command'] = 'level',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Запускает процесс падения метеорита',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Level the terrain",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Выравнивает землю",
                    ['parameters'] = {
                            ['German'] = "Begradige das Gelände",
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['French'] = "Niveler le terrain",
                             },
                             },
        },
                     ['shortCut'] = 'level',
        ['/meteor hitworldlayers'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'hitworldlayers',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Делает так, чтобы слои мира выглядели, будто упал метеорит.',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/meteor impact'] = {
         ['/land levelcentered'] = {
                     ['command'] = 'impact',
                     ['command'] = 'levelcentered',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Метеорит мгновенно сталкивается с поверхностью.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Level the terrain around user",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Выровнять уровень вокруг игрока",
                            ['German'] = "Terrain um den Benutzer herum ebnen",
                            ['French'] = "Niveler le terrain autour de l'utilisateur",
                            },
                     ['shortCut'] = 'levelcentered',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/meteor makevisible'] = {
         ['/land levelwithwall'] = {
                     ['command'] = 'makevisible',
                     ['command'] = 'levelwithwall',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Перемещает метеорит в зону прицеливания или на определённый угол, если он указан.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Level the terrain with a wall",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Выровнять уровень поверхности до стены",
                    ['parameters'] =  {
                             ['German'] = "Terrain erhöhen mit einer Mauer",
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['French'] = "Nivelez le terrain avec un mur",
                             ['Arg1'] = {'angle', 'Single', '300'},
                             },
                             },
        },
                     ['shortCut'] = 'levelwall',
        ['/meteor rain'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'rain',
                    ['parent'] = 'meteor',
                    ['helpText'] = 'Создаёт метеоритный дождь, можно указать количество метеоритов и время между ними.',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'x', 'Int32', '15'},
                             ['Arg2'] = {'timeBetween', 'Single', '1'},
                             ['Arg2'] = {'y', 'Int32', '15'},
                             ['Arg3'] = {'radius', 'Single', '20'},
                            ['Arg3'] = {'wallHeight', 'Int32', '1'},
                             ['Arg4'] = {'groundType', 'String', 'GrassBlock'},
                            ['Arg5'] = {'wallType', 'String', 'StoneBlock'},
                             },
                             },
         },
         },
         ['/meteor spawn'] = {
         ['/land mark'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'mark',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Создаёт метеорит на орбите, независимо от текущих настроек мира.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.",
                     ['level'] = 'Администратор',
                            ['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'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/meteor spawncrater'] = {
         ['/land markglobal'] = {
                     ['command'] = 'spawncrater',
                     ['command'] = 'markglobal',
                     ['parent'] = 'meteor',
                     ['parent'] = 'land',
                     ['helpText'] = 'Создаёт кратер в текущем месте.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Drops a global waypoint at the current position.  Accepts an optional text string for the waypoint.",
                     ['level'] = 'Разработчик',
                            ['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'] = {'size', 'Single', '5'},
                             ['Arg1'] = {'text', 'String', ''},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/money accounts'] = {
         ['/land painttest'] = {
                     ['command'] = 'accounts',
                     ['command'] = 'painttest',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Отображает все банковские счета в игре.',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Spawns giant walls and paints them with random colors",
                    ['level'] = 'Пользователь',
                            ['Russian'] = "Spawns giant walls and paints them with random colors",
                    ['parameters'] = {
                            ['German'] = "Spawns giant walls and paints them with random colors",
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['French'] = "Spawns giant walls and paints them with random colors",
                             },
                             },
        },
                     ['shortCut'] = 'painttest',
        ['/money addaccountmanager'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'addaccountmanager',
                    ['parent'] = 'money',
                    ['helpText'] = 'Добавить игрока как управляющего банковским счетом с ID.',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'size', 'Int32', '50'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'walls', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/money addaccountuser'] = {
         ['/land remove'] = {
                     ['command'] = 'addaccountuser',
                     ['command'] = 'remove',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Добавляет пользователя к банковскому счёту с ID.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Remove block types within a specified area",
                     ['level'] = 'Администратор',
                            ['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'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/money cancelalldebtfromplayer'] = {
         ['/land removeallbut'] = {
                     ['command'] = 'cancelalldebtfromplayer',
                     ['command'] = 'removeallbut',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Аннулировать долги, которые накопил игрок.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Removes all block types except the specified type within a specified area",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'String'},
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/money createaccount'] = {
         ['/land removenearestglobalmark'] = {
                     ['command'] = 'createaccount',
                     ['command'] = 'removenearestglobalmark',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Создаёт счёт с указанным названием.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Removes the nearest global waypoint to your current position.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['/money createdebt'] = {
         ['/land resetworldcaches'] = {
                     ['command'] = 'createdebt',
                     ['command'] = 'resetworldcaches',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Создаёт долг между двумя игроками в указанной валюте.',
                     ['helpText'] =  {
                    ['shortCut'] = '',
                             ['English'] = "Resets the world caches",
                    ['level'] = 'Администратор',
                             ['Russian'] = "Сбросить Кэш карты",
                    ['parameters'] =  {
                             ['German'] = "Setzt die Weltcaches zurück",
                             ['Arg1'] = {'lender', 'String'},
                             ['French'] = "Réinitialise les caches du monde",
                            ['Arg2'] = {'borrower', 'String'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                             ['Arg4'] = {'interest', 'Single'},
                             ['Arg5'] = {'daysTillDue', 'Single'},
                             ['Arg6'] = {'currencyName', 'String'},
                             },
                             },
        },
        ['/money currencies'] = {
                    ['command'] = 'currencies',
                    ['parent'] = 'money',
                    ['helpText'] = 'Список всей игровой валюты.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Пользователь',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/money deleteaccount'] = {
         ['/land spawnmines'] = {
                     ['command'] = 'deleteaccount',
                     ['command'] = 'spawnmines',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Удаляет счёт, даже если на нём ещё остались средства.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Spawns a corridor-like tunnel that gives entrance to the mines.",
                     ['level'] = 'Администратор',
                            ['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'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'corridorWidth', 'Int32', '1'},
                            ['Arg2'] = {'corridorHeight', 'Int32', '3'},
                            ['Arg3'] = {'corridorDepth', 'Int32', '1'},
                            ['Arg4'] = {'depth', 'Int32', '100'},
                            ['Arg5'] = {'levelDifferenceHeight', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/money removeaccountmanager'] = {
         ['/land spawnrubble'] = {
                     ['command'] = 'removeaccountmanager',
                     ['command'] = 'spawnrubble',
                     ['parent'] = 'money',
                     ['parent'] = 'land',
                     ['helpText'] = 'Убрать игрока из управляющих банковским счетом с ID.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'rubble', 'Int32', '32'},
                             },
                             },
         },
         },
         ['/money removeaccountuser'] = {
         ['/manage admin'] = {
                     ['command'] = 'removeaccountuser',
                     ['command'] = 'admin',
                     ['parent'] = 'money',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Удаляет пользователя из банковского счёта с ID.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg1'] = {'alert', 'String', ''},
                             },
                             },
         },
         },
         ['/money setaccountowner'] = {
         ['/manage announce'] = {
                     ['command'] = 'setaccountowner',
                     ['command'] = 'announce',
                     ['parent'] = 'money',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Вручную задать создателя счёта.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg1'] = {'announce', 'String', ''},
                             },
                             },
         },
         },
         ['/money spawnaccounts'] = {
         ['/manage authlevel'] = {
                     ['command'] = 'spawnaccounts',
                     ['command'] = 'authlevel',
                     ['parent'] = 'money',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создать новые банковские счета для каждого игрока.',
                     ['helpText'] = {
                            ['English'] = "Displays your authorization level",
                            ['Russian'] = "Отображает ваш уровень доступа",
                            ['German'] = "Zeigt deine Berechtigungsstufe",
                            ['French'] = "Affiche votre niveau d’autorisation",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['/money steamsale'] = {
         ['/manage ban'] = {
                     ['command'] = 'steamsale',
                     ['command'] = 'ban',
                     ['parent'] = 'money',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Даёт каждому игроку указанную сумму',
                     ['helpText'] = {
                     ['shortCut'] = 'gabe',
                            ['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.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/money tax'] = {
         ['/manage clearmaintenance'] = {
                     ['command'] = 'tax',
                     ['command'] = 'clearmaintenance',
                     ['parent'] = 'money',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Взымает налог во всех валютах на указанную сумму, в казну по умолчанию или на указанный счёт.',
                     ['helpText'] = {
                            ['English'] = "Clears currently scheduled user maintenance.",
                            ['Russian'] = "Очищает текущее запланированное обслуживание пользователя.",
                            ['German'] = "Löscht aktuell eingestellte Benutzerwartung.",
                            ['French'] = "Efface la maintenance utilisateur actuellement planifiée.",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'amount', 'Single', '1000'},
                            ['Arg2'] = {'accountID', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/objects add'] = {
         ['/manage clearobjective'] = {
                     ['command'] = 'add',
                     ['command'] = 'clearobjective',
                     ['parent'] = 'objects',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Добавить объект заданного типа.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['/objects clear'] = {
         ['/manage clearoverheadname'] = {
                     ['command'] = 'clear',
                     ['command'] = 'clearoverheadname',
                     ['parent'] = 'objects',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Удаляет объекты заданного типа.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Clears a user\'s overhead display name (reverts to official name).",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/objects edit'] = {
         ['/manage hideplayerposition'] = {
                     ['command'] = 'edit',
                     ['command'] = 'hideplayerposition',
                     ['parent'] = 'objects',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Изменяет объект заданного типа. Можно выбрать по имени или ID.',
                     ['helpText'] = {
                            ['English'] = "Hide player position in tooltip and/or minimap",
                            ['Russian'] = "Hide player position in tooltip and/or minimap",
                            ['German'] = "Hide player position in tooltip and/or minimap",
                            ['French'] = "Hide player position in tooltip and/or minimap",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'tooltip', 'Boolean'},
                             ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                            ['Arg2'] = {'minimap', 'Boolean'},
                            },
        },
        ['/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', ''},
                             },
                             },
         },
         },
         ['/objects list'] = {
         ['/manage kick'] = {
                     ['command'] = 'list',
                     ['command'] = 'kick',
                     ['parent'] = 'objects',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Показывает все объекты заданного типа.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Kicks user",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Кикает пользователя",
                            ['German'] = "Kickt Benutzer",
                            ['French'] = "Renvoie l'utilisateur",
                            },
                     ['shortCut'] = 'kick',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'kickUser', 'User'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/objects remove'] = {
         ['/manage listadmins'] = {
                     ['command'] = 'remove',
                     ['command'] = 'listadmins',
                     ['parent'] = 'objects',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Удаляет объект заданного типа. Можно выбрать по имени или ID.',
                     ['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'] = 'Администратор',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg2'] = {'objectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['/pollute air'] = {
         ['/manage listusers'] = {
                     ['command'] = 'air',
                     ['command'] = 'listusers',
                     ['parent'] = 'pollute',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт X тонн загрязнения воздуха',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tons', 'Single'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/pollute airpollutiongenerators'] = {
         ['/manage maintenance'] = {
                     ['command'] = 'airpollutiongenerators',
                     ['command'] = 'maintenance',
                     ['parent'] = 'pollute',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт АПОКАЛИПТИЧЕСКУЮ МАШИНУ ЗАГРЯЗНЕНИЯ ВОЗДУХА',
                     ['helpText'] = {
                     ['shortCut'] = 'apgen',
                            ['English'] = "Schedules an automatic shutdown",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Расписание автоматического выключения",
                            ['German'] = "Plant ein automatisches Herunterfahren",
                            ['French'] = "Planifie un arrêt automatique",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'time', 'String'},
                            ['Arg2'] = {'message', 'String'},
                            ['Arg3'] = {'reason', 'String'},
                             },
                             },
         },
         },
         ['/pollute all'] = {
         ['/manage mute'] = {
                     ['command'] = 'all',
                     ['command'] = 'mute',
                     ['parent'] = 'pollute',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Дождь из хвостов уничтожающий мир',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['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.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/pollute co2'] = {
         ['/manage players'] = {
                     ['command'] = 'co2',
                     ['command'] = 'players',
                     ['parent'] = 'pollute',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Изменяет CO2 PPM на X',
                     ['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'] = 'Администратор',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'ppm', 'Single'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/pollute trashcity'] = {
         ['/manage playtime'] = {
                     ['command'] = 'trashcity',
                     ['command'] = 'playtime',
                     ['parent'] = 'pollute',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Просто в случае, если вам нравится жить НА СВАЛКЕ',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Lists the playtimes for a given user, or yourself if none passed.",
                     ['level'] = 'Администратор',
                            ['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', ''},
                             },
                             },
         },
         },
         ['/preset all'] = {
         ['/manage removeadmin'] = {
                     ['command'] = 'all',
                     ['command'] = 'removeadmin',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт все наборы предметов (кроме скрытых)',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/preset blocks'] = {
         ['/manage save'] = {
                     ['command'] = 'blocks',
                     ['command'] = 'save',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт блоки',
                     ['helpText'] = {
                            ['English'] = "Save the world!",
                            ['Russian'] = "Сохранить Мир!",
                            ['German'] = "Rette die Welt!",
                            ['French'] = "Sauvegarde le monde !",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/preset clothes'] = {
         ['/manage setoverheadname'] = {
                     ['command'] = 'clothes',
                     ['command'] = 'setoverheadname',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns Clothing items',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Sets a user\'s overhead display name (cannot match any existing username).",
                     ['level'] = 'Разработчик',
                            ['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'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'overheadName', 'String'},
                             },
                             },
         },
         },
         ['/preset crafting'] = {
         ['/manage setspawn'] = {
                     ['command'] = 'crafting',
                     ['command'] = 'setspawn',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт всевозможные верстаки',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset economy'] = {
         ['/manage unban'] = {
                     ['command'] = 'economy',
                     ['command'] = 'unban',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт предметы экономики',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Unbans user by account id, steamid, slgid, or username",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/preset food'] = {
         ['/manage unmute'] = {
                     ['command'] = 'food',
                     ['command'] = 'unmute',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт еду',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Unmutes user by account id, steamid, slgid, or username",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Убирает пользователя из списка заглушенных по ID аккаунта, steamid, slgid или имени пользователя",
                    ['parameters'] = {
                            ['German'] = "Deaktiviert Stummschaltung des Benutzers von Konto-ID, steamid, slgid oder Benutzername auf",
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['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',
        ['/preset fuel'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'fuel',
                    ['parent'] = 'preset',
                    ['helpText'] = 'Создаёт топливо',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/preset generators'] = {
         ['/manage unwhitelist'] = {
                     ['command'] = 'generators',
                     ['command'] = 'unwhitelist',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт генераторы',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/preset hidden'] = {
         ['/manage useractivity'] = {
                     ['command'] = 'hidden',
                     ['command'] = 'useractivity',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создать скрытые предметы',
                     ['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'] = 'Разработчик',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset housing'] = {
         ['/manage warnuser'] = {
                     ['command'] = 'housing',
                     ['command'] = 'warnuser',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт предметы мебели',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'warnUser', 'User'},
                            ['Arg2'] = {'warning', 'String', ''},
                             },
                             },
         },
         },
         ['/preset power'] = {
         ['/manage whitelist'] = {
                     ['command'] = 'power',
                     ['command'] = 'whitelist',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт предметы, требующие энергию',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/preset resources'] = {
         ['/manage whoami'] = {
                     ['command'] = 'resources',
                     ['command'] = 'whoami',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Создаёт блоки ресурсов',
                     ['helpText'] = {
                            ['English'] = "Shows your user ID",
                            ['Russian'] = "Показывает ваш ID",
                            ['German'] = "Zeigt deine Benutzer-ID an",
                            ['French'] = "Affiche votre ID d'utilisateur",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset scrolls'] = {
         ['/manage whois'] = {
                     ['command'] = 'scrolls',
                     ['command'] = 'whois',
                     ['parent'] = 'preset',
                     ['parent'] = 'manage',
                     ['helpText'] = 'Spawns SkillScrolls items',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'otherUser', 'User'},
                             },
                             },
         },
         },
         ['/preset storages'] = {
         ['/meteor addhours'] = {
                     ['command'] = 'storages',
                     ['command'] = 'addhours',
                     ['parent'] = 'preset',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Создаёт все виды Хранилищ',
                     ['helpText'] = {
                            ['English'] = "Adds meteor impact hours",
                            ['Russian'] = "Добавляет часы до падения астероида",
                            ['German'] = "Fügt Meteoraufprallstunden hinzu",
                            ['French'] = "Ajoute des heures à l'impact du météore",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/preset tools'] = {
         ['/meteor destroy'] = {
                     ['command'] = 'tools',
                     ['command'] = 'destroy',
                     ['parent'] = 'preset',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Создаёт инструменты',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/preset vehicles'] = {
         ['/meteor fall'] = {
                     ['command'] = 'vehicles',
                     ['command'] = 'fall',
                     ['parent'] = 'preset',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Создаёт транспорт',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/property add'] = {
         ['/meteor hitworldlayers'] = {
                     ['command'] = 'add',
                     ['command'] = 'hitworldlayers',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Добавляет пользователя в право (если имя пользователя не указано, будет добавлен текущий пользователь)',
                     ['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'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'username', 'String', ''},
                             },
                             },
         },
         },
         ['/property claimrect'] = {
         ['/meteor impact'] = {
                     ['command'] = 'claimrect',
                     ['command'] = 'impact',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Захватывает участки в указанном прямоугольнике.',
                     ['helpText'] = {
                    ['shortCut'] = 'claim',
                            ['English'] = "Make the meteor strike instantly.",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Астероид мгновенно сталкивается с поверхностью.",
                    ['parameters'] =  {
                             ['German'] = "Lässt den Meteor sofort einschlagen.",
                             ['Arg1'] = {'xSide', 'Int32', '5'},
                             ['French'] = "Provoque l'impact immédiat du météore.",
                             ['Arg2'] = {'ySide', 'Int32', '5'},
                             },
                             },
        },
        ['/property ownall'] = {
                    ['command'] = 'ownall',
                    ['parent'] = 'property',
                    ['helpText'] = 'Захватить всю собственность',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/property owner'] = {
         ['/meteor makevisible'] = {
                     ['command'] = 'owner',
                     ['command'] = 'makevisible',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Сменить владельца текущей собственности',
                     ['helpText'] = {
                     ['shortCut'] = 'owner',
                            ['English'] = "Make the meteor enter the targetable range, or the specified angle if one is passed in.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'newOwner', 'User', ''},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'angle', 'Single', '300'},
                             },
                             },
         },
         },
         ['/property ownnone'] = {
         ['/meteor rain'] = {
                     ['command'] = 'ownnone',
                     ['command'] = 'rain',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Аннулировать ваше владение',
                     ['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'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'User', ''},
                             ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['/property remove'] = {
         ['/meteor removehours'] = {
                     ['command'] = 'remove',
                     ['command'] = 'removehours',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Удаляет пользователя из права (если имя пользователя не указано, будет удален текущий пользователь)',
                     ['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'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'username', 'String', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/property removeinvalidownables'] = {
         ['/meteor spawn'] = {
                     ['command'] = 'removeinvalidownables',
                     ['command'] = 'spawn',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Проверить права собственности и удалить связанные объекты собственности, которые не принадлежат им',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/property targetowner'] = {
         ['/meteor spawncrater'] = {
                     ['command'] = 'targetowner',
                     ['command'] = 'spawncrater',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Сменить владельца выбранной цели',
                     ['helpText'] = {
                     ['shortCut'] = 'ownit',
                            ['English'] = "Create a crater at the current position.",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Создаёт кратер в текущем месте.",
                            ['German'] = "Erstelle einen Krater an der aktuellen Position.",
                            ['French'] = "Créez un cratère à la position actuelle.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'INetObject'},
                             ['Arg1'] = {'size', 'Single', '5'},
                             ['Arg2'] = {'newOwner', 'User', ''},
                             ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/property unclaim'] = {
         ['/meteor status'] = {
                     ['command'] = 'unclaim',
                     ['command'] = 'status',
                     ['parent'] = 'property',
                     ['parent'] = 'meteor',
                     ['helpText'] = 'Освобождает участок на котором вы стоите',
                     ['helpText'] = {
                     ['shortCut'] = 'unclaim',
                            ['English'] = "Displays status of meteor.",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Displays status of meteor.",
                            ['German'] = "Displays status of meteor.",
                            ['French'] = "Displays status of meteor.",
                            },
                     ['shortCut'] = 'met',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/property unclaimabandoned'] = {
         ['/money accounts'] = {
                     ['command'] = 'unclaimabandoned',
                     ['command'] = 'accounts',
                     ['parent'] = 'property',
                     ['parent'] = 'money',
                     ['helpText'] = 'Освободить участки по всему миру, владелец которых не входил в игру в течение X дней',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'days', 'Single'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/qa allblocks'] = {
         ['/money addaccountmanager'] = {
                     ['command'] = 'allblocks',
                     ['command'] = 'addaccountmanager',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Создаёт все блоки. По желанию можно передать целое число - сколько рядов каждого блока создавать, по умолчанию 1 ряд.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'rows', 'Int32', '1'},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/qa allconstructed'] = {
         ['/money addaccountuser'] = {
                     ['command'] = 'allconstructed',
                     ['command'] = 'addaccountuser',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Создаёт все строительные блоки',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockType', 'String', ''},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/qa allplants'] = {
         ['/money cancelalldebtfromplayer'] = {
                     ['command'] = 'allplants',
                     ['command'] = 'cancelalldebtfromplayer',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Создаёт все блоки растений',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'rows', 'Int32', '1'},
                             ['Arg1'] = {'otherPlayer', 'String'},
                             },
                             },
         },
         },
         ['/qa allterrain'] = {
         ['/money createaccount'] = {
                     ['command'] = 'allterrain',
                     ['command'] = 'createaccount',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Создаёт все блоки, которые можно копать',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['/qa allworldobjects'] = {
         ['/money createdebt'] = {
                     ['command'] = 'allworldobjects',
                     ['command'] = 'createdebt',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Создаёт все объекты мира',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'lender', 'User'},
                            ['Arg2'] = {'borrower', 'User'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currency', 'Currency'},
                             },
                             },
         },
         },
         ['/qa chattest'] = {
         ['/money currencies'] = {
                     ['command'] = 'chattest',
                     ['command'] = 'currencies',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Отправляет много разных сообщений в чат',
                     ['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'] = 'Разработчик',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'count', 'Int32', '10'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'tagCount', 'Int32', '10'},
                            ['Arg2'] = {'gibberish', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa dbtest'] = {
         ['/money deleteaccount'] = {
                     ['command'] = 'dbtest',
                     ['command'] = 'deleteaccount',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Inserts records to DB to get perfomance information on it.',
                     ['helpText'] = {
                    ['shortCut'] = 'db',
                            ['English'] = "Deletes an account even if there is still currency on it.",
                    ['level'] = 'Разработчик',
                             ['Russian'] = "Удаляет счёт, даже если на нём ещё остались средства.",
                    ['parameters'] =  {
                             ['German'] = "Löscht ein Konto, obwohl es noch ein Guthaben hat.",
                             ['Arg1'] = {'parallelCount', 'Int32'},
                             ['French'] = "Supprime un compte même s'il y a encore de l'argent sur celui-ci.",
                             ['Arg2'] = {'statsCountPerParallel', 'Int32'},
                             ['Arg3'] = {'bulk', 'Boolean', 'True'},
                             },
                             },
        },
        ['/qa disconnect'] = {
                    ['command'] = 'disconnect',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Отключить клиента с длинным сообщением',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                             },
                             },
         },
         },
         ['/qa exceptional'] = {
         ['/money removeaccountmanager'] = {
                     ['command'] = 'exceptional',
                     ['command'] = 'removeaccountmanager',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Выбрасывает исключение, очень полезная вещь',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/qa givealltools'] = {
         ['/money removeaccountuser'] = {
                     ['command'] = 'givealltools',
                     ['command'] = 'removeaccountuser',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Выдает все инструменты указанного уровня. Без указания уровня создается сундук со всеми существующими',
                     ['helpText'] = {
                     ['shortCut'] = 'gat',
                            ['English'] = "Removes user from bank account with ID.",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Single', '0'},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/qa giveallvehicles'] = {
         ['/money setaccountowner'] = {
                     ['command'] = 'giveallvehicles',
                     ['command'] = 'setaccountowner',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Даёт весь транспорт и молоток (без лифта, без крана)',
                     ['helpText'] = {
                    ['shortCut'] = 'gav',
                            ['English'] = "Manually set an account creator.",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Вручную задать создателя счёта.",
                    ['parameters'] = {
                            ['German'] = "Legt einen manuellen Kontoersteller fest.",
                            ['French'] = "Définir manuellement un créateur de compte.",
                             },
                             },
        },
        ['/qa listunobtainableitems'] = {
                    ['command'] = 'listunobtainableitems',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Список предметов которые не могут быть изготовлены.  Помните, некоторые из них и не должны изготавливаться, например камни.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/qa notificationstest'] = {
         ['/money spawnaccounts'] = {
                     ['command'] = 'notificationstest',
                     ['command'] = 'spawnaccounts',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Отправляет много разных уведомлений',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Create new bank accounts for each user.",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Создать новые банковские счета для каждого игрока.",
                    ['parameters'] = {
                            ['German'] = "Erstellt ein neues Bankkonto für jeden Benutzer.",
                             ['Arg0'] = {'count', 'Int32', '10'},
                             ['French'] = "Créer un nouveau compte bancaire pour chaque utilisateur.",
                             },
                             },
        },
        ['/qa receivechat'] = {
                    ['command'] = 'receivechat',
                    ['parent'] = 'qa',
                    ['helpText'] = 'Send multiple chat messages over time to test scrolling',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'msgCounts', 'Int32'},
                             ['Arg1'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['/qa runtest'] = {
         ['/money steamsale'] = {
                     ['command'] = 'runtest',
                     ['command'] = 'steamsale',
                     ['parent'] = 'qa',
                     ['parent'] = 'money',
                     ['helpText'] = 'Запустить определённый тест.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give every player an amount of money",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Даёт каждому игроку указанную сумму",
                            ['German'] = "Gib allen Spielern einen bestimmten Betrag",
                            ['French'] = "Donne une quantité d'argent à tous les joueurs",
                            },
                     ['shortCut'] = 'gabe',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'testname', 'String'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                             },
                             },
         },
         },
         ['/qa runtests'] = {
         ['/network setpassword'] = {
                     ['command'] = 'runtests',
                     ['command'] = 'setpassword',
                     ['parent'] = 'qa',
                     ['parent'] = 'network',
                     ['helpText'] = 'Выполнить серию команд в чате для тестирования игры.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'password', 'String', ''},
                             },
                             },
         },
         },
         ['/qa servercrash'] = {
         ['/notifications mail'] = {
                     ['command'] = 'servercrash',
                     ['command'] = 'mail',
                     ['parent'] = 'qa',
                     ['parent'] = 'notifications',
                     ['helpText'] = 'Команда для принудительной остановки сервера',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Send mail to the given user (or self if blank).",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'text', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/qa showsupportedlanguages'] = {
         ['/objects add'] = {
                     ['command'] = 'showsupportedlanguages',
                     ['command'] = 'add',
                     ['parent'] = 'qa',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Отображает все поддерживаемые языки с краткими кодами',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['/qa spamdb'] = {
         ['/objects clear'] = {
                     ['command'] = 'spamdb',
                     ['command'] = 'clear',
                     ['parent'] = 'qa',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Отправляет базе данных очень много команд с целью создания лагов или ошибок',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'numSeconds', 'Single', '30'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/qa spawn'] = {
         ['/objects edit'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'edit',
                     ['parent'] = 'qa',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Создаёт предмет в здании',
                     ['helpText'] = {
                     ['shortCut'] = 'spawn',
                            ['English'] = "Open a display to edit any registrar object, or limit to a given type.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                             ['Arg1'] = {'objectType', 'String', ''},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa testbows'] = {
         ['/objects editbyid'] = {
                     ['command'] = 'testbows',
                     ['command'] = 'editbyid',
                     ['parent'] = 'qa',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Испытать лук и стрелы.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'id', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/qa toggle'] = {
         ['/objects editobj'] = {
                     ['command'] = 'toggle',
                     ['command'] = 'editobj',
                     ['parent'] = 'qa',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Переключает видимость пользовательского интерфейса по имени префаба',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'uiName', 'String'},
                             ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['/rooms repairall'] = {
         ['/objects enableadmininterface'] = {
                     ['command'] = 'repairall',
                     ['command'] = 'enableadmininterface',
                     ['parent'] = 'rooms',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Чинит все сломанные комнаты. Выполнение может занять длительное время и очень нагрузить сервер, поэтому используйте команду только когда сломано много комнат',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Enable or disable admin interfaces across the game.",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Enable or disable admin interfaces across the game.",
                    ['parameters'] = {
                            ['German'] = "Enable or disable admin interfaces across the game.",
                            ['French'] = "Activer ou désactiver les interfaces administrateur dans tout le jeu.",
                             },
                             },
        },
                     ['shortCut'] = 'admininterface',
        ['/rooms test'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'test',
                    ['parent'] = 'rooms',
                    ['helpText'] = 'Проверяет является ли текущее окружение помещением, и если нет, то объясняет почему.',
                     ['shortCut'] = '',
                     ['level'] = 'Пользователь',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/settlement spawn'] = {
         ['/objects forceenablenearestobject'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'forceenablenearestobject',
                     ['parent'] = 'settlement',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Create a homestead with a test user owning.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['/sim addatm'] = {
         ['/objects remove'] = {
                     ['command'] = 'addatm',
                     ['command'] = 'remove',
                     ['parent'] = 'sim',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Добавить атмосферу',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'objectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['/sim animalspeed'] = {
         ['/objects removebyid'] = {
                     ['command'] = 'animalspeed',
                     ['command'] = 'removebyid',
                     ['parent'] = 'sim',
                     ['parent'] = 'objects',
                     ['helpText'] = 'Задать скорость для ближайшего животного (отладка)',
                     ['helpText'] = {
                     ['shortCut'] = 'animalspeed',
                            ['English'] = "Remove the object with the specified ID",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'wanderingSpeed', 'Single'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'runningSpeed', 'Single', '0'},
                             ['Arg1'] = {'id', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/sim bunnytime'] = {
         ['/performance'] = {
                     ['command'] = 'bunnytime',
                     ['command'] = 'performance',
                     ['parent'] = 'sim',
                     ['parent'] = nil,
                    ['helpText'] = 'Создать 100 кроликов',
                    ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['/sim debuganimal'] = {
         ['/physicsdebug'] = {
                     ['command'] = 'debuganimal',
                     ['command'] = 'physicsdebug',
                     ['parent'] = 'sim',
                     ['parent'] = nil,
                     ['helpText'] = 'Включает отладку ближайшего животного или выключает, если она уже включена.',
                     ['helpText'] = {
                     ['shortCut'] = 'dba',
                            ['English'] = "Commands to aid in physics debugging.",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Команды для помощи в отладке физики.",
                            ['German'] = "Befehle, die bei der Fehlersuche in den Physics helfen.",
                            ['French'] = "Commandes pour aider au débogage physique.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'follow', 'Boolean', 'True'},
                            ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim destroyedatmosphere'] = {
         ['/pollute air'] = {
                     ['command'] = 'destroyedatmosphere',
                     ['command'] = 'air',
                     ['parent'] = 'sim',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Задать процент уничтожения атмосферы, который рассеется за указанное количество секунд.',
                     ['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'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'tons', 'Single'},
                             ['Arg1'] = {'percent', 'Single', '0.5'},
                            ['Arg2'] = {'time', 'Single', '5'},
                             },
                             },
         },
         },
         ['/sim dinnerbell'] = {
         ['/pollute airpollutiongenerators'] = {
                     ['command'] = 'dinnerbell',
                     ['command'] = 'airpollutiongenerators',
                     ['parent'] = 'sim',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Сделать всех животных голодными.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Creates AIR POLLUTION MACHINES OF DOOM",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Создаёт АПОКАЛИПТИЧЕСКУЮ МАШИНУ ЗАГРЯЗНЕНИЯ ВОЗДУХА",
                            ['German'] = "Erstellt LUFTVERUNREINIGUNGSMASCHINEN DES UNTERGANGS",
                            ['French'] = "Crée une MACHINE DE POLLUTION ATMOSPHERIQUE DE LA MORT",
                            },
                     ['shortCut'] = 'apgen',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/sim followanimal'] = {
         ['/pollute all'] = {
                     ['command'] = 'followanimal',
                     ['command'] = 'all',
                     ['parent'] = 'sim',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Переключить следование за ближайшим животным.',
                     ['helpText'] = {
                     ['shortCut'] = 'fola',
                            ['English'] = "Rains tailings from the heavens to ruin the world",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/sim forcecollectglobalstats'] = {
         ['/pollute co2'] = {
                     ['command'] = 'forcecollectglobalstats',
                     ['command'] = 'co2',
                     ['parent'] = 'sim',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Собирать глобальную статистику сейчас. Также обновляет статистику прогресса мира.',
                     ['helpText'] = {
                    ['shortCut'] = 'globalstats',
                            ['English'] = "Changes CO2 PPM by X",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Изменяет CO2 PPM на X",
                    ['parameters'] = {
                            ['German'] = "Ändert CO2 ppm um X",
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['French'] = "Modifie le ppm de CO2 de X",
                             },
                             },
        },
        ['/sim greenthumb'] = {
                    ['command'] = 'greenthumb',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Создать случайные растения',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg1'] = {'ppm', 'Single'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim killplants'] = {
         ['/pollute tickgarbage'] = {
                     ['command'] = 'killplants',
                     ['command'] = 'tickgarbage',
                     ['parent'] = 'sim',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Убивает все растения в области. Передайте параметр true, чтобы полностью их удалить.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Ticks garbage checks",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Ticks garbage checks",
                            ['German'] = "Ticks garbage checks",
                            ['French'] = "Ticks garbage checks",
                            },
                     ['shortCut'] = 'tg',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                             },
                             },
         },
         },
         ['/sim killtrees'] = {
         ['/pollute trashcity'] = {
                     ['command'] = 'killtrees',
                     ['command'] = 'trashcity',
                     ['parent'] = 'sim',
                     ['parent'] = 'pollute',
                     ['helpText'] = 'Срубает все деревья в области. Передайте параметр true, чтобы полностью их удалить.',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim massplant'] = {
         ['/preset all'] = {
                     ['command'] = 'massplant',
                     ['command'] = 'all',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Создать группу одинаковых растений',
                     ['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'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'speciesName', 'String', ''},
                            ['Arg3'] = {'yield', 'Single', '0.8'},
                            ['Arg4'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim noah'] = {
         ['/preset beds'] = {
                     ['command'] = 'noah',
                     ['command'] = 'beds',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Создаёт указанное количество всех животных',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim oneshot'] = {
         ['/preset blocks'] = {
                     ['command'] = 'oneshot',
                     ['command'] = 'blocks',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Убивает животных вблизи',
                     ['helpText'] = {
                            ['English'] = "Spawns Blocks items",
                            ['Russian'] = "Создаёт блоки",
                            ['German'] = "Erzeugt blockierte Gegenstände",
                            ['French'] = "Génère des blocs",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim poorbunnies'] = {
         ['/preset chairs'] = {
                     ['command'] = 'poorbunnies',
                     ['command'] = 'chairs',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Убить всех животных',
                     ['helpText'] = {
                     ['shortCut'] = 'die',
                            ['English'] = "Spawns chair-related items",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Spawns chair-related items",
                            ['German'] = "Spawns chair-related items",
                            ['French'] = "Spawns chair-related items",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'destroy', 'Boolean', 'True'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim predatorsprotected'] = {
         ['/preset clothes'] = {
                     ['command'] = 'predatorsprotected',
                     ['command'] = 'clothes',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Стать невидимым для хищников',
                     ['helpText'] = {
                     ['shortCut'] = 'safe',
                            ['English'] = "Spawns Clothing items",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Создаёт предметы Одежды",
                            ['German'] = "Erzeugt Kleidungsgegenstände",
                            ['French'] = "Génère des vêtements",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim raisesealevel'] = {
         ['/preset crafting'] = {
                     ['command'] = 'raisesealevel',
                     ['command'] = 'crafting',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Поднимает уровень море на заданную величину. Используйте с осторожностью!',
                     ['helpText'] = {
                            ['English'] = "Spawns CraftingStation items",
                            ['Russian'] = "Создаёт всевозможные верстаки",
                            ['German'] = "Erzeugt Werkbank Gegenstände",
                            ['French'] = "Génère des ateliers",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'val', 'Single', '1.5'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim regenlayer'] = {
         ['/preset cultural'] = {
                     ['command'] = 'regenlayer',
                     ['command'] = 'cultural',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Регенерирует слой мира восстанавливая состояние в котором он был сразу после создания.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg1'] = {'layerName', 'String'},
                             },
                             },
         },
         },
         ['/sim removedeadplants'] = {
         ['/preset doors'] = {
                     ['command'] = 'removedeadplants',
                     ['command'] = 'doors',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Убрать мертвые растения в зоне.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '50'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim sealevel'] = {
         ['/preset economy'] = {
                     ['command'] = 'sealevel',
                     ['command'] = 'economy',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Отображает текущий уровень моря и насколько он вырос.',
                     ['helpText'] = {
                     ['shortCut'] = 'sea',
                            ['English'] = "Spawns Economy items",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Создаёт предметы экономики",
                            ['German'] = "Erzeugt Economy Gegenstände",
                            ['French'] = "Génère des objets d'économie",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim setlayer'] = {
         ['/preset food'] = {
                     ['command'] = 'setlayer',
                     ['command'] = 'food',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Устанавливает слой мира на определенное значение или случайное значение из диапазона.',
                     ['helpText'] = {
                            ['English'] = "Spawns Food items",
                            ['Russian'] = "Создаёт еду",
                            ['German'] = "Erzeugt Essen Gegenstände",
                            ['French'] = "Génère de la nourriture",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'NaN'},
                             },
                             },
         },
         },
         ['/sim setpollutionactive'] = {
         ['/preset fuel'] = {
                     ['command'] = 'setpollutionactive',
                     ['command'] = 'fuel',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Включает/выключает обновление слоя загрязнения.',
                     ['helpText'] = {
                            ['English'] = "Spawns Fuel items",
                            ['Russian'] = "Создаёт топливо",
                            ['German'] = "Erzeugt Treibstoff Gegenstände",
                            ['French'] = "Génère du carburant",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'isActive', 'Boolean'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim spawnallplants'] = {
         ['/preset generators'] = {
                     ['command'] = 'spawnallplants',
                     ['command'] = 'generators',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Создаёт ряд растений определенного возраста',
                     ['helpText'] = {
                     ['shortCut'] = 'allplants',
                            ['English'] = "Spawns Generator items",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Создаёт генераторы",
                            ['German'] = "Erzeugt Generator Gegenstände",
                            ['French'] = "Génère des générateurs",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'growth1', 'Single', '0.3'},
                            ['Arg3'] = {'growth2', 'Single', '0.6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                             },
                             },
         },
         },
         ['/sim spawnanimal'] = {
         ['/preset hidden'] = {
                     ['command'] = 'spawnanimal',
                     ['command'] = 'hidden',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Создаёт какое-то количество животных',
                     ['helpText'] = {
                    ['shortCut'] = 'animal',
                            ['English'] = "Spawns Hidden items",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Создать скрытые предметы",
                    ['parameters'] =  {
                             ['German'] = "Erzeugt Versteckte Gegenstände",
                             ['Arg1'] = {'speciesName', 'String', 'Hare'},
                             ['French'] = "Génère des objets cachés",
                             ['Arg2'] = {'count', 'Int32', '1'},
                             },
                             },
        },
                     ['shortCut'] = '',
        ['/sim spawnplant'] = {
                     ['level'] = 'DevTier',
                    ['command'] = 'spawnplant',
                    ['parent'] = 'sim',
                    ['helpText'] = 'Создать растение или растения в ряд с увеличивающимся возрастом',
                     ['shortCut'] = 'plant',
                     ['level'] = 'Администратор',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'speciesName', 'String', 'Birch'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim trample'] = {
         ['/preset housing'] = {
                     ['command'] = 'trample',
                     ['command'] = 'housing',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Вытаптывает окружающие земли',
                     ['helpText'] = {
                            ['English'] = "Spawns Housing items",
                            ['Russian'] = "Создаёт предметы мебели",
                            ['German'] = "Erzeugt Wohnungsgegenstände",
                            ['French'] = "Génère des objets pour la maison",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/sim unpollute'] = {
         ['/preset industrial'] = {
                     ['command'] = 'unpollute',
                     ['command'] = 'industrial',
                     ['parent'] = 'sim',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Очистить зону от загрязнения. Убрать мёртвые растения и заменить землю на траву.',
                     ['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'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                             },
                             },
         },
         },
         ['/skills all'] = {
         ['/preset lights'] = {
                     ['command'] = 'all',
                     ['command'] = 'lights',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Разблокирует все навыки',
                     ['helpText'] = {
                            ['English'] = "Spawns Lighting items",
                            ['Russian'] = "Spawns Lighting items",
                            ['German'] = "Spawns Lighting items",
                            ['French'] = "Spawns Lighting items",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills cleartalents'] = {
         ['/preset mainroom'] = {
                     ['command'] = 'cleartalents',
                     ['command'] = 'mainroom',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Resets all talents for a specialization for a player. If the skill name is empty it will remove talents from all specialization',
                     ['helpText'] = {
                    ['shortCut'] = 'notalents',
                            ['English'] = "Spawns Housing main room items",
                    ['level'] = 'Администратор',
                            ['Russian'] = "Spawns Housing main room items",
                    ['parameters'] =  {
                             ['German'] = "Spawns Housing main room items",
                             ['Arg1'] = {'targetUser', 'User'},
                             ['French'] = "Génère des objets pour le salon",
                             ['Arg2'] = {'skillName', 'String', ''},
                             },
                             },
        },
                     ['shortCut'] = '',
        ['/skills creative'] = {
                     ['level'] = 'DevTier',
                    ['command'] = 'creative',
                    ['parent'] = 'skills',
                    ['helpText'] = 'Убирает ограничения и даёт вам все навыки на максимальном уровне.',
                     ['shortCut'] = 'creative',
                     ['level'] = 'Разработчик',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills debugedu'] = {
         ['/preset paint'] = {
                     ['command'] = 'debugedu',
                     ['command'] = 'paint',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Make education tick every frame, accepet teachers and students regardless of skills, and allow teachers to be their own students.',
                     ['helpText'] = {
                            ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'stackCount', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/skills education'] = {
         ['/preset planter'] = {
                     ['command'] = 'education',
                     ['command'] = 'planter',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Set education value (0 to 1) for a skill (default to 1), giving the skill if the user doesn\'t have it.  If no target user is set, apply to self.',
                     ['helpText'] = {
                            ['English'] = "Spawns Housing items",
                            ['Russian'] = "Создаёт предметы мебели",
                            ['German'] = "Erzeugt Wohnungsgegenstände",
                            ['French'] = "Génère des objets pour la maison",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'skillName', 'String'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'value', 'Single', '1'},
                            ['Arg3'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills fullreset'] = {
         ['/preset power'] = {
                     ['command'] = 'fullreset',
                     ['command'] = 'power',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Сбрасывает все навыки в не изученное состояние',
                     ['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'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills give'] = {
         ['/preset resources'] = {
                     ['command'] = 'give',
                     ['command'] = 'resources',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Выдает указанный навык игроку.',
                     ['helpText'] = {
                            ['English'] = "Spawns Resources items",
                            ['Russian'] = "Создаёт блоки ресурсов",
                            ['German'] = "Erzeugt Ressourcen Gegenstände",
                            ['French'] = "Génère des ressources",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'skillName', 'String'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills givepointsto'] = {
         ['/preset scrolls'] = {
                     ['command'] = 'givepointsto',
                     ['command'] = 'scrolls',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Give skillpoints to another player. Give them to yourself if target user is empty',
                     ['helpText'] = {
                     ['shortCut'] = 'point',
                            ['English'] = "Spawns SkillScrolls items",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Создаёт страницы навыков",
                            ['German'] = "Erzeugt Schriftrollen",
                            ['French'] = "Génère des pages de compétence",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'number', 'Single', '10000'},
                             },
                             },
         },
         },
         ['/skills levelup'] = {
         ['/preset seating'] = {
                     ['command'] = 'levelup',
                     ['command'] = 'seating',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Увеличивает уровень умения до максимума, которое соответствует заданной строке.',
                     ['helpText'] = {
                     ['shortCut'] = 'levelup',
                            ['English'] = "Spawns Housing seating items",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Spawns Housing seating items",
                            ['German'] = "Spawns Housing seating items",
                            ['French'] = "Génère des sièges pour la maison",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'skillName', 'String'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills levelupall'] = {
         ['/preset signs'] = {
                     ['command'] = 'levelupall',
                     ['command'] = 'signs',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Поднять все навыки на 1 уровень разом (без квитанций).',
                     ['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'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'num', 'Int32', '1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills levelupuser'] = {
         ['/preset storages'] = {
                     ['command'] = 'levelupuser',
                     ['command'] = 'storages',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Повышайте уровень жителя на один. Уровни по умолчанию, которые вы повышаете.',
                     ['helpText'] = {
                            ['English'] = "Spawns Storage items",
                            ['Russian'] = "Создаёт все виды Хранилищ",
                            ['German'] = "Erzeugt Lager Gegenstände",
                            ['French'] = "Génère des stockages",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills rate'] = {
         ['/preset tableplaceable'] = {
                     ['command'] = 'rate',
                     ['command'] = 'tableplaceable',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Показывает или задаёт множитель прироста очков навыков.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'skillRate', 'Single', '-1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/skills removetalent'] = {
         ['/preset tablesurface'] = {
                     ['command'] = 'removetalent',
                     ['command'] = 'tablesurface',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Убирает у игрока талант по его названию',
                     ['helpText'] = {
                     ['shortCut'] = 'talentdel',
                            ['English'] = "Spawns table items that can have things placed on them",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'talentName', 'String'},
                             },
                             },
         },
         },
         ['/skills reset'] = {
         ['/preset tools'] = {
                     ['command'] = 'reset',
                     ['command'] = 'tools',
                     ['parent'] = 'skills',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Сбрасывает специализацию у игрока. Если имя специализации не указано, то будут сброшены все.',
                     ['helpText'] = {
                            ['English'] = "Spawns Tools items",
                            ['Russian'] = "Создаёт инструменты",
                            ['German'] = "Erzeugt Werkzeug Gegenstände",
                            ['French'] = "Génère des outils",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'skillName', 'String', ''},
                             },
                             },
         },
         },
         ['/teleport atob'] = {
         ['/preset vehicles'] = {
                     ['command'] = 'atob',
                     ['command'] = 'vehicles',
                     ['parent'] = 'teleport',
                     ['parent'] = 'preset',
                     ['helpText'] = 'Переместить игрока А к игроку Б',
                     ['helpText'] = {
                            ['English'] = "Spawns vehicle items",
                            ['Russian'] = "Создаёт транспорт",
                            ['German'] = "Erzeugt Fahrzeug Gegenstände",
                            ['French'] = "Génère des véhicules",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                             },
                             },
         },
         },
         ['/teleport targetto'] = {
         ['/profiler cpu'] = {
                     ['command'] = 'targetto',
                     ['command'] = 'cpu',
                     ['parent'] = 'teleport',
                     ['parent'] = 'profiler',
                     ['helpText'] = 'Переместить другого игрока на xyz координаты',
                     ['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'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'otherUser', 'User'},
                             ['Arg1'] = {'seconds', 'Int32', '60'},
                             ['Arg2'] = {'x', 'Int32', '-1'},
                             },
                            ['Arg3'] = {'y', 'Int32', '-1'},
        },
                             ['Arg4'] = {'z', 'Int32', '-1'},
        ['/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.",
                             },
                             },
        },
        ['/teleport todark'] = {
                    ['command'] = 'todark',
                    ['parent'] = 'teleport',
                    ['helpText'] = 'Телепортироваться на противоположную сторону мира',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['/teleport toplayer'] = {
         ['/profiler memory'] = {
                     ['command'] = 'toplayer',
                     ['command'] = 'memory',
                     ['parent'] = 'teleport',
                     ['parent'] = 'profiler',
                     ['helpText'] = 'Переместиться к жителю.',
                     ['helpText'] = {
                     ['shortCut'] = 'tpto',
                            ['English'] = "Collects memory dump.",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Собрать дамп памяти.",
                            ['German'] = "Sammelt memory dump.",
                            ['French'] = "Collecte un vidage de mémoire.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'User'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/teleport toworldposition'] = {
         ['/profiler nettrace'] = {
                     ['command'] = 'toworldposition',
                     ['command'] = 'nettrace',
                     ['parent'] = 'teleport',
                     ['parent'] = 'profiler',
                     ['helpText'] = 'Телепортироваться на xyz или xz координаты. При указании двух координат высота определяется автоматически.',
                     ['helpText'] = {
                     ['shortCut'] = 'tp',
                            ['English'] = "Runs CPU profiling using nettrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '-1'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                             ['Arg1'] = {'seconds', 'Int32', '60'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                             },
                             },
         },
         },
         ['/test axesandchainsaw'] = {
         ['/profiler results'] = {
                     ['command'] = 'axesandchainsaw',
                     ['command'] = 'results',
                     ['parent'] = 'test',
                     ['parent'] = 'profiler',
                     ['helpText'] = 'Проверить рубку деревьев топором и бензопилой.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test bed'] = {
         ['/property add'] = {
                     ['command'] = 'bed',
                     ['command'] = 'add',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создать кровать и лечь спать в неё.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/test cranes'] = {
         ['/property boostdeed'] = {
                     ['command'] = 'cranes',
                     ['command'] = 'boostdeed',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создаёт тестовую среду для кранов.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Boost the value of the given deed, or the deed at the current position if not specified. Persists across server restart.",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'boost', 'Single'},
                            ['Arg2'] = {'deed', 'Deed', ''},
                             },
                             },
         },
         },
         ['/test distributionstation'] = {
         ['/property claimrect'] = {
                     ['command'] = 'distributionstation',
                     ['command'] = 'claimrect',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создаёт и настраивает станцию распределения.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['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.",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                             ['Arg1'] = {'xSide', 'Int32', '5'},
                             ['Arg2'] = {'itemMax', 'Int32', '20'},
                             ['Arg2'] = {'ySide', 'Int32', '5'},
                             ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                             ['Arg3'] = {'overwriteExistingClaims', 'Boolean', 'False'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/test distributionstationcarried'] = {
         ['/property ownall'] = {
                     ['command'] = 'distributionstationcarried',
                     ['command'] = 'ownall',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создаёт и настраивает станцию распределения с переносимыми предметами',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Claim all property",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Захватить всю собственность",
                    ['parameters'] = {
                            ['German'] = "Alles Eigentum beanspruchen",
                            ['French'] = "Revendiquer toute propriété",
                             },
                             },
        },
        ['/test economics'] = {
                    ['command'] = 'economics',
                    ['parent'] = 'test',
                    ['helpText'] = 'Создаёт различные части экономики.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'stores', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/test elevator'] = {
         ['/property owner'] = {
                     ['command'] = 'elevator',
                     ['command'] = 'owner',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создать лифт для проверки',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Change owner of current deed",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Сменить владельца текущей собственности",
                            ['German'] = "Eigentümer der aktuellen Besitzurkunde wechseln",
                            ['French'] = "Change le propriétaire du titre de propriété actuel",
                            },
                     ['shortCut'] = 'owner',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'newOwner', 'User', ''},
                             },
                             },
         },
         },
         ['/test exchange'] = {
         ['/property ownnone'] = {
                     ['command'] = 'exchange',
                     ['command'] = 'ownnone',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создаёт 2 тестовых обменника, один для пользователя и один для другого пользователя. Добавляет несколько записей и выполняет тесты.',
                     ['helpText'] = {
                            ['English'] = "Revoke your property",
                            ['Russian'] = "Аннулировать ваше владение",
                            ['German'] = "Gib deine Grundstücke auf",
                            ['French'] = "Révoquer votre propriété",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/test foldouts'] = {
         ['/property remove'] = {
                     ['command'] = 'foldouts',
                     ['command'] = 'remove',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создаёт тестовые комбинации раскрывающихся списков. По желанию можно указать уровень вложенности.',
                     ['helpText'] = {
                     ['shortCut'] = 'dbgf',
                            ['English'] = "Removes user from current deed (if username is not provided then removes current user)",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                             ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/test giveremoveitems'] = {
         ['/property removedeed'] = {
                     ['command'] = 'giveremoveitems',
                     ['command'] = 'removedeed',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Пытается выдать пользователю все предметы, затем удалить их',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'deed', 'Deed', ''},
                             },
                             },
         },
         },
         ['/test hammers'] = {
         ['/property removeemptydeeds'] = {
                     ['command'] = 'hammers',
                     ['command'] = 'removeemptydeeds',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Выполнить серию команд в чате для тестирования игры.',
                     ['helpText'] = {
                            ['English'] = "Remove empty deeds",
                            ['Russian'] = "Удалить права без собственности",
                            ['German'] = "Entferne leere Grundstücke",
                            ['French'] = "Supprimer les titres de propriété vides",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test industrialelevator'] = {
         ['/property removeinvalidownables'] = {
                     ['command'] = 'industrialelevator',
                     ['command'] = 'removeinvalidownables',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создать индустриальный лифт для проверки',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test interactitems'] = {
         ['/property resolveoverburdened'] = {
                     ['command'] = 'interactitems',
                     ['command'] = 'resolveoverburdened',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Пытается дать пользователю все предметы и взаимодействовать с ними',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Any deed that is overburdened (too many plots claimed, not enough claim papers) will have plots unclaimed immediately (instead of waiting for timer)",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test interactobjects'] = {
         ['/property targetowner'] = {
                     ['command'] = 'interactobjects',
                     ['command'] = 'targetowner',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Пытается взаимодействовать со всеми объектами в мире',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Change owner of current target, if the target is a store it will change it without closing it.",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Изменить владельца текущей цели, если целью является магазин, то это произойдет без его закрытия.",
                    ['parameters'] = {
                            ['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',
        ['/test makeuser'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'makeuser',
                    ['parent'] = 'test',
                    ['helpText'] = 'Создать тестового пользователя с указанным именем.',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'caller', 'User', ''},
                             ['Arg1'] = {'target', 'INetObject'},
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg2'] = {'newOwner', 'User', ''},
                             },
                             },
         },
         },
         ['/test makeusers'] = {
         ['/property turnon'] = {
                     ['command'] = 'makeusers',
                     ['command'] = 'turnon',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создать тестовых пользователей до достижения указанного количества (по умолчанию 5)',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Turn on (default) or objects in a radiue.",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Turn on (default) or objects in a radiue.",
                    ['parameters'] = {
                            ['German'] = "Turn on (default) or objects in a radiue.",
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['French'] = "Activer (par défaut) ou désactiver les objets dans un rayon.",
                             },
                             },
        },
                     ['shortCut'] = 'on',
        ['/test pickupblock'] = {
                     ['level'] = 'Admin',
                    ['command'] = 'pickupblock',
                    ['parent'] = 'test',
                    ['helpText'] = 'Пытается подобрать все объекты в мире',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'on', 'Boolean', 'True'},
                            ['Arg2'] = {'raidus', 'Single', '10'},
                             },
                             },
         },
         },
         ['/test pipes'] = {
         ['/property unclaim'] = {
                     ['command'] = 'pipes',
                     ['command'] = 'unclaim',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Создает установку для тестирования труб.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Unclaim the plot you\'re standing on",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test placeallworldblocks'] = {
         ['/property unclaimabandoned'] = {
                     ['command'] = 'placeallworldblocks',
                     ['command'] = 'unclaimabandoned',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Пытается разместить все объекты в мире',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'days', 'Single'},
                             },
                             },
         },
         },
         ['/test placegarbage'] = {
         ['/property unlimitedclaim'] = {
                     ['command'] = 'placegarbage',
                     ['command'] = 'unlimitedclaim',
                     ['parent'] = 'test',
                     ['parent'] = 'property',
                     ['helpText'] = 'Попытка разместить кучу мешков с мусором в мире.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['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.",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test placeobjects'] = {
         ['/qa allblocks'] = {
                     ['command'] = 'placeobjects',
                     ['command'] = 'allblocks',
                     ['parent'] = 'test',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Пытается разместить все мировые объекты дважды',
                     ['helpText'] = {
                    ['shortCut'] = '',
                            ['English'] = "Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.",
                    ['level'] = 'Разработчик',
                            ['Russian'] = "Создаёт все блоки. По желанию можно передать целое число - сколько рядов каждого блока создавать, по умолчанию 1 ряд.",
                    ['parameters'] = {
                            ['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é.",
                             },
                             },
        },
        ['/test propertyclaimtool'] = {
                    ['command'] = 'propertyclaimtool',
                    ['parent'] = 'test',
                    ['helpText'] = 'Проверяет, как застолбить и освободить участок.',
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/test sewage'] = {
         ['/qa allconstructed'] = {
                     ['command'] = 'sewage',
                     ['command'] = 'allconstructed',
                     ['parent'] = 'test',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Spawns a setup for testing sewage system.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', ''},
                             },
                             },
         },
         },
         ['/test zeropoint'] = {
         ['/qa allplants'] = {
                     ['command'] = 'zeropoint',
                     ['command'] = 'allplants',
                     ['parent'] = 'test',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Построить место Нулевой Точки и телепортироваться туда',
                     ['helpText'] = {
                            ['English'] = "Spawns all plant blocks",
                            ['Russian'] = "Создаёт все блоки растений",
                            ['German'] = "Erzeugt alle Pflanzenblöcke",
                            ['French'] = "Génère tous les blocs de plantes",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sizeX', 'Int32'},
                             ['Arg1'] = {'rows', 'Int32', '1'},
                            ['Arg2'] = {'sizeZ', 'Int32'},
                             },
                             },
         },
         },
         ['/time fastforward'] = {
         ['/qa allterrain'] = {
                     ['command'] = 'fastforward',
                     ['command'] = 'allterrain',
                     ['parent'] = 'time',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Ускорить время. 0 для остановки.',
                     ['helpText'] = {
                     ['shortCut'] = 'ff',
                            ['English'] = "Spawns all diggable blocks",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Создаёт все блоки, которые можно копать",
                            ['German'] = "Erzeugt alle abbaubaren Blöcke",
                            ['French'] = "Génère tous les blocs pouvant être creusés",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/time midnight'] = {
         ['/qa allworldobjects'] = {
                     ['command'] = 'midnight',
                     ['command'] = 'allworldobjects',
                     ['parent'] = 'time',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Выставить время суток на полночь',
                     ['helpText'] = {
                            ['English'] = "Spawns all world objects",
                            ['Russian'] = "Создаёт все объекты мира",
                            ['German'] = "Erzeugt alle Weltgegenstände",
                            ['French'] = "Génère tous les objets du monde",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/time noon'] = {
         ['/qa chattest'] = {
                     ['command'] = 'noon',
                     ['command'] = 'chattest',
                     ['parent'] = 'time',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Выставить время суток на полдень.',
                     ['helpText'] = {
                     ['shortCut'] = 'noon',
                            ['English'] = "Spam a bunch of stuff to chat",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Отправляет много разных сообщений в чат",
                            ['German'] = "Spammt eine Menge Sachen in den Chat",
                            ['French'] = "Écrit un tas de choses dans discussion",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '10'},
                            ['Arg2'] = {'receiverCount', 'Int32', '10'},
                            ['Arg3'] = {'gibberish', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/time now'] = {
         ['/qa clearplayerprefs'] = {
                     ['command'] = 'now',
                     ['command'] = 'clearplayerprefs',
                     ['parent'] = 'time',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Сообщает текущее время.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Пользователь',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/time resettime'] = {
         ['/qa clearregions'] = {
                     ['command'] = 'resettime',
                     ['command'] = 'clearregions',
                     ['parent'] = 'time',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Сбросить время суток, чтобы оно соответствовало часам.',
                     ['helpText'] = {
                     ['shortCut'] = 'resettime',
                            ['English'] = "Stop drawing the regions ",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Stop drawing the regions ",
                            ['German'] = "Stop drawing the regions ",
                            ['French'] = "Stop drawing the regions ",
                            },
                     ['shortCut'] = 'clrreg',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/time set'] = {
         ['/qa dbtest'] = {
                     ['command'] = 'set',
                     ['command'] = 'dbtest',
                     ['parent'] = 'time',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Выставить время суток на указанный час',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Inserts records to DB to get perfomance information on it.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'hour', 'Single'},
                             ['Arg1'] = {'parallelCount', 'Int32'},
                            ['Arg2'] = {'statsCountPerParallel', 'Int32'},
                            ['Arg3'] = {'bulk', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/titles assign'] = {
         ['/qa debugspawn'] = {
                     ['command'] = 'assign',
                     ['command'] = 'debugspawn',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Присваивает указанный титул пользователю, или себе, если параметр не указан.',
                     ['helpText'] = {
                            ['English'] = "Test the spawn location",
                            ['Russian'] = "Проверить место появления новых игроков",
                            ['German'] = "Teste den Spawn Ort",
                            ['French'] = "Tester le point d'apparition",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                             },
                             },
         },
         },
         ['/titles clear'] = {
         ['/qa disconnect'] = {
                     ['command'] = 'clear',
                     ['command'] = 'disconnect',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Лишает титула всех его обладателей.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                             },
                             },
         },
         },
         ['/titles delete'] = {
         ['/qa exceptional'] = {
                     ['command'] = 'delete',
                     ['command'] = 'exceptional',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Безвозвратно удаляет должность.',
                     ['helpText'] = {
                            ['English'] = "Throws an exception, very useful",
                            ['Russian'] = "Выбрасывает исключение, очень полезная вещь",
                            ['German'] = "Gibt einen Ausnahmefehler aus, sehr hilfreich",
                            ['French'] = "Déclenche une exception, très utile",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                             },
                             },
         },
         },
         ['/titles giveglobalmarkerrights'] = {
         ['/qa giveallboats'] = {
                     ['command'] = 'giveglobalmarkerrights',
                     ['command'] = 'giveallboats',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Назначить текущего игрока на новую должность с правами управления глобальными метками.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give all boats and hammer",
                     ['level'] = 'Разработчик',
                            ['Russian'] = "Give all boats and hammer",
                            ['German'] = "Give all boats and hammer",
                            ['French'] = "Give all boats and hammer",
                            },
                     ['shortCut'] = 'gab',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/titles givetreasuryrights'] = {
         ['/qa givealltools'] = {
                     ['command'] = 'givetreasuryrights',
                     ['command'] = 'givealltools',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Назначить текущего игрока на новую должность с правами управления казной.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give all tools of the particular tier. Without specific tier a chest with all tools will be spawned",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'tier', 'Single', '0'},
                             },
                             },
         },
         },
         ['/titles list'] = {
         ['/qa giveallvehicles'] = {
                     ['command'] = 'list',
                     ['command'] = 'giveallvehicles',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Список всех существующих титулов и информация о них.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give all vehicles and hammer",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Give all vehicles and hammer",
                            ['German'] = "Give all vehicles and hammer",
                            ['French'] = "Give all vehicles and hammer",
                            },
                     ['shortCut'] = 'gav',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/titles rename'] = {
         ['/qa giveallvehicletools'] = {
                     ['command'] = 'rename',
                     ['command'] = 'giveallvehicletools',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Переименовывает титул.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Give all vehicle tools",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Give all vehicle tools",
                            ['German'] = "Give all vehicle tools",
                            ['French'] = "Give all vehicle tools",
                            },
                     ['shortCut'] = 'gavt',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                             },
                             },
         },
         },
         ['/titles set'] = {
         ['/qa listunobtainableitems'] = {
                     ['command'] = 'set',
                     ['command'] = 'listunobtainableitems',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Устанавливает параметры должности.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'maxOccupants', 'Int32'},
                             },
                             },
         },
         },
         ['/titles spawn'] = {
         ['/qa notifdelay'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'notifdelay',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Создать кучу должностей для тестирования.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'number', 'Int32', '5'},
                             ['Arg0'] = {'delay', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/titles unassign'] = {
         ['/qa notificationstest'] = {
                     ['command'] = 'unassign',
                     ['command'] = 'notificationstest',
                     ['parent'] = 'titles',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Убирает указанный титул у пользователя, или у себя, если параметр не указан.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Администратор',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'title', 'Title'},
                             ['Arg0'] = {'count', 'Int32', '10'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                             },
                             },
         },
         },
         ['/tutorials reset'] = {
         ['/qa receivechat'] = {
                     ['command'] = 'reset',
                     ['command'] = 'receivechat',
                     ['parent'] = 'tutorials',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Сбрасывает обучение, включая записи о выданных предметах (в отличии от пункта меню).',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'msgCounts', 'Int32'},
                             },
                             },
         },
         },
         ['/tutorials task'] = {
         ['/qa regions'] = {
                     ['command'] = 'task',
                     ['command'] = 'regions',
                     ['parent'] = 'tutorials',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Начинает указанную обучающую задачу по её названию.',
                     ['helpText'] = {
                     ['shortCut'] = '',
                            ['English'] = "Test and draw path graph grid of given type",
                     ['level'] = 'Разработчик',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'taskName', 'String'},
                             ['Arg1'] = {'regionType', 'Int32', '0'},
                            ['Arg2'] = {'lineRadius', 'Int32', '50'},
                            ['Arg3'] = {'pointRadius', 'Int32', '50'},
                             },
                             },
         },
         },
         ['/user energize'] = {
         ['/qa resetchatsettingsforall'] = {
                     ['command'] = 'energize',
                     ['command'] = 'resetchatsettingsforall',
                     ['parent'] = 'user',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Provide a user with extra hours they can use to perform labor when exhauasted.  Can be negative to remove previously granted energy.',
                     ['helpText'] = {
                     ['shortCut'] = 'energize',
                            ['English'] = "Reset all players chat settings and tab settings",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'User', ''},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'hours', 'Int32', '1'},
                             ['Arg1'] = {'msgCount', 'Int32', '200'},
                             ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/user exhaust'] = {
         ['/qa ridevehicle'] = {
                     ['command'] = 'exhaust',
                     ['command'] = 'ridevehicle',
                     ['parent'] = 'user',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Сделать игрока обессиленным до конца дня.',
                     ['helpText'] = {
                     ['shortCut'] = 'exhaust',
                            ['English'] = "Ride nearest vehicle",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Поехать на ближайшем транспорте",
                            ['German'] = "Nächstes Fahrzeug besteigen.",
                            ['French'] = "Utilise le véhicule le plus proche",
                            },
                     ['shortCut'] = 'ride',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['/util calculate'] = {
         ['/qa runtest'] = {
                     ['command'] = 'calculate',
                     ['command'] = 'runtest',
                     ['parent'] = 'util',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Оценивает математическое выражение',
                     ['helpText'] = {
                     ['shortCut'] = 'calc',
                            ['English'] = "Run a specific test.",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Run a specific test.",
                            ['German'] = "Run a specific test.",
                            ['French'] = "Run a specific test.",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'testname', 'String'},
                             ['Arg1'] = {'expression', 'String'},
                             },
                             },
         },
         },
         ['/util fly'] = {
         ['/qa runtests'] = {
                     ['command'] = 'fly',
                     ['command'] = 'runtests',
                     ['parent'] = 'util',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Включает режим полета',
                     ['helpText'] = {
                     ['shortCut'] = 'fly',
                            ['English'] = "Run a series of chat commands to test the game.",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/util fuel'] = {
         ['/qa servercrash'] = {
                     ['command'] = 'fuel',
                     ['command'] = 'servercrash',
                     ['parent'] = 'util',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Заправляет выбранное (управляемое) транспортное средство.',
                     ['helpText'] = {
                     ['shortCut'] = 'fuel',
                            ['English'] = "A command to force the server to crash",
                     ['level'] = 'Администратор',
                            ['Russian'] = "Команда для принудительной остановки сервера",
                            ['German'] = "Ein Befehl um den Server zum Absturz zu bringen",
                            ['French'] = "Une commande pour forcer le serveur à crasher",
                            },
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                             },
                             },
         },
         },
         ['/util openserverui'] = {
         ['/qa showsupportedlanguages'] = {
                     ['command'] = 'openserverui',
                     ['command'] = 'showsupportedlanguages',
                     ['parent'] = 'util',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Открывает интерфейс сервера, если пользователь в локальной игре.',
                     ['helpText'] = {
                     ['shortCut'] = 'serverui',
                            ['English'] = "List all supported languages with short codes",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/util record'] = {
         ['/qa spamdb'] = {
                     ['command'] = 'record',
                     ['command'] = 'spamdb',
                     ['parent'] = 'util',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Включает режим оператора для записи',
                     ['helpText'] = {
                     ['shortCut'] = 'record',
                            ['English'] = "Spams database operations, in the hopes of reproducing errors or lag",
                     ['level'] = 'Администратор',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'numSeconds', 'Single', '30'},
                            ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                             },
                             },
         },
         },
         ['/util unstuck'] = {
         ['/qa spawn'] = {
                     ['command'] = 'unstuck',
                     ['command'] = 'spawn',
                     ['parent'] = 'util',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Пытается высвободить вашего персонажа',
                     ['helpText'] = {
                     ['shortCut'] = 'unstuck',
                            ['English'] = "Spawns item in building",
                     ['level'] = 'Пользователь',
                            ['Russian'] = "Создаёт предмет в здании",
                            ['German'] = "Spawnt einen Gegenstand in einem Gebäude",
                            ['French'] = "Génère un objet dans le bâtiment",
                            },
                     ['shortCut'] = 'spawn',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/util unstuckvehicle'] = {
         ['/qa strangecloudheartbeat'] = {
                     ['command'] = 'unstuckvehicle',
                     ['command'] = 'strangecloudheartbeat',
                     ['parent'] = 'util',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Пытается вытащить технику на которую вы смотрите',
                     ['helpText'] = {
                     ['shortCut'] = 'freecar',
                            ['English'] = "Forces a heartbeat to strange cloud",
                     ['level'] = 'Пользователь',
                            ['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'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                             },
                             },
         },
         },
         ['/voice joinserverchannel'] = {
         ['/qa testsendmessage'] = {
                     ['command'] = 'joinserverchannel',
                     ['command'] = 'testsendmessage',
                     ['parent'] = 'voice',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Подключение к серверу голосового чата',
                     ['helpText'] = {
                            ['English'] = "Send many messages",
                            ['Russian'] = "Отправить множество сообщений",
                            ['German'] = "Sende viele Nachrichten",
                            ['French'] = "Envoyer de nombreux messages",
                            },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'msgCount', 'Int32', '200'},
                            ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/voice login'] = {
         ['/qa toggle'] = {
                     ['command'] = 'login',
                     ['command'] = 'toggle',
                     ['parent'] = 'voice',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Подключение к голосовому серверу',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'uiName', 'String'},
                             },
                             },
         },
         },
         ['/workparty spawn'] = {
         ['/qa tooltipclearcache'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'tooltipclearcache',
                     ['parent'] = 'workparty',
                     ['parent'] = 'qa',
                     ['helpText'] = 'Создать рабочую группу для теста.',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/world generatestats'] = {
        ['/rooms test'] = {
                     ['command'] = 'generatestats',
                    ['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 specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            ['Russian'] = "Displays or sets the current specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            ['German'] = "Displays or sets the current specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            ['French'] = "Displays or sets the current specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            },
                    ['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. Use without arguments to list all available tasks.",
                            ['Russian'] = "Starts specific tutorial task by name. Use without arguments to list all available tasks.",
                            ['German'] = "Starts specific tutorial task by name. Use without arguments to list all available tasks.",
                            ['French'] = "Starts specific tutorial task by name. Use without arguments to list all available tasks.",
                            },
                    ['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',
                     ['parent'] = 'world',
                     ['helpText'] = 'Generates the world block stats',
                     ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Разработчик',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'species', 'String'},
                             },
                             },
         },
         },
     },
     },
}
}

Текущая версия от 10:01, 4 марта 2026

Предупреждение об использовании

Что бы предотвратить многократный вызов массива данных используйте функцию: local CommandData = mw.loadData("Модуль:CommandData")


-- Eco Version : 0.12.0.7
-- EWDE Version : 0.7.0.0
-- Date of export : 01.03.2026 20:37:49

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 setpartsdurability'] = {
                    ['command'] = 'setpartsdurability',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            ['Russian'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            ['German'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            ['French'] = "Set all parts durability of target object and/or selected item to defined value (100 by default)",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'durability', 'Single', '100'},
                            },
        },
        ['/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 hideplayerposition'] = {
                    ['command'] = 'hideplayerposition',
                    ['parent'] = 'manage',
                    ['helpText'] =  {
                            ['English'] = "Hide player position in tooltip and/or minimap",
                            ['Russian'] = "Hide player position in tooltip and/or minimap",
                            ['German'] = "Hide player position in tooltip and/or minimap",
                            ['French'] = "Hide player position in tooltip and/or minimap",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'tooltip', 'Boolean'},
                            ['Arg2'] = {'minimap', 'Boolean'},
                            },
        },
        ['/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 specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            ['Russian'] = "Displays or sets the current specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            ['German'] = "Displays or sets the current specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            ['French'] = "Displays or sets the current specialty cost multiplier (higher = specialties cost more stars, slowing progression without changing food/housing XP rates).",
                            },
                    ['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. Use without arguments to list all available tasks.",
                            ['Russian'] = "Starts specific tutorial task by name. Use without arguments to list all available tasks.",
                            ['German'] = "Starts specific tutorial task by name. Use without arguments to list all available tasks.",
                            ['French'] = "Starts specific tutorial task by name. Use without arguments to list all available tasks.",
                            },
                    ['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'},
                            },
        },
    },
}