Module:CommandData: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
No edit summary
No edit summary
Line 1: Line 1:
-- Eco Version : 0.11.1.13
-- Eco Version : 0.12.0.1
-- EWDE Version : 0.6.5.0
-- Date of export : 16.10.2025 16:10:04


return {
return {
Line 903: Line 905:
                             ['Arg1'] = {'demo', 'Demographic'},
                             ['Arg1'] = {'demo', 'Demographic'},
                             ['Arg2'] = {'set', 'Boolean', 'True'},
                             ['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'},
                             },
                             },
         },
         },
Line 1,266: Line 1,283:
                             ['Arg1'] = {'xWrap', 'Int32', '1'},
                             ['Arg1'] = {'xWrap', 'Int32', '1'},
                             ['Arg2'] = {'yWrap', 'Int32', '1'},
                             ['Arg2'] = {'yWrap', 'Int32', '1'},
                            },
        },
        ['/dinner allowmultiple'] = {
                    ['command'] = 'allowmultiple',
                    ['parent'] = 'dinner',
                    ['helpText'] =  {
                            ['English'] = "Changes how many dinner parties may be attended by a user in a single day.",
                            ['Russian'] = "Changes how many dinner parties may be attended by a user in a single day.",
                            ['German'] = "Changes how many dinner parties may be attended by a user in a single day.",
                            ['French'] = "Changes how many dinner parties may be attended by a user in a single day.",
                            },
                    ['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'},
                             },
                             },
         },
         },
Line 1,615: Line 1,712:
                             },
                             },
         },
         },
         ['/emote achievement4'] = {
         ['/emote'] = {
                     ['command'] = 'achievement4',
                     ['command'] = 'emote',
                     ['parent'] = 'emote',
                     ['parent'] = nil,
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Cheer",
                             ['English'] = "Starts emote with provided name",
                             ['Russian'] = "Радоваться",
                             ['Russian'] = "Starts emote with provided name",
                             ['German'] = "Jubeln",
                             ['German'] = "Starts emote with provided name",
                             ['French'] = "Bravo",
                             ['French'] = "Starts emote with provided name",
                             },
                             },
                     ['shortCut'] = 'cheer',
                     ['shortCut'] = 'e',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'emoteRaw', 'String'},
                             },
                             },
         },
         },
         ['/emote agree'] = {
         ['/emotes dance'] = {
                     ['command'] = 'agree',
                     ['command'] = 'dance',
                     ['parent'] = 'emote',
                     ['parent'] = 'emotes',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Agree",
                             ['English'] = "Dance",
                             ['Russian'] = "Согласиться",
                             ['Russian'] = "Dance",
                             ['German'] = "Zustimmen",
                             ['German'] = "Dance",
                             ['French'] = "Approuver",
                             ['French'] = "Dance",
                             },
                             },
                     ['shortCut'] = 'agree',
                     ['shortCut'] = 'dance',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote angry'] = {
         ['/emotes laugh'] = {
                     ['command'] = 'angry',
                     ['command'] = 'laugh',
                     ['parent'] = 'emote',
                     ['parent'] = 'emotes',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Angry",
                             ['English'] = "Laugh",
                             ['Russian'] = "Сердиться",
                             ['Russian'] = "Смех",
                             ['German'] = "Wütend",
                             ['German'] = "Lachen",
                             ['French'] = "En colère",
                             ['French'] = "Rire",
                             },
                             },
                     ['shortCut'] = 'angry',
                     ['shortCut'] = 'laugh',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote bow'] = {
         ['/emotes smile'] = {
                     ['command'] = 'bow',
                     ['command'] = 'smile',
                     ['parent'] = 'emote',
                     ['parent'] = 'emotes',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Bow",
                             ['English'] = "Smile",
                             ['Russian'] = "Лук",
                             ['Russian'] = "Улыбаться",
                             ['German'] = "Bogen",
                             ['German'] = "Lächeln",
                             ['French'] = "S'incliner",
                             ['French'] = "Sourire",
                             },
                             },
                     ['shortCut'] = 'bow',
                     ['shortCut'] = 'smile',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote clap'] = {
         ['/emotes wave'] = {
                     ['command'] = 'clap',
                     ['command'] = 'wave',
                     ['parent'] = 'emote',
                     ['parent'] = 'emotes',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clap",
                             ['English'] = "Wave",
                             ['Russian'] = "Хлопать",
                             ['Russian'] = "Волна",
                             ['German'] = "Klatschen",
                             ['German'] = "Jubeln",
                             ['French'] = "Applaudir",
                             ['French'] = "Coucou",
                             },
                             },
                     ['shortCut'] = 'clap',
                     ['shortCut'] = 'wave',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote confused'] = {
         ['/food clearstomach'] = {
                     ['command'] = 'confused',
                     ['command'] = 'clearstomach',
                     ['parent'] = 'emote',
                     ['parent'] = 'food',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Confused",
                             ['English'] = "Empties your stomach",
                             ['Russian'] = "Смущаться",
                             ['Russian'] = "Опустошить ваш желудок",
                             ['German'] = "Verwirrt",
                             ['German'] = "Entleert deinen Magen",
                             ['French'] = "Confus",
                             ['French'] = "Vide votre estomac",
                             },
                             },
                     ['shortCut'] = 'confused',
                     ['shortCut'] = 'cs',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote dance1'] = {
         ['/food crave'] = {
                     ['command'] = 'dance1',
                     ['command'] = 'crave',
                     ['parent'] = 'emote',
                     ['parent'] = 'food',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Dance1",
                             ['English'] = "Force a craving on a given user (self if untargeted user, random food if not set)",
                             ['Russian'] = "",
                             ['Russian'] = "Принудительно задать предпочтения по еде выбранному пользователю (или самому себе, если пользователь не выбран, а также предпочтения будут произвольными, если не выбраны конкретные)",
                             ['German'] = "Tanzen1",
                             ['German'] = "Erzwingen eines Verlangens bei einem bestimmten Benutzer (an dir selbst wenn der Benutzer nicht festgelegt ist, zufälliges Essen wenn nicht festgelegt)",
                             ['French'] = "Danse1",
                             ['French'] = "Forcer une fringale à un utilisateur donné (soi-même si utilisateur non ciblé, nourriture aléatoire si non définie)",
                             },
                             },
                     ['shortCut'] = 'dance1',
                     ['shortCut'] = 'crave',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            ['Arg2'] = {'foodName', 'String', ''},
                             },
                             },
         },
         },
         ['/emote dance2'] = {
         ['/food digest'] = {
                     ['command'] = 'dance2',
                     ['command'] = 'digest',
                     ['parent'] = 'emote',
                     ['parent'] = 'food',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Dance2",
                             ['English'] = "Turn calories into waste",
                             ['Russian'] = "",
                             ['Russian'] = "Превращает калории в отходы",
                             ['German'] = "Tanzen2",
                             ['German'] = "Kalorien in Abfall verwandeln",
                             ['French'] = "Danse2",
                             ['French'] = "Changer les calories en déchets",
                             },
                             },
                     ['shortCut'] = 'dance2',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote disagree'] = {
         ['/food eat'] = {
                     ['command'] = 'disagree',
                     ['command'] = 'eat',
                     ['parent'] = 'emote',
                     ['parent'] = 'food',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Disagree",
                             ['English'] = "Max your calories",
                             ['Russian'] = "Отказаться",
                             ['Russian'] = "Насыщает вас до максимума",
                             ['German'] = "Nicht zustimmen",
                             ['German'] = "Maximiere deine Kalorien",
                             ['French'] = "Être en désaccord",
                             ['French'] = "Maximise vos calories",
                             },
                             },
                     ['shortCut'] = 'disagree',
                     ['shortCut'] = 'eat',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'amount', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/emote doh'] = {
         ['/food work'] = {
                     ['command'] = 'doh',
                     ['command'] = 'work',
                     ['parent'] = 'emote',
                     ['parent'] = 'food',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Doh",
                             ['English'] = "Spends calories",
                             ['Russian'] = "",
                             ['Russian'] = "Тратит калории",
                             ['German'] = "Mist",
                             ['German'] = "Kalorien verbrauchen",
                             ['French'] = "Oh",
                             ['French'] = "Calories dépensées",
                             },
                             },
                     ['shortCut'] = 'doh',
                     ['shortCut'] = 'work',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'useCalories', 'Int32', '100000'},
                             },
                             },
         },
         },
         ['/emote exhausted'] = {
         ['/help'] = {
                     ['command'] = 'exhausted',
                     ['command'] = 'help',
                     ['parent'] = 'emote',
                     ['parent'] = nil,
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Exhausted",
                             ['English'] = "Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.",
                             ['Russian'] = "Выдохся",
                             ['Russian'] = "Отображает все доступные команды и скрытые подкоманды. Принимает строку для отображения подходящих команд.",
                             ['German'] = "Erschöpft",
                             ['German'] = "Zeigt alle verfügbaren Befehle inklusive versteckten Unterbefehlen. Akzeptiert eine Zeichenkette um Befehle zu filtern.",
                             ['French'] = "Épuisé",
                             ['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'] = 'exhausted',
                     ['shortCut'] = '?',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/emote facepalm'] = {
         ['/helpful'] = {
                     ['command'] = 'facepalm',
                     ['command'] = 'helpful',
                     ['parent'] = 'emote',
                     ['parent'] = nil,
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Facepalm",
                             ['English'] = "Shows all help, including sub commands.",
                             ['Russian'] = "",
                             ['Russian'] = "Показывает всю справку, включая подкоманды.",
                             ['German'] = "Hand vor das Gesicht legen",
                             ['German'] = "Zeigt alle Hilfen, inklusive Unterbefehlen.",
                             ['French'] = "Mains au visage",
                             ['French'] = "Affiche toute l'aide, en incluant les sous commandes.",
                             },
                             },
                     ['shortCut'] = 'facepalm',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                             },
                             },
         },
         },
         ['/emote frown'] = {
         ['/housing addroommates'] = {
                     ['command'] = 'frown',
                     ['command'] = 'addroommates',
                     ['parent'] = 'emote',
                     ['parent'] = 'housing',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Frown",
                             ['English'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             ['Russian'] = "Нахмуриться",
                             ['Russian'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             ['German'] = "Stirnrunzeln",
                             ['German'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             ['French'] = "Froncer les sourcils",
                             ['French'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             },
                             },
                     ['shortCut'] = 'frown',
                     ['shortCut'] = 'shackup',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote grin'] = {
         ['/initialspawn do'] = {
                     ['command'] = 'grin',
                     ['command'] = 'do',
                     ['parent'] = 'emote',
                     ['parent'] = 'initialspawn',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Grin",
                             ['English'] = "Re-run the initial spawn selection for the given user (or current user if null).",
                             ['Russian'] = "Оскалиться",
                             ['Russian'] = "Перезапустить процедуру выбора начальной точки появления для указанного игрока (или вызвавшего команду если игрок не указан).",
                             ['German'] = "Grinsen",
                             ['German'] = "",
                             ['French'] = "Grand sourire",
                             ['French'] = "Réexécute la sélection initiale du spawn pour l'utilisateur donné (ou l'utilisateur actuel si nul).",
                             },
                             },
                     ['shortCut'] = 'grin',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/emote gross'] = {
         ['/initialspawn list'] = {
                     ['command'] = 'gross',
                     ['command'] = 'list',
                     ['parent'] = 'emote',
                     ['parent'] = 'initialspawn',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Gross",
                             ['English'] = "Lists the initial spawn positions currently active.",
                             ['Russian'] = "Грубить",
                             ['Russian'] = "",
                             ['German'] = "Anwidern",
                             ['German'] = "Listet aktuelle initiale Spawn-Positionen auf, welche aktiv sind.",
                             ['French'] = "Grossier",
                             ['French'] = "Affiche la liste des positions d'apparition initiales actuellement actives.",
                             },
                             },
                     ['shortCut'] = 'gross',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/emote kneel'] = {
         ['/initialspawn update'] = {
                     ['command'] = 'kneel',
                     ['command'] = 'update',
                     ['parent'] = 'emote',
                     ['parent'] = 'initialspawn',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Kneel",
                             ['English'] = "Force update the spawn position now.",
                             ['Russian'] = "Становиться на колени",
                             ['Russian'] = "Обновить точку появления сейчас.",
                             ['German'] = "Kniend",
                             ['German'] = "Erzwinge die sofortige Aktualisierung der Spawnposition.",
                             ['French'] = "S'agenouiller",
                             ['French'] = "Forcer la mise à jour du point d'apparition maintenant.",
                             },
                             },
                     ['shortCut'] = 'kneel',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/emote knock'] = {
         ['/initialspawn updatedebug'] = {
                     ['command'] = 'knock',
                     ['command'] = 'updatedebug',
                     ['parent'] = 'emote',
                     ['parent'] = 'initialspawn',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Knock",
                             ['English'] = "Generate debug data showing all the clusters we consider for initial points.",
                             ['Russian'] = "Постучать",
                             ['Russian'] = "",
                             ['German'] = "Klopfen",
                             ['German'] = "",
                             ['French'] = "Toc-toc",
                             ['French'] = "Générer des données de débogage montrant tous les clusters que nous considérons pour les points initiaux.",
                             },
                             },
                     ['shortCut'] = 'knock',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/emote laugh'] = {
         ['/inventory addvoid'] = {
                     ['command'] = 'laugh',
                     ['command'] = 'addvoid',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Laugh",
                             ['English'] = "Add an item to your void storage",
                             ['Russian'] = "Смех",
                             ['Russian'] = "Добавить предмет в Бездонное хранилище",
                             ['German'] = "Lachen",
                             ['German'] = "Füge einen Gegenstand zu deinem Zwischenlager hinzu",
                             ['French'] = "Rire",
                             ['French'] = "Ajouter un item à votre Stockage du néant",
                             },
                             },
                     ['shortCut'] = 'laugh',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String', 'baked meat'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            ['Arg3'] = {'distance', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/emote lay'] = {
         ['/inventory carryall'] = {
                     ['command'] = 'lay',
                     ['command'] = 'carryall',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Lay",
                             ['English'] = "Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.",
                             ['Russian'] = "Положить",
                             ['Russian'] = "Позволяет переносить предметы в любом слоте инвентаря пользователя и удаляет проверку веса. Передайте 'Ложь' для сброса в нормальное состояние.",
                             ['German'] = "Liegen",
                             ['German'] = "Ermöglicht das Tragen von Gegenständen in einen beliebigen Benutzerinventarplatz und entfernt die Gewichtskontrolle. Übergebe 'false', um den Normalwert wiederherzustellen.",
                             ['French'] = "Allonger",
                             ['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'] = 'lay',
                     ['shortCut'] = 'carryall',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/emote laydown'] = {
         ['/inventory dumpall'] = {
                     ['command'] = 'laydown',
                     ['command'] = 'dumpall',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Laydown",
                             ['English'] = "Dumps all items from your inventory.",
                             ['Russian'] = "Lay down",
                             ['Russian'] = "Уничтожает все вещи из вашего инвентаря.",
                             ['German'] = "Sich hinlegen",
                             ['German'] = "Löscht alle Gegenstände aus deinem Inventar.",
                             ['French'] = "Reposer",
                             ['French'] = "Jette tous les objets de votre inventaire.",
                             },
                             },
                     ['shortCut'] = 'laydown',
                     ['shortCut'] = 'dumpall',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote lie'] = {
         ['/inventory dumpcarried'] = {
                     ['command'] = 'lie',
                     ['command'] = 'dumpcarried',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Lie",
                             ['English'] = "Dumps all carried items.",
                             ['Russian'] = "Солгать",
                             ['Russian'] = "Уничтожает переносимые в руках вещи.",
                             ['German'] = "Lügen",
                             ['German'] = "Löscht alle getragenen Gegenstände.",
                             ['French'] = "Se detendre",
                             ['French'] = "Supprime tous vos objets portés.",
                             },
                             },
                     ['shortCut'] = 'lie',
                     ['shortCut'] = 'dumpcarried',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote liedown'] = {
         ['/inventory dumpselected'] = {
                     ['command'] = 'liedown',
                     ['command'] = 'dumpselected',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Liedown",
                             ['English'] = "Dumps all items in your selected toolbar slot.",
                             ['Russian'] = "Лечь",
                             ['Russian'] = "Уничтожает все предметы из слота выбранного на панели быстрого доступа.",
                             ['German'] = "Hinlegen",
                             ['German'] = "Löscht alle Gegenstände im ausgewählten Werkzeugleistenslot.",
                             ['French'] = "Se coucher",
                             ['French'] = "Jette tous les items de l'emplacement sélectionné de la barre d'outils.",
                             },
                             },
                     ['shortCut'] = 'liedown',
                     ['shortCut'] = 'dumpselected',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote lol'] = {
         ['/inventory dumpvehicle'] = {
                     ['command'] = 'lol',
                     ['command'] = 'dumpvehicle',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Lol",
                             ['English'] = "Dumps all items from your vehicle inventory.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Laughing out loud",
                             ['German'] = "",
                             ['French'] = "Rire aux éclats",
                             ['French'] = "Vide tous les éléments de l'inventaire de votre véhicule.",
                             },
                             },
                     ['shortCut'] = 'lol',
                     ['shortCut'] = 'dumpvehicle',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote nervous'] = {
         ['/inventory durability'] = {
                     ['command'] = 'nervous',
                     ['command'] = 'durability',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Nervous",
                             ['English'] = "Set the durability of the item you are holding",
                             ['Russian'] = "Нервничать",
                             ['Russian'] = "Устанавливает прочность предмета в руках",
                             ['German'] = "Nervös",
                             ['German'] = "Legt die Haltbarkeit des gehaltenen Gegenstands fest",
                             ['French'] = "Nerveux",
                             ['French'] = "Définit la durabilité de l'objet que vous tenez",
                             },
                             },
                     ['shortCut'] = 'nervous',
                     ['shortCut'] = 'dur',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'durability', 'Single', '1'},
                             },
                             },
         },
         },
         ['/emote no'] = {
         ['/inventory fillmeup'] = {
                     ['command'] = 'no',
                     ['command'] = 'fillmeup',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "No",
                             ['English'] = "Adds random items to the user\'s inventory.",
                             ['Russian'] = "Нет",
                             ['Russian'] = "Adds random items to the user\'s inventory.",
                             ['German'] = "Nein",
                             ['German'] = "Adds random items to the user\'s inventory.",
                             ['French'] = "Non",
                             ['French'] = "Adds random items to the user\'s inventory.",
                             },
                             },
                     ['shortCut'] = 'no',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote nope'] = {
         ['/inventory forcegive'] = {
                     ['command'] = 'nope',
                     ['command'] = 'forcegive',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Nope",
                             ['English'] = "Give yourself an item (Forced, ignores restrictions)",
                             ['Russian'] = "Нет",
                             ['Russian'] = "Выдаёт вам предмет (принудительно, игнорирует ограничения)",
                             ['German'] = "",
                             ['German'] = "Gib dir selbst einen Gegenstand (erzwungen, ignoriert Einschränkungen)",
                             ['French'] = "Non",
                             ['French'] = "Vous donne un objet (de force, ignore les restrictions)",
                             },
                             },
                     ['shortCut'] = 'nope',
                     ['shortCut'] = 'fgive',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote oops'] = {
         ['/inventory give'] = {
                     ['command'] = 'oops',
                     ['command'] = 'give',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Oops",
                             ['English'] = "Give yourself an item",
                             ['Russian'] = "Упс",
                             ['Russian'] = "Даёт вам предмет",
                             ['German'] = "Ups",
                             ['German'] = "Gibt dir einen Gegenstand",
                             ['French'] = "Oups",
                             ['French'] = "Vous donne un objet",
                             },
                             },
                     ['shortCut'] = 'oops',
                     ['shortCut'] = 'give',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote salute'] = {
         ['/inventory giveall'] = {
                     ['command'] = 'salute',
                     ['command'] = 'giveall',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Salute",
                             ['English'] = "Give yourself all items matching the given search.",
                             ['Russian'] = "Салют",
                             ['Russian'] = "Выдать себе все предметы совпадающие с условиями поиска.",
                             ['German'] = "Salutieren",
                             ['German'] = "Gebe dir selbst alle von dir gesuchten Items.",
                             ['French'] = "Salut militaire",
                             ['French'] = "Donnez-vous tous les articles correspondant à la recherche donnée.",
                             },
                             },
                     ['shortCut'] = 'salute',
                     ['shortCut'] = 'giveall',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote shame'] = {
         ['/inventory givepaint'] = {
                     ['command'] = 'shame',
                     ['command'] = 'givepaint',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shame",
                             ['English'] = "Give yourself mixed paint for predefined named colors",
                             ['Russian'] = "Стыд",
                             ['Russian'] = "",
                             ['German'] = "Schämen",
                             ['German'] = "",
                             ['French'] = "Honte",
                             ['French'] = "Vous donne de la peinture mélangée pour les couleurs prédéfinies nommées",
                             },
                             },
                     ['shortCut'] = 'shame',
                     ['shortCut'] = 'paint',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'namedColorIndex', 'Int32'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote shrug'] = {
         ['/inventory givepaintrgb'] = {
                     ['command'] = 'shrug',
                     ['command'] = 'givepaintrgb',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shrug",
                             ['English'] = "Give yourself mixed paint with any rgb color",
                             ['Russian'] = "Пожать плечами",
                             ['Russian'] = "Выдать себе смешанные краски любых rgb цветов",
                             ['German'] = "Mit den Schultern zucken",
                             ['German'] = "",
                             ['French'] = "Hausser les épaules",
                             ['French'] = "Obtenir une peinture mélangée avec n'importe quelle couleur rgb",
                             },
                             },
                     ['shortCut'] = 'shrug',
                     ['shortCut'] = 'paintrgb',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'r', 'Int32'},
                            ['Arg2'] = {'g', 'Int32'},
                            ['Arg3'] = {'b', 'Int32'},
                            ['Arg4'] = {'amount', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/emote shy'] = {
         ['/inventory integrity'] = {
                     ['command'] = 'shy',
                     ['command'] = 'integrity',
                     ['parent'] = 'emote',
                     ['parent'] = 'inventory',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shy",
                             ['English'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             ['Russian'] = "Стесняться",
                             ['Russian'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             ['German'] = "Schüchtern",
                             ['German'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             ['French'] = "Timide",
                             ['French'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             },
                             },
                     ['shortCut'] = 'shy',
                     ['shortCut'] = 'integ',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'integrity', 'Single', '1'},
                             },
                             },
         },
         },
         ['/emote sit'] = {
         ['/land clearpaint'] = {
                     ['command'] = 'sit',
                     ['command'] = 'clearpaint',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Sit",
                             ['English'] = "Clears paint in area with radius specified around the player. Max = 20",
                             ['Russian'] = "Сесть",
                             ['Russian'] = "",
                             ['German'] = "Sitzen",
                             ['German'] = "",
                             ['French'] = "S'asseoir",
                             ['French'] = "Efface la peinture de la zone avec un rayon spécifié autour du joueur. Max = 20",
                             },
                             },
                     ['shortCut'] = 'sit',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '4'},
                             },
                             },
         },
         },
         ['/emote sleep'] = {
         ['/land clearrubble'] = {
                     ['command'] = 'sleep',
                     ['command'] = 'clearrubble',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Sleep",
                             ['English'] = "Clears rubble around the player.",
                             ['Russian'] = "Сон",
                             ['Russian'] = "Убирает булыжники вокруг игрока.",
                             ['German'] = "Schlafen",
                             ['German'] = "Entfernt den Schutt um den Spieler.",
                             ['French'] = "Dormir",
                             ['French'] = "Nettoie les pierres en vrac autour du joueur.",
                             },
                             },
                     ['shortCut'] = 'sleep',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Single', '10'},
                             },
                             },
         },
         },
         ['/emote smile'] = {
         ['/land level'] = {
                     ['command'] = 'smile',
                     ['command'] = 'level',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Smile",
                             ['English'] = "Level the terrain",
                             ['Russian'] = "Улыбаться",
                             ['Russian'] = "Выравнивает землю",
                             ['German'] = "Lächeln",
                             ['German'] = "Begradige das Gelände",
                             ['French'] = "Sourire",
                             ['French'] = "Niveler le terrain",
                             },
                             },
                     ['shortCut'] = 'smile',
                     ['shortCut'] = 'level',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/emote smirk'] = {
         ['/land levelcentered'] = {
                     ['command'] = 'smirk',
                     ['command'] = 'levelcentered',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Smirk",
                             ['English'] = "Level the terrain around user",
                             ['Russian'] = "Ухмыляться",
                             ['Russian'] = "Выровнять уровень вокруг игрока",
                             ['German'] = "Schmunzeln",
                             ['German'] = "Terrain um den Benutzer herum ebnen",
                             ['French'] = "Petit sourire satisfait",
                             ['French'] = "Niveler le terrain autour de l'utilisateur",
                             },
                             },
                     ['shortCut'] = 'smirk',
                     ['shortCut'] = 'levelcentered',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/emote stinky'] = {
         ['/land levelwithwall'] = {
                     ['command'] = 'stinky',
                     ['command'] = 'levelwithwall',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Stinky",
                             ['English'] = "Level the terrain with a wall",
                             ['Russian'] = "Вонючка",
                             ['Russian'] = "Выровнять уровень поверхности до стены",
                             ['German'] = "Stinkt",
                             ['German'] = "Terrain erhöhen mit einer Mauer",
                             ['French'] = "Puant",
                             ['French'] = "Nivelez le terrain avec un mur",
                             },
                             },
                     ['shortCut'] = 'stinky',
                     ['shortCut'] = 'levelwall',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                            ['Arg1'] = {'x', 'Int32', '15'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'wallHeight', 'Int32', '1'},
                            ['Arg4'] = {'groundType', 'String', 'GrassBlock'},
                            ['Arg5'] = {'wallType', 'String', 'StoneBlock'},
                             },
         },
         },
         ['/emote stretch'] = {
         ['/land mark'] = {
                     ['command'] = 'stretch',
                     ['command'] = 'mark',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Stretch",
                             ['English'] = "Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.",
                             ['Russian'] = "Потянуться",
                             ['Russian'] = "Устанавливает метку в этом месте.  Принимает дополнительный текст для метки.",
                             ['German'] = "Dehnen",
                             ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                             ['French'] = "S'étirer",
                             ['French'] = "Ajoute un point de repère à la position actuelle.  Accepte un fil de texte optionnel pour nommer le point.",
                             },
                             },
                     ['shortCut'] = 'stretch',
                     ['shortCut'] = 'mark',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/emote tired'] = {
         ['/land markglobal'] = {
                     ['command'] = 'tired',
                     ['command'] = 'markglobal',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Tired",
                             ['English'] = "Drops a global waypoint at the current position.  Accepts an optional text string for the waypoint.",
                             ['Russian'] = "Уставший",
                             ['Russian'] = "Устанавливает глобальную метку в текущем месте. Дополнительно можно задать название.",
                             ['German'] = "Müde",
                             ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                             ['French'] = "Fatigué",
                             ['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'] = 'tired',
                     ['shortCut'] = 'markglobal',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/emote wave'] = {
         ['/land painttest'] = {
                     ['command'] = 'wave',
                     ['command'] = 'painttest',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Wave",
                             ['English'] = "Spawns giant walls and paints them with random colors",
                             ['Russian'] = "Волна",
                             ['Russian'] = "Spawns giant walls and paints them with random colors",
                             ['German'] = "Jubeln",
                             ['German'] = "Spawns giant walls and paints them with random colors",
                             ['French'] = "Coucou",
                             ['French'] = "Spawns giant walls and paints them with random colors",
                             },
                             },
                     ['shortCut'] = 'wave',
                     ['shortCut'] = 'painttest',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'size', 'Int32', '50'},
                            ['Arg2'] = {'walls', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/emote wonder'] = {
         ['/land remove'] = {
                     ['command'] = 'wonder',
                     ['command'] = 'remove',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Wonder",
                             ['English'] = "Remove block types within a specified area",
                             ['Russian'] = "Удивиться",
                             ['Russian'] = "Удаление типов блоков в пределах заданной области",
                             ['German'] = "Wundern",
                             ['German'] = "Entferne Blocktypen innerhalb eines bestimmten Bereichs",
                             ['French'] = "Indécis",
                             ['French'] = "Supprimer les types de bloc dans une zone spécifiée",
                             },
                             },
                     ['shortCut'] = 'wonder',
                     ['shortCut'] = 'remove',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
         },
         },
         ['/emote yawn'] = {
         ['/land removeallbut'] = {
                     ['command'] = 'yawn',
                     ['command'] = 'removeallbut',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Yawn",
                             ['English'] = "Removes all block types except the specified type within a specified area",
                             ['Russian'] = "Зевнуть",
                             ['Russian'] = "Удаляет все типы блоков, кроме указанного типа, в указанной области",
                             ['German'] = "Gähnen",
                             ['German'] = "Entfernt alle Blocktypen mit Ausnahme des angegebenen Typs innerhalb eines angegebenen Bereichs",
                             ['French'] = "Bâiller",
                             ['French'] = "Supprime tous les types de bloc sauf le type spécifié dans une zone spécifiée",
                             },
                             },
                     ['shortCut'] = 'yawn',
                     ['shortCut'] = 'removeallbut',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                            ['Arg2'] = {'x', 'Int32', '15'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/emote yes'] = {
         ['/land removenearestglobalmark'] = {
                     ['command'] = 'yes',
                     ['command'] = 'removenearestglobalmark',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Yes",
                             ['English'] = "Removes the nearest global waypoint to your current position.",
                             ['Russian'] = "Да",
                             ['Russian'] = "Удаляет глобальную метку, ближайшую к вашему местоположению.",
                             ['German'] = "Ja",
                             ['German'] = "Entfernt den nächstgelegenen globalen Wegpunkt zu Ihrer aktuellen Position.",
                             ['French'] = "Oui",
                             ['French'] = "Supprime le point de repère global le plus proche de votre position actuelle.",
                             },
                             },
                     ['shortCut'] = 'yes',
                     ['shortCut'] = 'removenearestglobalmark',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/emote yuck'] = {
         ['/land resetworldcaches'] = {
                     ['command'] = 'yuck',
                     ['command'] = 'resetworldcaches',
                     ['parent'] = 'emote',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Yuck",
                             ['English'] = "Resets the world caches",
                             ['Russian'] = "Фу",
                             ['Russian'] = "Сбросить Кэш карты",
                             ['German'] = "Bäh",
                             ['German'] = "Setzt die Weltcaches zurück",
                             ['French'] = "Beurk",
                             ['French'] = "Réinitialise les caches du monde",
                             },
                             },
                     ['shortCut'] = 'yuck',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/food clearstomach'] = {
         ['/land spawnmines'] = {
                     ['command'] = 'clearstomach',
                     ['command'] = 'spawnmines',
                     ['parent'] = 'food',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Empties your stomach",
                             ['English'] = "Spawns a corridor-like tunnel that gives entrance to the mines.",
                             ['Russian'] = "Опустошить ваш желудок",
                             ['Russian'] = "Создает коридор как туннель, ведущий к шахтам.",
                             ['German'] = "Entleert deinen Magen",
                             ['German'] = "Spawnt einen korridorartigen Tunnel, der Zugang zu den Minen gewährleistet.",
                             ['French'] = "Vide votre estomac",
                             ['French'] = "Génère un tunnel en forme de couloir qui donne accès aux mines.",
                             },
                             },
                     ['shortCut'] = 'clearstomach',
                     ['shortCut'] = 'spawnmines',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'corridorWidth', 'Int32', '1'},
                            ['Arg2'] = {'corridorHeight', 'Int32', '3'},
                            ['Arg3'] = {'corridorDepth', 'Int32', '1'},
                            ['Arg4'] = {'depth', 'Int32', '100'},
                            ['Arg5'] = {'levelDifferenceHeight', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/food crave'] = {
         ['/land spawnrubble'] = {
                     ['command'] = 'crave',
                     ['command'] = 'spawnrubble',
                     ['parent'] = 'food',
                     ['parent'] = 'land',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Force a craving on a given user (self if untargeted user, random food if not set)",
                             ['English'] = "Rains rubble around the player.",
                             ['Russian'] = "Принудительно задать предпочтения по еде выбранному пользователю (или самому себе, если пользователь не выбран, а также предпочтения будут произвольными, если не выбраны конкретные)",
                             ['Russian'] = "Дождь из булыжников вокруг игрока.",
                             ['German'] = "Erzwingen eines Verlangens bei einem bestimmten Benutzer (an dir selbst wenn der Benutzer nicht festgelegt ist, zufälliges Essen wenn nicht festgelegt)",
                             ['German'] = "Lässt Schutt um den Spieler herunterregnen.",
                             ['French'] = "Forcer une fringale à un utilisateur donné (soi-même si utilisateur non ciblé, nourriture aléatoire si non définie)",
                             ['French'] = "Il pleut des pierres en vrac autour du joueur.",
                             },
                             },
                     ['shortCut'] = 'crave',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'User', ''},
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg2'] = {'foodName', 'String', ''},
                             ['Arg2'] = {'rubble', 'Int32', '32'},
                             },
                             },
         },
         },
         ['/food digest'] = {
         ['/manage admin'] = {
                     ['command'] = 'digest',
                     ['command'] = 'admin',
                     ['parent'] = 'food',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Turn calories into waste",
                             ['English'] = "Shows list of admins or adds user as an Admin by account id, steamid, slgid, or username",
                             ['Russian'] = "Превращает калории в отходы",
                             ['Russian'] = "Отображает список администраторов или делает пользователя администратором по ID аккаунта, steamid, slgid или имени пользователя",
                             ['German'] = "Kalorien in Abfall verwandeln",
                             ['German'] = "Zeigt eine Liste der Administratoren an oder fügt einen Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername hinzu",
                             ['French'] = "Changer les calories en déchets",
                             ['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'] = '',
                     ['shortCut'] = 'admin',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/food eat'] = {
         ['/manage alert'] = {
                     ['command'] = 'eat',
                     ['command'] = 'alert',
                     ['parent'] = 'food',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Max your calories",
                             ['English'] = "Sends an alert to everybody",
                             ['Russian'] = "Насыщает вас до максимума",
                             ['Russian'] = "Посылает всем предупреждение",
                             ['German'] = "Maximiere deine Kalorien",
                             ['German'] = "Sendet an allen eine Warnung",
                             ['French'] = "Maximise vos calories",
                             ['French'] = "Envoie une alerte à tout le monde",
                             },
                             },
                     ['shortCut'] = 'eat',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'amount', 'Int32', '-1'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'alert', 'String', ''},
                             },
                             },
         },
         },
         ['/food work'] = {
         ['/manage announce'] = {
                     ['command'] = 'work',
                     ['command'] = 'announce',
                     ['parent'] = 'food',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spends calories",
                             ['English'] = "Sends an announce to all players",
                             ['Russian'] = "Тратит калории",
                             ['Russian'] = "Отправляет объявление всем игрокам",
                             ['German'] = "Kalorien verbrauchen",
                             ['German'] = "Sende eine Ankündigung an alle Spieler",
                             ['French'] = "Calories dépensées",
                             ['French'] = "Envoie une annonce à tous les joueurs",
                             },
                             },
                     ['shortCut'] = 'work',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'useCalories', 'Int32', '100000'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'announce', 'String', ''},
                             },
                             },
         },
         },
         ['/help'] = {
         ['/manage authlevel'] = {
                     ['command'] = 'help',
                     ['command'] = 'authlevel',
                     ['parent'] = nil,
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays all the commands available with hidden subcommands. Accepts a string to filter commands to a search string.",
                             ['English'] = "Displays your authorization level",
                             ['Russian'] = "Отображает все доступные команды и скрытые подкоманды. Принимает строку для отображения подходящих команд.",
                             ['Russian'] = "Отображает ваш уровень доступа",
                             ['German'] = "Zeigt alle verfügbaren Befehle inklusive versteckten Unterbefehlen. Akzeptiert eine Zeichenkette um Befehle zu filtern.",
                             ['German'] = "Zeigt deine Berechtigungsstufe",
                             ['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.",
                             ['French'] = "Affiche votre niveau d’autorisation",
                             },
                             },
                     ['shortCut'] = '?',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'language', 'SupportedLanguage'},
                            ['Arg2'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/helpful'] = {
         ['/manage ban'] = {
                     ['command'] = 'helpful',
                     ['command'] = 'ban',
                     ['parent'] = nil,
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shows all help, including sub commands.",
                             ['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'] = "Показывает всю справку, включая подкоманды.",
                             ['Russian'] = "Отображает список заблокированных пользователей или блокирует пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заблокировать навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                             ['German'] = "Zeigt alle Hilfen, inklusive Unterbefehlen.",
                             ['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 toute l'aide, en incluant les sous commandes.",
                             ['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'] = '',
                     ['shortCut'] = 'ban',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'language', 'SupportedLanguage'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/housing addroommates'] = {
         ['/manage clearmaintenance'] = {
                     ['command'] = 'addroommates',
                     ['command'] = 'clearmaintenance',
                     ['parent'] = 'housing',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             ['English'] = "Clears currently scheduled user maintenance.",
                             ['Russian'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             ['Russian'] = "Очищает текущее запланированное обслуживание пользователя.",
                             ['German'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             ['German'] = "Löscht aktuell eingestellte Benutzerwartung.",
                             ['French'] = "Add a number of residents to the deed you\'re currently a resident on.",
                             ['French'] = "Efface la maintenance utilisateur actuellement planifiée.",
                            },
                    ['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'] = "",
                            ['French'] = "Réexécute la sélection initiale du spawn pour l'utilisateur donné (ou l'utilisateur actuel si nul).",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/initialspawn list'] = {
         ['/manage clearobjective'] = {
                     ['command'] = 'list',
                     ['command'] = 'clearobjective',
                     ['parent'] = 'initialspawn',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Lists the initial spawn positions currently active.",
                             ['English'] = "Clears a user\'s objective",
                             ['Russian'] = "",
                             ['Russian'] = "Clears a user\'s objective",
                             ['German'] = "Listet aktuelle initiale Spawn-Positionen auf, welche aktiv sind.",
                             ['German'] = "Clears a user\'s objective",
                             ['French'] = "Affiche la liste des positions d'apparition initiales actuellement actives.",
                             ['French'] = "Clears a user\'s objective",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['/initialspawn update'] = {
         ['/manage ignore'] = {
                     ['command'] = 'update',
                     ['command'] = 'ignore',
                     ['parent'] = 'initialspawn',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Force update the spawn position now.",
                             ['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'] = "Обновить точку появления сейчас.",
                             ['Russian'] = "Отображает ваш чёрный список или добавляет пользователя в чёрный список по имени, или удаляет из чёрного списка, если пользователь уже в списке",
                             ['German'] = "Erzwinge die sofortige Aktualisierung der Spawnposition.",
                             ['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'] = "Forcer la mise à jour du point d'apparition maintenant.",
                             ['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'] = '',
                     ['shortCut'] = 'ignore',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'ignoreUser', 'User', ''},
                             },
                             },
         },
         },
         ['/initialspawn updatedebug'] = {
         ['/manage kick'] = {
                     ['command'] = 'updatedebug',
                     ['command'] = 'kick',
                     ['parent'] = 'initialspawn',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Generate debug data showing all the clusters we consider for initial points.",
                             ['English'] = "Kicks user",
                             ['Russian'] = "",
                             ['Russian'] = "Кикает пользователя",
                             ['German'] = "",
                             ['German'] = "Kickt Benutzer",
                             ['French'] = "Générer des données de débogage montrant tous les clusters que nous considérons pour les points initiaux.",
                             ['French'] = "Renvoie l'utilisateur",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'kick',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'kickUser', 'User'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/inventory addvoid'] = {
         ['/manage listadmins'] = {
                     ['command'] = 'addvoid',
                     ['command'] = 'listadmins',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Add an item to your void storage",
                             ['English'] = "Displays a list of all administrators.",
                             ['Russian'] = "Добавить предмет в Бездонное хранилище",
                             ['Russian'] = "Показывает список всех администраторов.",
                             ['German'] = "Füge einen Gegenstand zu deinem Zwischenlager hinzu",
                             ['German'] = "Zeigt eine Liste aller Administratoren.",
                             ['French'] = "Ajouter un item à votre 'Stockage du néant",
                             ['French'] = "Affiche une liste de tous les administrateurs.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String', 'baked meat'},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                            ['Arg3'] = {'distance', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/inventory carryall'] = {
         ['/manage listusers'] = {
                     ['command'] = 'carryall',
                     ['command'] = 'listusers',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Allows carry items into any user inventory slot and removes weight check.  Pass false to reset to normal.",
                             ['English'] = "Displays a list of all known users, showing username and ID.",
                             ['Russian'] = "Позволяет переносить предметы в любом слоте инвентаря пользователя и удаляет проверку веса. Передайте 'Ложь' для сброса в нормальное состояние.",
                             ['Russian'] = "Отображает список всех известных пользователей, показывая имя и ID.",
                             ['German'] = "Ermöglicht das Tragen von Gegenständen in einen beliebigen Benutzerinventarplatz und entfernt die Gewichtskontrolle. Übergebe 'false', um den Normalwert wiederherzustellen.",
                             ['German'] = "Zeigt eine Liste aller bekannten Benutzer an, mit Benutzernamen und -IDs.",
                             ['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.",
                             ['French'] = "Afficher une liste de tous les utilisateurs connus, avec leur nom d'utilisateur et leur identifiant de compte.",
                             },
                             },
                     ['shortCut'] = 'carryall',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'allowCarryAll', 'Boolean', 'True'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/inventory dumpall'] = {
         ['/manage maintenance'] = {
                     ['command'] = 'dumpall',
                     ['command'] = 'maintenance',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Dumps all items from your inventory.",
                             ['English'] = "Schedules an automatic shutdown",
                             ['Russian'] = "Уничтожает все вещи из вашего инвентаря.",
                             ['Russian'] = "Расписание автоматического выключения",
                             ['German'] = "Löscht alle Gegenstände aus deinem Inventar.",
                             ['German'] = "Plant ein automatisches Herunterfahren",
                             ['French'] = "Jette tous les objets de votre inventaire.",
                             ['French'] = "Planifie un arrêt automatique",
                             },
                             },
                     ['shortCut'] = 'dumpall',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'time', 'String'},
                            ['Arg2'] = {'message', 'String'},
                            ['Arg3'] = {'reason', 'String'},
                             },
                             },
         },
         },
         ['/inventory dumpcarried'] = {
         ['/manage mute'] = {
                     ['command'] = 'dumpcarried',
                     ['command'] = 'mute',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Dumps all carried items.",
                             ['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'] = "Уничтожает переносимые в руках вещи.",
                             ['Russian'] = "Отображает список заглушенных пользователей или глушит пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заглушить навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                             ['German'] = "Löscht alle getragenen Gegenstände.",
                             ['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'] = "Supprime tous vos objets portés.",
                             ['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'] = 'dumpcarried',
                     ['shortCut'] = 'mute',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/inventory dumpselected'] = {
         ['/manage players'] = {
                     ['command'] = 'dumpselected',
                     ['command'] = 'players',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Dumps all items in your selected toolbar slot.",
                             ['English'] = "Returns a list of online players",
                             ['Russian'] = "Уничтожает все предметы из слота выбранного на панели быстрого доступа.",
                             ['Russian'] = "Возвращает список игроков в сети",
                             ['German'] = "Löscht alle Gegenstände im ausgewählten Werkzeugleistenslot.",
                             ['German'] = "Gibt eine Liste aller Spieler, die online sind, aus",
                             ['French'] = "Jette tous les items de l'emplacement sélectionné de la barre d'outils.",
                             ['French'] = "Retourne une liste des joueurs connectés",
                             },
                             },
                     ['shortCut'] = 'dumpselected',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/inventory dumpvehicle'] = {
         ['/manage playtime'] = {
                     ['command'] = 'dumpvehicle',
                     ['command'] = 'playtime',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Dumps all items from your vehicle inventory.",
                             ['English'] = "Lists the playtimes for a given user, or yourself if none passed.",
                             ['Russian'] = "",
                             ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан.",
                             ['German'] = "",
                             ['German'] = "Listet die Spielzeiten eines angegebenen Spielers auf oder einem selbst, wenn leer.",
                             ['French'] = "Vide tous les éléments de l'inventaire de votre véhicule.",
                             ['French'] = "Liste le temps de jeu pour un utilisateur spécifique, ou vous-même si aucun n'est passé.",
                             },
                             },
                     ['shortCut'] = 'dumpvehicle',
                     ['shortCut'] = 'playtime',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                             },
                             },
         },
         },
         ['/inventory durability'] = {
         ['/manage removeadmin'] = {
                     ['command'] = 'durability',
                     ['command'] = 'removeadmin',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Set the durability of the item you are holding",
                             ['English'] = "Removes user as an Admin by account id, steamid, slgid, or username",
                             ['Russian'] = "Устанавливает прочность предмета в руках",
                             ['Russian'] = "Убирает пользователя из списка администраторов по ID аккаунта, steamid, slgid или имени пользователя",
                             ['German'] = "Legt die Haltbarkeit des gehaltenen Gegenstands fest",
                             ['German'] = "Entfernt den Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername",
                             ['French'] = "Définit la durabilité de l'objet que vous tenez",
                             ['French'] = "Supprimer l'utilisateur en tant qu'administrateur par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                             },
                             },
                     ['shortCut'] = 'dur',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'durability', 'Single', '1'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/inventory fillmeup'] = {
         ['/manage save'] = {
                     ['command'] = 'fillmeup',
                     ['command'] = 'save',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Adds random items to the user\'s inventory.",
                             ['English'] = "Save the world!",
                             ['Russian'] = "Adds random items to the user\'s inventory.",
                             ['Russian'] = "Сохранить Мир!",
                             ['German'] = "Adds random items to the user\'s inventory.",
                             ['German'] = "Rette die Welt!",
                             ['French'] = "Adds random items to the user\'s inventory.",
                             ['French'] = "Sauvegarde le monde !",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/inventory forcegive'] = {
         ['/manage setspawn'] = {
                     ['command'] = 'forcegive',
                     ['command'] = 'setspawn',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give yourself an item (Forced, ignores restrictions)",
                             ['English'] = "Changes the spawn location to your current location",
                             ['Russian'] = "Выдаёт вам предмет (принудительно, игнорирует ограничения)",
                             ['Russian'] = "Перемещает точку возрождения туда, где вы сейчас находитесь",
                             ['German'] = "Gib dir selbst einen Gegenstand (erzwungen, ignoriert Einschränkungen)",
                             ['German'] = "Ändert den Spawnpunkt zu deinem aktuellen Standort",
                             ['French'] = "Vous donne un objet (de force, ignore les restrictions)",
                             ['French'] = "Change le point de réapparition par la position actuelle",
                             },
                             },
                     ['shortCut'] = 'fgive',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'number', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/inventory give'] = {
         ['/manage unban'] = {
                     ['command'] = 'give',
                     ['command'] = 'unban',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give yourself an item",
                             ['English'] = "Unbans user by account id, steamid, slgid, or username",
                             ['Russian'] = "Даёт вам предмет",
                             ['Russian'] = "Снимает бан с пользователя по ID аккаунта, steamID, slgID или имени",
                             ['German'] = "Gibt dir einen Gegenstand",
                             ['German'] = "Deaktiviert den Benutzer von Konto-ID, steamid, slgid oder Benutzername",
                             ['French'] = "Vous donne un objet",
                             ['French'] = "Dé-bannie l'utilisateur par ID de compte, ID Steam, ID Slg, ou nom d'utilisateur",
                             },
                             },
                     ['shortCut'] = 'give',
                     ['shortCut'] = 'unban',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/inventory giveall'] = {
         ['/manage unmute'] = {
                     ['command'] = 'giveall',
                     ['command'] = 'unmute',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give yourself all items matching the given search.",
                             ['English'] = "Unmutes user by account id, steamid, slgid, or username",
                             ['Russian'] = "Выдать себе все предметы совпадающие с условиями поиска.",
                             ['Russian'] = "Убирает пользователя из списка заглушенных по ID аккаунта, steamid, slgid или имени пользователя",
                             ['German'] = "Gebe dir selbst alle von dir gesuchten Items.",
                             ['German'] = "Deaktiviert Stummschaltung des Benutzers von Konto-ID, steamid, slgid oder Benutzername auf",
                             ['French'] = "Donnez-vous tous les articles correspondant à la recherche donnée.",
                             ['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'] = 'giveall',
                     ['shortCut'] = 'unmute',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'itemName', 'String'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/inventory givepaint'] = {
         ['/manage unwhitelist'] = {
                     ['command'] = 'givepaint',
                     ['command'] = 'unwhitelist',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give yourself mixed paint for predefined named colors",
                             ['English'] = "Removes user from the whitelist by account id, steamid, slgid, or username",
                             ['Russian'] = "",
                             ['Russian'] = "Исключает пользователя из белого списка по ID аккаунта, steamID, slgID или имени",
                             ['German'] = "",
                             ['German'] = "Enternt Benutzer von der Whitelist bei Konto-ID, steamid, slgid oder Benutzername",
                             ['French'] = "Vous donne de la peinture mélangée pour les couleurs prédéfinies nommées",
                             ['French'] = "Supprimer l'utilisateur de la liste blanche par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                             },
                             },
                     ['shortCut'] = 'paint',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'namedColorIndex', 'Int32'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'number', 'Int32', '1'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/inventory givepaintrgb'] = {
         ['/manage useractivity'] = {
                     ['command'] = 'givepaintrgb',
                     ['command'] = 'useractivity',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give yourself mixed paint with any rgb color",
                             ['English'] = "Displays a list of users and when they last logged in.",
                             ['Russian'] = "Выдать себе смешанные краски любых rgb цветов",
                             ['Russian'] = "Отображает список игроков и время когда они были в сети.",
                             ['German'] = "",
                             ['German'] = "Listet alle Spieler und deren letzten Login auf.",
                             ['French'] = "Obtenir une peinture mélangée avec n'importe quelle couleur rgb",
                             ['French'] = "Affiche une liste d'utilisateurs et leur dernière date de connexion.",
                             },
                             },
                     ['shortCut'] = 'paintrgb',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'r', 'Int32'},
                            ['Arg2'] = {'g', 'Int32'},
                            ['Arg3'] = {'b', 'Int32'},
                            ['Arg4'] = {'amount', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/inventory integrity'] = {
         ['/manage warnuser'] = {
                     ['command'] = 'integrity',
                     ['command'] = 'warnuser',
                     ['parent'] = 'inventory',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             ['English'] = "Sends a warning to a citizen",
                             ['Russian'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             ['Russian'] = "Отправляет игроку предупреждение",
                             ['German'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             ['German'] = "Sendet eine Warnung an einen Bürger",
                             ['French'] = "Set the integrity percent (0-1) of the item you are holding, if it has it.",
                             ['French'] = "Envoyer un avertissement à un citoyen",
                             },
                             },
                     ['shortCut'] = 'integ',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'integrity', 'Single', '1'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'warnUser', 'User'},
                            ['Arg2'] = {'warning', 'String', ''},
                             },
                             },
         },
         },
         ['/land clearpaint'] = {
         ['/manage whitelist'] = {
                     ['command'] = 'clearpaint',
                     ['command'] = 'whitelist',
                     ['parent'] = 'land',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clears paint in area with radius specified around the player. Max = 20",
                             ['English'] = "Shows list of whitelisted users or adds user to the whitelist by account id, steamid, slgid, or username",
                             ['Russian'] = "",
                             ['Russian'] = "Показывает пользователей в белом списке или добавляет пользователя в белый список по ID аккаунта, steamID, slgID или имени",
                             ['German'] = "",
                             ['German'] = "Zeigt eine Liste der Whiteliste Benutzer nach Konto-ID, steamid, slgid oder Benutzername an",
                             ['French'] = "Efface la peinture de la zone avec un rayon spécifié autour du joueur. Max = 20",
                             ['French'] = "Afficher la liste blanche des utilisateurs ou ajouter un utilisateur à la liste blanche par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '4'},
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/land clearrubble'] = {
         ['/manage whoami'] = {
                     ['command'] = 'clearrubble',
                     ['command'] = 'whoami',
                     ['parent'] = 'land',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clears rubble around the player.",
                             ['English'] = "Shows your user ID",
                             ['Russian'] = "Убирает булыжники вокруг игрока.",
                             ['Russian'] = "Показывает ваш ID",
                             ['German'] = "Entfernt den Schutt um den Spieler.",
                             ['German'] = "Zeigt deine Benutzer-ID an",
                             ['French'] = "Nettoie les pierres en vrac autour du joueur.",
                             ['French'] = "Affiche votre ID d'utilisateur",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Single', '10'},
                             },
                             },
         },
         },
         ['/land level'] = {
         ['/manage whois'] = {
                     ['command'] = 'level',
                     ['command'] = 'whois',
                     ['parent'] = 'land',
                     ['parent'] = 'manage',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Level the terrain",
                             ['English'] = "Shows the user ID of the requested user.",
                             ['Russian'] = "Выравнивает землю",
                             ['Russian'] = "Показывает ID указанного пользователя.",
                             ['German'] = "Begradige das Gelände",
                             ['German'] = "Zeigt die Benutzer-ID des angefragten Benutzers an.",
                             ['French'] = "Niveler le terrain",
                             ['French'] = "Affiche l'ID de l'utilisateur demandé.",
                             },
                             },
                     ['shortCut'] = 'level',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '15'},
                             ['Arg1'] = {'otherUser', 'User'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/land levelcentered'] = {
         ['/meteor addhours'] = {
                     ['command'] = 'levelcentered',
                     ['command'] = 'addhours',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Level the terrain around user",
                             ['English'] = "Adds meteor impact hours",
                             ['Russian'] = "Выровнять уровень вокруг игрока",
                             ['Russian'] = "Добавляет часы до падения астероида",
                             ['German'] = "Terrain um den Benutzer herum ebnen",
                             ['German'] = "Fügt Meteoraufprallstunden hinzu",
                             ['French'] = "Niveler le terrain autour de l'utilisateur",
                             ['French'] = "Ajoute des heures à l'impact du météore",
                             },
                             },
                     ['shortCut'] = 'levelcentered',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '15'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'y', 'Int32', '15'},
                             ['Arg1'] = {'hours', 'Single'},
                            ['Arg3'] = {'blockType', 'String', 'GrassBlock'},
                             },
                             },
         },
         },
         ['/land levelwithwall'] = {
         ['/meteor destroy'] = {
                     ['command'] = 'levelwithwall',
                     ['command'] = 'destroy',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Level the terrain with a wall",
                             ['English'] = "Destroys the meteor in orbit.",
                             ['Russian'] = "Выровнять уровень поверхности до стены",
                             ['Russian'] = "Уничтожает астероид на орбите.",
                             ['German'] = "Terrain erhöhen mit einer Mauer",
                             ['German'] = "Zerstört den Meteor in der Umlaufbahn.",
                             ['French'] = "Nivelez le terrain avec un mur",
                             ['French'] = "Détruit le météore en orbite.",
                             },
                             },
                     ['shortCut'] = 'levelwall',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'x', 'Int32', '15'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg2'] = {'y', 'Int32', '15'},
                            ['Arg3'] = {'wallHeight', 'Int32', '1'},
                            ['Arg4'] = {'groundType', 'String', 'GrassBlock'},
                            ['Arg5'] = {'wallType', 'String', 'StoneBlock'},
                             },
                             },
         },
         },
         ['/land mark'] = {
         ['/meteor fall'] = {
                     ['command'] = 'mark',
                     ['command'] = 'fall',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Drops a waypoint at the current position.  Accepts an optional text string for the waypoint.",
                             ['English'] = "Begin the meteor impact sequence",
                             ['Russian'] = "Устанавливает метку в этом месте.  Принимает дополнительный текст для метки.",
                             ['Russian'] = "Запускает процесс падения астероида",
                             ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                             ['German'] = "Starte die Sequenz für den Meteor-Einschlag",
                             ['French'] = "Ajoute un point de repère à la position actuelle.  Accepte un fil de texte optionnel pour nommer le point.",
                             ['French'] = "Débute la séquence d'impact du météore",
                             },
                             },
                     ['shortCut'] = 'mark',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'text', 'String', ''},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/land markglobal'] = {
         ['/meteor hitworldlayers'] = {
                     ['command'] = 'markglobal',
                     ['command'] = 'hitworldlayers',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Drops a global waypoint at the current position.  Accepts an optional text string for the waypoint.",
                             ['English'] = "Triggers world layers to act as if they were hit by a meteor.",
                             ['Russian'] = "Устанавливает глобальную метку в текущем месте. Дополнительно можно задать название.",
                             ['Russian'] = "Делает чтобы слои мира выглядели, как будто упал астероид.",
                             ['German'] = "Erstellt einen Wegpunkt an der gegenwärtigen Position. Wegpunkt kann optional mit einem Text versehen werden.",
                             ['German'] = "Sorgt dafür, dass sich Weltebenen so verhalten als wäre ein Meteor in sie eingeschlagen.",
                             ['French'] = "Dépose un point de repère global à la position actuelle. Accepte une ligne de texte optionnelle pour le point de repère.",
                             ['French'] = "Les calques du monde se comportent comme s'ils étaient frappées par le météore.",
                             },
                             },
                     ['shortCut'] = 'markglobal',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'text', 'String', ''},
                             },
                             },
         },
         },
         ['/land painttest'] = {
         ['/meteor impact'] = {
                     ['command'] = 'painttest',
                     ['command'] = 'impact',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns giant walls and paints them with random colors",
                             ['English'] = "Make the meteor strike instantly.",
                             ['Russian'] = "Spawns giant walls and paints them with random colors",
                             ['Russian'] = "Астероид мгновенно сталкивается с поверхностью.",
                             ['German'] = "Spawns giant walls and paints them with random colors",
                             ['German'] = "Lässt den Meteor sofort einschlagen.",
                             ['French'] = "Spawns giant walls and paints them with random colors",
                             ['French'] = "Provoque l'impact immédiat du météore.",
                             },
                             },
                     ['shortCut'] = 'painttest',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'size', 'Int32', '50'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg2'] = {'walls', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/land remove'] = {
         ['/meteor makevisible'] = {
                     ['command'] = 'remove',
                     ['command'] = 'makevisible',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove block types within a specified area",
                             ['English'] = "Make the meteor enter the targetable range, or the specified angle if one is passed in.",
                             ['Russian'] = "Удаление типов блоков в пределах заданной области",
                             ['Russian'] = "Перемещает астероид в зону прицеливания или на определённый угол, если он указан.",
                             ['German'] = "Entferne Blocktypen innerhalb eines bestimmten Bereichs",
                             ['German'] = "Sorgt dafür, dass der Meteor sich in die anvisierbare Reichweite oder den angegebenen Winkel begibt, wenn einer solcher übergeben wird.",
                             ['French'] = "Supprimer les types de bloc dans une zone spécifiée",
                             ['French'] = "Faites entrer le météore dans la zone de visée, ou dans l'angle spécifié si il y passe.",
                             },
                             },
                     ['shortCut'] = 'remove',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'x', 'Int32', '15'},
                             ['Arg1'] = {'angle', 'Single', '300'},
                            ['Arg3'] = {'y', 'Int32', '15'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/land removeallbut'] = {
         ['/meteor rain'] = {
                     ['command'] = 'removeallbut',
                     ['command'] = 'rain',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes all block types except the specified type within a specified area",
                             ['English'] = "Makes meteorites rain down the sky, accepting the number to send and how long between them.",
                             ['Russian'] = "Удаляет все типы блоков, кроме указанного типа, в указанной области",
                             ['Russian'] = "Создаёт метеоритный дождь, можно указать количество и время между ними.",
                             ['German'] = "Entfernt alle Blocktypen mit Ausnahme des angegebenen Typs innerhalb eines angegebenen Bereichs",
                             ['German'] = "Lässt Meteoriten vom Himmel fallen, Akzeptiert die Anzahl der Meteoriten und die Zeit zwischen ihnen als Parameter.",
                             ['French'] = "Supprime tous les types de bloc sauf le type spécifié dans une zone spécifiée",
                             ['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'] = 'removeallbut',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockType', 'String', 'GrassBlock'},
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg2'] = {'x', 'Int32', '15'},
                             ['Arg2'] = {'timeBetween', 'Single', '1'},
                             ['Arg3'] = {'y', 'Int32', '15'},
                             ['Arg3'] = {'radius', 'Single', '20'},
                            ['Arg4'] = {'z', 'Int32', '15'},
                            ['Arg5'] = {'isTurnToGlass', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/land removenearestglobalmark'] = {
         ['/meteor removehours'] = {
                     ['command'] = 'removenearestglobalmark',
                     ['command'] = 'removehours',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes the nearest global waypoint to your current position.",
                             ['English'] = "Remove meteor impact hours",
                             ['Russian'] = "Удаляет глобальную метку, ближайшую к вашему местоположению.",
                             ['Russian'] = "Убирает часы до падения метеора",
                             ['German'] = "Entfernt den nächstgelegenen globalen Wegpunkt zu Ihrer aktuellen Position.",
                             ['German'] = "",
                             ['French'] = "Supprime le point de repère global le plus proche de votre position actuelle.",
                             ['French'] = "Retire des heures d'impact du météore",
                             },
                             },
                     ['shortCut'] = 'removenearestglobalmark',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/land resetworldcaches'] = {
         ['/meteor spawn'] = {
                     ['command'] = 'resetworldcaches',
                     ['command'] = 'spawn',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Resets the world caches",
                             ['English'] = "Spawns a meteor into orbit, regardless of current disaster settings.",
                             ['Russian'] = "Сбросить Кэш карты",
                             ['Russian'] = "Создаёт астероид на орбите, независимо от текущих настроек мира.",
                             ['German'] = "Setzt die Weltcaches zurück",
                             ['German'] = "Erzeugt einen Meteor in einer Umlaufbahn, unabhängig den aktuellen Katastrophen-Einstellungen.",
                             ['French'] = "Réinitialise les caches du monde",
                             ['French'] = "Fait apparaître un météore en orbite, peu importe les paramètres de catastrophe actuels.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 2,809: Line 2,963:
                             },
                             },
         },
         },
         ['/land spawnmines'] = {
         ['/meteor spawncrater'] = {
                     ['command'] = 'spawnmines',
                     ['command'] = 'spawncrater',
                     ['parent'] = 'land',
                     ['parent'] = 'meteor',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a corridor-like tunnel that gives entrance to the mines.",
                             ['English'] = "Create a crater at the current position.",
                             ['Russian'] = "Создает коридор как туннель, ведущий к шахтам.",
                             ['Russian'] = "Создаёт кратер в текущем месте.",
                             ['German'] = "Spawnt einen korridorartigen Tunnel, der Zugang zu den Minen gewährleistet.",
                             ['German'] = "Erstelle einen Krater an der aktuellen Position.",
                             ['French'] = "Génère un tunnel en forme de couloir qui donne accès aux mines.",
                             ['French'] = "Créez un cratère à la position actuelle.",
                             },
                             },
                     ['shortCut'] = 'spawnmines',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'corridorWidth', 'Int32', '1'},
                             ['Arg1'] = {'size', 'Single', '5'},
                             ['Arg2'] = {'corridorHeight', 'Int32', '3'},
                             ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             ['Arg3'] = {'corridorDepth', 'Int32', '1'},
                             },
                             ['Arg4'] = {'depth', 'Int32', '100'},
        },
                            ['Arg5'] = {'levelDifferenceHeight', 'Int32', '1'},
        ['/meteor status'] = {
                    ['command'] = 'status',
                    ['parent'] = 'meteor',
                    ['helpText'] =  {
                            ['English'] = "Displays status of meteor.",
                            ['Russian'] = "",
                             ['German'] = "",
                            ['French'] = "",
                            },
                    ['shortCut'] = 'met',
                    ['level'] = 'User',
                    ['parameters'] = {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/land spawnrubble'] = {
         ['/money accounts'] = {
                     ['command'] = 'spawnrubble',
                     ['command'] = 'accounts',
                     ['parent'] = 'land',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Rains rubble around the player.",
                             ['English'] = "Display all bank accounts in the game.",
                             ['Russian'] = "Дождь из булыжников вокруг игрока.",
                             ['Russian'] = "Отображает все банковские счета в игре.",
                             ['German'] = "Lässt Schutt um den Spieler herunterregnen.",
                             ['German'] = "Zeigt alle Bankkonten im Spiel an.",
                             ['French'] = "Il pleut des pierres en vrac autour du joueur.",
                             ['French'] = "Affiche tous les comptes bancaires du jeu.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'blockTypeName', 'String', 'Granite'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg2'] = {'rubble', 'Int32', '32'},
                             },
                             },
         },
         },
         ['/manage admin'] = {
         ['/money addaccountmanager'] = {
                     ['command'] = 'admin',
                     ['command'] = 'addaccountmanager',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shows list of admins or adds user as an Admin by account id, steamid, slgid, or username",
                             ['English'] = "Adds user as manager to bank account with ID.",
                             ['Russian'] = "Отображает список администраторов или делает пользователя администратором по ID аккаунта, steamid, slgid или имени пользователя",
                             ['Russian'] = "Добавить игрока как управляющего банковским счетом с ID.",
                             ['German'] = "Zeigt eine Liste der Administratoren an oder fügt einen Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername hinzu",
                             ['German'] = "Fügt einen Spieler als Verwalter zum Bankkonto mit der ID 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",
                             ['French'] = "Ajoute l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                             },
                             },
                     ['shortCut'] = 'admin',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage alert'] = {
         ['/money addaccountuser'] = {
                     ['command'] = 'alert',
                     ['command'] = 'addaccountuser',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Sends an alert to everybody",
                             ['English'] = "Adds user to bank account with ID.",
                             ['Russian'] = "Посылает всем предупреждение",
                             ['Russian'] = "Добавляет пользователя к банковскому счёту с ID.",
                             ['German'] = "Sendet an allen eine Warnung",
                             ['German'] = "Fügt einen Spieler zum Bankkonto mit der ID hinzu.",
                             ['French'] = "Envoie une alerte à tout le monde",
                             ['French'] = "Ajoute des utilisateur au compte bancaire avec l'ID.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'alert', 'String', ''},
                             ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/manage announce'] = {
         ['/money cancelalldebtfromplayer'] = {
                     ['command'] = 'announce',
                     ['command'] = 'cancelalldebtfromplayer',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Sends an announce to all players",
                             ['English'] = "Cancel debt that a particular player has accumulated.",
                             ['Russian'] = "Отправляет объявление всем игрокам",
                             ['Russian'] = "Аннулировать долги, которые накопил игрок.",
                             ['German'] = "Sende eine Ankündigung an alle Spieler",
                             ['German'] = "Lösche Schulden, die ein bestimmter Spieler angesammelt hat.",
                             ['French'] = "Envoie une annonce à tous les joueurs",
                             ['French'] = "Annule la dette qu'un joueur particulier a accumulée.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'otherPlayer', 'String'},
                             ['Arg1'] = {'announce', 'String', ''},
                             },
                             },
         },
         },
         ['/manage authlevel'] = {
         ['/money createaccount'] = {
                     ['command'] = 'authlevel',
                     ['command'] = 'createaccount',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays your authorization level",
                             ['English'] = "Creates an account with specified name.",
                             ['Russian'] = "Отображает ваш уровень доступа",
                             ['Russian'] = "Создаёт счёт с указанным названием.",
                             ['German'] = "Zeigt deine Berechtigungsstufe",
                             ['German'] = "Erstellt ein Konto mit dem Namen.",
                             ['French'] = "Affiche votre niveau d’autorisation",
                             ['French'] = "Créée un compte avec le nom spécifié.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['/manage ban'] = {
         ['/money createdebt'] = {
                     ['command'] = 'ban',
                     ['command'] = 'createdebt',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['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.",
                             ['English'] = "Create debt between two players in a currency that matches the given name.",
                             ['Russian'] = "Отображает список заблокированных пользователей или блокирует пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заблокировать навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                             ['Russian'] = "Создаёт долг между двумя игроками в указанной валюте.",
                             ['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.",
                             ['German'] = "Erstelle Schulden zwischen zwei Spielern in einer Währung, die mit dem angegebenen Namen übereinstimmt.",
                             ['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.",
                             ['French'] = "Créé une dette entre deux joueurs pour une monnaie qui correspond au nom donné.",
                             },
                             },
                     ['shortCut'] = 'ban',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'lender', 'User'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'borrower', 'User'},
                             ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                             ['Arg3'] = {'time', 'String', ''},
                             ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                             ['Arg6'] = {'currency', 'Currency'},
                             },
                             },
         },
         },
         ['/manage clearmaintenance'] = {
         ['/money currencies'] = {
                     ['command'] = 'clearmaintenance',
                     ['command'] = 'currencies',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clears currently scheduled user maintenance.",
                             ['English'] = "List all currencies in the game.",
                             ['Russian'] = "Очищает текущее запланированное обслуживание пользователя.",
                             ['Russian'] = "Список всей игровой валюты.",
                             ['German'] = "Löscht aktuell eingestellte Benutzerwartung.",
                             ['German'] = "Listet alle Währungen im Spiel auf.",
                             ['French'] = "Efface la maintenance utilisateur actuellement planifiée.",
                             ['French'] = "Liste toutes les monnaies du jeu.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/manage clearobjective'] = {
         ['/money deleteaccount'] = {
                     ['command'] = 'clearobjective',
                     ['command'] = 'deleteaccount',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clears a user\'s objective",
                             ['English'] = "Deletes an account even if there is still currency on it.",
                             ['Russian'] = "Clears a user\'s objective",
                             ['Russian'] = "Удаляет счёт, даже если на нём ещё остались средства.",
                             ['German'] = "Clears a user\'s objective",
                             ['German'] = "Löscht ein Konto, obwohl es noch ein Guthaben hat.",
                             ['French'] = "Clears a user\'s objective",
                             ['French'] = "Supprime un compte même s'il y a encore de l'argent sur celui-ci.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'targetUser', 'User'},
                             },
                             },
         },
         },
         ['/manage ignore'] = {
         ['/money removeaccountmanager'] = {
                     ['command'] = 'ignore',
                     ['command'] = 'removeaccountmanager',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['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",
                             ['English'] = "Remove user as manager from bank account with ID.",
                             ['Russian'] = "Отображает ваш чёрный список или добавляет пользователя в чёрный список по имени, или удаляет из чёрного списка, если пользователь уже в списке",
                             ['Russian'] = "Убрать игрока из управляющих банковским счетом с ID.",
                             ['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",
                             ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                             ['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à",
                             ['French'] = "Retire l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                             },
                             },
                     ['shortCut'] = 'ignore',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'ignoreUser', 'User', ''},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/manage kick'] = {
         ['/money removeaccountuser'] = {
                     ['command'] = 'kick',
                     ['command'] = 'removeaccountuser',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Kicks user",
                             ['English'] = "Removes user from bank account with ID.",
                             ['Russian'] = "Кикает пользователя",
                             ['Russian'] = "Удаляет пользователя из банковского счёта с ID.",
                             ['German'] = "Kickt Benutzer",
                             ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                             ['French'] = "Renvoie l'utilisateur",
                             ['French'] = "Retire des utilisateur du compte bancaire avec l'ID.",
                             },
                             },
                     ['shortCut'] = 'kick',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'kickUser', 'User'},
                             ['Arg2'] = {'target', 'User'},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage listadmins'] = {
         ['/money setaccountowner'] = {
                     ['command'] = 'listadmins',
                     ['command'] = 'setaccountowner',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays a list of all administrators.",
                             ['English'] = "Manually set an account creator.",
                             ['Russian'] = "Показывает список всех администраторов.",
                             ['Russian'] = "Вручную задать создателя счёта.",
                             ['German'] = "Zeigt eine Liste aller Administratoren.",
                             ['German'] = "Legt einen manuellen Kontoersteller fest.",
                             ['French'] = "Affiche une liste de tous les administrateurs.",
                             ['French'] = "Définir manuellement un créateur de compte.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'account', 'BankAccount'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/manage listusers'] = {
         ['/money spawnaccounts'] = {
                     ['command'] = 'listusers',
                     ['command'] = 'spawnaccounts',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays a list of all known users, showing username and ID.",
                             ['English'] = "Create new bank accounts for each user.",
                             ['Russian'] = "Отображает список всех известных пользователей, показывая имя и ID.",
                             ['Russian'] = "Создать новые банковские счета для каждого игрока.",
                             ['German'] = "Zeigt eine Liste aller bekannten Benutzer an, mit Benutzernamen und -IDs.",
                             ['German'] = "Erstellt ein neues Bankkonto für jeden Benutzer.",
                             ['French'] = "Afficher une liste de tous les utilisateurs connus, avec leur nom d'utilisateur et leur identifiant de compte.",
                             ['French'] = "Créer un nouveau compte bancaire pour chaque utilisateur.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'count', 'Int32'},
                             },
                             },
         },
         },
         ['/manage maintenance'] = {
         ['/money steamsale'] = {
                     ['command'] = 'maintenance',
                     ['command'] = 'steamsale',
                     ['parent'] = 'manage',
                     ['parent'] = 'money',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Schedules an automatic shutdown",
                             ['English'] = "Give every player an amount of money",
                             ['Russian'] = "Расписание автоматического выключения",
                             ['Russian'] = "Даёт каждому игроку указанную сумму",
                             ['German'] = "Plant ein automatisches Herunterfahren",
                             ['German'] = "Gib allen Spielern einen bestimmten Betrag",
                             ['French'] = "Planifie un arrêt automatique",
                             ['French'] = "Donne une quantité d'argent à tous les joueurs",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'gabe',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'time', 'String'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                            ['Arg2'] = {'message', 'String'},
                             },
                            ['Arg3'] = {'reason', 'String'},
                             },
         },
         },
         ['/manage mute'] = {
         ['/network setpassword'] = {
                     ['command'] = 'mute',
                     ['command'] = 'setpassword',
                     ['parent'] = 'manage',
                     ['parent'] = 'network',
                     ['helpText'] =  {
                     ['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.",
                             ['English'] = "Sets the current server password",
                             ['Russian'] = "Отображает список заглушенных пользователей или глушит пользователя по Id аккаунта, steamid, slgid или имени пользователя. Заглушить навсегда по умолчанию если не указан срок. Формат времени: 1m, 1h, 1d, 1w.",
                             ['Russian'] = "Задать пароль для этого сервера",
                             ['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.",
                             ['German'] = "Setzt das aktuelle Server-Passwort",
                             ['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).",
                             ['French'] = "Définit le mot de passe du serveur actuel",
                             },
                             },
                     ['shortCut'] = 'mute',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'password', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                            ['Arg3'] = {'time', 'String', ''},
                             },
                             },
         },
         },
         ['/manage players'] = {
         ['/notifications mail'] = {
                     ['command'] = 'players',
                     ['command'] = 'mail',
                     ['parent'] = 'manage',
                     ['parent'] = 'notifications',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Returns a list of online players",
                             ['English'] = "Send mail to the given user (or self if blank).",
                             ['Russian'] = "Возвращает список игроков в сети",
                             ['Russian'] = "Отправить письмо указанному пользователю (или себе, если получатель не указан).",
                             ['German'] = "Gibt eine Liste aller Spieler, die online sind, aus",
                             ['German'] = "Sende Nachricht an den gewählten Nutzer (oder an dich selbst wenn leer).",
                             ['French'] = "Retourne une liste des joueurs connectés",
                             ['French'] = "Envoyer un courrier à l'utilisateur spécifié (ou à soi-même si vide).",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'm',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'text', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/manage playtime'] = {
         ['/objects add'] = {
                     ['command'] = 'playtime',
                     ['command'] = 'add',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Lists the playtimes for a given user, or yourself if none passed.",
                             ['English'] = "Add an object of the give type.",
                             ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан.",
                             ['Russian'] = "Добавить объект заданного типа.",
                             ['German'] = "Listet die Spielzeiten eines angegebenen Spielers auf oder einem selbst, wenn leer.",
                             ['German'] = "Ein Objekt des gegebenen Typs hinzufügen.",
                             ['French'] = "Liste le temps de jeu pour un utilisateur spécifique, ou vous-même si aucun n'est passé.",
                             ['French'] = "Ajoute un objet du type donner.",
                             },
                             },
                     ['shortCut'] = 'playtime',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'other', 'User', ''},
                             ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['/manage removeadmin'] = {
         ['/objects clear'] = {
                     ['command'] = 'removeadmin',
                     ['command'] = 'clear',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes user as an Admin by account id, steamid, slgid, or username",
                             ['English'] = "Removes objects of a given type.",
                             ['Russian'] = "Убирает пользователя из списка администраторов по ID аккаунта, steamid, slgid или имени пользователя",
                             ['Russian'] = "Удаляет объекты заданного типа.",
                             ['German'] = "Entfernt den Benutzer als Administrator nach Konto-ID, steamid, slgid oder Benutzername",
                             ['German'] = "Entfernt Objekte eines bestimmten Typs.",
                             ['French'] = "Supprimer l'utilisateur en tant qu'administrateur par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                             ['French'] = "Supprime les objets d'un certain type.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 3,097: Line 3,260:
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/manage save'] = {
         ['/objects edit'] = {
                     ['command'] = 'save',
                     ['command'] = 'edit',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Save the world!",
                             ['English'] = "Open a display to edit any registrar object, or limit to a given type.",
                             ['Russian'] = "Сохранить Мир!",
                             ['Russian'] = "",
                             ['German'] = "Rette die Welt!",
                             ['German'] = "Öffnet eine anzeige, um jedes Registrar Objekt zu bearbeiten oder es auf einen gegebenen Typen zu beschränken.",
                             ['French'] = "Sauvegarde le monde !",
                             ['French'] = "Ouvre un affichage pour modifier n'importe quel objet de registre, ou limite à un type donné.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'edit',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'objectType', 'String', ''},
                             },
                             },
         },
         },
         ['/manage setspawn'] = {
         ['/objects editbyid'] = {
                     ['command'] = 'setspawn',
                     ['command'] = 'editbyid',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Changes the spawn location to your current location",
                             ['English'] = "Edit the object with the specified ID",
                             ['Russian'] = "Перемещает точку возрождения туда, где вы сейчас находитесь",
                             ['Russian'] = "",
                             ['German'] = "Ändert den Spawnpunkt zu deinem aktuellen Standort",
                             ['German'] = "Bearbeite das Objekt mit der angegebenen ID",
                             ['French'] = "Change le point de réapparition par la position actuelle",
                             ['French'] = "Modifier l'objet avec l'ID spécifié",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'id', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/manage unban'] = {
         ['/objects editobj'] = {
                     ['command'] = 'unban',
                     ['command'] = 'editobj',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Unbans user by account id, steamid, slgid, or username",
                             ['English'] = "Edit a specific object of a given type. Can specify by name or ID.",
                             ['Russian'] = "Снимает бан с пользователя по ID аккаунта, steamID, slgID или имени",
                             ['Russian'] = "Изменяет объект заданного типа. Можно выбрать по имени или ID.",
                             ['German'] = "Deaktiviert den Benutzer von Konto-ID, steamid, slgid oder Benutzername",
                             ['German'] = "Bearbeite ein bestimmtes Objekt eines bestimmten Typs. Kann nach Name oder ID spezifiziert werden.",
                             ['French'] = "-bannie l'utilisateur par ID de compte, ID Steam, ID Slg, ou nom d'utilisateur",
                             ['French'] = "Modifier un objet spécifique d'un type donné. Peut-être spécifié par nom ou ID.",
                             },
                             },
                     ['shortCut'] = 'unban',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                             ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage unmute'] = {
         ['/objects enableadmininterface'] = {
                     ['command'] = 'unmute',
                     ['command'] = 'enableadmininterface',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Unmutes user by account id, steamid, slgid, or username",
                             ['English'] = "Enable or disable admin interfaces across the game.",
                             ['Russian'] = "Убирает пользователя из списка заглушенных по ID аккаунта, steamid, slgid или имени пользователя",
                             ['Russian'] = "",
                             ['German'] = "Deaktiviert Stummschaltung des Benutzers von Konto-ID, steamid, slgid oder Benutzername auf",
                             ['German'] = "",
                             ['French'] = "Réactiver la parole d'un utilisateur en saisissant son identifiant de compte, son identifiant steam, son slgid ou son nom d'utilisateur",
                             ['French'] = "Activer ou désactiver les interfaces administrateur dans tout le jeu.",
                             },
                             },
                     ['shortCut'] = 'unmute',
                     ['shortCut'] = 'admininterface',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage unwhitelist'] = {
         ['/objects forceenablenearestobject'] = {
                     ['command'] = 'unwhitelist',
                     ['command'] = 'forceenablenearestobject',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes user from the whitelist by account id, steamid, slgid, or username",
                             ['English'] = "Force nearest object to ignore all its requirements and always be enabled.",
                             ['Russian'] = "Исключает пользователя из белого списка по ID аккаунта, steamID, slgID или имени",
                             ['Russian'] = "",
                             ['German'] = "Enternt Benutzer von der Whitelist bei Konto-ID, steamid, slgid oder Benutzername",
                             ['German'] = "",
                             ['French'] = "Supprimer l'utilisateur de la liste blanche par son identifiant de compte, son identifiant Steam, son slgid ou son nom d'utilisateur",
                             ['French'] = "Force l'objet le plus proche à ignorer toutes ses exigences et à être toujours activé.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'fe',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage useractivity'] = {
         ['/objects list'] = {
                     ['command'] = 'useractivity',
                     ['command'] = 'list',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays a list of users and when they last logged in.",
                             ['English'] = "List all objects of the given type, or \'all types\' if left blank.",
                             ['Russian'] = "Отображает список игроков и время когда они были в сети.",
                             ['Russian'] = "List all objects of the given type, or \'all types\' if left blank.",
                             ['German'] = "Listet alle Spieler und deren letzten Login auf.",
                             ['German'] = "List all objects of the given type, or \'all types\' if left blank.",
                             ['French'] = "Affiche une liste d'utilisateurs et leur dernière date de connexion.",
                             ['French'] = "List all objects of the given type, or \'all types\' if left blank.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['/manage warnuser'] = {
         ['/objects remove'] = {
                     ['command'] = 'warnuser',
                     ['command'] = 'remove',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Sends a warning to a citizen",
                             ['English'] = "Remove a specific object.  Can specify by name or ID.",
                             ['Russian'] = "Отправляет игроку предупреждение",
                             ['Russian'] = "Удаляет объект заданного типа. Можно выбрать по имени или ID.",
                             ['German'] = "Sendet eine Warnung an einen Bürger",
                             ['German'] = "Entfernt ein bestimmtes Objekt. Kann nach Name oder ID spezifiziert werden.",
                             ['French'] = "Envoyer un avertissement à un citoyen",
                             ['French'] = "Supprime un objet spécifique. Peut être spécifié par nom ou ID.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'warnUser', 'User'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg2'] = {'warning', 'String', ''},
                             ['Arg2'] = {'objectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['/manage whitelist'] = {
         ['/objects removebyid'] = {
                     ['command'] = 'whitelist',
                     ['command'] = 'removebyid',
                     ['parent'] = 'manage',
                     ['parent'] = 'objects',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shows list of whitelisted users or adds user to the whitelist by account id, steamid, slgid, or username",
                             ['English'] = "Remove the object with the specified ID",
                             ['Russian'] = "Показывает пользователей в белом списке или добавляет пользователя в белый список по ID аккаунта, steamID, slgID или имени",
                             ['Russian'] = "",
                             ['German'] = "Zeigt eine Liste der Whiteliste Benutzer nach Konto-ID, steamid, slgid oder Benutzername an",
                             ['German'] = "Entfernt das Objekt mit der angegebenen ID",
                             ['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",
                             ['French'] = "Supprime l'objet avec l'ID spécifié",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 3,225: Line 3,387:
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'nameOrID', 'String', ''},
                             ['Arg1'] = {'id', 'Int32', '-1'},
                            ['Arg2'] = {'reason', 'String', ''},
                             },
                             },
         },
         },
         ['/manage whoami'] = {
         ['/performance'] = {
                     ['command'] = 'whoami',
                     ['command'] = 'performance',
                     ['parent'] = 'manage',
                     ['parent'] = nil,
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shows your user ID",
                             ['English'] = "Runs server performance reports and dump to files. Optionally pass duration in seconds, defaults to 60 seconds.",
                             ['Russian'] = "Показывает ваш ID",
                             ['Russian'] = "",
                             ['German'] = "Zeigt deine Benutzer-ID an",
                             ['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'] = "Affiche votre ID d'utilisateur",
                             ['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'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['/manage whois'] = {
         ['/physicsdebug'] = {
                     ['command'] = 'whois',
                     ['command'] = 'physicsdebug',
                     ['parent'] = 'manage',
                     ['parent'] = nil,
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shows the user ID of the requested user.",
                             ['English'] = "Commands to aid in physics debugging.",
                             ['Russian'] = "Показывает ID указанного пользователя.",
                             ['Russian'] = "Команды для помощи в отладке физики.",
                             ['German'] = "Zeigt die Benutzer-ID des angefragten Benutzers an.",
                             ['German'] = "Befehle, die bei der Fehlersuche in den Physics helfen.",
                             ['French'] = "Affiche l'ID de l'utilisateur demandé.",
                             ['French'] = "Commandes pour aider au débogage physique.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherUser', 'User'},
                             },
                             },
         },
         },
         ['/meteor addhours'] = {
         ['/pollute air'] = {
                     ['command'] = 'addhours',
                     ['command'] = 'air',
                     ['parent'] = 'meteor',
                     ['parent'] = 'pollute',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Adds meteor impact hours",
                             ['English'] = "Creates X tons of air pollution",
                             ['Russian'] = "Добавляет часы до падения астероида",
                             ['Russian'] = "Создаёт X тонн загрязнения воздуха",
                             ['German'] = "Fügt Meteoraufprallstunden hinzu",
                             ['German'] = "Erzeugt X Tonnen Luftverschmutzung",
                             ['French'] = "Ajoute des heures à l'impact du météore",
                             ['French'] = "Crée X tonnes de pollution atmosphérique",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'tons', 'Single'},
                             ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/meteor destroy'] = {
         ['/pollute airpollutiongenerators'] = {
                     ['command'] = 'destroy',
                     ['command'] = 'airpollutiongenerators',
                     ['parent'] = 'meteor',
                     ['parent'] = 'pollute',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Destroys the meteor in orbit.",
                             ['English'] = "Creates AIR POLLUTION MACHINES OF DOOM",
                             ['Russian'] = "Уничтожает астероид на орбите.",
                             ['Russian'] = "Создаёт АПОКАЛИПТИЧЕСКУЮ МАШИНУ ЗАГРЯЗНЕНИЯ ВОЗДУХА",
                             ['German'] = "Zerstört den Meteor in der Umlaufbahn.",
                             ['German'] = "Erstellt LUFTVERUNREINIGUNGSMASCHINEN DES UNTERGANGS",
                             ['French'] = "Détruit le météore en orbite.",
                             ['French'] = "Crée une MACHINE DE POLLUTION ATMOSPHERIQUE DE LA MORT",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'apgen',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/meteor fall'] = {
         ['/pollute all'] = {
                     ['command'] = 'fall',
                     ['command'] = 'all',
                     ['parent'] = 'meteor',
                     ['parent'] = 'pollute',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Begin the meteor impact sequence",
                             ['English'] = "Rains tailings from the heavens to ruin the world",
                             ['Russian'] = "Запускает процесс падения астероида",
                             ['Russian'] = "Дождь из хвостов уничтожающий мир",
                             ['German'] = "Starte die Sequenz für den Meteor-Einschlag",
                             ['German'] = "Lässt giftige Schlacke vom Himmel regnen um die Welt zu ruinieren",
                             ['French'] = "Débute la séquence d'impact du météore",
                             ['French'] = "Fait pleuvoir des résidus du ciel pour ruiner le monde",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/meteor hitworldlayers'] = {
         ['/pollute co2'] = {
                     ['command'] = 'hitworldlayers',
                     ['command'] = 'co2',
                     ['parent'] = 'meteor',
                     ['parent'] = 'pollute',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Triggers world layers to act as if they were hit by a meteor.",
                             ['English'] = "Changes CO2 PPM by X",
                             ['Russian'] = "Делает чтобы слои мира выглядели, как будто упал астероид.",
                             ['Russian'] = "Изменяет CO2 PPM на X",
                             ['German'] = "Sorgt dafür, dass sich Weltebenen so verhalten als wäre ein Meteor in sie eingeschlagen.",
                             ['German'] = "Ändert CO2 ppm um X",
                             ['French'] = "Les calques du monde se comportent comme s'ils étaient frappées par le météore.",
                             ['French'] = "Modifie le ppm de CO2 de X",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ppm', 'Single'},
                             },
                             },
         },
         },
         ['/meteor impact'] = {
         ['/pollute tickgarbage'] = {
                     ['command'] = 'impact',
                     ['command'] = 'tickgarbage',
                     ['parent'] = 'meteor',
                     ['parent'] = 'pollute',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Make the meteor strike instantly.",
                             ['English'] = "Ticks garbage checks",
                             ['Russian'] = "Астероид мгновенно сталкивается с поверхностью.",
                             ['Russian'] = "Ticks garbage checks",
                             ['German'] = "Lässt den Meteor sofort einschlagen.",
                             ['German'] = "Ticks garbage checks",
                             ['French'] = "Provoque l'impact immédiat du météore.",
                             ['French'] = "Ticks garbage checks",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'tg',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/meteor makevisible'] = {
         ['/pollute trashcity'] = {
                     ['command'] = 'makevisible',
                     ['command'] = 'trashcity',
                     ['parent'] = 'meteor',
                     ['parent'] = 'pollute',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Make the meteor enter the targetable range, or the specified angle if one is passed in.",
                             ['English'] = "Just in case you like living in TRASH CITY",
                             ['Russian'] = "Перемещает астероид в зону прицеливания или на определённый угол, если он указан.",
                             ['Russian'] = "Просто в случае, если вам нравится жить НА СВАЛКЕ",
                             ['German'] = "Sorgt dafür, dass der Meteor sich in die anvisierbare Reichweite oder den angegebenen Winkel begibt, wenn einer solcher übergeben wird.",
                             ['German'] = "Für den Fall, dass du gerne in einer Stadt aus Müll lebst",
                             ['French'] = "Faites entrer le météore dans la zone de visée, ou dans l'angle spécifié si il y passe.",
                             ['French'] = "Juste au cas où vous aimez vivre à ORDURE VILLE",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'angle', 'Single', '300'},
                             },
                             },
         },
         },
         ['/meteor rain'] = {
         ['/preset all'] = {
                     ['command'] = 'rain',
                     ['command'] = 'all',
                     ['parent'] = 'meteor',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Makes meteorites rain down the sky, accepting the number to send and how long between them.",
                             ['English'] = "Spawns All Presets (Exept hidden)",
                             ['Russian'] = "Создаёт метеоритный дождь, можно указать количество и время между ними.",
                             ['Russian'] = "Создаёт все наборы предметов (кроме скрытых)",
                             ['German'] = "Lässt Meteoriten vom Himmel fallen, Akzeptiert die Anzahl der Meteoriten und die Zeit zwischen ihnen als Parameter.",
                             ['German'] = "Erzeugt alle Geschenke (ausser Verstecke)",
                             ['French'] = "Fait pleuvoir des météorites du ciel, en indiquant le nombre de météorites à envoyer et le temps d'interval entre.",
                             ['French'] = "Génère tous les objets (sauf les cachés)",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'timeBetween', 'Single', '1'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                             },
                             },
         },
         },
         ['/meteor removehours'] = {
         ['/preset beds'] = {
                     ['command'] = 'removehours',
                     ['command'] = 'beds',
                     ['parent'] = 'meteor',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove meteor impact hours",
                             ['English'] = "Spawns storage with bed items",
                             ['Russian'] = "Убирает часы до падения метеора",
                             ['Russian'] = "Создаёт хранилище с кроватями",
                             ['German'] = "",
                             ['German'] = "Erstellt ein Lager mit Teilen für Betten",
                             ['French'] = "Retire des heures d'impact du météore",
                             ['French'] = "Génère un stockage avec des lits",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg1'] = {'hours', 'Single'},
                             },
                             },
         },
         },
         ['/meteor spawn'] = {
         ['/preset blocks'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'blocks',
                     ['parent'] = 'meteor',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a meteor into orbit, regardless of current disaster settings.",
                             ['English'] = "Spawns Blocks items",
                             ['Russian'] = "Создаёт астероид на орбите, независимо от текущих настроек мира.",
                             ['Russian'] = "Создаёт блоки",
                             ['German'] = "Erzeugt einen Meteor in einer Umlaufbahn, unabhängig den aktuellen Katastrophen-Einstellungen.",
                             ['German'] = "Erzeugt blockierte Gegenstände",
                             ['French'] = "Fait apparaître un météore en orbite, peu importe les paramètres de catastrophe actuels.",
                             ['French'] = "Génère des blocs",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/meteor spawncrater'] = {
         ['/preset chairs'] = {
                     ['command'] = 'spawncrater',
                     ['command'] = 'chairs',
                     ['parent'] = 'meteor',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create a crater at the current position.",
                             ['English'] = "Spawns chair-related items",
                             ['Russian'] = "Создаёт кратер в текущем месте.",
                             ['Russian'] = "Spawns chair-related items",
                             ['German'] = "Erstelle einen Krater an der aktuellen Position.",
                             ['German'] = "Spawns chair-related items",
                             ['French'] = "Créez un cratère à la position actuelle.",
                             ['French'] = "Spawns chair-related items",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'size', 'Single', '5'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'addPollution', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/meteor status'] = {
         ['/preset clothes'] = {
                     ['command'] = 'status',
                     ['command'] = 'clothes',
                     ['parent'] = 'meteor',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays status of meteor.",
                             ['English'] = "Spawns Clothing items",
                             ['Russian'] = "",
                             ['Russian'] = "Создаёт предметы Одежды",
                             ['German'] = "",
                             ['German'] = "Erzeugt Kleidungsgegenstände",
                             ['French'] = "",
                             ['French'] = "Génère des vêtements",
                             },
                             },
                     ['shortCut'] = 'met',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/money accounts'] = {
         ['/preset crafting'] = {
                     ['command'] = 'accounts',
                     ['command'] = 'crafting',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Display all bank accounts in the game.",
                             ['English'] = "Spawns CraftingStation items",
                             ['Russian'] = "Отображает все банковские счета в игре.",
                             ['Russian'] = "Создаёт всевозможные верстаки",
                             ['German'] = "Zeigt alle Bankkonten im Spiel an.",
                             ['German'] = "Erzeugt Werkbank Gegenstände",
                             ['French'] = "Affiche tous les comptes bancaires du jeu.",
                             ['French'] = "Génère des ateliers",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/money addaccountmanager'] = {
         ['/preset cultural'] = {
                     ['command'] = 'addaccountmanager',
                     ['command'] = 'cultural',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Adds user as manager to bank account with ID.",
                             ['English'] = "Spawns Housing cultural items",
                             ['Russian'] = "Добавить игрока как управляющего банковским счетом с ID.",
                             ['Russian'] = "",
                             ['German'] = "Fügt einen Spieler als Verwalter zum Bankkonto mit der ID hinzu.",
                             ['German'] = "",
                             ['French'] = "Ajoute l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                             ['French'] = "Génère des objets pour la pièce culturelle",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/money addaccountuser'] = {
         ['/preset doors'] = {
                     ['command'] = 'addaccountuser',
                     ['command'] = 'doors',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Adds user to bank account with ID.",
                             ['English'] = "Spawn storage with all type of doors",
                             ['Russian'] = "Добавляет пользователя к банковскому счёту с ID.",
                             ['Russian'] = "Создаёт хранилище со всеми типами дверей",
                             ['German'] = "Fügt einen Spieler zum Bankkonto mit der ID hinzu.",
                             ['German'] = "Erstelle Lager mit allen Arten von Türen",
                             ['French'] = "Ajoute des utilisateur au compte bancaire avec l'ID.",
                             ['French'] = "Faites apparaître un stockage avec tous les types de portes",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/money cancelalldebtfromplayer'] = {
         ['/preset economy'] = {
                     ['command'] = 'cancelalldebtfromplayer',
                     ['command'] = 'economy',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Cancel debt that a particular player has accumulated.",
                             ['English'] = "Spawns Economy items",
                             ['Russian'] = "Аннулировать долги, которые накопил игрок.",
                             ['Russian'] = "Создаёт предметы экономики",
                             ['German'] = "Lösche Schulden, die ein bestimmter Spieler angesammelt hat.",
                             ['German'] = "Erzeugt Economy Gegenstände",
                             ['French'] = "Annule la dette qu'un joueur particulier a accumulée.",
                             ['French'] = "Génère des objets d'économie",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'String'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/money createaccount'] = {
         ['/preset food'] = {
                     ['command'] = 'createaccount',
                     ['command'] = 'food',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Creates an account with specified name.",
                             ['English'] = "Spawns Food items",
                             ['Russian'] = "Создаёт счёт с указанным названием.",
                             ['Russian'] = "Создаёт еду",
                             ['German'] = "Erstellt ein Konto mit dem Namen.",
                             ['German'] = "Erzeugt Essen Gegenstände",
                             ['French'] = "Créée un compte avec le nom spécifié.",
                             ['French'] = "Génère de la nourriture",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/money createdebt'] = {
         ['/preset fuel'] = {
                     ['command'] = 'createdebt',
                     ['command'] = 'fuel',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create debt between two players in a currency that matches the given name.",
                             ['English'] = "Spawns Fuel items",
                             ['Russian'] = "Создаёт долг между двумя игроками в указанной валюте.",
                             ['Russian'] = "Создаёт топливо",
                             ['German'] = "Erstelle Schulden zwischen zwei Spielern in einer Währung, die mit dem angegebenen Namen übereinstimmt.",
                             ['German'] = "Erzeugt Treibstoff Gegenstände",
                             ['French'] = "Créé une dette entre deux joueurs pour une monnaie qui correspond au nom donné.",
                             ['French'] = "Génère du carburant",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'lender', 'User'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'borrower', 'User'},
                            ['Arg3'] = {'paybackAmount', 'Single'},
                            ['Arg4'] = {'interest', 'Single'},
                            ['Arg5'] = {'daysTillDue', 'Single'},
                            ['Arg6'] = {'currency', 'Currency'},
                             },
                             },
         },
         },
         ['/money currencies'] = {
         ['/preset generators'] = {
                     ['command'] = 'currencies',
                     ['command'] = 'generators',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "List all currencies in the game.",
                             ['English'] = "Spawns Generator items",
                             ['Russian'] = "Список всей игровой валюты.",
                             ['Russian'] = "Создаёт генераторы",
                             ['German'] = "Listet alle Währungen im Spiel auf.",
                             ['German'] = "Erzeugt Generator Gegenstände",
                             ['French'] = "Liste toutes les monnaies du jeu.",
                             ['French'] = "Génère des générateurs",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/money deleteaccount'] = {
         ['/preset hidden'] = {
                     ['command'] = 'deleteaccount',
                     ['command'] = 'hidden',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Deletes an account even if there is still currency on it.",
                             ['English'] = "Spawns Hidden items",
                             ['Russian'] = "Удаляет счёт, даже если на нём ещё остались средства.",
                             ['Russian'] = "Создать скрытые предметы",
                             ['German'] = "Löscht ein Konto, obwohl es noch ein Guthaben hat.",
                             ['German'] = "Erzeugt Versteckte Gegenstände",
                             ['French'] = "Supprime un compte même s'il y a encore de l'argent sur celui-ci.",
                             ['French'] = "Génère des objets cachés",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/money removeaccountmanager'] = {
         ['/preset housing'] = {
                     ['command'] = 'removeaccountmanager',
                     ['command'] = 'housing',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove user as manager from bank account with ID.",
                             ['English'] = "Spawns Housing items",
                             ['Russian'] = "Убрать игрока из управляющих банковским счетом с ID.",
                             ['Russian'] = "Создаёт предметы мебели",
                             ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                             ['German'] = "Erzeugt Wohnungsgegenstände",
                             ['French'] = "Retire l'utilisateur en tant que gestionnaire au compte bancaire ayant l'ID.",
                             ['French'] = "Génère des objets pour la maison",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/money removeaccountuser'] = {
         ['/preset industrial'] = {
                     ['command'] = 'removeaccountuser',
                     ['command'] = 'industrial',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes user from bank account with ID.",
                             ['English'] = "Spawns Housing industrial items",
                             ['Russian'] = "Удаляет пользователя из банковского счёта с ID.",
                             ['Russian'] = "",
                             ['German'] = "Entfernt einen Spieler vom Bankkonto mit der ID.",
                             ['German'] = "",
                             ['French'] = "Retire des utilisateur du compte bancaire avec l'ID.",
                             ['French'] = "Génère des objets pour la pièce industrielle",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/money setaccountowner'] = {
         ['/preset mainroom'] = {
                     ['command'] = 'setaccountowner',
                     ['command'] = 'mainroom',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Manually set an account creator.",
                             ['English'] = "Spawns Housing main room items",
                             ['Russian'] = "Вручную задать создателя счёта.",
                             ['Russian'] = "",
                             ['German'] = "Legt einen manuellen Kontoersteller fest.",
                             ['German'] = "",
                             ['French'] = "Définir manuellement un créateur de compte.",
                             ['French'] = "Génère des objets pour le salon",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'account', 'BankAccount'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'target', 'User'},
                             },
                             },
         },
         },
         ['/money spawnaccounts'] = {
         ['/preset paint'] = {
                     ['command'] = 'spawnaccounts',
                     ['command'] = 'paint',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create new bank accounts for each user.",
                             ['English'] = "Lots of different paint buckets for test",
                             ['Russian'] = "Создать новые банковские счета для каждого игрока.",
                             ['Russian'] = "",
                             ['German'] = "Erstellt ein neues Bankkonto für jeden Benutzer.",
                             ['German'] = "",
                             ['French'] = "Créer un nouveau compte bancaire pour chaque utilisateur.",
                             ['French'] = "Beaucoup de seaux de peinture différents pour tester",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32'},
                             ['Arg1'] = {'stackCount', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/money steamsale'] = {
         ['/preset planter'] = {
                     ['command'] = 'steamsale',
                     ['command'] = 'planter',
                     ['parent'] = 'money',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give every player an amount of money",
                             ['English'] = "Spawns Housing items",
                             ['Russian'] = "Даёт каждому игроку указанную сумму",
                             ['Russian'] = "Создаёт предметы мебели",
                             ['German'] = "Gib allen Spielern einen bestimmten Betrag",
                             ['German'] = "Erzeugt Wohnungsgegenstände",
                             ['French'] = "Donne une quantité d'argent à tous les joueurs",
                             ['French'] = "Génère des objets pour la maison",
                             },
                             },
                     ['shortCut'] = 'gabe',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'amount', 'Single', '1000'},
                             },
                             },
         },
         },
         ['/network setpassword'] = {
         ['/preset power'] = {
                     ['command'] = 'setpassword',
                     ['command'] = 'power',
                     ['parent'] = 'network',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Sets the current server password",
                             ['English'] = "Spawns Power dependent items",
                             ['Russian'] = "Задать пароль для этого сервера",
                             ['Russian'] = "Создаёт предметы, требующие энергию",
                             ['German'] = "Setzt das aktuelle Server-Passwort",
                             ['German'] = "Erzeugt Energie Gegenstände",
                             ['French'] = "Définit le mot de passe du serveur actuel",
                             ['French'] = "Génère des objets dépendants d'énergie",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'password', 'String', ''},
                             },
                             },
         },
         },
         ['/notifications mail'] = {
         ['/preset resources'] = {
                     ['command'] = 'mail',
                     ['command'] = 'resources',
                     ['parent'] = 'notifications',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Send mail to the given user (or self if blank).",
                             ['English'] = "Spawns Resources items",
                             ['Russian'] = "Отправить письмо указанному пользователю (или себе, если получатель не указан).",
                             ['Russian'] = "Создаёт блоки ресурсов",
                             ['German'] = "Sende Nachricht an den gewählten Nutzer (oder an dich selbst wenn leer).",
                             ['German'] = "Erzeugt Ressourcen Gegenstände",
                             ['French'] = "Envoyer un courrier à l'utilisateur spécifié (ou à soi-même si vide).",
                             ['French'] = "Génère des ressources",
                             },
                             },
                     ['shortCut'] = 'm',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'text', 'String'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/objects add'] = {
         ['/preset scrolls'] = {
                     ['command'] = 'add',
                     ['command'] = 'scrolls',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Add an object of the give type.",
                             ['English'] = "Spawns SkillScrolls items",
                             ['Russian'] = "Добавить объект заданного типа.",
                             ['Russian'] = "Создаёт страницы навыков",
                             ['German'] = "Ein Objekt des gegebenen Typs hinzufügen.",
                             ['German'] = "Erzeugt Schriftrollen",
                             ['French'] = "Ajoute un objet du type donner.",
                             ['French'] = "Génère des pages de compétence",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/objects clear'] = {
         ['/preset seating'] = {
                     ['command'] = 'clear',
                     ['command'] = 'seating',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes objects of a given type.",
                             ['English'] = "Spawns Housing seating items",
                             ['Russian'] = "Удаляет объекты заданного типа.",
                             ['Russian'] = "",
                             ['German'] = "Entfernt Objekte eines bestimmten Typs.",
                             ['German'] = "",
                             ['French'] = "Supprime les objets d'un certain type.",
                             ['French'] = "Génère des sièges pour la maison",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'typeName', 'String', ''},
                            ['Arg2'] = {'removeActive', 'Boolean', 'True'},
                            ['Arg3'] = {'removeInactive', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/objects edit'] = {
         ['/preset signs'] = {
                     ['command'] = 'edit',
                     ['command'] = 'signs',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Open a display to edit any registrar object, or limit to a given type.",
                             ['English'] = "Spawns storage with sign containing items",
                             ['Russian'] = "",
                             ['Russian'] = "Создаёт хранилище с табличками",
                             ['German'] = "Öffnet eine anzeige, um jedes Registrar Objekt zu bearbeiten oder es auf einen gegebenen Typen zu beschränken.",
                             ['German'] = "Erstellt ein Lager mit Teilen für Schilder",
                             ['French'] = "Ouvre un affichage pour modifier n'importe quel objet de registre, ou limite à un type donné.",
                             ['French'] = "Génère un stockage avec tous les types de panneaux",
                             },
                             },
                     ['shortCut'] = 'edit',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'objectType', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/objects editbyid'] = {
         ['/preset storages'] = {
                     ['command'] = 'editbyid',
                     ['command'] = 'storages',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Edit the object with the specified ID",
                             ['English'] = "Spawns Storage items",
                             ['Russian'] = "",
                             ['Russian'] = "Создаёт все виды Хранилищ",
                             ['German'] = "Bearbeite das Objekt mit der angegebenen ID",
                             ['German'] = "Erzeugt Lager Gegenstände",
                             ['French'] = "Modifier l'objet avec l'ID spécifié",
                             ['French'] = "Génère des stockages",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'id', 'Int32', '-1'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/objects editobj'] = {
         ['/preset tableplaceable'] = {
                     ['command'] = 'editobj',
                     ['command'] = 'tableplaceable',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Edit a specific object of a given type. Can specify by name or ID.",
                             ['English'] = "Spawns items that can be placed on tables",
                             ['Russian'] = "Изменяет объект заданного типа. Можно выбрать по имени или ID.",
                             ['Russian'] = "Spawns items that can be placed on tables",
                             ['German'] = "Bearbeite ein bestimmtes Objekt eines bestimmten Typs. Kann nach Name oder ID spezifiziert werden.",
                             ['German'] = "Spawns items that can be placed on tables",
                             ['French'] = "Modifier un objet spécifique d'un type donné. Peut-être spécifié par nom ou ID.",
                             ['French'] = "Spawns items that can be placed on tables",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                            ['Arg2'] = {'partialObjectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['/objects enableadmininterface'] = {
         ['/preset tablesurface'] = {
                     ['command'] = 'enableadmininterface',
                     ['command'] = 'tablesurface',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Enable or disable admin interfaces across the game.",
                             ['English'] = "Spawns table items that can have things placed on them",
                             ['Russian'] = "",
                             ['Russian'] = "Spawns table items that can have things placed on them",
                             ['German'] = "",
                             ['German'] = "Spawns table items that can have things placed on them",
                             ['French'] = "Activer ou désactiver les interfaces administrateur dans tout le jeu.",
                             ['French'] = "Spawns table items that can have things placed on them",
                             },
                             },
                     ['shortCut'] = 'admininterface',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/objects forceenablenearestobject'] = {
         ['/preset tools'] = {
                     ['command'] = 'forceenablenearestobject',
                     ['command'] = 'tools',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Force nearest object to ignore all its requirements and always be enabled.",
                             ['English'] = "Spawns Tools items",
                             ['Russian'] = "",
                             ['Russian'] = "Создаёт инструменты",
                             ['German'] = "",
                             ['German'] = "Erzeugt Werkzeug Gegenstände",
                             ['French'] = "Force l'objet le plus proche à ignorer toutes ses exigences et à être toujours activé.",
                             ['French'] = "Génère des outils",
                             },
                             },
                     ['shortCut'] = 'fe',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/objects list'] = {
         ['/preset vehicles'] = {
                     ['command'] = 'list',
                     ['command'] = 'vehicles',
                     ['parent'] = 'objects',
                     ['parent'] = 'preset',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "List all objects of the given type, or \'all types\' if left blank.",
                             ['English'] = "Spawns vehicle items",
                             ['Russian'] = "List all objects of the given type, or \'all types\' if left blank.",
                             ['Russian'] = "Создаёт транспорт",
                             ['German'] = "List all objects of the given type, or \'all types\' if left blank.",
                             ['German'] = "Erzeugt Fahrzeug Gegenstände",
                             ['French'] = "List all objects of the given type, or \'all types\' if left blank.",
                             ['French'] = "Génère des véhicules",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             },
                             },
         },
         },
         ['/objects remove'] = {
         ['/profiler cpu'] = {
                     ['command'] = 'remove',
                     ['command'] = 'cpu',
                     ['parent'] = 'objects',
                     ['parent'] = 'profiler',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove a specific object. Can specify by name or ID.",
                             ['English'] = "Runs CPU profiling using dottrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                             ['Russian'] = "Удаляет объект заданного типа. Можно выбрать по имени или ID.",
                             ['Russian'] = "",
                             ['German'] = "Entfernt ein bestimmtes Objekt. Kann nach Name oder ID spezifiziert werden.",
                             ['German'] = "Erstellt ein CPU-Profil mithilfe von dottrace. Optional kann die Dauer in Sekunden angegeben werden. Der Standardwert ist 60.",
                             ['French'] = "Supprime un objet spécifique. Peut être spécifié par nom ou ID.",
                             ['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'] = '',
Line 3,804: Line 3,939:
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'typeName', 'String', ''},
                             ['Arg1'] = {'seconds', 'Int32', '60'},
                            ['Arg2'] = {'objectNameOrId', 'String', ''},
                             },
                             },
         },
         },
         ['/objects removebyid'] = {
         ['/profiler everything'] = {
                     ['command'] = 'removebyid',
                     ['command'] = 'everything',
                     ['parent'] = 'objects',
                     ['parent'] = 'profiler',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove the object with the specified ID",
                             ['English'] = "Runs CPU profiling and server performance reports, one after the other. Optionally pass duration in seconds, defaults to 60 seconds.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Entfernt das Objekt mit der angegebenen ID",
                             ['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'] = "Supprime l'objet avec l'ID spécifié",
                             ['French'] = "Exécute le profilage du processeur et les rapports de performances serveur, l'un après l'autre. En option, la durée de la commande peut-être définie en secondes, par défaut à 60 secondes.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 3,821: Line 3,955:
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'id', 'Int32', '-1'},
                             ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['/performance'] = {
         ['/profiler memory'] = {
                     ['command'] = 'performance',
                     ['command'] = 'memory',
                     ['parent'] = nil,
                     ['parent'] = 'profiler',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Runs server performance reports and dump to files. Optionally pass duration in seconds, defaults to 60 seconds.",
                            ['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'] = "",
                             ['Russian'] = "",
                             ['German'] = "Erstellt ein Leistungsprotokoll des Servers und schreibt es in eine Datei. Optional kann die Dauert in Sekunden angegeben werden. Der Standardwert ist 60.",
                             ['German'] = "Erstellt ein CPU-Profil mithilfe von nettrace. Optional kann die Dauer 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.",
                             ['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'] = '',
                     ['shortCut'] = '',
Line 3,840: Line 3,989:
                             },
                             },
         },
         },
         ['/physicsdebug'] = {
         ['/profiler results'] = {
                     ['command'] = 'physicsdebug',
                     ['command'] = 'results',
                     ['parent'] = nil,
                     ['parent'] = 'profiler',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Commands to aid in physics debugging.",
                             ['English'] = "Opens results page in web browser.",
                             ['Russian'] = "Команды для помощи в отладке физики.",
                             ['Russian'] = "Открыть страницу с результатами в браузере.",
                             ['German'] = "Befehle, die bei der Fehlersuche in den Physics helfen.",
                             ['German'] = "Öffnet Ergebnisseite im Webbrowser.",
                             ['French'] = "Commandes pour aider au débogage physique.",
                             ['French'] = "Ouvre la page de résultats dans un navigateur web.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/pollute air'] = {
         ['/property add'] = {
                     ['command'] = 'air',
                     ['command'] = 'add',
                     ['parent'] = 'pollute',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Creates X tons of air pollution",
                             ['English'] = "Adds user to current deed (if username is not provided then adds current user)",
                             ['Russian'] = "Создаёт X тонн загрязнения воздуха",
                             ['Russian'] = "Добавляет пользователя в право (если имя пользователя не указано, будет добавлен текущий пользователь)",
                             ['German'] = "Erzeugt X Tonnen Luftverschmutzung",
                             ['German'] = "Fügt Spieler der derzeitigen Besitzurkunde hinzu (wenn der Nutzername nicht angegeben ist wird der derzeitige Nutzer hinzugefügt)",
                             ['French'] = "Crée X tonnes de pollution atmosphérique",
                             ['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'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tons', 'Single'},
                             ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/pollute airpollutiongenerators'] = {
         ['/property boostdeed'] = {
                     ['command'] = 'airpollutiongenerators',
                     ['command'] = 'boostdeed',
                     ['parent'] = 'pollute',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Creates AIR POLLUTION MACHINES OF DOOM",
                             ['English'] = "Boost the value of the given deed, or the deed at the current position if not specified. Persists across server restart.",
                             ['Russian'] = "Создаёт АПОКАЛИПТИЧЕСКУЮ МАШИНУ ЗАГРЯЗНЕНИЯ ВОЗДУХА",
                             ['Russian'] = "",
                             ['German'] = "Erstellt LUFTVERUNREINIGUNGSMASCHINEN DES UNTERGANGS",
                             ['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'] = "Crée une MACHINE DE POLLUTION ATMOSPHERIQUE DE LA MORT",
                             ['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'] = 'apgen',
                     ['shortCut'] = 'boostdeed',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'boost', 'Single'},
                            ['Arg2'] = {'deed', 'Deed', ''},
                             },
                             },
         },
         },
         ['/pollute all'] = {
         ['/property claimrect'] = {
                     ['command'] = 'all',
                     ['command'] = 'claimrect',
                     ['parent'] = 'pollute',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Rains tailings from the heavens to ruin the world",
                             ['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'] = "Дождь из хвостов уничтожающий мир",
                             ['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'] = "Lässt giftige Schlacke vom Himmel regnen um die Welt zu ruinieren",
                             ['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'] = "Fait pleuvoir des résidus du ciel pour ruiner le monde",
                             ['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'] = '',
                     ['shortCut'] = 'claim',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'xSide', 'Int32', '5'},
                            ['Arg2'] = {'ySide', 'Int32', '5'},
                            ['Arg3'] = {'overwriteExistingClaims', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/pollute co2'] = {
         ['/property ownall'] = {
                     ['command'] = 'co2',
                     ['command'] = 'ownall',
                     ['parent'] = 'pollute',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Changes CO2 PPM by X",
                             ['English'] = "Claim all property",
                             ['Russian'] = "Изменяет CO2 PPM на X",
                             ['Russian'] = "Захватить всю собственность",
                             ['German'] = "Ändert CO2 ppm um X",
                             ['German'] = "Alles Eigentum beanspruchen",
                             ['French'] = "Modifie le ppm de CO2 de X",
                             ['French'] = "Revendiquer toute propriété",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ppm', 'Single'},
                             },
                             },
         },
         },
         ['/pollute tickgarbage'] = {
         ['/property owner'] = {
                     ['command'] = 'tickgarbage',
                     ['command'] = 'owner',
                     ['parent'] = 'pollute',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Ticks garbage checks",
                             ['English'] = "Change owner of current deed",
                             ['Russian'] = "Ticks garbage checks",
                             ['Russian'] = "Сменить владельца текущей собственности",
                             ['German'] = "Ticks garbage checks",
                             ['German'] = "Eigentümer der aktuellen Besitzurkunde wechseln",
                             ['French'] = "Ticks garbage checks",
                             ['French'] = "Change le propriétaire du titre de propriété actuel",
                             },
                             },
                     ['shortCut'] = 'tg',
                     ['shortCut'] = 'owner',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'newOwner', 'User', ''},
                             },
                             },
         },
         },
         ['/pollute trashcity'] = {
         ['/property ownnone'] = {
                     ['command'] = 'trashcity',
                     ['command'] = 'ownnone',
                     ['parent'] = 'pollute',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Just in case you like living in TRASH CITY",
                             ['English'] = "Revoke your property",
                             ['Russian'] = "Просто в случае, если вам нравится жить НА СВАЛКЕ",
                             ['Russian'] = "Аннулировать ваше владение",
                             ['German'] = "Für den Fall, dass du gerne in einer Stadt aus Müll lebst",
                             ['German'] = "Gib deine Grundstücke auf",
                             ['French'] = "Juste au cas où vous aimez vivre à ORDURE VILLE",
                             ['French'] = "Révoquer votre propriété",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/preset all'] = {
         ['/property remove'] = {
                     ['command'] = 'all',
                     ['command'] = 'remove',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns All Presets (Exept hidden)",
                             ['English'] = "Removes user from current deed (if username is not provided then removes current user)",
                             ['Russian'] = "Создаёт все наборы предметов (кроме скрытых)",
                             ['Russian'] = "Удаляет пользователя из права (если имя пользователя не указано, будет удален текущий пользователь)",
                             ['German'] = "Erzeugt alle Geschenke (ausser Verstecke)",
                             ['German'] = "Entfernt Nutzer von der derzeitigen Besitzurkunde (wenn kein Nutzername angegeben ist wird der derzeitige Nutzer entfernt)",
                             ['French'] = "Génère tous les objets (sauf les cachés)",
                             ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/preset beds'] = {
         ['/property removedeed'] = {
                     ['command'] = 'beds',
                     ['command'] = 'removedeed',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns storage with bed items",
                             ['English'] = "Remove given deed or here currently standing if none specified.",
                             ['Russian'] = "Создаёт хранилище с кроватями",
                             ['Russian'] = "",
                             ['German'] = "Erstellt ein Lager mit Teilen für Betten",
                             ['German'] = "",
                             ['French'] = "Génère un stockage avec des lits",
                             ['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'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'deed', 'Deed', ''},
                             },
                             },
         },
         },
         ['/preset blocks'] = {
         ['/property removeemptydeeds'] = {
                     ['command'] = 'blocks',
                     ['command'] = 'removeemptydeeds',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Blocks items",
                             ['English'] = "Remove empty deeds",
                             ['Russian'] = "Создаёт блоки",
                             ['Russian'] = "Удалить права без собственности",
                             ['German'] = "Erzeugt blockierte Gegenstände",
                             ['German'] = "Entferne leere Grundstücke",
                             ['French'] = "Génère des blocs",
                             ['French'] = "Supprimer les titres de propriété vides",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset clothes'] = {
         ['/property removeinvalidownables'] = {
                     ['command'] = 'clothes',
                     ['command'] = 'removeinvalidownables',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Clothing items",
                             ['English'] = "Check deeds and remove contained ownables that do not belong to them",
                             ['Russian'] = "Создаёт предметы Одежды",
                             ['Russian'] = "Проверить права собственности и удалить связанные объекты собственности, которые не принадлежат им",
                             ['German'] = "Erzeugt Kleidungsgegenstände",
                             ['German'] = "Überprüfe die Besitzurkunde und entferne enthaltene Besitzgegenstände, die dir nicht gehören",
                             ['French'] = "Génère des vêtements",
                             ['French'] = "Vérifie les titres de propriété et supprime les objets possédables qui ne leur appartiennent pas",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset crafting'] = {
         ['/property resolveoverburdened'] = {
                     ['command'] = 'crafting',
                     ['command'] = 'resolveoverburdened',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns CraftingStation items",
                             ['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'] = "Создаёт всевозможные верстаки",
                             ['Russian'] = "Немедленно (без таймера) освобождает участки перегруженных Владений (где недостаточно квитанций землемера)",
                             ['German'] = "Erzeugt Werkbank Gegenstände",
                             ['German'] = "",
                             ['French'] = "Génère des ateliers",
                             ['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'] = '',
                     ['shortCut'] = 'overb',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset cultural'] = {
         ['/property targetowner'] = {
                     ['command'] = 'cultural',
                     ['command'] = 'targetowner',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Housing cultural items",
                             ['English'] = "Change owner of current target, if the target is a store it will change it without closing it.",
                             ['Russian'] = "",
                             ['Russian'] = "Изменить владельца текущей цели, если целью является магазин, то это произойдет без его закрытия.",
                             ['German'] = "",
                             ['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'] = "Génère des objets pour la pièce culturelle",
                             ['French'] = "Changer le propriétaire de l'élément ciblé, si la cible est un magasin, il le changera sans le fermer.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'ownit',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'target', 'INetObject'},
                            ['Arg2'] = {'newOwner', 'User', ''},
                             },
                             },
         },
         },
         ['/preset doors'] = {
         ['/property turnon'] = {
                     ['command'] = 'doors',
                     ['command'] = 'turnon',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawn storage with all type of doors",
                             ['English'] = "Turn on (default) or objects in a radiue.",
                             ['Russian'] = "Создаёт хранилище со всеми типами дверей",
                             ['Russian'] = "",
                             ['German'] = "Erstelle Lager mit allen Arten von Türen",
                             ['German'] = "",
                             ['French'] = "Faites apparaître un stockage avec tous les types de portes",
                             ['French'] = "Activer (par défaut) ou désactiver les objets dans un rayon.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'on',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'on', 'Boolean', 'True'},
                            ['Arg2'] = {'raidus', 'Single', '10'},
                             },
                             },
         },
         },
         ['/preset economy'] = {
         ['/property unclaim'] = {
                     ['command'] = 'economy',
                     ['command'] = 'unclaim',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Economy items",
                             ['English'] = "Unclaim the plot you\'re standing on",
                             ['Russian'] = "Создаёт предметы экономики",
                             ['Russian'] = "Unclaim the plot you\'re standing on",
                             ['German'] = "Erzeugt Economy Gegenstände",
                             ['German'] = "Unclaim the plot you\'re standing on",
                             ['French'] = "Génère des objets d'économie",
                             ['French'] = "Unclaim the plot you\'re standing on",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'unclaim',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset food'] = {
         ['/property unclaimabandoned'] = {
                     ['command'] = 'food',
                     ['command'] = 'unclaimabandoned',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Food items",
                             ['English'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             ['Russian'] = "Создаёт еду",
                             ['Russian'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             ['German'] = "Erzeugt Essen Gegenstände",
                             ['German'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             ['French'] = "Génère de la nourriture",
                             ['French'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'days', 'Single'},
                             },
                             },
         },
         },
         ['/preset fuel'] = {
         ['/property unlimitedclaim'] = {
                     ['command'] = 'fuel',
                     ['command'] = 'unlimitedclaim',
                     ['parent'] = 'preset',
                     ['parent'] = 'property',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Fuel items",
                             ['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'] = "Создаёт топливо",
                             ['Russian'] = "",
                             ['German'] = "Erzeugt Treibstoff Gegenstände",
                             ['German'] = "",
                             ['French'] = "Génère du carburant",
                             ['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'] = '',
                     ['shortCut'] = 'unlimitedclaim',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset generators'] = {
         ['/qa allblocks'] = {
                     ['command'] = 'generators',
                     ['command'] = 'allblocks',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Generator items",
                             ['English'] = "Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.",
                             ['Russian'] = "Создаёт генераторы",
                             ['Russian'] = "Создаёт все блоки. По желанию можно передать целое число - сколько рядов каждого блока создавать, по умолчанию 1 ряд.",
                             ['German'] = "Erzeugt Generator Gegenstände",
                             ['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 des générateurs",
                             ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/preset hidden'] = {
         ['/qa allconstructed'] = {
                     ['command'] = 'hidden',
                     ['command'] = 'allconstructed',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Hidden items",
                             ['English'] = "Spawns all player constructible blocks",
                             ['Russian'] = "Создать скрытые предметы",
                             ['Russian'] = "Создаёт все строительные блоки",
                             ['German'] = "Erzeugt Versteckte Gegenstände",
                             ['German'] = "Erzeugt alle vom Spieler konstruierbaren Blöcke",
                             ['French'] = "Génère des objets cachés",
                             ['French'] = "Génère tous les blocs constructibles des joueurs",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'blockType', 'String', ''},
                             },
                             },
         },
         },
         ['/preset housing'] = {
         ['/qa allplants'] = {
                     ['command'] = 'housing',
                     ['command'] = 'allplants',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Housing items",
                             ['English'] = "Spawns all plant blocks",
                             ['Russian'] = "Создаёт предметы мебели",
                             ['Russian'] = "Создаёт все блоки растений",
                             ['German'] = "Erzeugt Wohnungsgegenstände",
                             ['German'] = "Erzeugt alle Pflanzenblöcke",
                             ['French'] = "Génère des objets pour la maison",
                             ['French'] = "Génère tous les blocs de plantes",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/preset industrial'] = {
         ['/qa allterrain'] = {
                     ['command'] = 'industrial',
                     ['command'] = 'allterrain',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Housing industrial items",
                             ['English'] = "Spawns all diggable blocks",
                             ['Russian'] = "",
                             ['Russian'] = "Создаёт все блоки, которые можно копать",
                             ['German'] = "",
                             ['German'] = "Erzeugt alle abbaubaren Blöcke",
                             ['French'] = "Génère des objets pour la pièce industrielle",
                             ['French'] = "Génère tous les blocs pouvant être creusés",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset mainroom'] = {
         ['/qa allworldobjects'] = {
                     ['command'] = 'mainroom',
                     ['command'] = 'allworldobjects',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Housing main room items",
                             ['English'] = "Spawns all world objects",
                             ['Russian'] = "",
                             ['Russian'] = "Создаёт все объекты мира",
                             ['German'] = "",
                             ['German'] = "Erzeugt alle Weltgegenstände",
                             ['French'] = "Génère des objets pour le salon",
                             ['French'] = "Génère tous les objets du monde",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset paint'] = {
         ['/qa chattest'] = {
                     ['command'] = 'paint',
                     ['command'] = 'chattest',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Lots of different paint buckets for test",
                             ['English'] = "Spam a bunch of stuff to chat",
                             ['Russian'] = "",
                             ['Russian'] = "Отправляет много разных сообщений в чат",
                             ['German'] = "",
                             ['German'] = "Spammt eine Menge Sachen in den Chat",
                             ['French'] = "Beaucoup de seaux de peinture différents pour tester",
                             ['French'] = "Écrit un tas de choses dans discussion",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'stackCount', 'Int32', '5'},
                             ['Arg1'] = {'count', 'Int32', '10'},
                            ['Arg2'] = {'receiverCount', 'Int32', '10'},
                            ['Arg3'] = {'gibberish', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/preset power'] = {
         ['/qa clearplayerprefs'] = {
                     ['command'] = 'power',
                     ['command'] = 'clearplayerprefs',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Power dependent items",
                             ['English'] = "Clear all playerprefs, requires a restart to take effect.",
                             ['Russian'] = "Создаёт предметы, требующие энергию",
                             ['Russian'] = "",
                             ['German'] = "Erzeugt Energie Gegenstände",
                             ['German'] = "Alle Spielereinstellungen entfernen, benötigt einen Neustart, um wirksam zu werden.",
                             ['French'] = "Génère des objets dépendants d'énergie",
                             ['French'] = "Effacer toutes les préférences des joueurs, nécessite un redémarrage pour prendre effet.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset resources'] = {
         ['/qa clearregions'] = {
                     ['command'] = 'resources',
                     ['command'] = 'clearregions',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Resources items",
                             ['English'] = "Stop drawing the regions ",
                             ['Russian'] = "Создаёт блоки ресурсов",
                             ['Russian'] = "Stop drawing the regions ",
                             ['German'] = "Erzeugt Ressourcen Gegenstände",
                             ['German'] = "Stop drawing the regions ",
                             ['French'] = "Génère des ressources",
                             ['French'] = "Stop drawing the regions ",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'clrreg',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset scrolls'] = {
         ['/qa dbtest'] = {
                     ['command'] = 'scrolls',
                     ['command'] = 'dbtest',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns SkillScrolls items",
                             ['English'] = "Inserts records to DB to get perfomance information on it.",
                             ['Russian'] = "Создаёт страницы навыков",
                             ['Russian'] = "Производит запись в БД для получения информации о её производительности.",
                             ['German'] = "Erzeugt Schriftrollen",
                             ['German'] = "Fügt Datensätze in die DB ein, um Informationen über die Performance zu erhalten.",
                             ['French'] = "Génère des pages de compétence",
                             ['French'] = "Insérez des enregistrements dans la base de données pour obtenir des informations sur les performances.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'db',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'parallelCount', 'Int32'},
                            ['Arg2'] = {'statsCountPerParallel', 'Int32'},
                            ['Arg3'] = {'bulk', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/preset seating'] = {
         ['/qa debugspawn'] = {
                     ['command'] = 'seating',
                     ['command'] = 'debugspawn',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Housing seating items",
                             ['English'] = "Test the spawn location",
                             ['Russian'] = "",
                             ['Russian'] = "Проверить место появления новых игроков",
                             ['German'] = "",
                             ['German'] = "Teste den Spawn Ort",
                             ['French'] = "Génère des sièges pour la maison",
                             ['French'] = "Tester le point d'apparition",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset signs'] = {
         ['/qa disconnect'] = {
                     ['command'] = 'signs',
                     ['command'] = 'disconnect',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns storage with sign containing items",
                             ['English'] = "Disconnect client with a long message",
                             ['Russian'] = "Создаёт хранилище с табличками",
                             ['Russian'] = "Отключить клиента с длинным сообщением",
                             ['German'] = "Erstellt ein Lager mit Teilen für Schilder",
                             ['German'] = "Trenne Client mit einer langen Nachricht",
                             ['French'] = "Génère un stockage avec tous les types de panneaux",
                             ['French'] = "Déconnecte le client avec un long message",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset storages'] = {
         ['/qa exceptional'] = {
                     ['command'] = 'storages',
                     ['command'] = 'exceptional',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Storage items",
                             ['English'] = "Throws an exception, very useful",
                             ['Russian'] = "Создаёт все виды Хранилищ",
                             ['Russian'] = "Выбрасывает исключение, очень полезная вещь",
                             ['German'] = "Erzeugt Lager Gegenstände",
                             ['German'] = "Gibt einen Ausnahmefehler aus, sehr hilfreich",
                             ['French'] = "Génère des stockages",
                             ['French'] = "Déclenche une exception, très utile",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset tools'] = {
         ['/qa giveallboats'] = {
                     ['command'] = 'tools',
                     ['command'] = 'giveallboats',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns Tools items",
                             ['English'] = "Give all boats and hammer",
                             ['Russian'] = "Создаёт инструменты",
                             ['Russian'] = "",
                             ['German'] = "Erzeugt Werkzeug Gegenstände",
                             ['German'] = "",
                             ['French'] = "Génère des outils",
                             ['French'] = "",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'gab',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                             },
                             },
         },
         },
         ['/preset vehicles'] = {
         ['/qa givealltools'] = {
                     ['command'] = 'vehicles',
                     ['command'] = 'givealltools',
                     ['parent'] = 'preset',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns vehicle items",
                             ['English'] = "Give all tools of the particular tier. Without specific tier a chest with all tools will be spawned",
                             ['Russian'] = "Создаёт транспорт",
                             ['Russian'] = "Выдает все инструменты указанного уровня. Без указания уровня создается сундук со всеми существующими",
                             ['German'] = "Erzeugt Fahrzeug Gegenstände",
                             ['German'] = "Erzeugt alle Werkzeuge der jeweiligen Stufe. Ohne bestimmte Stufe wird eine Truhe mit allen Werkzeugen gespawnt",
                             ['French'] = "Génère des véhicules",
                             ['French'] = "Donne tous les outils d'un niveau spécifique. Sans niveau spécifique, un coffre avec tous les outils apparaîtra",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'gat',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sType', 'Int32', '0'},
                             ['Arg1'] = {'tier', 'Single', '0'},
                             },
                             },
         },
         },
         ['/profiler cpu'] = {
         ['/qa giveallvehicles'] = {
                     ['command'] = 'cpu',
                     ['command'] = 'giveallvehicles',
                     ['parent'] = 'profiler',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Runs CPU profiling using dottrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                             ['English'] = "Give all vehicles and hammer",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Erstellt ein CPU-Profil mithilfe von dottrace. Optional kann die Dauer in Sekunden angegeben werden. Der Standardwert ist 60.",
                             ['German'] = "",
                             ['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.",
                             ['French'] = "",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'gav',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['/profiler everything'] = {
         ['/qa giveallvehicletools'] = {
                     ['command'] = 'everything',
                     ['command'] = 'giveallvehicletools',
                     ['parent'] = 'profiler',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Runs CPU profiling and server performance reports, one after the other. Optionally pass duration in seconds, defaults to 60 seconds.",
                             ['English'] = "Give all vehicle tools",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Führt nacheinander CPU-Profilierungs- und Serverleistungsberichte aus. Optional kann die Dauer der Messung in Sekunden angegeben werden, der Standard ist 60 Sekunden.",
                             ['German'] = "",
                             ['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.",
                             ['French'] = "",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'gavt',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['/profiler memory'] = {
         ['/qa listunobtainableitems'] = {
                     ['command'] = 'memory',
                     ['command'] = 'listunobtainableitems',
                     ['parent'] = 'profiler',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Collects memory dump.",
                             ['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'] = "Собрать дамп памяти.",
                             ['Russian'] = "Список предметов которые не могут быть изготовлены.  Помните, некоторые из них и не должны изготавливаться, например камни.",
                             ['German'] = "Sammelt memory dump.",
                             ['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'] = "Collecte un vidage de mémoire.",
                             ['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'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/profiler nettrace'] = {
         ['/qa notifdelay'] = {
                     ['command'] = 'nettrace',
                     ['command'] = 'notifdelay',
                     ['parent'] = 'profiler',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Runs CPU profiling using nettrace. Optionally pass duration in seconds, defaults to 60 seconds.",
                             ['English'] = "Override all aggregated notifications delay. Using without specifiying delay will instead reset the value.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Erstellt ein CPU-Profil mithilfe von nettrace. Optional kann die Dauer in Sekunden angegeben werden. Der Standardwert ist 60.",
                             ['German'] = "Überschreibt die aggregierte Benachrichtigungsverzögerung. Benutzung ohne spezifische Angabe setzt der Wert auf den Standardwert zurück.",
                             ['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.",
                             ['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'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'delay', 'Int32', '-1'},
                            ['Arg1'] = {'seconds', 'Int32', '60'},
                             },
                             },
         },
         },
         ['/profiler results'] = {
         ['/qa notificationstest'] = {
                     ['command'] = 'results',
                     ['command'] = 'notificationstest',
                     ['parent'] = 'profiler',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Opens results page in web browser.",
                             ['English'] = "Spam a bunch of stuff to notifications",
                             ['Russian'] = "Открыть страницу с результатами в браузере.",
                             ['Russian'] = "Отправляет много разных уведомлений",
                             ['German'] = "Öffnet Ergebnisseite im Webbrowser.",
                             ['German'] = "Spammt eine Menge Sachen in den Chat",
                             ['French'] = "Ouvre la page de résultats dans un navigateur web.",
                             ['French'] = "Écris un tas de choses dans les notifications",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'count', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/property add'] = {
         ['/qa receivechat'] = {
                     ['command'] = 'add',
                     ['command'] = 'receivechat',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Adds user to current deed (if username is not provided then adds current user)",
                             ['English'] = "Send multiple chat messages over time to test scrolling",
                             ['Russian'] = "Добавляет пользователя в право (если имя пользователя не указано, будет добавлен текущий пользователь)",
                             ['Russian'] = "Отправляет сообщения в чат в течение некоторого времени для тестирования скроллинга",
                             ['German'] = "Fügt Spieler der derzeitigen Besitzurkunde hinzu (wenn der Nutzername nicht angegeben ist wird der derzeitige Nutzer hinzugefügt)",
                             ['German'] = "Sende mehrere Chatnachrichten über einen Zeitraum, um das scrollen zu testen",
                             ['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é)",
                             ['French'] = "Envoyer plusieurs messages de discussion au fil du temps pour tester le défilement",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'otherPlayer', 'User', ''},
                             ['Arg1'] = {'msgCounts', 'Int32'},
                             },
                             },
         },
         },
         ['/property boostdeed'] = {
         ['/qa regions'] = {
                     ['command'] = 'boostdeed',
                     ['command'] = 'regions',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Boost the value of the given deed, or the deed at the current position if not specified. Persists across server restart.",
                             ['English'] = "Test and draw path graph grid of given type",
                             ['Russian'] = "",
                             ['Russian'] = "Test and draw path graph grid of given type",
                             ['German'] = "Erhöhe den Wert der angegebenen Urkunde oder der Urkunde an der aktuellen Position, falls nicht angegeben. Bleibt über einen Serverneustart hinaus bestehen.",
                             ['German'] = "Test and draw path graph grid of given type",
                             ['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.",
                             ['French'] = "Test and draw path graph grid of given type",
                             },
                             },
                     ['shortCut'] = 'boostdeed',
                     ['shortCut'] = 'regi',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'boost', 'Single'},
                             ['Arg1'] = {'regionType', 'Int32', '0'},
                             ['Arg2'] = {'deed', 'Deed', ''},
                             ['Arg2'] = {'lineRadius', 'Int32', '50'},
                            ['Arg3'] = {'pointRadius', 'Int32', '50'},
                             },
                             },
         },
         },
         ['/property claimrect'] = {
         ['/qa resetchatsettingsforall'] = {
                     ['command'] = 'claimrect',
                     ['command'] = 'resetchatsettingsforall',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['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.",
                             ['English'] = "Reset all players chat settings and tab settings",
                             ['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.",
                             ['Russian'] = "Сбросить настройки чата и вкладок для всех игроков",
                             ['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.",
                             ['German'] = "Setze die Chat- und Reitereinstellungen aller Spieler zurück",
                             ['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.",
                             ['French'] = "Réinitialiser les paramètres de discussion et des canaux de tous les joueurs",
                             },
                             },
                     ['shortCut'] = 'claim',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'xSide', 'Int32', '5'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'ySide', 'Int32', '5'},
                             ['Arg1'] = {'msgCount', 'Int32', '200'},
                             ['Arg3'] = {'overwriteExistingClaims', 'Boolean', 'False'},
                             ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/property ownall'] = {
         ['/qa ridevehicle'] = {
                     ['command'] = 'ownall',
                     ['command'] = 'ridevehicle',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Claim all property",
                             ['English'] = "Ride nearest vehicle",
                             ['Russian'] = "Захватить всю собственность",
                             ['Russian'] = "Поехать на ближайшем транспорте",
                             ['German'] = "Alles Eigentum beanspruchen",
                             ['German'] = "Nächstes Fahrzeug besteigen.",
                             ['French'] = "Revendiquer toute propriété",
                             ['French'] = "Utilise le véhicule le plus proche",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'ride',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/property owner'] = {
         ['/qa runtest'] = {
                     ['command'] = 'owner',
                     ['command'] = 'runtest',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Change owner of current deed",
                             ['English'] = "Run a specific test.",
                             ['Russian'] = "Сменить владельца текущей собственности",
                             ['Russian'] = "Run a specific test.",
                             ['German'] = "Eigentümer der aktuellen Besitzurkunde wechseln",
                             ['German'] = "Run a specific test.",
                             ['French'] = "Change le propriétaire du titre de propriété actuel",
                             ['French'] = "Run a specific test.",
                             },
                             },
                     ['shortCut'] = 'owner',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'newOwner', 'User', ''},
                             ['Arg1'] = {'testname', 'String'},
                             },
                             },
         },
         },
         ['/property ownnone'] = {
         ['/qa runtests'] = {
                     ['command'] = 'ownnone',
                     ['command'] = 'runtests',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Revoke your property",
                             ['English'] = "Run a series of chat commands to test the game.",
                             ['Russian'] = "Аннулировать ваше владение",
                             ['Russian'] = "Run a series of chat commands to test the game.",
                             ['German'] = "Gib deine Grundstücke auf",
                             ['German'] = "Run a series of chat commands to test the game.",
                             ['French'] = "Révoquer votre propriété",
                             ['French'] = "Run a series of chat commands to test the game.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/property remove'] = {
         ['/qa servercrash'] = {
                     ['command'] = 'remove',
                     ['command'] = 'servercrash',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes user from current deed (if username is not provided then removes current user)",
                             ['English'] = "A command to force the server to crash",
                             ['Russian'] = "Удаляет пользователя из права (если имя пользователя не указано, будет удален текущий пользователь)",
                             ['Russian'] = "Команда для принудительной остановки сервера",
                             ['German'] = "Entfernt Nutzer von der derzeitigen Besitzurkunde (wenn kein Nutzername angegeben ist wird der derzeitige Nutzer entfernt)",
                             ['German'] = "Ein Befehl um den Server zum Absturz zu bringen",
                             ['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)",
                             ['French'] = "Une commande pour forcer le serveur à crasher",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User', ''},
                             },
                             },
         },
         },
         ['/property removedeed'] = {
         ['/qa showsupportedlanguages'] = {
                     ['command'] = 'removedeed',
                     ['command'] = 'showsupportedlanguages',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove given deed or here currently standing if none specified.",
                             ['English'] = "List all supported languages with short codes",
                             ['Russian'] = "",
                             ['Russian'] = "Отображает все поддерживаемые языки с краткими кодами",
                             ['German'] = "",
                             ['German'] = "Listet alle unterstützten Sprachen mit Funktionscodes auf",
                             ['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é.",
                             ['French'] = "Liste de tous les langages supportés avec les codes courts",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'deed', 'Deed', ''},
                             },
                             },
         },
         },
         ['/property removeemptydeeds'] = {
         ['/qa spamdb'] = {
                     ['command'] = 'removeemptydeeds',
                     ['command'] = 'spamdb',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove empty deeds",
                             ['English'] = "Spams database operations, in the hopes of reproducing errors or lag",
                             ['Russian'] = "Удалить права без собственности",
                             ['Russian'] = "Отправляет базе данных очень много команд с целью создания лагов или ошибок",
                             ['German'] = "Entferne leere Grundstücke",
                             ['German'] = "Erzeugt Datenbankoperationen, in der Hoffnung Fehler oder Lag zu verursachen",
                             ['French'] = "Supprimer les titres de propriété vides",
                             ['French'] = "Spam les opération sur la base de données, dans l'espoir de reproduire des erreurs ou des décalages",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'numSeconds', 'Single', '30'},
                            ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                             },
                             },
         },
         },
         ['/property removeinvalidownables'] = {
         ['/qa spawn'] = {
                     ['command'] = 'removeinvalidownables',
                     ['command'] = 'spawn',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Check deeds and remove contained ownables that do not belong to them",
                             ['English'] = "Spawns item in building",
                             ['Russian'] = "Проверить права собственности и удалить связанные объекты собственности, которые не принадлежат им",
                             ['Russian'] = "Создаёт предмет в здании",
                             ['German'] = "Überprüfe die Besitzurkunde und entferne enthaltene Besitzgegenstände, die dir nicht gehören",
                             ['German'] = "Spawnt einen Gegenstand in einem Gebäude",
                             ['French'] = "Vérifie les titres de propriété et supprime les objets possédables qui ne leur appartiennent pas",
                             ['French'] = "Génère un objet dans le bâtiment",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'spawn',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/property resolveoverburdened'] = {
         ['/qa strangecloudheartbeat'] = {
                     ['command'] = 'resolveoverburdened',
                     ['command'] = 'strangecloudheartbeat',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['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)",
                             ['English'] = "Forces a heartbeat to strange cloud",
                             ['Russian'] = "Немедленно (без таймера) освобождает участки перегруженных Владений (где недостаточно квитанций землемера)",
                             ['Russian'] = "",
                             ['German'] = "",
                             ['German'] = "",
                             ['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)",
                             ['French'] = "",
                             },
                             },
                     ['shortCut'] = 'overb',
                     ['shortCut'] = 'hb',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/property targetowner'] = {
         ['/qa testsendmessage'] = {
                     ['command'] = 'targetowner',
                     ['command'] = 'testsendmessage',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Change owner of current target, if the target is a store it will change it without closing it.",
                             ['English'] = "Send many messages",
                             ['Russian'] = "Изменить владельца текущей цели, если целью является магазин, то это произойдет без его закрытия.",
                             ['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.",
                             ['German'] = "Sende viele Nachrichten",
                             ['French'] = "Changer le propriétaire de l'élément ciblé, si la cible est un magasin, il le changera sans le fermer.",
                             ['French'] = "Envoyer de nombreux messages",
                             },
                             },
                     ['shortCut'] = 'ownit',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'INetObject'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'newOwner', 'User', ''},
                             ['Arg1'] = {'msgCount', 'Int32', '200'},
                             ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/property turnon'] = {
         ['/qa toggle'] = {
                     ['command'] = 'turnon',
                     ['command'] = 'toggle',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Turn on (default) or objects in a radiue.",
                             ['English'] = "Toggles the show state of a UI, by UI prefab name",
                             ['Russian'] = "",
                             ['Russian'] = "Переключает видимость пользовательского интерфейса по имени префаба",
                             ['German'] = "",
                             ['German'] = "Schaltet den Anzeige-Status der Benutzeroberfläche nach vorgefertigten Namen um",
                             ['French'] = "Activer (par défaut) ou désactiver les objets dans un rayon.",
                             ['French'] = "Active/désactive l'état d'affichage d'une interface utilisateur, par nom préfabriqué de l'interface utilisateur",
                             },
                             },
                     ['shortCut'] = 'on',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'on', 'Boolean', 'True'},
                             ['Arg1'] = {'uiName', 'String'},
                            ['Arg2'] = {'raidus', 'Single', '10'},
                             },
                             },
         },
         },
         ['/property unclaim'] = {
         ['/qa tooltipclearcache'] = {
                     ['command'] = 'unclaim',
                     ['command'] = 'tooltipclearcache',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Unclaim the plot you\'re standing on",
                             ['English'] = "Clear server and client tooltip caches for all users.",
                             ['Russian'] = "Unclaim the plot you\'re standing on",
                             ['Russian'] = "Очистить кэш подсказок сервера и клиента для всех пользователей.",
                             ['German'] = "Unclaim the plot you\'re standing on",
                             ['German'] = "Cache für Server und Client Tooltips aller Spieler löschen.",
                             ['French'] = "Unclaim the plot you\'re standing on",
                             ['French'] = "Effacez les caches d’infobulles du serveur et du client pour tous les utilisateurs.",
                             },
                             },
                     ['shortCut'] = 'unclaim',
                     ['shortCut'] = 'ttc',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/property unclaimabandoned'] = {
         ['/qa tooltipstatus'] = {
                     ['command'] = 'unclaimabandoned',
                     ['command'] = 'tooltipstatus',
                     ['parent'] = 'property',
                     ['parent'] = 'qa',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             ['English'] = "Display stats on tooltip debug.",
                             ['Russian'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             ['Russian'] = "Отобразить статистику по отладке подсказок.",
                             ['German'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             ['German'] = "Zeige Statistiken beim debuggen des Tooltips.",
                             ['French'] = "Unclaim plots across the world where the owner hasn\'t logged in for X days",
                             ['French'] = "Affichez les statistiques sur le débogage de l'info-bulle.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'days', 'Single'},
                             },
                             },
         },
         },
         ['/property unlimitedclaim'] = {
         ['/residence'] = {
                     ['command'] = 'unlimitedclaim',
                     ['command'] = 'residence',
                     ['parent'] = 'property',
                     ['parent'] = nil,
                     ['helpText'] =  {
                     ['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.",
                             ['English'] = "Reports residency for a given user, or yourself if none passed",
                             ['Russian'] = "",
                             ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан",
                             ['German'] = "",
                             ['German'] = "Erstellt einen Wohnbericht für einen bestimmten Nutzer oder von dir selbst, wenn keiner gewählt",
                             ['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.",
                             ['French'] = "Indique la résidence d'un utilisateur donné, ou vous-même si aucun n'a été validé",
                             },
                             },
                     ['shortCut'] = 'unlimitedclaim',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'other', 'User', ''},
                             },
                             },
         },
         },
         ['/qa allblocks'] = {
         ['/rooms diagnose'] = {
                     ['command'] = 'allblocks',
                     ['command'] = 'diagnose',
                     ['parent'] = 'qa',
                     ['parent'] = 'rooms',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns all blocks.  Optional integer parameter for how many rows to make the blocks in, default is 1 row.",
                             ['English'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                             ['Russian'] = "Создаёт все блоки. По желанию можно передать целое число - сколько рядов каждого блока создавать, по умолчанию 1 ряд.",
                             ['Russian'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                             ['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.",
                             ['German'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                             ['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é.",
                             ['French'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/qa allconstructed'] = {
         ['/rooms repairall'] = {
                     ['command'] = 'allconstructed',
                     ['command'] = 'repairall',
                     ['parent'] = 'qa',
                     ['parent'] = 'rooms',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns all player constructible blocks",
                             ['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'] = "Создаёт все строительные блоки",
                             ['Russian'] = "Чинит все сломанные комнаты. Выполнение может занять длительное время и очень нагрузить сервер, поэтому используйте команду только когда сломано много комнат",
                             ['German'] = "Erzeugt alle vom Spieler konstruierbaren Blöcke",
                             ['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'] = "Génère tous les blocs constructibles des joueurs",
                             ['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'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'blockType', 'String', ''},
                             },
                             },
         },
         },
         ['/qa allplants'] = {
         ['/rooms test'] = {
                     ['command'] = 'allplants',
                     ['command'] = 'test',
                     ['parent'] = 'qa',
                     ['parent'] = 'rooms',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns all plant blocks",
                             ['English'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             ['Russian'] = "Создаёт все блоки растений",
                             ['Russian'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             ['German'] = "Erzeugt alle Pflanzenblöcke",
                             ['German'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             ['French'] = "Génère tous les blocs de plantes",
                             ['French'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'rows', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/qa allterrain'] = {
         ['/settlement addclaimpapers'] = {
                     ['command'] = 'allterrain',
                     ['command'] = 'addclaimpapers',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns all diggable blocks",
                             ['English'] = "Add the specified quantity of claim papers to the specified settlement.",
                             ['Russian'] = "Создаёт все блоки, которые можно копать",
                             ['Russian'] = "",
                             ['German'] = "Erzeugt alle abbaubaren Blöcke",
                             ['German'] = "Fügt die angegebene Anzahl an Besitzurkunden zu der angegebenen Siedlung hinzu.",
                             ['French'] = "Génère tous les blocs pouvant être creusés",
                             ['French'] = "Ajoute la quantité spécifiée de titre de propriété à la colonie spécifiée.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'quantity', 'Int32'},
                            ['Arg2'] = {'settlement', 'Settlement'},
                             },
                             },
         },
         },
         ['/qa allworldobjects'] = {
         ['/settlement addclaimstakes'] = {
                     ['command'] = 'allworldobjects',
                     ['command'] = 'addclaimstakes',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns all world objects",
                             ['English'] = "Add the specfied quantity of claim stakes to the specified settlement.",
                             ['Russian'] = "Создаёт все объекты мира",
                             ['Russian'] = "",
                             ['German'] = "Erzeugt alle Weltgegenstände",
                             ['German'] = "Fügt die angegebene Anzahl an Absteckpflöcken zu der angegebenen Siedlung hinzu.",
                             ['French'] = "Génère tous les objets du monde",
                             ['French'] = "Ajouter la quantité spécifiée de piquets de revendication à la colonie spécifiée.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'quantity', 'Int32'},
                            ['Arg2'] = {'settlement', 'Settlement'},
                             },
                             },
         },
         },
         ['/qa chattest'] = {
         ['/settlement allowadminannex'] = {
                     ['command'] = 'chattest',
                     ['command'] = 'allowadminannex',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spam a bunch of stuff to chat",
                             ['English'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                             ['Russian'] = "Отправляет много разных сообщений в чат",
                             ['Russian'] = "",
                             ['German'] = "Spammt eine Menge Sachen in den Chat",
                             ['German'] = "",
                             ['French'] = "Écrit un tas de choses dans discussion",
                             ['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'] = '',
                     ['shortCut'] = 'freeannex',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '10'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg2'] = {'receiverCount', 'Int32', '10'},
                             ['Arg1'] = {'ignore', 'Boolean', 'True'},
                            ['Arg3'] = {'gibberish', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa clearplayerprefs'] = {
         ['/settlement annex'] = {
                     ['command'] = 'clearplayerprefs',
                     ['command'] = 'annex',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clear all playerprefs, requires a restart to take effect.",
                             ['English'] = "Force a given settlement to annex another, if the types support it.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Alle Spielereinstellungen entfernen, benötigt einen Neustart, um wirksam zu werden.",
                             ['German'] = "Erzwingt die Annexion einer Siedlung durch eine andere, sofern der Typ es zulässt.",
                             ['French'] = "Effacer toutes les préférences des joueurs, nécessite un redémarrage pour prendre effet.",
                             ['French'] = "Forcer une colonie donnée à annexer une autre, si les types le permettent.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'annex',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'source', 'Settlement'},
                            ['Arg2'] = {'target', 'Settlement'},
                             },
                             },
         },
         },
         ['/qa dbtest'] = {
         ['/settlement civicpowers'] = {
                     ['command'] = 'dbtest',
                     ['command'] = 'civicpowers',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Inserts records to DB to get perfomance information on it.",
                             ['English'] = "Displays your civic powers.",
                             ['Russian'] = "Производит запись в БД для получения информации о её производительности.",
                             ['Russian'] = "Показывает ваши гражданские привилегии.",
                             ['German'] = "Fügt Datensätze in die DB ein, um Informationen über die Performance zu erhalten.",
                             ['German'] = "Zeigt deine Civic power an.",
                             ['French'] = "Insérez des enregistrements dans la base de données pour obtenir des informations sur les performances.",
                             ['French'] = "Affiche vos pouvoirs civiques.",
                             },
                             },
                     ['shortCut'] = 'db',
                     ['shortCut'] = 'civicpowers',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'parallelCount', 'Int32'},
                             ['Arg1'] = {'settlementsWhereYoureACitizenOnly', 'Boolean', 'True'},
                            ['Arg2'] = {'statsCountPerParallel', 'Int32'},
                            ['Arg3'] = {'bulk', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa disconnect'] = {
         ['/settlement clear'] = {
                     ['command'] = 'disconnect',
                     ['command'] = 'clear',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Disconnect client with a long message",
                             ['English'] = "Destroy all things related with the passed settlement and unclaim all property.",
                             ['Russian'] = "Отключить клиента с длинным сообщением",
                             ['Russian'] = "",
                             ['German'] = "Trenne Client mit einer langen Nachricht",
                             ['German'] = "",
                             ['French'] = "Déconnecte le client avec un long message",
                             ['French'] = "Détruit toutes les choses liées à la colonie passée et enlève toutes les propriétés.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                             },
                             },
         },
         },
         ['/qa exceptional'] = {
         ['/settlement clearall'] = {
                     ['command'] = 'exceptional',
                     ['command'] = 'clearall',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Throws an exception, very useful",
                             ['English'] = "Destroy all towns and property stakes and unclaim all property.",
                             ['Russian'] = "Выбрасывает исключение, очень полезная вещь",
                             ['Russian'] = "Уничтожить все города и колышки собственности и удалить все владения.",
                             ['German'] = "Gibt einen Ausnahmefehler aus, sehr hilfreich",
                             ['German'] = "Zerstöre alle Städte und Grundstücksbeteiligungen und gib alle Grundstücke frei.",
                             ['French'] = "Déclenche une exception, très utile",
                             ['French'] = "Supprime toutes les villes et tous les piquets de propriété et libère toute propriété revendiquée.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'cleartowns',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/qa giveallboats'] = {
         ['/settlement emigrate'] = {
                     ['command'] = 'giveallboats',
                     ['command'] = 'emigrate',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give all boats and hammer",
                             ['English'] = "Make a citizen a resident of the given town. Removes them from the previous settlement.",
                             ['Russian'] = "",
                             ['Russian'] = "Сделать игрока жителем данного города. Удаляет его из предыдущего поселения.",
                             ['German'] = "",
                             ['German'] = "Mache einen Bürger zum Mitglied der gewählten Stadt. Entfernt die alte Siedlung von ihm.",
                             ['French'] = "",
                             ['French'] = "Faire d'un citoyen un résident de la ville donnée. Le supprimer de la colonie précédente.",
                             },
                             },
                     ['shortCut'] = 'gab',
                     ['shortCut'] = 'emigrate',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement'},
                            ['Arg2'] = {'citizen', 'User'},
                             },
                             },
         },
         },
         ['/qa givealltools'] = {
         ['/settlement emigrateall'] = {
                     ['command'] = 'givealltools',
                     ['command'] = 'emigrateall',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give all tools of the particular tier. Without specific tier a chest with all tools will be spawned",
                             ['English'] = "Move all citizens to the target settlement, or the first found if not set.",
                             ['Russian'] = "Выдает все инструменты указанного уровня. Без указания уровня создается сундук со всеми существующими",
                             ['Russian'] = "Перемещает всех игроков в указанное поселение либо в первое найденное, если поселение не указано.",
                             ['German'] = "Erzeugt alle Werkzeuge der jeweiligen Stufe. Ohne bestimmte Stufe wird eine Truhe mit allen Werkzeugen gespawnt",
                             ['German'] = "Verschiebe alle Bürger zu der Zielsiedlung, oder zur nächsten, wenn keine gesetzt.",
                             ['French'] = "Donne tous les outils d'un niveau spécifique. Sans niveau spécifique, un coffre avec tous les outils apparaîtra",
                             ['French'] = "Déplacer tous les citoyens vers la colonie cible ou la première trouvée si elle n'est pas définie.",
                             },
                             },
                     ['shortCut'] = 'gat',
                     ['shortCut'] = 'emigrateall',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Single', '0'},
                             ['Arg1'] = {'target', 'Settlement', ''},
                             },
                             },
         },
         },
         ['/qa giveallvehicles'] = {
         ['/settlement enabledisable'] = {
                     ['command'] = 'giveallvehicles',
                     ['command'] = 'enabledisable',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give all vehicles and hammer",
                             ['English'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "",
                             ['German'] = "",
                             ['French'] = "",
                             ['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'] = 'gav',
                     ['shortCut'] = 'seten',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Settlement'},
                            ['Arg2'] = {'enabled', 'Boolean'},
                             },
                             },
         },
         },
         ['/qa giveallvehicletools'] = {
         ['/settlement forcerenouncecitizenship'] = {
                     ['command'] = 'giveallvehicletools',
                     ['command'] = 'forcerenouncecitizenship',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give all vehicle tools",
                             ['English'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "",
                             ['German'] = "",
                             ['French'] = "",
                             ['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'] = 'gavt',
                     ['shortCut'] = 'nocit',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['/qa listunobtainableitems'] = {
         ['/settlement gethomesteadback'] = {
                     ['command'] = 'listunobtainableitems',
                     ['command'] = 'gethomesteadback',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['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.",
                             ['English'] = "Remove your homestead from the world and get it back to you.",
                             ['Russian'] = "Список предметов которые не могут быть изготовлены.  Помните, некоторые из них и не должны изготавливаться, например камни.",
                             ['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.",
                             ['German'] = "Entfernt deinen Absteckpflock aus der Welt und gibt ihn dir zurück.",
                             ['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.",
                             ['French'] = "Retirer votre propriété privée du monde et récupérer-la.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'gethomesteadback',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/qa notifdelay'] = {
         ['/settlement homesteadreport'] = {
                     ['command'] = 'notifdelay',
                     ['command'] = 'homesteadreport',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Override all aggregated notifications delay. Using without specifiying delay will instead reset the value.",
                             ['English'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             ['Russian'] = "",
                             ['Russian'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             ['German'] = "Überschreibt die aggregierte Benachrichtigungsverzögerung. Benutzung ohne spezifische Angabe setzt der Wert auf den Standardwert zurück.",
                             ['German'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             ['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.",
                             ['French'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'homesteadreport',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'delay', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/qa notificationstest'] = {
         ['/settlement ignorerequirements'] = {
                     ['command'] = 'notificationstest',
                     ['command'] = 'ignorerequirements',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spam a bunch of stuff to notifications",
                             ['English'] = "Disable Settlement requirements for the session (Ie, dont require child settlements or citizens for a country to spawn.",
                             ['Russian'] = "Отправляет много разных уведомлений",
                             ['Russian'] = "",
                             ['German'] = "Spammt eine Menge Sachen in den Chat",
                             ['German'] = "Deaktiviert die Siedlungsvoraussetzungen für diese Sitzung (d. h., man benötigt keine Siedlungen oder Städte, damit ein Land erscheint).",
                             ['French'] = "Écris un tas de choses dans les notifications",
                             ['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'] = '',
                     ['shortCut'] = 'nosetreqs',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'count', 'Int32', '10'},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'ignore', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa receivechat'] = {
         ['/settlement placehomestead'] = {
                     ['command'] = 'receivechat',
                     ['command'] = 'placehomestead',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Send multiple chat messages over time to test scrolling",
                             ['English'] = "Force-place a settlement at current position, either yourself or a test user.",
                             ['Russian'] = "Отправляет сообщения в чат в течение некоторого времени для тестирования скроллинга",
                             ['Russian'] = "",
                             ['German'] = "Sende mehrere Chatnachrichten über einen Zeitraum, um das scrollen zu testen",
                             ['German'] = "",
                             ['French'] = "Envoyer plusieurs messages de discussion au fil du temps pour tester le défilement",
                             ['French'] = "Forcer le placement d'une colonie à la position actuelle, que ce soit pour vous-même ou pour un utilisateur de test.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'placehomestead',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'msgCounts', 'Int32'},
                             ['Arg1'] = {'self', 'Boolean', 'False'},
                            ['Arg2'] = {'addAsCitizen', 'Boolean', 'False'},
                            ['Arg3'] = {'abandoned', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/qa resetchatsettingsforall'] = {
         ['/settlement populate'] = {
                     ['command'] = 'resetchatsettingsforall',
                     ['command'] = 'populate',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Reset all players chat settings and tab settings",
                             ['English'] = "Fill the town on this plot with citizens.",
                             ['Russian'] = "Сбросить настройки чата и вкладок для всех игроков",
                             ['Russian'] = "Заполнить город на этом участке Гражданами.",
                             ['German'] = "Setze die Chat- und Reitereinstellungen aller Spieler zurück",
                             ['German'] = "Fülle die Stadt auf diesem Grundstück mit Bewohnern.",
                             ['French'] = "Réinitialiser les paramètres de discussion et des canaux de tous les joueurs",
                             ['French'] = "Remplir la ville sur ce terrain avec des citoyens.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'populate',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                             ['Arg1'] = {'msgCount', 'Int32', '200'},
                             ['Arg2'] = {'newCitizenCount', 'Int32', '5'},
                             ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                            ['Arg3'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg4'] = {'newInviteeCount', 'Int32', '2'},
                             ['Arg5'] = {'makeAllActive', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa ridevehicle'] = {
         ['/settlement rebuildcivicpowers'] = {
                     ['command'] = 'ridevehicle',
                     ['command'] = 'rebuildcivicpowers',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Ride nearest vehicle",
                             ['English'] = "Recalc civic powers for all settlements and users.",
                             ['Russian'] = "Поехать на ближайшем транспорте",
                             ['Russian'] = "Пересчитать гражданские права для всех поселений и игроков.",
                             ['German'] = "Nächstes Fahrzeug besteigen.",
                             ['German'] = "Neuverordnung der Bürgerrechte für alle Siedlungen und Nutzer.",
                             ['French'] = "Utilise le véhicule le plus proche",
                             ['French'] = "Recalculer les pouvoirs civiques pour tous les établissements et utilisateurs.",
                             },
                             },
                     ['shortCut'] = 'ride',
                     ['shortCut'] = 'rebuildcivicpowers',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/qa runtest'] = {
         ['/settlement recountclaims'] = {
                     ['command'] = 'runtest',
                     ['command'] = 'recountclaims',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Run a specific test.",
                             ['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'] = "Run a specific test.",
                             ['Russian'] = "",
                             ['German'] = "Run a specific test.",
                             ['German'] = "",
                             ['French'] = "Run a specific test.",
                             ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'testname', 'String'},
                             ['Arg1'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['/qa runtests'] = {
         ['/settlement renouncecitizenship'] = {
                     ['command'] = 'runtests',
                     ['command'] = 'renouncecitizenship',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Run a series of chat commands to test the game.",
                             ['English'] = "Leave citizenship of whatever settlement you are a citizen of.",
                             ['Russian'] = "Run a series of chat commands to test the game.",
                             ['Russian'] = "",
                             ['German'] = "Run a series of chat commands to test the game.",
                             ['German'] = "",
                             ['French'] = "Run a series of chat commands to test the game.",
                             ['French'] = "Quitter la citoyenneté de n'importe quelle colonie dont vous êtes citoyen.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'renounce',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/qa servercrash'] = {
         ['/settlement reset'] = {
                     ['command'] = 'servercrash',
                     ['command'] = 'reset',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "A command to force the server to crash",
                             ['English'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                             ['Russian'] = "Команда для принудительной остановки сервера",
                             ['Russian'] = "",
                             ['German'] = "Ein Befehl um den Server zum Absturz zu bringen",
                             ['German'] = "",
                             ['French'] = "Une commande pour forcer le serveur à crasher",
                             ['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'] = '',
                     ['shortCut'] = 'resettle',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Settlement'},
                            ['Arg2'] = {'forceAllDefaults', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/qa showsupportedlanguages'] = {
         ['/settlement resolvecrisis'] = {
                     ['command'] = 'showsupportedlanguages',
                     ['command'] = 'resolvecrisis',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "List all supported languages with short codes",
                             ['English'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             ['Russian'] = "Отображает все поддерживаемые языки с краткими кодами",
                             ['Russian'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             ['German'] = "Listet alle unterstützten Sprachen mit Funktionscodes auf",
                             ['German'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             ['French'] = "Liste de tous les langages supportés avec les codes courts",
                             ['French'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'resolvecrisis',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['/qa spamdb'] = {
         ['/settlement settlementreport'] = {
                     ['command'] = 'spamdb',
                     ['command'] = 'settlementreport',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spams database operations, in the hopes of reproducing errors or lag",
                             ['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'] = "Отправляет базе данных очень много команд с целью создания лагов или ошибок",
                             ['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'] = "Erzeugt Datenbankoperationen, in der Hoffnung Fehler oder Lag zu verursachen",
                             ['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'] = "Spam les opération sur la base de données, dans l'espoir de reproduire des erreurs ou des décalages",
                             ['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'] = '',
                     ['shortCut'] = 'settlementreport',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'numSeconds', 'Single', '30'},
                             ['Arg1'] = {'tier', 'Int32'},
                            ['Arg2'] = {'numWriteThreads', 'Int32', '16'},
                             },
                             },
         },
         },
         ['/qa spawn'] = {
         ['/settlement spawn'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'spawn',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns item in building",
                             ['English'] = "Spawn a debug set of settlements.",
                             ['Russian'] = "Создаёт предмет в здании",
                             ['Russian'] = "Создать поселение для тестирования.",
                             ['German'] = "Spawnt einen Gegenstand in einem Gebäude",
                             ['German'] = "Spawnt ein Set von Siedlungen zum debuggen.",
                             ['French'] = "Génère un objet dans le bâtiment",
                             ['French'] = "Créez un ensemble de colonies de débogage.",
                             },
                             },
                     ['shortCut'] = 'spawn',
                     ['shortCut'] = 'testtown',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'itemName', 'String'},
                            ['Arg2'] = {'claim', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa strangecloudheartbeat'] = {
         ['/settlement spawnhomestead'] = {
                     ['command'] = 'strangecloudheartbeat',
                     ['command'] = 'spawnhomestead',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Forces a heartbeat to strange cloud",
                             ['English'] = "Create a homestead for the passed user or a test user if null.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "",
                             ['German'] = "",
                             ['French'] = "",
                             ['French'] = "Créer une propriété privée pour l'utilisateur donné ou un utilisateur test si nul.",
                             },
                             },
                     ['shortCut'] = 'hb',
                     ['shortCut'] = 'home',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'makeCitizen', 'Boolean', 'False'},
                            ['Arg2'] = {'homesteadOwner', 'User', ''},
                             },
                             },
         },
         },
         ['/qa testbows'] = {
         ['/settlement spawnsimplesettlements'] = {
                     ['command'] = 'testbows',
                     ['command'] = 'spawnsimplesettlements',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Test bow and arrows.",
                             ['English'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                             ['Russian'] = "Test bow and arrows.",
                             ['Russian'] = "",
                             ['German'] = "Test bow and arrows.",
                             ['German'] = "",
                             ['French'] = "Test bow and arrows.",
                             ['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'] = '',
                     ['shortCut'] = 'sets',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'makeSelfLeaderAndCitizen', 'Boolean', 'True'},
                            ['Arg2'] = {'assignTaxes', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/qa testsendmessage'] = {
         ['/settlement spawntown'] = {
                     ['command'] = 'testsendmessage',
                     ['command'] = 'spawntown',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Send many messages",
                             ['English'] = "Create a new town on this plot and add citizens.",
                             ['Russian'] = "Отправить множество сообщений",
                             ['Russian'] = "Создать на этом участке новый город и заполнить его Гражданами.",
                             ['German'] = "Sende viele Nachrichten",
                             ['German'] = "Errichte auf diesem Landstück eine neue Stadt und lasse Bewohner in sie einziehen.",
                             ['French'] = "Envoyer de nombreux messages",
                             ['French'] = "Créer une nouvelle ville sur cette parcelle et y ajouter des citoyens.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'town',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                             ['Arg1'] = {'msgCount', 'Int32', '200'},
                            ['Arg2'] = {'makeSelfCitizenAndMayor', 'Boolean', 'True'},
                             ['Arg2'] = {'foldOut', 'Boolean', 'True'},
                            ['Arg3'] = {'newCitizenCount', 'Int32', '5'},
                             ['Arg4'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg5'] = {'newInviteeCount', 'Int32', '2'},
                             ['Arg6'] = {'boostCulture', 'Int32', '1000'},
                             },
                             },
         },
         },
         ['/qa toggle'] = {
         ['/settlement vacate'] = {
                     ['command'] = 'toggle',
                     ['command'] = 'vacate',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Toggles the show state of a UI, by UI prefab name",
                             ['English'] = "Make a given citizen leave citizenship of a given town.",
                             ['Russian'] = "Переключает видимость пользовательского интерфейса по имени префаба",
                             ['Russian'] = "Забирает гражданство в данном городе у игрока.",
                             ['German'] = "Schaltet den Anzeige-Status der Benutzeroberfläche nach vorgefertigten Namen um",
                             ['German'] = "Entziehe einem Bürger die Bürgerschaft einer Stadt.",
                             ['French'] = "Active/désactive l'état d'affichage d'une interface utilisateur, par nom préfabriqué de l'interface utilisateur",
                             ['French'] = "Faire qu'un citoyen donné perde la citoyenneté d'une ville donnée.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'vacate',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'uiName', 'String'},
                             ['Arg1'] = {'target', 'Settlement'},
                            ['Arg2'] = {'citizen', 'User'},
                             },
                             },
         },
         },
         ['/qa tooltipclearcache'] = {
         ['/settlement vacateall'] = {
                     ['command'] = 'tooltipclearcache',
                     ['command'] = 'vacateall',
                     ['parent'] = 'qa',
                     ['parent'] = 'settlement',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clear server and client tooltip caches for all users.",
                             ['English'] = "Make a given citizen remove all its citizens (or all settlements if none passed).",
                             ['Russian'] = "Очистить кэш подсказок сервера и клиента для всех пользователей.",
                             ['Russian'] = "Заставьте этого гражданина удалить всех своих подданных (или все населенные пункты, если ни один из них не прошел).",
                             ['German'] = "Cache für Server und Client Tooltips aller Spieler löschen.",
                             ['German'] = "Entfernt alle Bürgerschaften oder Siedlungen eines Mitspielers.",
                             ['French'] = "Effacez les caches d’infobulles du serveur et du client pour tous les utilisateurs.",
                             ['French'] = "Faire en sorte qu'un citoyen donné supprime tous ses citoyens (ou toutes les colonies si rien n'est spécifié).",
                             },
                             },
                     ['shortCut'] = 'ttc',
                     ['shortCut'] = 'vacateall',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement', ''},
                             },
                             },
         },
         },
         ['/qa tooltipstatus'] = {
         ['/sim allowspawn'] = {
                     ['command'] = 'tooltipstatus',
                     ['command'] = 'allowspawn',
                     ['parent'] = 'qa',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Display stats on tooltip debug.",
                             ['English'] = "Enable/Disable animal spawning",
                             ['Russian'] = "Отобразить статистику по отладке подсказок.",
                             ['Russian'] = "Enable/Disable animal spawning",
                             ['German'] = "Zeige Statistiken beim debuggen des Tooltips.",
                             ['German'] = "Enable/Disable animal spawning",
                             ['French'] = "Affichez les statistiques sur le débogage de l'info-bulle.",
                             ['French'] = "Enable/Disable animal spawning",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'anspawn',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'allow', 'Boolean'},
                             },
                             },
         },
         },
         ['/residence'] = {
         ['/sim animalattack'] = {
                     ['command'] = 'residence',
                     ['command'] = 'animalattack',
                     ['parent'] = nil,
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Reports residency for a given user, or yourself if none passed",
                             ['English'] = "Makes animals always choose to attack",
                             ['Russian'] = "Отображает игровое время указанного игрока или своё, если игрок не указан",
                             ['Russian'] = "Makes animals always choose to attack",
                             ['German'] = "Erstellt einen Wohnbericht für einen bestimmten Nutzer oder von dir selbst, wenn keiner gewählt",
                             ['German'] = "Makes animals always choose to attack",
                             ['French'] = "Indique la résidence d'un utilisateur donné, ou vous-même si aucun n'a été validé",
                             ['French'] = "Makes animals always choose to attack",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'alwaysattack',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'other', 'User', ''},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/rooms repairall'] = {
         ['/sim cleardebris'] = {
                     ['command'] = 'repairall',
                     ['command'] = 'cleardebris',
                     ['parent'] = 'rooms',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['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",
                             ['English'] = "Clears debris in an area.",
                             ['Russian'] = "Чинит все сломанные комнаты. Выполнение может занять длительное время и очень нагрузить сервер, поэтому используйте команду только когда сломано много комнат",
                             ['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",
                             ['German'] = "Beseitigt Trümmer in einem Bereich.",
                             ['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",
                             ['French'] = "Débarrasse une zone de ses débris.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'cleardebris',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '75'},
                             },
                             },
         },
         },
         ['/rooms test'] = {
         ['/sim cullspecies'] = {
                     ['command'] = 'test',
                     ['command'] = 'cullspecies',
                     ['parent'] = 'rooms',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             ['English'] = "Destroys a specified amount of a given species from surrounding area",
                             ['Russian'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             ['Russian'] = "Destroys a specified amount of a given species from surrounding area",
                             ['German'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             ['German'] = "Destroys a specified amount of a given species from surrounding area",
                             ['French'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                             ['French'] = "Destroys a specified amount of a given species from surrounding area",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'cull',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String'},
                            ['Arg2'] = {'amount', 'Single', '10'},
                            ['Arg3'] = {'distance', 'Single', '50'},
                             },
                             },
         },
         },
         ['/settlement addclaimpapers'] = {
         ['/sim debugallanimals'] = {
                     ['command'] = 'addclaimpapers',
                     ['command'] = 'debugallanimals',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Add the specified quantity of claim papers to the specified settlement.",
                             ['English'] = "Toggles debugging for all animals on/off",
                             ['Russian'] = "",
                             ['Russian'] = "Toggles debugging for all animals on/off",
                             ['German'] = "Fügt die angegebene Anzahl an Besitzurkunden zu der angegebenen Siedlung hinzu.",
                             ['German'] = "Toggles debugging for all animals on/off",
                             ['French'] = "Ajoute la quantité spécifiée de titre de propriété à la colonie spécifiée.",
                             ['French'] = "Toggles debugging for all animals on/off",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'da',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'quantity', 'Int32'},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                            ['Arg2'] = {'settlement', 'Settlement'},
                             },
                             },
         },
         },
         ['/settlement addclaimstakes'] = {
         ['/sim debuganimal'] = {
                     ['command'] = 'addclaimstakes',
                     ['command'] = 'debuganimal',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Add the specfied quantity of claim stakes to the specified settlement.",
                             ['English'] = "Enables debug on the nearest animal, or disables it if already enabled.",
                             ['Russian'] = "",
                             ['Russian'] = "Включает отладку ближайшего животного или выключает, если она уже включена.",
                             ['German'] = "Fügt die angegebene Anzahl an Absteckpflöcken zu der angegebenen Siedlung hinzu.",
                             ['German'] = "Aktiviert das Debuggen für das nächste Tier oder deaktiviert es, wenn es bereits aktiviert ist.",
                             ['French'] = "Ajouter la quantité spécifiée de piquets de revendication à la colonie spécifiée.",
                             ['French'] = "Active/désactive le mode débug sur l'animal le plus proche.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'dba',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'quantity', 'Int32'},
                             ['Arg1'] = {'follow', 'Boolean', 'False'},
                             ['Arg2'] = {'settlement', 'Settlement'},
                             ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/settlement allowadminannex'] = {
         ['/sim debuganimalfocus'] = {
                     ['command'] = 'allowadminannex',
                     ['command'] = 'debuganimalfocus',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Toggles the ability for admins to annex properties even if the requirements are not met.",
                             ['English'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                             ['Russian'] = "",
                             ['Russian'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                             ['German'] = "",
                             ['German'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                             ['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.",
                             ['French'] = "Enables debug on the nearest animal, or disables it if already enabled. Destroys other animals and doesnt camera follow. Pauses behavior.",
                             },
                             },
                     ['shortCut'] = 'freeannex',
                     ['shortCut'] = 'dbb',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'distanceAhead', 'Single', '10'},
                             ['Arg1'] = {'ignore', 'Boolean', 'True'},
                             ['Arg2'] = {'animalToSpawn', 'String', 'elk'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/settlement annex'] = {
         ['/sim destroyedatmosphere'] = {
                     ['command'] = 'annex',
                     ['command'] = 'destroyedatmosphere',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Force a given settlement to annex another, if the types support it.",
                             ['English'] = "Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.",
                             ['Russian'] = "",
                             ['Russian'] = "Задать процент уничтожения атмосферы, который рассеется за указанное количество секунд.",
                             ['German'] = "Erzwingt die Annexion einer Siedlung durch eine andere, sofern der Typ es zulässt.",
                             ['German'] = "Lege die Rate der zerstörten Atmosphäre fest, die über eine bestimmte Anzahl an Sekunden angezeigt wird.",
                             ['French'] = "Forcer une colonie donnée à annexer une autre, si les types le permettent.",
                             ['French'] = "Définir le pourcentage d'atmosphère détruite à montrer, fondu sur une durée en seconde.",
                             },
                             },
                     ['shortCut'] = 'annex',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'source', 'Settlement'},
                             ['Arg1'] = {'percent', 'Single', '0,5'},
                             ['Arg2'] = {'target', 'Settlement'},
                             ['Arg2'] = {'time', 'Single', '5'},
                             },
                             },
         },
         },
         ['/settlement civicpowers'] = {
         ['/sim donotcontrol'] = {
                     ['command'] = 'civicpowers',
                     ['command'] = 'donotcontrol',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays your civic powers.",
                             ['English'] = "Makes the current user not able to control animals.",
                             ['Russian'] = "Показывает ваши гражданские привилегии.",
                             ['Russian'] = "Makes the current user not able to control animals.",
                             ['German'] = "Zeigt deine Civic power an.",
                             ['German'] = "Makes the current user not able to control animals.",
                             ['French'] = "Affiche vos pouvoirs civiques.",
                             ['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'] = 'civicpowers',
                     ['shortCut'] = 'foc',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'settlementsWhereYoureACitizenOnly', 'Boolean', 'True'},
                             ['Arg1'] = {'animalID', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/settlement clear'] = {
         ['/sim followanimal'] = {
                     ['command'] = 'clear',
                     ['command'] = 'followanimal',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Destroy all things related with the passed settlement and unclaim all property.",
                             ['English'] = "Toggle following the nearest animal.",
                             ['Russian'] = "",
                             ['Russian'] = "Переключить следование за ближайшим животным.",
                             ['German'] = "",
                             ['German'] = "Dem nächsten Tier folgen.",
                             ['French'] = "Détruit toutes les choses liées à la colonie passée et enlève toutes les propriétés.",
                             ['French'] = "Active/désactive le suivi de l'animal le plus proche.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'fola',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'settlement', 'Settlement'},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/settlement clearall'] = {
         ['/sim forcecollectglobalstats'] = {
                     ['command'] = 'clearall',
                     ['command'] = 'forcecollectglobalstats',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Destroy all towns and property stakes and unclaim all property.",
                             ['English'] = "Force global stats to collect now. Updates world progress stats as well.",
                             ['Russian'] = "Уничтожить все города и колышки собственности и удалить все владения.",
                             ['Russian'] = "Собирать глобальную статистику сейчас. Также обновляет статистику прогресса мира.",
                             ['German'] = "Zerstöre alle Städte und Grundstücksbeteiligungen und gib alle Grundstücke frei.",
                             ['German'] = "Erzwinge jetzt die Sammlung globaler Statistiken. Aktualisiert auch die Statistiken des Weltenfortschritts.",
                             ['French'] = "Supprime toutes les villes et tous les piquets de propriété et libère toute propriété revendiquée.",
                             ['French'] = "Force la collecte des statistiques mondiale. Met également à jour les statistiques de progression du monde.",
                             },
                             },
                     ['shortCut'] = 'cleartowns',
                     ['shortCut'] = 'globalstats',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/settlement emigrate'] = {
         ['/sim forcepathupdate'] = {
                     ['command'] = 'emigrate',
                     ['command'] = 'forcepathupdate',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Make a citizen a resident of the given town. Removes them from the previous settlement.",
                             ['English'] = "Forces an update to path manager",
                             ['Russian'] = "Сделать игрока жителем данного города. Удаляет его из предыдущего поселения.",
                             ['Russian'] = "Forces an update to path manager",
                             ['German'] = "Mache einen Bürger zum Mitglied der gewählten Stadt. Entfernt die alte Siedlung von ihm.",
                             ['German'] = "Forces an update to path manager",
                             ['French'] = "Faire d'un citoyen un résident de la ville donnée. Le supprimer de la colonie précédente.",
                             ['French'] = "Forces an update to path manager",
                             },
                             },
                     ['shortCut'] = 'emigrate',
                     ['shortCut'] = 'fpu',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'Settlement'},
                             ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            ['Arg2'] = {'citizen', 'User'},
                             },
                             },
         },
         },
         ['/settlement emigrateall'] = {
         ['/sim forcespawnanimal'] = {
                     ['command'] = 'emigrateall',
                     ['command'] = 'forcespawnanimal',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Move all citizens to the target settlement, or the first found if not set.",
                             ['English'] = "Spawns a number of animals without ecosystem checks",
                             ['Russian'] = "Перемещает всех игроков в указанное поселение либо в первое найденное, если поселение не указано.",
                             ['Russian'] = "Spawns a number of animals without ecosystem checks",
                             ['German'] = "Verschiebe alle Bürger zu der Zielsiedlung, oder zur nächsten, wenn keine gesetzt.",
                             ['German'] = "Spawns a number of animals without ecosystem checks",
                             ['French'] = "Déplacer tous les citoyens vers la colonie cible ou la première trouvée si elle n'est pas définie.",
                             ['French'] = "Spawns a number of animals without ecosystem checks",
                             },
                             },
                     ['shortCut'] = 'emigrateall',
                     ['shortCut'] = 'fanimal',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'Settlement', ''},
                             ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'distanceAhead', 'Single', '0'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/settlement enabledisable'] = {
         ['/sim forceworldtick'] = {
                     ['command'] = 'enabledisable',
                     ['command'] = 'forceworldtick',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Enables or disables a settlement. This will stop it from casting influence or applying laws when disabled.",
                             ['English'] = "Forces a world layer simulation tick to update layers immediately.",
                             ['Russian'] = "",
                             ['Russian'] = "Forces a world layer simulation tick to update layers immediately.",
                             ['German'] = "",
                             ['German'] = "Forces a world layer simulation tick to update layers immediately.",
                             ['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.",
                             ['French'] = "Forces a world layer simulation tick to update layers immediately.",
                             },
                             },
                     ['shortCut'] = 'seten',
                     ['shortCut'] = 'wtick',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Settlement'},
                            ['Arg2'] = {'enabled', 'Boolean'},
                             },
                             },
         },
         },
         ['/settlement forcerenouncecitizenship'] = {
         ['/sim freezeanimal'] = {
                     ['command'] = 'forcerenouncecitizenship',
                     ['command'] = 'freezeanimal',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Make someone leave citizenship of whatever settlement you they are a citizen of. Pass target or perform on self if not set.",
                             ['English'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                             ['Russian'] = "",
                             ['Russian'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                             ['German'] = "",
                             ['German'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                             ['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.",
                             ['French'] = "Make the nearest animal stop running behaviors, and delete their current path if they have one.",
                             },
                             },
                     ['shortCut'] = 'nocit',
                     ['shortCut'] = 'freeze',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'target', 'User', ''},
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/settlement gethomesteadback'] = {
         ['/sim greenthumb'] = {
                     ['command'] = 'gethomesteadback',
                     ['command'] = 'greenthumb',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove your homestead from the world and get it back to you.",
                             ['English'] = "Spawns random plants",
                             ['Russian'] = "Удаляет ваш колышек усадьбы из этого мира и возвращает в ваш инвентарь.",
                             ['Russian'] = "Создать случайные растения",
                             ['German'] = "Entfernt deinen Absteckpflock aus der Welt und gibt ihn dir zurück.",
                             ['German'] = "Spawnt zufällige Pflanzen",
                             ['French'] = "Retirer votre propriété privée du monde et récupérer-la.",
                             ['French'] = "Génère des plantes au hasard",
                             },
                             },
                     ['shortCut'] = 'gethomesteadback',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/settlement homesteadreport'] = {
         ['/sim instakillanimals'] = {
                     ['command'] = 'homesteadreport',
                     ['command'] = 'instakillanimals',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             ['English'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                             ['Russian'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             ['Russian'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                             ['German'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             ['German'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                             ['French'] = "Shows a report of how neighboring settlements may impact a homestead that is placed at the citizen\'s current location.",
                             ['French'] = "Toggles instakill mode for animals - hitting animals will do 1000x damage",
                             },
                             },
                     ['shortCut'] = 'homesteadreport',
                     ['shortCut'] = 'instakill',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/settlement ignorerequirements'] = {
         ['/sim killplants'] = {
                     ['command'] = 'ignorerequirements',
                     ['command'] = 'killplants',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Disable Settlement requirements for the session (Ie, dont require child settlements or citizens for a country to spawn.",
                             ['English'] = "Kills all plants in an area. Pass false to not delete them.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Deaktiviert die Siedlungsvoraussetzungen für diese Sitzung (d. h., man benötigt keine Siedlungen oder Städte, damit ein Land erscheint).",
                             ['German'] = "",
                             ['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).",
                             ['French'] = "Détruit toutes les plantes dans une zone. Passez false pour ne pas les supprimer.",
                             },
                             },
                     ['shortCut'] = 'nosetreqs',
                     ['shortCut'] = 'killplants',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'client', 'IChatClient'},
                             ['Arg1'] = {'radius', 'Int32', '75'},
                             ['Arg1'] = {'ignore', 'Boolean', 'True'},
                             ['Arg2'] = {'destroy', 'Boolean', 'True'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                             },
                             },
         },
         },
         ['/settlement placehomestead'] = {
         ['/sim killtrees'] = {
                     ['command'] = 'placehomestead',
                     ['command'] = 'killtrees',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Force-place a settlement at current position, either yourself or a test user.",
                             ['English'] = "Kills all trees in an area. Pass false to only cut them.",
                             ['Russian'] = "",
                             ['Russian'] = "Убивает все деревья в области. Параметр false, чтобы срубить их.",
                             ['German'] = "",
                             ['German'] = "",
                             ['French'] = "Forcer le placement d'une colonie à la position actuelle, que ce soit pour vous-même ou pour un utilisateur de test.",
                             ['French'] = "Tue tous les arbres dans une zone. Passez false pour seulement les couper.",
                             },
                             },
                     ['shortCut'] = 'placehomestead',
                     ['shortCut'] = 'killtrees',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'self', 'Boolean', 'False'},
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg2'] = {'addAsCitizen', 'Boolean', 'False'},
                             ['Arg2'] = {'destroy', 'Boolean', 'True'},
                             ['Arg3'] = {'abandoned', 'Boolean', 'False'},
                             ['Arg3'] = {'speciesName', 'String', ''},
                             },
                             },
         },
         },
         ['/settlement populate'] = {
         ['/sim listanimalpopulations'] = {
                     ['command'] = 'populate',
                     ['command'] = 'listanimalpopulations',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Fill the town on this plot with citizens.",
                             ['English'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                             ['Russian'] = "Заполнить город на этом участке Гражданами.",
                             ['Russian'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                             ['German'] = "Fülle die Stadt auf diesem Grundstück mit Bewohnern.",
                             ['German'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                             ['French'] = "Remplir la ville sur ce terrain avec des citoyens.",
                             ['French'] = "Lists animal populations at specified location (or current location), including animals with 0 population",
                             },
                             },
                     ['shortCut'] = 'populate',
                     ['shortCut'] = 'animalpop',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                             ['Arg1'] = {'x', 'Single', '-1'},
                             ['Arg2'] = {'newCitizenCount', 'Int32', '5'},
                             ['Arg2'] = {'z', 'Single', '-1'},
                            ['Arg3'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg4'] = {'newInviteeCount', 'Int32', '2'},
                            ['Arg5'] = {'makeAllActive', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/settlement rebuildcivicpowers'] = {
         ['/sim listplantpopulations'] = {
                     ['command'] = 'rebuildcivicpowers',
                     ['command'] = 'listplantpopulations',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Recalc civic powers for all settlements and users.",
                             ['English'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                             ['Russian'] = "Пересчитать гражданские права для всех поселений и игроков.",
                             ['Russian'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                             ['German'] = "Neuverordnung der Bürgerrechte für alle Siedlungen und Nutzer.",
                             ['German'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                             ['French'] = "Recalculer les pouvoirs civiques pour tous les établissements et utilisateurs.",
                             ['French'] = "Lists plant populations at specified location (or current location), including underwater plants and plants with 0 population",
                             },
                             },
                     ['shortCut'] = 'rebuildcivicpowers',
                     ['shortCut'] = 'plantpop',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Single', '-1'},
                            ['Arg2'] = {'z', 'Single', '-1'},
                             },
                             },
         },
         },
         ['/settlement recountclaims'] = {
         ['/sim makepollution'] = {
                     ['command'] = 'recountclaims',
                     ['command'] = 'makepollution',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['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.",
                             ['English'] = "Pollute an area from 0-1.",
                             ['Russian'] = "",
                             ['Russian'] = "Pollute an area from 0-1.",
                             ['German'] = "",
                             ['German'] = "Pollute an area from 0-1.",
                             ['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.",
                             ['French'] = "Pollute an area from 0-1.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'pol',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'settlement', 'Settlement', ''},
                             ['Arg1'] = {'pollutionValue', 'Single', '1'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                             },
                             },
         },
         },
         ['/settlement renouncecitizenship'] = {
         ['/sim massplant'] = {
                     ['command'] = 'renouncecitizenship',
                     ['command'] = 'massplant',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Leave citizenship of whatever settlement you are a citizen of.",
                             ['English'] = "Spawns a bunch of one plant",
                             ['Russian'] = "",
                             ['Russian'] = "Создать группу одинаковых растений",
                             ['German'] = "",
                             ['German'] = "Spawnt eine Menge der gleichen Pflanze",
                             ['French'] = "Quitter la citoyenneté de n'importe quelle colonie dont vous êtes citoyen.",
                             ['French'] = "Génère quelques plantes d'une espèce",
                             },
                             },
                     ['shortCut'] = 'renounce',
                     ['shortCut'] = '',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'speciesName', 'String', ''},
                            ['Arg3'] = {'growthPercent', 'Single', '1'},
                            ['Arg4'] = {'yield', 'Single', '0,8'},
                            ['Arg5'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/settlement reset'] = {
         ['/sim moveto'] = {
                     ['command'] = 'reset',
                     ['command'] = 'moveto',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Resets any invalid entries in a settlement to a new default.  If true is passed, reset everything, regardless of validity.",
                             ['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'] = "",
                             ['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'] = "",
                             ['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'] = "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é.",
                             ['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'] = 'resettle',
                     ['shortCut'] = 'come',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'Settlement'},
                             ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            ['Arg2'] = {'forceAllDefaults', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/settlement resolvecrisis'] = {
         ['/sim oneshot'] = {
                     ['command'] = 'resolvecrisis',
                     ['command'] = 'oneshot',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             ['English'] = "Kills nearest animal",
                             ['Russian'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             ['Russian'] = "Убивает животных вблизи",
                             ['German'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             ['German'] = "Tötet das nächste Tier",
                             ['French'] = "Forces resolution of property crises by removing claims now.  Pass individual settlement, or leave blank for \'all settlements in crisis\'.",
                             ['French'] = "Tue l'animal le plus proche",
                             },
                             },
                     ['shortCut'] = 'resolvecrisis',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement', ''},
                             },
                             },
         },
         },
         ['/settlement settlementreport'] = {
         ['/sim poorbunnies'] = {
                     ['command'] = 'settlementreport',
                     ['command'] = 'poorbunnies',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['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)",
                             ['English'] = "Kills all animals and disable animal spawn",
                             ['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)",
                             ['Russian'] = "Kills all animals and disable animal spawn",
                             ['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)",
                             ['German'] = "Kills all animals and disable animal spawn",
                             ['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)",
                             ['French'] = "Kills all animals and disable animal spawn",
                             },
                             },
                     ['shortCut'] = 'settlementreport',
                     ['shortCut'] = 'die',
                     ['level'] = 'User',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'tier', 'Int32'},
                             ['Arg0'] = {'destroy', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/settlement spawn'] = {
         ['/sim raisesealevel'] = {
                     ['command'] = 'spawn',
                     ['command'] = 'raisesealevel',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawn a debug set of settlements.",
                             ['English'] = "Raises the sea level by a passed in amount. Careful with this one!",
                             ['Russian'] = "Создать поселение для тестирования.",
                             ['Russian'] = "Поднимает уровень море на заданную величину. Используйте с осторожностью!",
                             ['German'] = "Spawnt ein Set von Siedlungen zum debuggen.",
                             ['German'] = "Erhöht den Meeresspiegel um einen bestimmten Wert. Mit Vorsicht verwenden!",
                             ['French'] = "Créez un ensemble de colonies de débogage.",
                             ['French'] = "Augmente le niveau de la mer du montant précisé. Attention avec celle-ci !",
                             },
                             },
                     ['shortCut'] = 'testtown',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'val', 'Single', '1,5'},
                             },
                             },
         },
         },
         ['/settlement spawnhomestead'] = {
         ['/sim regenlayer'] = {
                     ['command'] = 'spawnhomestead',
                     ['command'] = 'regenlayer',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create a homestead for the passed user or a test user if null.",
                             ['English'] = "Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.",
                             ['Russian'] = "",
                             ['Russian'] = "Регенерирует слой мира восстанавливая состояние в котором он был сразу после создания.",
                             ['German'] = "",
                             ['German'] = "Setzt eine Weltebene zurück in den Zustand, in dem sie wäre, wenn die Welt frisch generiert worden wäre.",
                             ['French'] = "Créer une propriété privée pour l'utilisateur donné ou un utilisateur test si nul.",
                             ['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'] = 'home',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'makeCitizen', 'Boolean', 'False'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'homesteadOwner', 'User', ''},
                             ['Arg1'] = {'layerName', 'String'},
                             },
                             },
         },
         },
         ['/settlement spawnsimplesettlements'] = {
         ['/sim removedeadplants'] = {
                     ['command'] = 'spawnsimplesettlements',
                     ['command'] = 'removedeadplants',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create a nested homestead, town, country, and federation with simple force-enabled objects.",
                             ['English'] = "Removes dead plants in an area.",
                             ['Russian'] = "",
                             ['Russian'] = "Убрать мертвые растения в зоне.",
                             ['German'] = "",
                             ['German'] = "Entfernt tote Pflanzen in einem Bereich.",
                             ['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.",
                             ['French'] = "Enlève les plantes mortes dans une zone.",
                             },
                             },
                     ['shortCut'] = 'sets',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'makeSelfLeaderAndCitizen', 'Boolean', 'True'},
                             ['Arg1'] = {'radius', 'Int32', '50'},
                             ['Arg2'] = {'assignTaxes', 'Boolean', 'True'},
                             ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/settlement spawntown'] = {
         ['/sim runto'] = {
                     ['command'] = 'spawntown',
                     ['command'] = 'runto',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create a new town on this plot and add citizens.",
                             ['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'] = "Создать на этом участке новый город и заполнить его Гражданами.",
                             ['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'] = "Errichte auf diesem Landstück eine neue Stadt und lasse Bewohner in sie einziehen.",
                             ['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'] = "Créer une nouvelle ville sur cette parcelle et y ajouter des citoyens.",
                             ['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'] = 'town',
                     ['shortCut'] = 'run',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'foundTown', 'Boolean', 'True'},
                             ['Arg1'] = {'targetPlayer', 'Boolean', 'True'},
                            ['Arg2'] = {'makeSelfCitizenAndMayor', 'Boolean', 'True'},
                            ['Arg3'] = {'newCitizenCount', 'Int32', '5'},
                            ['Arg4'] = {'newApplicantCount', 'Int32', '2'},
                            ['Arg5'] = {'newInviteeCount', 'Int32', '2'},
                            ['Arg6'] = {'boostCulture', 'Int32', '1000'},
                             },
                             },
         },
         },
         ['/settlement vacate'] = {
         ['/sim sealevel'] = {
                     ['command'] = 'vacate',
                     ['command'] = 'sealevel',
                     ['parent'] = 'settlement',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Make a given citizen leave citizenship of a given town.",
                             ['English'] = "Displays the current sea level and how much it has risen.",
                             ['Russian'] = "Забирает гражданство в данном городе у игрока.",
                             ['Russian'] = "Отображает текущий уровень моря и насколько он вырос.",
                             ['German'] = "Entziehe einem Bürger die Bürgerschaft einer Stadt.",
                             ['German'] = "Zeigt den aktuellen Meeresspiegel und wie weit dieser angestiegen ist.",
                             ['French'] = "Faire qu'un citoyen donné perde la citoyenneté d'une ville donnée.",
                             ['French'] = "Affiche le niveau actuel de la mer et combien il a augmenté.",
                             },
                             },
                     ['shortCut'] = 'vacate',
                     ['shortCut'] = 'sea',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'Settlement'},
                            ['Arg2'] = {'citizen', 'User'},
                             },
                             },
         },
         },
        ['/settlement vacateall'] = {
         ['/sim setlayer'] = {
                    ['command'] = 'vacateall',
                     ['command'] = 'setlayer',
                    ['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 animalspeed'] = {
                     ['command'] = 'animalspeed',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Set speed for nearest animal (debug)",
                             ['English'] = "Sets a world layer to specific value or random value from range.",
                             ['Russian'] = "Задать скорость для ближайшего животного (отладка)",
                             ['Russian'] = "Устанавливает слой мира на определенное значение или случайное значение из диапазона.",
                             ['German'] = "Geschwindigkeit für das nächste Tier einstellen (Debug)",
                             ['German'] = "Legt eine Weltenebene auf einen bestimmten Wert oder einen zufälligen Wert aus einem Bereich fest.",
                             ['French'] = "Définit la vitesse pour l'animal le plus proche (débug)",
                             ['French'] = "Définit un calque du monde à une valeur spécifique ou à une valeur aléatoire de la gamme.",
                             },
                             },
                     ['shortCut'] = 'animalspeed',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'wanderingSpeed', 'Single'},
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'runningSpeed', 'Single', '0'},
                             ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                             ['Arg3'] = {'maxValue', 'Single', 'не число'},
                             },
                             },
         },
         },
         ['/sim bunnytime'] = {
         ['/sim setpollutionactive'] = {
                     ['command'] = 'bunnytime',
                     ['command'] = 'setpollutionactive',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns 100 bunnies",
                             ['English'] = "Activates/deactivates pollution layer updating.",
                             ['Russian'] = "Создать 100 кроликов",
                             ['Russian'] = "Включает/выключает обновление слоя загрязнения.",
                             ['German'] = "Erzeugt 100 Hasen",
                             ['German'] = "Aktiviert / deaktiviert die Aktualisierung der Verschmutzungsschicht.",
                             ['French'] = "Génère 100 lapins",
                             ['French'] = "Active/désactive la mise à jour du calque de pollution.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'isActive', 'Boolean'},
                             },
                             },
         },
         },
         ['/sim cleardebris'] = {
         ['/sim showpopulationchanges'] = {
                     ['command'] = 'cleardebris',
                     ['command'] = 'showpopulationchanges',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clears debris in an area.",
                             ['English'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                             ['Russian'] = "Убрать древесную массу в зоне.",
                             ['Russian'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                             ['German'] = "Beseitigt Trümmer in einem Bereich.",
                             ['German'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                             ['French'] = "Débarrasse une zone de ses débris.",
                             ['French'] = "Shows the last set of cached population changes with hourly and daily rate estimates",
                             },
                             },
                     ['shortCut'] = 'cleardebris',
                     ['shortCut'] = 'popchanges',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '75'},
                             },
                             },
         },
         },
         ['/sim debuganimal'] = {
         ['/sim spawnallanimals'] = {
                     ['command'] = 'debuganimal',
                     ['command'] = 'spawnallanimals',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Enables debug on the nearest animal, or disables it if already enabled.",
                             ['English'] = "Spawns all animals in a grid based on look direction",
                             ['Russian'] = "Включает отладку ближайшего животного или выключает, если она уже включена.",
                             ['Russian'] = "Spawns all animals in a grid based on look direction",
                             ['German'] = "Aktiviert das Debuggen für das nächste Tier oder deaktiviert es, wenn es bereits aktiviert ist.",
                             ['German'] = "Spawns all animals in a grid based on look direction",
                             ['French'] = "Active/désactive le mode débug sur l'animal le plus proche.",
                             ['French'] = "Spawns all animals in a grid based on look direction",
                             },
                             },
                     ['shortCut'] = 'dba',
                     ['shortCut'] = 'zoo',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'follow', 'Boolean', 'True'},
                             ['Arg1'] = {'spacing', 'Int32', '2'},
                            ['Arg2'] = {'destroyAllOthers', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim destroyedatmosphere'] = {
         ['/sim spawnallplants'] = {
                     ['command'] = 'destroyedatmosphere',
                     ['command'] = 'spawnallplants',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Set the percent of a destroyed atmosphere to display, blended to over a given number of seconds.",
                             ['English'] = "Spawns plants of particular ages in a row",
                             ['Russian'] = "Задать процент уничтожения атмосферы, который рассеется за указанное количество секунд.",
                             ['Russian'] = "Создаёт ряд растений определенного возраста",
                             ['German'] = "Lege die Rate der zerstörten Atmosphäre fest, die über eine bestimmte Anzahl an Sekunden angezeigt wird.",
                             ['German'] = "Spawnt Pflanzen bestimmten Alters in einer Reihe",
                             ['French'] = "Définir le pourcentage d'atmosphère détruite à montrer, fondu sur une durée en seconde.",
                             ['French'] = "Génère des plantes d'âges particuliers sur une rangée",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'allplants',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'percent', 'Single', '0,5'},
                            ['Arg2'] = {'growth1', 'Single', '0,3'},
                             ['Arg2'] = {'time', 'Single', '5'},
                             ['Arg3'] = {'growth2', 'Single', '0,6'},
                             ['Arg4'] = {'growth3', 'Single', '1'},
                             },
                             },
         },
         },
         ['/sim dinnerbell'] = {
         ['/sim spawnalltrees'] = {
                     ['command'] = 'dinnerbell',
                     ['command'] = 'spawnalltrees',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Makes all animals hungry.",
                             ['English'] = "Spawns trees of particular ages in a row",
                             ['Russian'] = "Сделать всех животных голодными.",
                             ['Russian'] = "",
                             ['German'] = "Macht alle Tiere hungrig.",
                             ['German'] = "Erzeugt Bäume bestimmten Alters in einer Reihe",
                             ['French'] = "Rend tout les animaux affamés.",
                             ['French'] = "Génère des arbres d'âges particuliers sur une rangée",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'alltrees',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/sim followanimal'] = {
         ['/sim spawnanimal'] = {
                     ['command'] = 'followanimal',
                     ['command'] = 'spawnanimal',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Toggle following the nearest animal.",
                             ['English'] = "Spawns a number of animals",
                             ['Russian'] = "Переключить следование за ближайшим животным.",
                             ['Russian'] = "Создаёт какое-то количество животных",
                             ['German'] = "Dem nächsten Tier folgen.",
                             ['German'] = "Spawnt eine Anzahl von Tieren",
                             ['French'] = "Active/désactive le suivi de l'animal le plus proche.",
                             ['French'] = "Génère un certain nombre d'animaux",
                             },
                             },
                     ['shortCut'] = 'fola',
                     ['shortCut'] = 'animal',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             ['Arg1'] = {'speciesName', 'String', 'Hare'},
                            ['Arg2'] = {'distanceAhead', 'Single', '0'},
                            ['Arg3'] = {'dead', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim forcecollectglobalstats'] = {
         ['/sim spawnherd'] = {
                     ['command'] = 'forcecollectglobalstats',
                     ['command'] = 'spawnherd',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Force global stats to collect now. Updates world progress stats as well.",
                             ['English'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                             ['Russian'] = "Собирать глобальную статистику сейчас. Также обновляет статистику прогресса мира.",
                             ['Russian'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                             ['German'] = "Erzwinge jetzt die Sammlung globaler Statistiken. Aktualisiert auch die Statistiken des Weltenfortschritts.",
                             ['German'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                             ['French'] = "Force la collecte des statistiques mondiale. Met également à jour les statistiques de progression du monde.",
                             ['French'] = "Do an animal spawn as if the player is just logging in, using normal population rules.",
                             },
                             },
                     ['shortCut'] = 'globalstats',
                     ['shortCut'] = 'frens',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/sim greenthumb'] = {
         ['/sim spawnplant'] = {
                     ['command'] = 'greenthumb',
                     ['command'] = 'spawnplant',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns random plants",
                             ['English'] = "Spawns a plant or plants in a row or grid",
                             ['Russian'] = "Создать случайные растения",
                             ['Russian'] = "",
                             ['German'] = "Spawnt zufällige Pflanzen",
                             ['German'] = "Erzeugt eine oder mehrere Pflanzen in einer Linie oder einem Gitter",
                             ['French'] = "Génère des plantes au hasard",
                             ['French'] = "Génère une ou plusieurs plantes sur une rangée ou une grille",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'plant',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg1'] = {'speciesName', 'String', 'Birch'},
                             ['Arg2'] = {'trees', 'Boolean', 'False'},
                            ['Arg2'] = {'countX', 'Int32', '1'},
                            ['Arg3'] = {'countZ', 'Int32', '1'},
                             ['Arg4'] = {'space', 'Int32', '0'},
                            ['Arg5'] = {'age', 'Single', '1'},
                             },
                             },
         },
         },
         ['/sim killplants'] = {
         ['/sim toggleanimalnotifications'] = {
                     ['command'] = 'killplants',
                     ['command'] = 'toggleanimalnotifications',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Kills all plants in an area. Pass false to not delete them.",
                             ['English'] = "Toggles animal population change notifications on/off to all users.",
                             ['Russian'] = "",
                             ['Russian'] = "Toggles animal population change notifications on/off to all users.",
                             ['German'] = "",
                             ['German'] = "Toggles animal population change notifications on/off to all users.",
                             ['French'] = "Détruit toutes les plantes dans une zone. Passez false pour ne pas les supprimer.",
                             ['French'] = "Toggles animal population change notifications on/off to all users.",
                             },
                             },
                     ['shortCut'] = 'killplants',
                     ['shortCut'] = 'animalnotify',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '75'},
                            ['Arg2'] = {'destroy', 'Boolean', 'True'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                             },
                             },
         },
         },
         ['/sim killtrees'] = {
         ['/sim trample'] = {
                     ['command'] = 'killtrees',
                     ['command'] = 'trample',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Kills all trees in an area. Pass false to only cut them.",
                             ['English'] = "Tramples the surrounding ground",
                             ['Russian'] = "Убивает все деревья в области. Параметр false, чтобы срубить их.",
                             ['Russian'] = "Вытаптывает окружающие земли",
                             ['German'] = "",
                             ['German'] = "Zertrampelt den umgebenden Boden",
                             ['French'] = "Tue tous les arbres dans une zone. Passez false pour seulement les couper.",
                             ['French'] = "Piétine le sol environnant",
                             },
                             },
                     ['shortCut'] = 'killtrees',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'radius', 'Int32', '10'},
                            ['Arg2'] = {'destroy', 'Boolean', 'True'},
                            ['Arg3'] = {'speciesName', 'String', ''},
                             },
                             },
         },
         },
         ['/sim letitfish'] = {
         ['/sim unpollute'] = {
                     ['command'] = 'letitfish',
                     ['command'] = 'unpollute',
                     ['parent'] = 'sim',
                     ['parent'] = 'sim',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Fishing time!",
                             ['English'] = "Unpollute an area. Remove dead plants and replace dirt on grass blocks.",
                             ['Russian'] = "Время рыбалки!",
                             ['Russian'] = "Очистить зону от загрязнения. Убрать мёртвые растения и заменить землю на траву.",
                             ['German'] = "Zeit zum Angeln!",
                             ['German'] = "Verschmutze einen Bereich. Entferne tote Pflanzen und ersetze es mit Schmutz auf Grasblöcken.",
                             ['French'] = "C'est l'heure de la pêche !",
                             ['French'] = "Dépollue une zone. Supprime les plantes mortes et remplace la terre sur les blocs d'herbe.",
                             },
                             },
                     ['shortCut'] = 'fish',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '50'},
                             ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                             },
                             },
         },
         },
         ['/sim liedown'] = {
         ['/skills addlevelto'] = {
                     ['command'] = 'liedown',
                     ['command'] = 'addlevelto',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "The animal that\'s currently being debugged will change state to lie down (or idle if he doesn\'t have a lie down state).",
                             ['English'] = "Gives levels to another player. Gives to yourself if target user is empty",
                             ['Russian'] = "The animal that\'s currently being debugged will change state to lie down (or idle if he doesn\'t have a lie down state).",
                             ['Russian'] = "Добавляет уровни другому игроку. Выдаст Вам если игрок не был указан",
                             ['German'] = "The animal that\'s currently being debugged will change state to lie down (or idle if he doesn\'t have a lie down state).",
                             ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                             ['French'] = "The animal that\'s currently being debugged will change state to lie down (or idle if he doesn\'t have a lie down state).",
                             ['French'] = "Donne des niveaux à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'addlevel',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'seconds', 'Single', '120'},
                             ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim massplant'] = {
         ['/skills addpointsto'] = {
                     ['command'] = 'massplant',
                     ['command'] = 'addpointsto',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a bunch of one plant",
                             ['English'] = "Give skillpoints to another player. Give them to yourself if target user is empty",
                             ['Russian'] = "Создать группу одинаковых растений",
                             ['Russian'] = "Передать очки навыков другому игроку или передать очки самому себе если не указывать целевого игрока",
                             ['German'] = "Spawnt eine Menge der gleichen Pflanze",
                             ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                             ['French'] = "Génère quelques plantes d'une espèce",
                             ['French'] = "Donnez des points de compétence à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'addpoint',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '10'},
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg2'] = {'speciesName', 'String', ''},
                             ['Arg2'] = {'stars', 'Int32', '1'},
                            ['Arg3'] = {'growthPercent', 'Single', '1'},
                            ['Arg4'] = {'yield', 'Single', '0,8'},
                            ['Arg5'] = {'trees', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/sim moveto'] = {
         ['/skills all'] = {
                     ['command'] = 'moveto',
                     ['command'] = 'all',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates)",
                             ['English'] = "Unlocks all skills",
                            ['Russian'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates)",
                             ['Russian'] = "Разблокирует все навыки",
                            ['German'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates)",
                             ['German'] = "Schaltet alle Fertigkeiten frei",
                            ['French'] = "The animal that\'s currently being debugged will move toward the specified destination (just specifify the x and z coordinates)",
                             ['French'] = "Débloque toutes les compétences",
                            },
                    ['shortCut'] = 'animalmoveto',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'xDestination', 'Single'},
                            ['Arg2'] = {'zDestination', 'Single'},
                            },
        },
        ['/sim noah'] = {
                    ['command'] = 'noah',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Spawns given number of all animals",
                             ['Russian'] = "Создаёт указанное количество всех животных",
                             ['German'] = "Erzeugt eine Anzahl von Tieren",
                             ['French'] = "Génère un nombre précis de tous les animaux",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/sim oneshot'] = {
         ['/skills cleartalents'] = {
                     ['command'] = 'oneshot',
                     ['command'] = 'cleartalents',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Kills nearest animal",
                             ['English'] = "Resets all talents for a specialization for a player. If the skill name is empty it will remove talents from all specialization",
                             ['Russian'] = "Убивает животных вблизи",
                             ['Russian'] = "Сбрасывает таланты для указанной специализации игрока. Если специализация не указана, сбрасываются все таланты",
                             ['German'] = "Tötet das nächste Tier",
                             ['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'] = "Tue l'animal le plus proche",
                             ['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'] = '',
                     ['shortCut'] = 'notalents',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                             },
                             },
         },
         },
         ['/sim poorbunnies'] = {
         ['/skills creative'] = {
                     ['command'] = 'poorbunnies',
                     ['command'] = 'creative',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Kills all animals",
                             ['English'] = "Remove restrictions and gives you every skill at max level.",
                             ['Russian'] = "Убить всех животных",
                             ['Russian'] = "Убирает ограничения и даёт вам все навыки на максимальном уровне.",
                             ['German'] = "Tötet alle Tiere",
                             ['German'] = "Entferne Beschränkungen und gibt dir alle Fähigkeiten auf maximalem Level.",
                             ['French'] = "Tue tous les animaux",
                             ['French'] = "Retire les restrictions et vous donne toutes les compétences au niveau max.",
                             },
                             },
                     ['shortCut'] = 'die',
                     ['shortCut'] = 'creative',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'destroy', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/sim predatorsprotected'] = {
         ['/skills debugedu'] = {
                     ['command'] = 'predatorsprotected',
                     ['command'] = 'debugedu',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Stay invisible from predators",
                             ['English'] = "Make education tick every frame, accepet teachers and students regardless of skills, and allow teachers to be their own students.",
                             ['Russian'] = "Стать невидимым для хищников",
                             ['Russian'] = "Сделайте так, чтобы образование соответствовало каждому кадру, принимайте учителей и учеников, независимо от навыков, и позволяйте учителям быть самими собой с учениками.",
                             ['German'] = "Bleib unsichtbar vor Raubtieren",
                             ['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'] = "Rester invisible des prédateurs",
                             ['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'] = 'safe',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/sim raisesealevel'] = {
         ['/skills education'] = {
                     ['command'] = 'raisesealevel',
                     ['command'] = 'education',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Raises the sea level by a passed in amountCareful with this one!",
                             ['English'] = "Set education value (0 to 1) for a skill (default to 1), giving the skill if the user doesn\'t have itIf no target user is set, apply to self.",
                             ['Russian'] = "Поднимает уровень море на заданную величину. Используйте с осторожностью!",
                             ['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'] = "Erhöht den Meeresspiegel um einen bestimmten Wert. Mit Vorsicht verwenden!",
                             ['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'] = "Augmente le niveau de la mer du montant précisé. Attention avec celle-ci !",
                             ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'val', 'Single', '1,5'},
                             ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'value', 'Single', '1'},
                            ['Arg3'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/sim regenlayer'] = {
         ['/skills fullreset'] = {
                     ['command'] = 'regenlayer',
                     ['command'] = 'fullreset',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Regenerates a world layer, restoring it to the state it would be in if the world were newly generated.",
                             ['English'] = "Resets all skills to unlearnt",
                             ['Russian'] = "Регенерирует слой мира восстанавливая состояние в котором он был сразу после создания.",
                             ['Russian'] = "Сбрасывает все навыки в не изученное состояние",
                             ['German'] = "Setzt eine Weltebene zurück in den Zustand, in dem sie wäre, wenn die Welt frisch generiert worden wäre.",
                             ['German'] = "Setzt alle Fertigkeiten zurück",
                             ['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é.",
                             ['French'] = "Réinitialise toutes les compétences à non apprise",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg1'] = {'layerName', 'String'},
                             },
                             },
         },
         },
         ['/sim removedeadplants'] = {
         ['/skills give'] = {
                     ['command'] = 'removedeadplants',
                     ['command'] = 'give',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes dead plants in an area.",
                             ['English'] = "Gives a skill matching the given name. If no target user is set, apply to self.",
                             ['Russian'] = "Убрать мертвые растения в зоне.",
                             ['Russian'] = "Выдает всё специализации, совпадающие с названием. Если не указан игрок, применяется к себе.",
                             ['German'] = "Entfernt tote Pflanzen in einem Bereich.",
                             ['German'] = "Verleiht eine Fähigkeit, die sich dem zugeordneten Namen anpasst. Wenn kein Zielnutzer bestimmt ist, auf sich selbst anwenden.",
                             ['French'] = "Enlève les plantes mortes dans une zone.",
                             ['French'] = "Donne une compétence correspondant au nom donné. Si aucun utilisateur cible n'est défini, s'appliquer sur soi.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'radius', 'Int32', '50'},
                             ['Arg1'] = {'skillName', 'String'},
                             ['Arg2'] = {'destroy', 'Boolean', 'False'},
                             ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/sim repopulateanimallayer'] = {
         ['/skills givepointsto'] = {
                     ['command'] = 'repopulateanimallayer',
                     ['command'] = 'givepointsto',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Reset animal sim population to initial values (as it was on world generation)",
                             ['English'] = "Give skillpoints to another player",
                             ['Russian'] = "",
                             ['Russian'] = "Дать очки навыков другому игроку",
                             ['German'] = "",
                             ['German'] = "Gibt Fertigkeitspunkte an einen anderen Spieler",
                             ['French'] = "",
                             ['French'] = "Donne des points de compétence à un autre joueur",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'number', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/sim sealevel'] = {
         ['/skills levelup'] = {
                     ['command'] = 'sealevel',
                     ['command'] = 'levelup',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays the current sea level and how much it has risen.",
                             ['English'] = "Levels up a string matching the passed skill\'s name to the max.",
                             ['Russian'] = "Отображает текущий уровень моря и насколько он вырос.",
                             ['Russian'] = "Levels up a string matching the passed skill\'s name to the max.",
                             ['German'] = "Zeigt den aktuellen Meeresspiegel und wie weit dieser angestiegen ist.",
                             ['German'] = "Levels up a string matching the passed skill\'s name to the max.",
                             ['French'] = "Affiche le niveau actuel de la mer et combien il a augmenté.",
                             ['French'] = "Levels up a string matching the passed skill\'s name to the max.",
                             },
                             },
                     ['shortCut'] = 'sea',
                     ['shortCut'] = 'levelup',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/sim setlayer'] = {
         ['/skills levelupall'] = {
                     ['command'] = 'setlayer',
                     ['command'] = 'levelupall',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Sets a world layer to specific value or random value from range.",
                             ['English'] = "Levels all skills up 1 level at a time (no chunks).",
                             ['Russian'] = "Устанавливает слой мира на определенное значение или случайное значение из диапазона.",
                             ['Russian'] = "Поднять все навыки на 1 уровень разом (без квитанций).",
                             ['German'] = "Legt eine Weltenebene auf einen bestimmten Wert oder einen zufälligen Wert aus einem Bereich fest.",
                             ['German'] = "Erhöht alle Fertigkeiten um jeweils 1 Stufe (keine Brocken).",
                             ['French'] = "Définit un calque du monde à une valeur spécifique ou à une valeur aléatoire de la gamme.",
                             ['French'] = "Augmente toutes les compétences d'un niveau à la fois (sans morceaux).",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'allskills',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'layerName', 'String'},
                            ['Arg2'] = {'value', 'Single'},
                            ['Arg3'] = {'maxValue', 'Single', 'не число'},
                             },
                             },
         },
         },
         ['/sim setpollutionactive'] = {
         ['/skills levelupuser'] = {
                     ['command'] = 'setpollutionactive',
                     ['command'] = 'levelupuser',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Activates/deactivates pollution layer updating.",
                             ['English'] = "Level up a citizen by one.  Default levels you up.",
                             ['Russian'] = "Включает/выключает обновление слоя загрязнения.",
                             ['Russian'] = "Повышайте уровень жителя на один. Уровни по умолчанию, которые вы повышаете.",
                             ['German'] = "Aktiviert / deaktiviert die Aktualisierung der Verschmutzungsschicht.",
                             ['German'] = "Erhöht die Stufe eines Spielers um 1. Standardmäßig stuft es dich hoch.",
                             ['French'] = "Active/désactive la mise à jour du calque de pollution.",
                             ['French'] = "Augmenter le niveau d'un citoyen de un. Par défaut, vous montez de niveau.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'isActive', 'Boolean'},
                             ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['/sim spawnallplants'] = {
         ['/skills rate'] = {
                     ['command'] = 'spawnallplants',
                     ['command'] = 'rate',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns plants of particular ages in a row",
                             ['English'] = "Displays or sets the current skill rate multiplier.",
                             ['Russian'] = "Создаёт ряд растений определенного возраста",
                             ['Russian'] = "Показывает или задаёт множитель прироста очков навыков.",
                             ['German'] = "Spawnt Pflanzen bestimmten Alters in einer Reihe",
                             ['German'] = "Zeigt den momentanen Fertigkeitspunktemultiplikator an oder setzt ihn.",
                             ['French'] = "Génère des plantes d'âges particuliers sur une rangée",
                             ['French'] = "Affiche ou définit le multiplicateur de compétence actuel.",
                             },
                             },
                     ['shortCut'] = 'allplants',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'skillRate', 'Single', '-1'},
                            ['Arg2'] = {'growth1', 'Single', '0,3'},
                            ['Arg3'] = {'growth2', 'Single', '0,6'},
                            ['Arg4'] = {'growth3', 'Single', '1'},
                             },
                             },
         },
         },
         ['/sim spawnalltrees'] = {
         ['/skills removelevelfrom'] = {
                     ['command'] = 'spawnalltrees',
                     ['command'] = 'removelevelfrom',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns trees of particular ages in a row",
                             ['English'] = "Removes levels from another player. Removes from yourself if target user is empty",
                             ['Russian'] = "",
                             ['Russian'] = "Удаляет уровни у другого игрока. Удалит у Вас если игрок не указан",
                             ['German'] = "Erzeugt Bäume bestimmten Alters in einer Reihe",
                             ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                             ['French'] = "Génère des arbres d'âges particuliers sur une rangée",
                             ['French'] = "Supprime les niveaux d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                             },
                             },
                     ['shortCut'] = 'alltrees',
                     ['shortCut'] = 'removelevel',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim spawnanimal'] = {
         ['/skills removepointsfrom'] = {
                     ['command'] = 'spawnanimal',
                     ['command'] = 'removepointsfrom',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a number of animals",
                             ['English'] = "Remove skillpoints from another player. Removes from yourself if target user is empty",
                             ['Russian'] = "Создаёт какое-то количество животных",
                             ['Russian'] = "Удаляет очки опыта у другого игрока. Удалит у Вас если игрок не указан",
                             ['German'] = "Spawnt eine Anzahl von Tieren",
                             ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                             ['French'] = "Génère un certain nombre d'animaux",
                             ['French'] = "Retirez les points de compétence d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                             },
                             },
                     ['shortCut'] = 'animal',
                     ['shortCut'] = 'removepoint',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'speciesName', 'String', 'Hare'},
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg2'] = {'count', 'Int32', '1'},
                             ['Arg2'] = {'stars', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/sim spawnanimalmovementtestingarea'] = {
         ['/skills removespecialty'] = {
                     ['command'] = 'spawnanimalmovementtestingarea',
                     ['command'] = 'removespecialty',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns special area for testing animal movement. This command is not fully implemented yet.",
                             ['English'] = "Removes a specialty that matches the passed string.",
                             ['Russian'] = "",
                             ['Russian'] = "Удаляет специальность, соответствующую переданной строке.",
                             ['German'] = "",
                             ['German'] = "Entfernt einen Beruf, der auf die Zeichenfolge passt.",
                             ['French'] = "Fait apparaître une zone spéciale pour tester le mouvement des animaux. Cette commande n'est pas encore entièrement implémentée.",
                             ['French'] = "Supprime une spécialité qui correspond à la chaîne transmise.",
                             },
                             },
                     ['shortCut'] = 'samt',
                     ['shortCut'] = 'leveldown',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'specialtyName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/sim spawnanimals'] = {
         ['/skills removetalent'] = {
                     ['command'] = 'spawnanimals',
                     ['command'] = 'removetalent',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a number of animals of each species",
                             ['English'] = "Removes talent by name for a player",
                             ['Russian'] = "",
                             ['Russian'] = "Убирает у игрока талант по его названию",
                             ['German'] = "",
                             ['German'] = "Entfernt ein Talent für einen Spieler anhand des Namens",
                             ['French'] = "Fait apparaître un certain nombre d'animaux de chaque espèce",
                             ['French'] = "Supprime le talent par nom pour un joueur",
                             },
                             },
                     ['shortCut'] = 'animals',
                     ['shortCut'] = 'talentdel',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '1'},
                             ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'talentName', 'String'},
                             },
                             },
         },
         },
         ['/sim spawnplant'] = {
         ['/skills reset'] = {
                     ['command'] = 'spawnplant',
                     ['command'] = 'reset',
                     ['parent'] = 'sim',
                     ['parent'] = 'skills',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a plant or plants in a row or grid",
                             ['English'] = "Resets a specialization for a player. If the skill name is empty it will reset all specializations.",
                             ['Russian'] = "",
                             ['Russian'] = "Сбрасывает специализацию у игрока. Если имя специализации не указано, то будут сброшены все.",
                             ['German'] = "Erzeugt eine oder mehrere Pflanzen in einer Linie oder einem Gitter",
                             ['German'] = "Setzt die Spezialisierung für einen Spieler zurück. Falls der Fähigkeitsname leer ist, werden alle Spezialisierungen zurückgesetzt.",
                             ['French'] = "Génère une ou plusieurs plantes sur une rangée ou une grille",
                             ['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'] = 'plant',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'speciesName', 'String', 'Birch'},
                             ['Arg1'] = {'targetUser', 'User'},
                             ['Arg2'] = {'countX', 'Int32', '1'},
                             ['Arg2'] = {'skillName', 'String', ''},
                            ['Arg3'] = {'countZ', 'Int32', '1'},
                            ['Arg4'] = {'space', 'Int32', '0'},
                            ['Arg5'] = {'age', 'Single', '1'},
                             },
                             },
         },
         },
         ['/sim switchanimalspawn'] = {
         ['/teleport atob'] = {
                     ['command'] = 'switchanimalspawn',
                     ['command'] = 'atob',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Switch spawn animals by Simulation on and off.",
                             ['English'] = "Teleports player A to player B",
                             ['Russian'] = "",
                             ['Russian'] = "Переместить игрока А к игроку Б",
                             ['German'] = "Schalten Tier Spawns durch Simulation ein und aus.",
                             ['German'] = "Teleportiert Spieler A zu Spieler B",
                             ['French'] = "Activer/désactiver la génération des animaux via simulation.",
                             ['French'] = "Téléporte le joueur A vers le joueur B",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                             },
                             },
         },
         },
         ['/sim testanimalmovement'] = {
         ['/teleport targetto'] = {
                     ['command'] = 'testanimalmovement',
                     ['command'] = 'targetto',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns animals and sets target positions for them to test animal movement. Requires special testing area to be present.",
                             ['English'] = "Teleports otherPlayer to an xyz coordinate",
                             ['Russian'] = "",
                             ['Russian'] = "Переместить другого игрока на xyz координаты",
                             ['German'] = "",
                             ['German'] = "Teleportiert otherPlayer zu einer xyz-Koordinate",
                             ['French'] = "Générer des animaux et définir leurs positions cibles pour tester le mouvement des animaux. Nécessite la présence d'une zone de test spéciale.",
                             ['French'] = "Téléporte un autre joueur vers une coordonnée xyz",
                             },
                             },
                     ['shortCut'] = 'tam',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'speciesName', 'String', 'Deer'},
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg2'] = {'fleeSpeed', 'Boolean', 'True'},
                            ['Arg1'] = {'otherUser', 'User'},
                             ['Arg3'] = {'testNumber', 'Int32', '-1'},
                             ['Arg2'] = {'x', 'Int32', '-1'},
                             ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/sim testanimalpathcontinuations'] = {
         ['/teleport todark'] = {
                     ['command'] = 'testanimalpathcontinuations',
                     ['command'] = 'todark',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['English'] = "Teleport to the opposite side of the World",
                             ['Russian'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['Russian'] = "Телепортироваться на противоположную сторону мира",
                             ['German'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['German'] = "Zur gegenüberliegenden Seite der Welt teleportieren",
                             ['French'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['French'] = "Vous téléporte de l'autre côté du Monde",
                             },
                             },
                     ['shortCut'] = 'tapc',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Deer'},
                            ['Arg2'] = {'fleeSpeed', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/sim testanimalpathinterruptions'] = {
         ['/teleport toworldposition'] = {
                     ['command'] = 'testanimalpathinterruptions',
                     ['command'] = 'toworldposition',
                     ['parent'] = 'sim',
                     ['parent'] = 'teleport',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['English'] = "Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.",
                             ['Russian'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['Russian'] = "Телепортироваться на xyz или xz координаты. При указании двух координат высота определяется автоматически.",
                             ['German'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['German'] = "Teleportiere zu einer xyz-Koordinate oder einer xz-Koordinate. Für zwei Komponenten wird Y automatisch berechnet.",
                             ['French'] = "Spawns an animal and makes it run between predefined points, interrupting it\'s path with a new one each time. Requires special testing area to be present.",
                             ['French'] = "Téléportation sur des coordonnées XYZ ou XZ. En cas de coordonnées XZ, alors Y est calculé automatiquement.",
                             },
                             },
                     ['shortCut'] = 'tapi',
                     ['shortCut'] = 'tp',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'speciesName', 'String', 'Deer'},
                             ['Arg1'] = {'x', 'Int32', '-1'},
                             ['Arg2'] = {'fleeSpeed', 'Boolean', 'True'},
                             ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                             },
                             },
         },
         },
         ['/sim testanimalpathwrapping'] = {
         ['/test axesandchainsaw'] = {
                     ['command'] = 'testanimalpathwrapping',
                     ['command'] = 'axesandchainsaw',
                     ['parent'] = 'sim',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns an animal and makes it run between two points, following a path that causes it to cross all world borders. Requires special testing area to be present.",
                             ['English'] = "Test cutting trees with axe and chainsaw.",
                             ['Russian'] = "",
                             ['Russian'] = "Test cutting trees with axe and chainsaw.",
                             ['German'] = "",
                             ['German'] = "Test cutting trees with axe and chainsaw.",
                             ['French'] = "Fait apparaître un animal et le fait courir entre deux points, suivant un chemin qui le fait traverser toutes les frontières mondiales. Nécessite la présence d'une zone de test spéciale.",
                             ['French'] = "Test cutting trees with axe and chainsaw.",
                             },
                             },
                     ['shortCut'] = 'tapw',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Deer'},
                            ['Arg2'] = {'fleeSpeed', 'Boolean', 'True'},
                            ['Arg3'] = {'killAll', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/sim trample'] = {
         ['/test bed'] = {
                     ['command'] = 'trample',
                     ['command'] = 'bed',
                     ['parent'] = 'sim',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Tramples the surrounding ground",
                             ['English'] = "Spawn a bed and sleep in it.",
                             ['Russian'] = "Вытаптывает окружающие земли",
                             ['Russian'] = "Создать кровать и лечь спать в неё.",
                             ['German'] = "Zertrampelt den umgebenden Boden",
                             ['German'] = "Erzeuge ein Bett und schlafe darin.",
                             ['French'] = "Piétine le sol environnant",
                             ['French'] = "Faire apparaître un lit et dormir dedans.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/sim unpollute'] = {
         ['/test chatinteraction'] = {
                     ['command'] = 'unpollute',
                     ['command'] = 'chatinteraction',
                     ['parent'] = 'sim',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Unpollute an area. Remove dead plants and replace dirt on grass blocks.",
                             ['English'] = "Make a test user send a message every specific period of time to the general channel and/or to the current user.",
                             ['Russian'] = "Очистить зону от загрязнения. Убрать мёртвые растения и заменить землю на траву.",
                             ['Russian'] = "",
                             ['German'] = "Verschmutze einen Bereich. Entferne tote Pflanzen und ersetze es mit Schmutz auf Grasblöcken.",
                             ['German'] = "Lässt einen Testbenutzer in einem bestimmten Intervall eine Nachricht an den allgemeinen Chat oder den aktuellen Benutzer senden.",
                             ['French'] = "Dépollue une zone. Supprime les plantes mortes et remplace la terre sur les blocs d'herbe.",
                             ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                             ['Arg1'] = {'enableGeneralMessages', 'Boolean'},
                             ['Arg2'] = {'radius', 'Int32', '20'},
                            ['Arg2'] = {'timeBtwMessages', 'Single', '1'},
                             ['Arg3'] = {'enableWhisperMessages', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/skills addlevelto'] = {
         ['/test cranes'] = {
                     ['command'] = 'addlevelto',
                     ['command'] = 'cranes',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Gives levels to another player. Gives to yourself if target user is empty",
                             ['English'] = "Setup a test environment for cranes.",
                             ['Russian'] = "Добавляет уровни другому игроку. Выдаст Вам если игрок не был указан",
                             ['Russian'] = "Создаёт тестовую среду для кранов.",
                             ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                             ['German'] = "Erzeugt ein Testgelände für Kräne.",
                             ['French'] = "Donne des niveaux à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                             ['French'] = "Mets en place un environnement de test pour les grues.",
                             },
                             },
                     ['shortCut'] = 'addlevel',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/skills addpointsto'] = {
         ['/test demote'] = {
                     ['command'] = 'addpointsto',
                     ['command'] = 'demote',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give skillpoints to another player. Give them to yourself if target user is empty",
                             ['English'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                             ['Russian'] = "Передать очки навыков другому игроку или передать очки самому себе если не указывать целевого игрока",
                             ['Russian'] = "",
                             ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                             ['German'] = "",
                             ['French'] = "Donnez des points de compétence à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                             ['French'] = "",
                             },
                             },
                     ['shortCut'] = 'addpoint',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/skills all'] = {
         ['/test distributionstation'] = {
                     ['command'] = 'all',
                     ['command'] = 'distributionstation',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Unlocks all skills",
                             ['English'] = "Creates and applies a Distribution Station.",
                             ['Russian'] = "Разблокирует все навыки",
                             ['Russian'] = "Создаёт и настраивает станцию распределения.",
                             ['German'] = "Schaltet alle Fertigkeiten frei",
                             ['German'] = "Baut eine Verteilungsstation und füllt diese mit Gegenständen.",
                             ['French'] = "Débloque toutes les compétences",
                             ['French'] = "Crée et applique une station de distribution.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/skills cleartalents'] = {
         ['/test distributionstationcarried'] = {
                     ['command'] = 'cleartalents',
                     ['command'] = 'distributionstationcarried',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Resets all talents for a specialization for a player. If the skill name is empty it will remove talents from all specialization",
                             ['English'] = "Creates and applies a Distribution Station with carried items",
                             ['Russian'] = "Сбрасывает таланты для указанной специализации игрока. Если специализация не указана, сбрасываются все таланты",
                             ['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",
                             ['German'] = "Erstellt und wendet eine Verteilerstation mit beförderten Artikeln an",
                             ['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",
                             ['French'] = "Crée et applique une station de distribution avec des articles transportés",
                             },
                             },
                     ['shortCut'] = 'notalents',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                             },
                             },
         },
         },
         ['/skills creative'] = {
         ['/test economics'] = {
                     ['command'] = 'creative',
                     ['command'] = 'economics',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove restrictions and gives you every skill at max level.",
                             ['English'] = "Spawns all the various parts of an economy.",
                             ['Russian'] = "Убирает ограничения и даёт вам все навыки на максимальном уровне.",
                             ['Russian'] = "Создаёт различные части экономики.",
                             ['German'] = "Entferne Beschränkungen und gibt dir alle Fähigkeiten auf maximalem Level.",
                             ['German'] = "Erzeugt all die verschiedenen Teile einer Wirtschaft.",
                             ['French'] = "Retire les restrictions et vous donne toutes les compétences au niveau max.",
                             ['French'] = "Génère toutes les différentes parties d'une économie.",
                             },
                             },
                     ['shortCut'] = 'creative',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'categoriesPerStore', 'Int32', '4'},
                            ['Arg3'] = {'stores', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/skills debugedu'] = {
         ['/test elevator'] = {
                     ['command'] = 'debugedu',
                     ['command'] = 'elevator',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Make education tick every frame, accepet teachers and students regardless of skills, and allow teachers to be their own students.",
                             ['English'] = "Setup an elevator for testing",
                             ['Russian'] = "Сделайте так, чтобы образование соответствовало каждому кадру, принимайте учителей и учеников, независимо от навыков, и позволяйте учителям быть самими собой с учениками.",
                             ['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.",
                             ['German'] = "Aufzug für einen Test einrichten",
                             ['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.",
                             ['French'] = "Installe un ascenseur pour les tests",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 6,271: Line 6,428:
                             },
                             },
         },
         },
         ['/skills education'] = {
         ['/test exchange'] = {
                     ['command'] = 'education',
                     ['command'] = 'exchange',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['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.",
                             ['English'] = "Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.",
                             ['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.",
                             ['Russian'] = "Создаёт 2 тестовых обменника, один для пользователя и один для другого пользователя. Добавляет несколько записей и выполняет тесты.",
                             ['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.",
                             ['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'] = "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'] = "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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'value', 'Single', '1'},
                            ['Arg3'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills fullreset'] = {
         ['/test foldouts'] = {
                     ['command'] = 'fullreset',
                     ['command'] = 'foldouts',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Resets all skills to unlearnt",
                             ['English'] = "Generates some test combinations of foldout lists. Can optionally set the level of nesting.",
                             ['Russian'] = "Сбрасывает все навыки в не изученное состояние",
                             ['Russian'] = "Создаёт тестовые комбинации раскрывающихся списков. По желанию можно указать уровень вложенности.",
                             ['German'] = "Setzt alle Fertigkeiten zurück",
                             ['German'] = "Erzeugt einige Testkombinationen von Faltlisten. Kann optional die Verschachtelungsebene einstellen.",
                             ['French'] = "Réinitialise toutes les compétences à non apprise",
                             ['French'] = "Génère des combinaisons de tests de listes déroulantes. Peut optionnellement définir le niveau d'imbrication.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'dbgf',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/skills give'] = {
         ['/test giveremoveitems'] = {
                     ['command'] = 'give',
                     ['command'] = 'giveremoveitems',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Gives a skill matching the given name. If no target user is set, apply to self.",
                             ['English'] = "Attempts to give the user all of the items, then remove them",
                             ['Russian'] = "Выдает всё специализации, совпадающие с названием. Если не указан игрок, применяется к себе.",
                             ['Russian'] = "Attempts to give the user all of the items, then remove them",
                             ['German'] = "Verleiht eine Fähigkeit, die sich dem zugeordneten Namen anpasst. Wenn kein Zielnutzer bestimmt ist, auf sich selbst anwenden.",
                             ['German'] = "Attempts to give the user all of the items, then remove them",
                             ['French'] = "Donne une compétence correspondant au nom donné. Si aucun utilisateur cible n'est défini, s'appliquer sur soi.",
                             ['French'] = "Attempts to give the user all of the items, then remove them",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills givepointsto'] = {
         ['/test hammers'] = {
                     ['command'] = 'givepointsto',
                     ['command'] = 'hammers',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Give skillpoints to another player",
                             ['English'] = "Run a series of chat commands to test the game.",
                             ['Russian'] = "Дать очки навыков другому игроку",
                             ['Russian'] = "Run a series of chat commands to test the game.",
                             ['German'] = "Gibt Fertigkeitspunkte an einen anderen Spieler",
                             ['German'] = "Run a series of chat commands to test the game.",
                             ['French'] = "Donne des points de compétence à un autre joueur",
                             ['French'] = "Run a series of chat commands to test the game.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'number', 'Int32', '10'},
                             },
                             },
         },
         },
         ['/skills levelup'] = {
         ['/test industrialelevator'] = {
                     ['command'] = 'levelup',
                     ['command'] = 'industrialelevator',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Levels up a string matching the passed skill\'s name to the max.",
                             ['English'] = "Setup an industrial elevator for testing",
                             ['Russian'] = "Levels up a string matching the passed skill\'s name to the max.",
                             ['Russian'] = "Создать индустриальный лифт для проверки",
                             ['German'] = "Levels up a string matching the passed skill\'s name to the max.",
                             ['German'] = "Richte einen Industrieaufzug zum Testen ein",
                             ['French'] = "Levels up a string matching the passed skill\'s name to the max.",
                             ['French'] = "Configuration d'un ascenseur industriel pour des essais",
                             },
                             },
                     ['shortCut'] = 'levelup',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills levelupall'] = {
         ['/test interactitems'] = {
                     ['command'] = 'levelupall',
                     ['command'] = 'interactitems',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Levels all skills up 1 level at a time (no chunks).",
                             ['English'] = "Attempts to give the user all items and interact with them",
                             ['Russian'] = "Поднять все навыки на 1 уровень разом (без квитанций).",
                             ['Russian'] = "Attempts to give the user all items and interact with them",
                             ['German'] = "Erhöht alle Fertigkeiten um jeweils 1 Stufe (keine Brocken).",
                             ['German'] = "Attempts to give the user all items and interact with them",
                             ['French'] = "Augmente toutes les compétences d'un niveau à la fois (sans morceaux).",
                             ['French'] = "Attempts to give the user all items and interact with them",
                             },
                             },
                     ['shortCut'] = 'allskills',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/skills levelupuser'] = {
         ['/test interactobjects'] = {
                     ['command'] = 'levelupuser',
                     ['command'] = 'interactobjects',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Level up a citizen by one.  Default levels you up.",
                             ['English'] = "Attempts to interact with all objects in the world",
                             ['Russian'] = "Повышайте уровень жителя на один. Уровни по умолчанию, которые вы повышаете.",
                             ['Russian'] = "Attempts to interact with all objects in the world",
                             ['German'] = "Erhöht die Stufe eines Spielers um 1. Standardmäßig stuft es dich hoch.",
                             ['German'] = "Attempts to interact with all objects in the world",
                             ['French'] = "Augmenter le niveau d'un citoyen de un. Par défaut, vous montez de niveau.",
                             ['French'] = "Attempts to interact with all objects in the world",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['/skills rate'] = {
         ['/test maketestusers'] = {
                     ['command'] = 'rate',
                     ['command'] = 'maketestusers',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Displays or sets the current skill rate multiplier.",
                             ['English'] = "Create test users up to the given amount (default 5)",
                             ['Russian'] = "Показывает или задаёт множитель прироста очков навыков.",
                             ['Russian'] = "Создать тестовых пользователей до достижения указанного количества (по умолчанию 5)",
                             ['German'] = "Zeigt den momentanen Fertigkeitspunktemultiplikator an oder setzt ihn.",
                             ['German'] = "Erstellt Testbenutzer bis zur angegebenen Anzahl (Standard 5)",
                             ['French'] = "Affiche ou définit le multiplicateur de compétence actuel.",
                             ['French'] = "Créée des utilisateurs de test jusqu'au montant donné (5 par défaut)",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'skillRate', 'Single', '-1'},
                             ['Arg1'] = {'count', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/skills removelevelfrom'] = {
         ['/test maketuser'] = {
                     ['command'] = 'removelevelfrom',
                     ['command'] = 'maketuser',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes levels from another player. Removes from yourself if target user is empty",
                             ['English'] = "Create test user with a specified name.",
                             ['Russian'] = "Удаляет уровни у другого игрока. Удалит у Вас если игрок не указан",
                             ['Russian'] = "Создать тестового пользователя с указанным именем.",
                             ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                             ['German'] = "Erstellt einen Testbenutzer mit einem angegebenen Namen.",
                             ['French'] = "Supprime les niveaux d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                             ['French'] = "Crée un utilisateur test avec le nom spécifié.",
                             },
                             },
                     ['shortCut'] = 'removelevel',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'targetUser', 'User', ''},
                             ['Arg0'] = {'caller', 'User', ''},
                             ['Arg2'] = {'stars', 'Int32', '1'},
                             ['Arg1'] = {'name', 'String', ''},
                             },
                             },
         },
         },
         ['/skills removepointsfrom'] = {
         ['/test pipes'] = {
                     ['command'] = 'removepointsfrom',
                     ['command'] = 'pipes',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Remove skillpoints from another player. Removes from yourself if target user is empty",
                             ['English'] = "Spawns a setup for testing pipes.",
                             ['Russian'] = "Удаляет очки опыта у другого игрока. Удалит у Вас если игрок не указан",
                             ['Russian'] = "Создает установку для тестирования труб.",
                             ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                             ['German'] = "Erzeugt eine Einrichtung zum testen von Rohren.",
                             ['French'] = "Retirez les points de compétence d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                             ['French'] = "Génère une installation pour tester les tuyaux.",
                             },
                             },
                     ['shortCut'] = 'removepoint',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                             },
                             },
         },
         },
         ['/skills removespecialty'] = {
         ['/test placeallworldblocks'] = {
                     ['command'] = 'removespecialty',
                     ['command'] = 'placeallworldblocks',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes a specialty that matches the passed string.",
                             ['English'] = "Attempts placing all world block objects in the world",
                             ['Russian'] = "Удаляет специальность, соответствующую переданной строке.",
                             ['Russian'] = "Attempts placing all world block objects in the world",
                             ['German'] = "Entfernt einen Beruf, der auf die Zeichenfolge passt.",
                             ['German'] = "Attempts placing all world block objects in the world",
                             ['French'] = "Supprime une spécialité qui correspond à la chaîne transmise.",
                             ['French'] = "Attempts placing all world block objects in the world",
                             },
                             },
                     ['shortCut'] = 'leveldown',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'specialtyName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                             },
                             },
         },
         },
         ['/skills removetalent'] = {
         ['/test placegarbage'] = {
                     ['command'] = 'removetalent',
                     ['command'] = 'placegarbage',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Removes talent by name for a player",
                             ['English'] = "Attempt to place a bunch of garbage bags in the world.",
                             ['Russian'] = "Убирает у игрока талант по его названию",
                             ['Russian'] = "Attempt to place a bunch of garbage bags in the world.",
                             ['German'] = "Entfernt ein Talent für einen Spieler anhand des Namens",
                             ['German'] = "Attempt to place a bunch of garbage bags in the world.",
                             ['French'] = "Supprime le talent par nom pour un joueur",
                             ['French'] = "Attempt to place a bunch of garbage bags in the world.",
                             },
                             },
                     ['shortCut'] = 'talentdel',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'talentName', 'String'},
                             },
                             },
         },
         },
         ['/skills reset'] = {
         ['/test placeobjects'] = {
                     ['command'] = 'reset',
                     ['command'] = 'placeobjects',
                     ['parent'] = 'skills',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Resets a specialization for a player. If the skill name is empty it will reset all specializations.",
                             ['English'] = "Attempts placing all objects in the world",
                             ['Russian'] = "Сбрасывает специализацию у игрока. Если имя специализации не указано, то будут сброшены все.",
                             ['Russian'] = "Attempts placing all objects in the world",
                             ['German'] = "Setzt die Spezialisierung für einen Spieler zurück. Falls der Fähigkeitsname leer ist, werden alle Spezialisierungen zurückgesetzt.",
                             ['German'] = "Attempts placing all objects in the world",
                             ['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.",
                             ['French'] = "Attempts placing all objects in the world",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                             },
                            ['Arg2'] = {'skillName', 'String', ''},
                             },
         },
         },
         ['/teleport atob'] = {
         ['/test propertyclaimtool'] = {
                     ['command'] = 'atob',
                     ['command'] = 'propertyclaimtool',
                     ['parent'] = 'teleport',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Teleports player A to player B",
                             ['English'] = "Test claiming and unclaiming property.",
                             ['Russian'] = "Переместить игрока А к игроку Б",
                             ['Russian'] = "Test claiming and unclaiming property.",
                             ['German'] = "Teleportiert Spieler A zu Spieler B",
                             ['German'] = "Test claiming and unclaiming property.",
                             ['French'] = "Téléporte le joueur A vers le joueur B",
                             ['French'] = "Test claiming and unclaiming property.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                             },
                             },
         },
         },
         ['/teleport targetto'] = {
         ['/test qamode'] = {
                     ['command'] = 'targetto',
                     ['command'] = 'qamode',
                     ['parent'] = 'teleport',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Teleports otherPlayer to an xyz coordinate",
                             ['English'] = "Toggle qamode on/off.",
                             ['Russian'] = "Переместить другого игрока на xyz координаты",
                             ['Russian'] = "",
                             ['German'] = "Teleportiert otherPlayer zu einer xyz-Koordinate",
                             ['German'] = "Schalte qamode an/aus.",
                             ['French'] = "Téléporte un autre joueur vers une coordonnée xyz",
                             ['French'] = "Active/désactive mode Assurance Qualité.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'otherUser', 'User'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                             },
                             },
         },
         },
         ['/teleport todark'] = {
         ['/test sewage'] = {
                     ['command'] = 'todark',
                     ['command'] = 'sewage',
                     ['parent'] = 'teleport',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Teleport to the opposite side of the World",
                             ['English'] = "Spawns a setup for testing sewage system.",
                             ['Russian'] = "Телепортироваться на противоположную сторону мира",
                             ['Russian'] = "Создает установку для тестирования системы канализации.",
                             ['German'] = "Zur gegenüberliegenden Seite der Welt teleportieren",
                             ['German'] = "Erzeugt eine Einrichtung zum Testen von Abwassersystemen.",
                             ['French'] = "Vous téléporte de l'autre côté du Monde",
                             ['French'] = "Génère une installation pour tester le système d'égouts.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'village', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/teleport toplayer'] = {
         ['/test spamnotifications'] = {
                     ['command'] = 'toplayer',
                     ['command'] = 'spamnotifications',
                     ['parent'] = 'teleport',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Teleport to a citizen.",
                             ['English'] = "Spams aggregated notifications to the given user.",
                             ['Russian'] = "Переместиться к жителю.",
                             ['Russian'] = "Spams aggregated notifications to the given user.",
                             ['German'] = "Teleportiert zu einem Bürger.",
                             ['German'] = "Spams aggregated notifications to the given user.",
                             ['French'] = "Se téléporter auprès du joueur.",
                             ['French'] = "Spams aggregated notifications to the given user.",
                             },
                             },
                     ['shortCut'] = 'tpto',
                     ['shortCut'] = 'spamnotifications',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'otherPlayer', 'User'},
                             },
                             },
         },
         },
         ['/teleport toworldposition'] = {
         ['/test testspoilage'] = {
                     ['command'] = 'toworldposition',
                     ['command'] = 'testspoilage',
                     ['parent'] = 'teleport',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Teleport to an xyz coordinate or an xz coordinate. For two components Y is calculated automatically.",
                             ['English'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['Russian'] = "Телепортироваться на xyz или xz координаты. При указании двух координат высота определяется автоматически.",
                             ['Russian'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['German'] = "Teleportiere zu einer xyz-Koordinate oder einer xz-Koordinate. Für zwei Komponenten wird Y automatisch berechnet.",
                             ['German'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['French'] = "Téléportation sur des coordonnées XYZ ou XZ. En cas de coordonnées XZ, alors Y est calculé automatiquement.",
                             ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             },
                             },
                     ['shortCut'] = 'tp',
                     ['shortCut'] = 'testspoilage',
                     ['level'] = 'Admin',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'x', 'Int32', '-1'},
                            ['Arg2'] = {'yOrZ', 'Int32', '-1'},
                            ['Arg3'] = {'z', 'Int32', '-2147483648'},
                             },
                             },
         },
         },
         ['/test axesandchainsaw'] = {
         ['/test testspoilagemultithread'] = {
                     ['command'] = 'axesandchainsaw',
                     ['command'] = 'testspoilagemultithread',
                     ['parent'] = 'test',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Test cutting trees with axe and chainsaw.",
                             ['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 cutting trees with axe and chainsaw.",
                             ['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 cutting trees with axe and chainsaw.",
                             ['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 cutting trees with axe and chainsaw.",
                             ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'testspoilagemultithread',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test bed'] = {
         ['/test workorders'] = {
                     ['command'] = 'bed',
                     ['command'] = 'workorders',
                     ['parent'] = 'test',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawn a bed and sleep in it.",
                             ['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'] = "Создать кровать и лечь спать в неё.",
                             ['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'] = "Erzeuge ein Bett und schlafe darin.",
                             ['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'] = "Faire apparaître un lit et dormir dedans.",
                             ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'workbenches', 'Int32', '4'},
                            ['Arg2'] = {'maximumOrdersPerBench', 'Int32', '4'},
                             },
                             },
         },
         },
         ['/test chatinteraction'] = {
         ['/test zeropoint'] = {
                     ['command'] = 'chatinteraction',
                     ['command'] = 'zeropoint',
                     ['parent'] = 'test',
                     ['parent'] = 'test',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Make a test user send a message every specific period of time to the general channel and/or to the current user.",
                             ['English'] = "Build Zero Point place and teleport to it",
                             ['Russian'] = "",
                             ['Russian'] = "Построить место Нулевой Точки и телепортироваться туда",
                             ['German'] = "Lässt einen Testbenutzer in einem bestimmten Intervall eine Nachricht an den allgemeinen Chat oder den aktuellen Benutzer senden.",
                             ['German'] = "Baue einen Nullpunkt und teleportiere dorthin",
                             ['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.",
                             ['French'] = "Construit le Point Zéro et téléporte à celui-ci",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'enableGeneralMessages', 'Boolean'},
                             ['Arg1'] = {'sizeX', 'Int32'},
                             ['Arg2'] = {'timeBtwMessages', 'Single', '1'},
                             ['Arg2'] = {'sizeZ', 'Int32'},
                            ['Arg3'] = {'enableWhisperMessages', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/test cranes'] = {
         ['/time fastforward'] = {
                     ['command'] = 'cranes',
                     ['command'] = 'fastforward',
                     ['parent'] = 'test',
                     ['parent'] = 'time',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Setup a test environment for cranes.",
                             ['English'] = "Force the world to fast forward. Pass 0 to stop.",
                             ['Russian'] = "Создаёт тестовую среду для кранов.",
                             ['Russian'] = "Ускорить время. 0 для остановки.",
                             ['German'] = "Erzeugt ein Testgelände für Kräne.",
                             ['German'] = "Zwinge die Welt in den schnellen Vorlauf. Übergebe den Parameter 0 zum stoppen.",
                             ['French'] = "Mets en place un environnement de test pour les grues.",
                             ['French'] = "Force le monde à l'avance rapide. Envoyer 0 pour arrêter.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'ff',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/test demote'] = {
         ['/time midnight'] = {
                     ['command'] = 'demote',
                     ['command'] = 'midnight',
                     ['parent'] = 'test',
                     ['parent'] = 'time',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Demotes user from adnim to a regular user until server is restarted or this command is invoked again.",
                             ['English'] = "Set time of day to midnight",
                             ['Russian'] = "",
                             ['Russian'] = "Выставить время суток на полночь",
                             ['German'] = "",
                             ['German'] = "Tageszeit auf Mitternacht setzen",
                             ['French'] = "",
                             ['French'] = "Réglez l'heure de la journée sur minuit",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test distributionstation'] = {
         ['/time noon'] = {
                     ['command'] = 'distributionstation',
                     ['command'] = 'noon',
                     ['parent'] = 'test',
                     ['parent'] = 'time',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Creates and applies a Distribution Station.",
                             ['English'] = "Set time of day to noon.",
                             ['Russian'] = "Создаёт и настраивает станцию распределения.",
                             ['Russian'] = "Выставить время суток на полдень.",
                             ['German'] = "Baut eine Verteilungsstation und füllt diese mit Gegenständen.",
                             ['German'] = "Tageszeit auf Mittag setzen.",
                             ['French'] = "Crée et applique une station de distribution.",
                             ['French'] = "Réglez l'heure de la journée sur midi.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'noon',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'fixedCount', 'Boolean', 'False'},
                            ['Arg2'] = {'itemMax', 'Int32', '20'},
                            ['Arg3'] = {'itemDistribute', 'Int32', '1'},
                            ['Arg4'] = {'itemCountMax', 'Int32', '1'},
                            ['Arg5'] = {'carried', 'Boolean', 'False'},
                             },
                             },
         },
         },
         ['/test distributionstationcarried'] = {
         ['/time now'] = {
                     ['command'] = 'distributionstationcarried',
                     ['command'] = 'now',
                     ['parent'] = 'test',
                     ['parent'] = 'time',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Creates and applies a Distribution Station with carried items",
                             ['English'] = "Reports the current time.",
                             ['Russian'] = "Создаёт и настраивает станцию распределения с переносимыми предметами",
                             ['Russian'] = "Сообщает текущее время.",
                             ['German'] = "Erstellt und wendet eine Verteilerstation mit beförderten Artikeln an",
                             ['German'] = "Zeigt die aktuelle Uhrzeit.",
                             ['French'] = "Crée et applique une station de distribution avec des articles transportés",
                             ['French'] = "Indique l'heure actuelle.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                             },
                             },
         },
         },
         ['/test economics'] = {
         ['/time resettime'] = {
                     ['command'] = 'economics',
                     ['command'] = 'resettime',
                     ['parent'] = 'test',
                     ['parent'] = 'time',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns all the various parts of an economy.",
                             ['English'] = "Reset time of day to match the clock.",
                             ['Russian'] = "Создаёт различные части экономики.",
                             ['Russian'] = "Сбросить время суток, чтобы оно соответствовало часам.",
                             ['German'] = "Erzeugt all die verschiedenen Teile einer Wirtschaft.",
                             ['German'] = "Setzt die Tageszeit so, dass sie mit der tatsächlichen Uhrzeit übereinstimmt.",
                             ['French'] = "Génère toutes les différentes parties d'une économie.",
                             ['French'] = "Réinitialiser l'heure de la journée en fonction de l'horloge.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'resettime',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'ordersPerStore', 'Int32', '20'},
                            ['Arg2'] = {'categoriesPerStore', 'Int32', '4'},
                            ['Arg3'] = {'stores', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/test elevator'] = {
         ['/time set'] = {
                     ['command'] = 'elevator',
                     ['command'] = 'set',
                     ['parent'] = 'test',
                     ['parent'] = 'time',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Setup an elevator for testing",
                             ['English'] = "Set time of day to the specified hour",
                             ['Russian'] = "Создать лифт для проверки",
                             ['Russian'] = "Выставить время суток на указанный час",
                             ['German'] = "Aufzug für einen Test einrichten",
                             ['German'] = "Tageszeit auf eine bestimmte Stunde setzen",
                             ['French'] = "Installe un ascenseur pour les tests",
                             ['French'] = "Réglez l'heure de la journée sur une heure choisie",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'hour', 'Single'},
                             },
                             },
         },
         },
         ['/test exchange'] = {
         ['/time skiptime'] = {
                     ['command'] = 'exchange',
                     ['command'] = 'skiptime',
                     ['parent'] = 'test',
                     ['parent'] = 'time',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns 2 test exchanges, one for the user and one for another user. Adds some entries, performs some tests.",
                             ['English'] = "Skips ahead time a given number of hours.",
                             ['Russian'] = "Создаёт 2 тестовых обменника, один для пользователя и один для другого пользователя. Добавляет несколько записей и выполняет тесты.",
                             ['Russian'] = "",
                             ['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.",
                             ['German'] = "",
                             ['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.",
                             ['French'] = "",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'st',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'hoursToSkip', 'Single', '24'},
                             },
                             },
         },
         },
         ['/test foldouts'] = {
         ['/titles assign'] = {
                     ['command'] = 'foldouts',
                     ['command'] = 'assign',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Generates some test combinations of foldout lists. Can optionally set the level of nesting.",
                             ['English'] = "Assigns a given user to a given title, assigning to yourself if none is specified.",
                             ['Russian'] = "Создаёт тестовые комбинации раскрывающихся списков. По желанию можно указать уровень вложенности.",
                             ['Russian'] = "Присваивает указанный титул пользователю, или себе, если параметр не указан.",
                             ['German'] = "Erzeugt einige Testkombinationen von Faltlisten. Kann optional die Verschachtelungsebene einstellen.",
                             ['German'] = "Füge einem Spieler einen Titel hinzu, oder dir selbst wenn keiner angegeben.",
                             ['French'] = "Génère des combinaisons de tests de listes déroulantes. Peut optionnellement définir le niveau d'imbrication.",
                             ['French'] = "Assigne un utilisateur donné à un titre donné, en vous l'assignant à vous-même si aucun n'est spécifié.",
                             },
                             },
                     ['shortCut'] = 'dbgf',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'nestingIterations', 'Int32', '5'},
                             ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                             },
                             },
         },
         },
         ['/test giveremoveitems'] = {
         ['/titles clear'] = {
                     ['command'] = 'giveremoveitems',
                     ['command'] = 'clear',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Attempts to give the user all of the items, then remove them",
                             ['English'] = "Clears all occupants from a title.",
                             ['Russian'] = "Attempts to give the user all of the items, then remove them",
                             ['Russian'] = "Лишает титула всех его обладателей.",
                             ['German'] = "Attempts to give the user all of the items, then remove them",
                             ['German'] = "Entfernt alle Inhaber von einem Titel.",
                             ['French'] = "Attempts to give the user all of the items, then remove them",
                             ['French'] = "Enlève tous les occupants d'un titre.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                             },
                             },
         },
         },
         ['/test hammers'] = {
         ['/titles delete'] = {
                     ['command'] = 'hammers',
                     ['command'] = 'delete',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Run a series of chat commands to test the game.",
                             ['English'] = "Permanently deletes a title.",
                             ['Russian'] = "Run a series of chat commands to test the game.",
                             ['Russian'] = "Безвозвратно удаляет должность.",
                             ['German'] = "Run a series of chat commands to test the game.",
                             ['German'] = "Löscht einen Titel permanent.",
                             ['French'] = "Run a series of chat commands to test the game.",
                             ['French'] = "Supprime définitivement un titre.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                             },
                             },
         },
         },
         ['/test industrialelevator'] = {
         ['/titles giveglobalmarkerrights'] = {
                     ['command'] = 'industrialelevator',
                     ['command'] = 'giveglobalmarkerrights',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Setup an industrial elevator for testing",
                             ['English'] = "Allow the given user to change all world marker settlement types without permissions.",
                             ['Russian'] = "Создать индустриальный лифт для проверки",
                             ['Russian'] = "",
                             ['German'] = "Richte einen Industrieaufzug zum Testen ein",
                             ['German'] = "Erlaubt es den gegebenen Nutzer alle Weltmarker ohne Rechte zu ändern.",
                             ['French'] = "Configuration d'un ascenseur industriel pour des essais",
                             ['French'] = "Permet à l'utilisateur donné de modifier tous les types de repères de la carte de la colonie sans autorisations.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                             },
                             },
         },
         },
         ['/test interactitems'] = {
         ['/titles givetreasuryrights'] = {
                     ['command'] = 'interactitems',
                     ['command'] = 'givetreasuryrights',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Attempts to give the user all items and interact with them",
                             ['English'] = "Assign the current player to a new title that has treasury rights.",
                             ['Russian'] = "Attempts to give the user all items and interact with them",
                             ['Russian'] = "Назначить текущего игрока на новую должность с правами управления казной.",
                             ['German'] = "Attempts to give the user all items and interact with them",
                             ['German'] = "Weise dem aktuellen Spieler einen neuen Titel mit Staatskassen-Rechten zu.",
                             ['French'] = "Attempts to give the user all items and interact with them",
                             ['French'] = "Assigne au joueur actuel un nouveau titre ayant des droits du Trésor public.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                             },
                             },
         },
         },
         ['/test interactobjects'] = {
         ['/titles list'] = {
                     ['command'] = 'interactobjects',
                     ['command'] = 'list',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Attempts to interact with all objects in the world",
                             ['English'] = "Lists all existing titles and info about them.",
                             ['Russian'] = "Attempts to interact with all objects in the world",
                             ['Russian'] = "Список всех существующих титулов и информация о них.",
                             ['German'] = "Attempts to interact with all objects in the world",
                             ['German'] = "Listet alle existierenden Titel und zugehörige Informationen auf.",
                             ['French'] = "Attempts to interact with all objects in the world",
                             ['French'] = "Liste tous les titres existants et des informations à leur sujet.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/test maketestusers'] = {
         ['/titles rename'] = {
                     ['command'] = 'maketestusers',
                     ['command'] = 'rename',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create test users up to the given amount (default 5)",
                             ['English'] = "Rename a new title.",
                             ['Russian'] = "Создать тестовых пользователей до достижения указанного количества (по умолчанию 5)",
                             ['Russian'] = "Переименовывает титул.",
                             ['German'] = "Erstellt Testbenutzer bis zur angegebenen Anzahl (Standard 5)",
                             ['German'] = "Benennt einen neuen Titel um.",
                             ['French'] = "Créée des utilisateurs de test jusqu'au montant donné (5 par défaut)",
                             ['French'] = "Renomme un nouveau titre.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'count', 'Int32', '5'},
                             ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                             },
                             },
         },
         },
         ['/test maketuser'] = {
         ['/titles set'] = {
                     ['command'] = 'maketuser',
                     ['command'] = 'set',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create test user with a specified name.",
                             ['English'] = "Set values for a title.",
                             ['Russian'] = "Создать тестового пользователя с указанным именем.",
                             ['Russian'] = "Устанавливает параметры должности.",
                             ['German'] = "Erstellt einen Testbenutzer mit einem angegebenen Namen.",
                             ['German'] = "Legt Werte für einen Titel fest.",
                             ['French'] = "Crée un utilisateur test avec le nom spécifié.",
                             ['French'] = "Définit les valeurs d'un titre.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'caller', 'User', ''},
                             ['Arg1'] = {'title', 'Title'},
                             ['Arg1'] = {'name', 'String', ''},
                             ['Arg2'] = {'maxOccupants', 'Int32'},
                             },
                             },
         },
         },
         ['/test pipes'] = {
         ['/titles setplaytimeboost'] = {
                     ['command'] = 'pipes',
                     ['command'] = 'setplaytimeboost',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a setup for testing pipes.",
                             ['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'] = "Создает установку для тестирования труб.",
                             ['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'] = "Erzeugt eine Einrichtung zum testen von Rohren.",
                             ['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'] = "Génère une installation pour tester les tuyaux.",
                             ['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'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'hoursBoost', 'Single', '2'},
                             },
                             },
         },
         },
         ['/test placeallworldblocks'] = {
         ['/titles spawn'] = {
                     ['command'] = 'placeallworldblocks',
                     ['command'] = 'spawn',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Attempts placing all world block objects in the world",
                             ['English'] = "Create a bunch of titles for testing.",
                             ['Russian'] = "Attempts placing all world block objects in the world",
                             ['Russian'] = "Создать кучу должностей для тестирования.",
                             ['German'] = "Attempts placing all world block objects in the world",
                             ['German'] = "Erstelle eine Reihe von Titeln zum testen.",
                             ['French'] = "Attempts placing all world block objects in the world",
                             ['French'] = "Créée un ensemble de titres pour tester.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'number', 'Int32', '5'},
                             },
                             },
         },
         },
         ['/test placegarbage'] = {
         ['/titles unassign'] = {
                     ['command'] = 'placegarbage',
                     ['command'] = 'unassign',
                     ['parent'] = 'test',
                     ['parent'] = 'titles',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Attempt to place a bunch of garbage bags in the world.",
                             ['English'] = "Removes a given user from a given title, removing from yourself if none is specified.",
                             ['Russian'] = "Attempt to place a bunch of garbage bags in the world.",
                             ['Russian'] = "Убирает указанный титул у пользователя, или у себя, если параметр не указан.",
                             ['German'] = "Attempt to place a bunch of garbage bags in the world.",
                             ['German'] = "Entferne den Titel eines Spieler, oder dir selbst wenn keiner angegeben.",
                             ['French'] = "Attempt to place a bunch of garbage bags in the world.",
                             ['French'] = "Supprime un utilisateur donné d'un titre donné, en le supprimant de vous-même si aucun n'est spécifié.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                             },
                             },
         },
         },
         ['/test placeobjects'] = {
         ['/tutorials reset'] = {
                     ['command'] = 'placeobjects',
                     ['command'] = 'reset',
                     ['parent'] = 'test',
                     ['parent'] = 'tutorials',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Attempts placing all objects in the world",
                             ['English'] = "Resets the tutorial, including record of given items (which menu option does not do).",
                             ['Russian'] = "Attempts placing all objects in the world",
                             ['Russian'] = "Сбрасывает обучение, включая записи о выданных предметах (в отличии от пункта меню).",
                             ['German'] = "Attempts placing all objects in the world",
                             ['German'] = "Setzt das Tutorial zurück, einschließlich der erhaltenen Gegenstände (was die Menü Option nicht tut).",
                             ['French'] = "Attempts placing all objects in the world",
                             ['French'] = "Réinitialise le tutoriel, y compris l'enregistrement des objets donnés (ce que l'option de menu ne fait pas).",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 6,881: Line 7,018:
                             },
                             },
         },
         },
         ['/test propertyclaimtool'] = {
         ['/tutorials task'] = {
                     ['command'] = 'propertyclaimtool',
                     ['command'] = 'task',
                     ['parent'] = 'test',
                     ['parent'] = 'tutorials',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Test claiming and unclaiming property.",
                             ['English'] = "Starts specific tutorial task by name.",
                             ['Russian'] = "Test claiming and unclaiming property.",
                             ['Russian'] = "Начинает указанную обучающую задачу по её названию.",
                             ['German'] = "Test claiming and unclaiming property.",
                             ['German'] = "Startet eine bestimmte Tutorial Aufgabe nach Namen.",
                             ['French'] = "Test claiming and unclaiming property.",
                             ['French'] = "Démarre une tâche spécifique du tutoriel par son nom.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'taskName', 'String'},
                             },
                             },
         },
         },
         ['/test qamode'] = {
         ['/tutorials unlockui'] = {
                     ['command'] = 'qamode',
                     ['command'] = 'unlockui',
                     ['parent'] = 'test',
                     ['parent'] = 'tutorials',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Toggle qamode on/off.",
                             ['English'] = "Unlocks all UI panels locked by tutorial.",
                             ['Russian'] = "",
                             ['Russian'] = "",
                             ['German'] = "Schalte qamode an/aus.",
                             ['German'] = "",
                             ['French'] = "Active/désactive mode Assurance Qualité.",
                             ['French'] = "",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/test sewage'] = {
         ['/twitch resenddatasets'] = {
                     ['command'] = 'sewage',
                     ['command'] = 'resenddatasets',
                     ['parent'] = 'test',
                     ['parent'] = 'twitch',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spawns a setup for testing sewage system.",
                             ['English'] = "Forces all datasets to refresh on the EBS server",
                             ['Russian'] = "Создает установку для тестирования системы канализации.",
                             ['Russian'] = "",
                             ['German'] = "Erzeugt eine Einrichtung zum Testen von Abwassersystemen.",
                             ['German'] = "Erzwingt eine Aktualisierung aller Datensätze auf dem EBS-Server",
                             ['French'] = "Génère une installation pour tester le système d'égouts.",
                             ['French'] = "Force tous les ensembles de données à s'actualiser sur le serveur EBS",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'village', 'Boolean', 'False'},
                             ['Arg0'] = {'client', 'IChatClient'},
                             },
                             },
         },
         },
         ['/test spamnotifications'] = {
         ['/twitch subscribe'] = {
                     ['command'] = 'spamnotifications',
                     ['command'] = 'subscribe',
                     ['parent'] = 'test',
                     ['parent'] = 'twitch',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Spams aggregated notifications to the given user.",
                             ['English'] = "Forces a Twitch channel subscription with the EBS server",
                             ['Russian'] = "Spams aggregated notifications to the given user.",
                             ['Russian'] = "",
                             ['German'] = "Spams aggregated notifications to the given user.",
                             ['German'] = "Erzwingt ein Twitch-Kanal-Abonnement mit dem EBS-Server",
                             ['French'] = "Spams aggregated notifications to the given user.",
                             ['French'] = "Force un abonnement à la chaîne Twitch avec le serveur EBS",
                             },
                             },
                     ['shortCut'] = 'spamnotifications',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'channelId', 'String'},
                             },
                             },
         },
         },
         ['/test testspoilage'] = {
         ['/twitch unsubscribe'] = {
                     ['command'] = 'testspoilage',
                     ['command'] = 'unsubscribe',
                     ['parent'] = 'test',
                     ['parent'] = 'twitch',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['English'] = "Forces the removal of a Twitch channel subscription with the EBS server",
                             ['Russian'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['Russian'] = "",
                             ['German'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['German'] = "Erzwingt die Entfernung eines Twitch-Kanal-Abonnements mit dem EBS-Server",
                             ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['French'] = "Force la suppression d'un abonnement à une chaîne Twitch avec le serveur EBS",
                             },
                             },
                     ['shortCut'] = 'testspoilage',
                     ['shortCut'] = '',
                     ['level'] = 'DevTier',
                     ['level'] = 'DevTier',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'channelId', 'String'},
                             },
                             },
         },
         },
         ['/test testspoilagemultithread'] = {
         ['/user defaultexhaust'] = {
                     ['command'] = 'testspoilagemultithread',
                     ['command'] = 'defaultexhaust',
                     ['parent'] = 'test',
                     ['parent'] = 'user',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['English'] = "Set exhaustion data to default, as if fresh start. It will allow first time bonuses again",
                             ['Russian'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['Russian'] = "",
                             ['German'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['German'] = "",
                             ['French'] = "Test spoilage merging and behavior with inventories that have restrictions, recommended to have empty inventory and not to pick anything while testing.",
                             ['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'] = 'testspoilagemultithread',
                     ['shortCut'] = 'defaultexhaust',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['/test workorders'] = {
         ['/user energize'] = {
                     ['command'] = 'workorders',
                     ['command'] = 'energize',
                     ['parent'] = 'test',
                     ['parent'] = 'user',
                     ['helpText'] =  {
                     ['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)",
                             ['English'] = "Provide a user with extra hours they can use to perform labor when exhauasted. Can be negative to remove previously granted energy.",
                             ['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)",
                             ['Russian'] = "Обеспечить пользователя дополнительным временем, которые он может потратить на выполнение работы когда устанет. Удаление ранее выданной энергии может привести к отрицательным значениям.",
                             ['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)",
                             ['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'] = "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'] = "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'] = '',
                     ['shortCut'] = 'en',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'workbenches', 'Int32', '4'},
                             ['Arg1'] = {'hours', 'Int32', '10000'},
                             ['Arg2'] = {'maximumOrdersPerBench', 'Int32', '4'},
                             ['Arg2'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['/test zeropoint'] = {
         ['/user exhaust'] = {
                     ['command'] = 'zeropoint',
                     ['command'] = 'exhaust',
                     ['parent'] = 'test',
                     ['parent'] = 'user',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Build Zero Point place and teleport to it",
                             ['English'] = "Force a user to be exhausted for the remainder of the day.",
                             ['Russian'] = "Построить место Нулевой Точки и телепортироваться туда",
                             ['Russian'] = "Сделать игрока обессиленным до конца дня.",
                             ['German'] = "Baue einen Nullpunkt und teleportiere dorthin",
                             ['German'] = "Zwingt einen Spieler erschöpft zu sein für den Rest des Tages.",
                             ['French'] = "Construit le Point Zéro et téléporte à celui-ci",
                             ['French'] = "Force un utilisateur à être épuisé pour le reste de la journée.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'exhaust',
                     ['level'] = 'DevTier',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'sizeX', 'Int32'},
                             ['Arg1'] = {'target', 'User', ''},
                            ['Arg2'] = {'sizeZ', 'Int32'},
                             },
                             },
         },
         },
         ['/time fastforward'] = {
         ['/user setlastrefreshday'] = {
                     ['command'] = 'fastforward',
                     ['command'] = 'setlastrefreshday',
                     ['parent'] = 'time',
                     ['parent'] = 'user',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Force the world to fast forward. Pass 0 to stop.",
                             ['English'] = "Change last refresh day from target by days (positive to add and negative to remove) ",
                             ['Russian'] = "Ускорить время. 0 для остановки.",
                             ['Russian'] = "",
                             ['German'] = "Zwinge die Welt in den schnellen Vorlauf. Übergebe den Parameter 0 zum stoppen.",
                             ['German'] = "",
                             ['French'] = "Force le monde à l'avance rapide. Envoyer 0 pour arrêter.",
                             ['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'] = 'ff',
                     ['shortCut'] = 'givelastrefreshday',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'set', 'Boolean', 'True'},
                             ['Arg1'] = {'days', 'Int32'},
                            ['Arg2'] = {'target', 'User', ''},
                             },
                             },
         },
         },
         ['/time midnight'] = {
         ['/util calculate'] = {
                     ['command'] = 'midnight',
                     ['command'] = 'calculate',
                     ['parent'] = 'time',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Set time of day to midnight",
                             ['English'] = "Evaluates provided math expression",
                             ['Russian'] = "Выставить время суток на полночь",
                             ['Russian'] = "Оценивает математическое выражение",
                             ['German'] = "Tageszeit auf Mitternacht setzen",
                             ['German'] = "Wertet den mathematischen Wert aus",
                             ['French'] = "Réglez l'heure de la journée sur minuit",
                             ['French'] = "Evalue l'expression mathématique fournie",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'calc',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'expression', 'String'},
                             },
                             },
         },
         },
         ['/time noon'] = {
         ['/util fly'] = {
                     ['command'] = 'noon',
                     ['command'] = 'fly',
                     ['parent'] = 'time',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Set time of day to noon.",
                             ['English'] = "Toggles fly mode",
                             ['Russian'] = "Выставить время суток на полдень.",
                             ['Russian'] = "Включает режим полета",
                             ['German'] = "Tageszeit auf Mittag setzen.",
                             ['German'] = "Schaltet Flugmodus um",
                             ['French'] = "Réglez l'heure de la journée sur midi.",
                             ['French'] = "Active/désactive le mode vol",
                             },
                             },
                     ['shortCut'] = 'noon',
                     ['shortCut'] = 'fly',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/time now'] = {
         ['/util fuel'] = {
                     ['command'] = 'now',
                     ['command'] = 'fuel',
                     ['parent'] = 'time',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Reports the current time.",
                             ['English'] = "Fuels currently selected (driving) vehicle.",
                             ['Russian'] = "Сообщает текущее время.",
                             ['Russian'] = "Заправляет выбранное (управляемое) транспортное средство.",
                             ['German'] = "Zeigt die aktuelle Uhrzeit.",
                             ['German'] = "Betankt das derzeitig ausgewählte (fahrende) Fahrzeug.",
                             ['French'] = "Indique l'heure actuelle.",
                             ['French'] = "Carburants actuellement sélectionnés pour le véhicule (de conduite).",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'fuel',
                     ['level'] = 'User',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg0'] = {'chatClient', 'IChatClient'},
                             ['Arg1'] = {'target', 'INetObject'},
                             },
                             },
         },
         },
         ['/time resettime'] = {
         ['/util invisible'] = {
                     ['command'] = 'resettime',
                     ['command'] = 'invisible',
                     ['parent'] = 'time',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Reset time of day to match the clock.",
                             ['English'] = "Make your character invisible",
                             ['Russian'] = "Сбросить время суток, чтобы оно соответствовало часам.",
                             ['Russian'] = "Сделайте своего персонажа невидимым",
                             ['German'] = "Setzt die Tageszeit so, dass sie mit der tatsächlichen Uhrzeit übereinstimmt.",
                             ['German'] = "Macht deinen Charakter unsichtbar",
                             ['French'] = "Réinitialiser l'heure de la journée en fonction de l'horloge.",
                             ['French'] = "Rend le personnage invisible",
                             },
                             },
                     ['shortCut'] = 'resettime',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
         ['/time set'] = {
         ['/util openserverui'] = {
                     ['command'] = 'set',
                     ['command'] = 'openserverui',
                     ['parent'] = 'time',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Set time of day to the specified hour",
                             ['English'] = "Opens the server GUI, if the user is a local user.",
                             ['Russian'] = "Выставить время суток на указанный час",
                             ['Russian'] = "Открывает интерфейс сервера, если пользователь в локальной игре.",
                             ['German'] = "Tageszeit auf eine bestimmte Stunde setzen",
                             ['German'] = "Öffnet die Serveroberfläche, falls der Benutzer ein lokaler Benutzer ist.",
                             ['French'] = "Réglez l'heure de la journée sur une heure choisie",
                             ['French'] = "Ouvre le GUI du serveur, si l'utilisateur est un utilisateur local.",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'serverui',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'hour', 'Single'},
                             },
                             },
         },
         },
         ['/time skiptime'] = {
         ['/util record'] = {
                     ['command'] = 'skiptime',
                     ['command'] = 'record',
                     ['parent'] = 'time',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Skips ahead time a given number of hours.",
                             ['English'] = "Toggles record mode",
                             ['Russian'] = "",
                             ['Russian'] = "Включает режим оператора для записи",
                             ['German'] = "",
                             ['German'] = "Schaltet Aufnahmemodus um",
                             ['French'] = "",
                             ['French'] = "Active/désactive le mode enregistrement",
                             },
                             },
                     ['shortCut'] = 'st',
                     ['shortCut'] = 'record',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'hoursToSkip', 'Single', '24'},
                             },
                             },
         },
         },
         ['/titles assign'] = {
         ['/util unstuck'] = {
                     ['command'] = 'assign',
                     ['command'] = 'unstuck',
                     ['parent'] = 'titles',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Assigns a given user to a given title, assigning to yourself if none is specified.",
                             ['English'] = "Attempts to unstuck your avatar",
                             ['Russian'] = "Присваивает указанный титул пользователю, или себе, если параметр не указан.",
                             ['Russian'] = "Пытается высвободить вашего персонажа",
                             ['German'] = "Füge einem Spieler einen Titel hinzu, oder dir selbst wenn keiner angegeben.",
                             ['German'] = "Versucht, deinen Avatar zu befreien",
                             ['French'] = "Assigne un utilisateur donné à un titre donné, en vous l'assignant à vous-même si aucun n'est spécifié.",
                             ['French'] = "Tente de débloquer votre personnage",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'unstuck',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'assignTo', 'User', ''},
                             },
                             },
         },
         },
         ['/titles clear'] = {
         ['/util unstuckvehicle'] = {
                     ['command'] = 'clear',
                     ['command'] = 'unstuckvehicle',
                     ['parent'] = 'titles',
                     ['parent'] = 'util',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clears all occupants from a title.",
                             ['English'] = "Attempts to unstuck vehicle in target",
                             ['Russian'] = "Лишает титула всех его обладателей.",
                             ['Russian'] = "Пытается вытащить технику на которую вы смотрите",
                             ['German'] = "Entfernt alle Inhaber von einem Titel.",
                             ['German'] = "Versucht das anvisierte Fahrzeug zu befreien",
                             ['French'] = "Enlève tous les occupants d'un titre.",
                             ['French'] = "Tente de décoincer le véhicule ciblé",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = 'freecar',
                     ['level'] = 'Admin',
                     ['level'] = 'User',
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'title', 'Title'},
                             ['Arg1'] = {'target', 'INetObject'},
                             },
                             },
         },
         },
         ['/titles delete'] = {
         ['/weather clear'] = {
                     ['command'] = 'delete',
                     ['command'] = 'clear',
                     ['parent'] = 'titles',
                     ['parent'] = 'weather',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Permanently deletes a title.",
                             ['English'] = "Clear all weather",
                             ['Russian'] = "Безвозвратно удаляет должность.",
                             ['Russian'] = "",
                             ['German'] = "Löscht einen Titel permanent.",
                             ['German'] = "",
                             ['French'] = "Supprime définitivement un titre.",
                             ['French'] = "Réinitialise toutes les conditions météorologiques",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                     ['parameters'] =  {
                     ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                             },
                             },
         },
         },
         ['/titles giveglobalmarkerrights'] = {
         ['/weather cloudy'] = {
                     ['command'] = 'giveglobalmarkerrights',
                     ['command'] = 'cloudy',
                     ['parent'] = 'titles',
                     ['parent'] = 'weather',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Allow the given user to change all world marker settlement types without permissions.",
                             ['English'] = "Create some clouds",
                             ['Russian'] = "",
                             ['Russian'] = "Create some clouds",
                             ['German'] = "Erlaubt es den gegebenen Nutzer alle Weltmarker ohne Rechte zu ändern.",
                             ['German'] = "Create some clouds",
                             ['French'] = "Permet à l'utilisateur donné de modifier tous les types de repères de la carte de la colonie sans autorisations.",
                             ['French'] = "Create some clouds",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
                     ['level'] = 'Admin',
                     ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/titles givetreasuryrights'] = {
                    ['command'] = 'givetreasuryrights',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Assign the current player to a new title that has treasury rights.",
                            ['Russian'] = "Назначить текущего игрока на новую должность с правами управления казной.",
                            ['German'] = "Weise dem aktuellen Spieler einen neuen Titel mit Staatskassen-Rechten zu.",
                            ['French'] = "Assigne au joueur actuel un nouveau titre ayant des droits du Trésor public.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            },
        },
        ['/titles list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Lists all existing titles and info about them.",
                            ['Russian'] = "Список всех существующих титулов и информация о них.",
                            ['German'] = "Listet alle existierenden Titel und zugehörige Informationen auf.",
                            ['French'] = "Liste tous les titres existants et des informations à leur sujet.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/titles rename'] = {
                    ['command'] = 'rename',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Rename a new title.",
                            ['Russian'] = "Переименовывает титул.",
                            ['German'] = "Benennt einen neuen Titel um.",
                            ['French'] = "Renomme un nouveau titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                            },
        },
        ['/titles set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set values for a title.",
                            ['Russian'] = "Устанавливает параметры должности.",
                            ['German'] = "Legt Werte für einen Titel fest.",
                            ['French'] = "Définit les valeurs d'un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'maxOccupants', 'Int32'},
                            },
        },
        ['/titles setplaytimeboost'] = {
                    ['command'] = 'setplaytimeboost',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['Russian'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['German'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['French'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'hoursBoost', 'Single', '2'},
                            },
        },
        ['/titles spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Create a bunch of titles for testing.",
                            ['Russian'] = "Создать кучу должностей для тестирования.",
                            ['German'] = "Erstelle eine Reihe von Titeln zum testen.",
                            ['French'] = "Créée un ensemble de titres pour tester.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'number', 'Int32', '5'},
                            },
        },
        ['/titles unassign'] = {
                    ['command'] = 'unassign',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Removes a given user from a given title, removing from yourself if none is specified.",
                            ['Russian'] = "Убирает указанный титул у пользователя, или у себя, если параметр не указан.",
                            ['German'] = "Entferne den Titel eines Spieler, oder dir selbst wenn keiner angegeben.",
                            ['French'] = "Supprime un utilisateur donné d'un titre donné, en le supprimant de vous-même si aucun n'est spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                            },
        },
        ['/tutorials reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Resets the tutorial, including record of given items (which menu option does not do).",
                            ['Russian'] = "Сбрасывает обучение, включая записи о выданных предметах (в отличии от пункта меню).",
                            ['German'] = "Setzt das Tutorial zurück, einschließlich der erhaltenen Gegenstände (was die Menü Option nicht tut).",
                            ['French'] = "Réinitialise le tutoriel, y compris l'enregistrement des objets donnés (ce que l'option de menu ne fait pas).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/tutorials task'] = {
                    ['command'] = 'task',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Starts specific tutorial task by name.",
                            ['Russian'] = "Начинает указанную обучающую задачу по её названию.",
                            ['German'] = "Startet eine bestimmte Tutorial Aufgabe nach Namen.",
                            ['French'] = "Démarre une tâche spécifique du tutoriel par son nom.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'taskName', 'String'},
                            },
        },
        ['/tutorials unlockui'] = {
                    ['command'] = 'unlockui',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Unlocks all UI panels locked by tutorial.",
                            ['Russian'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/twitch resenddatasets'] = {
                    ['command'] = 'resenddatasets',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces all datasets to refresh on the EBS server",
                            ['Russian'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = 'energize',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'target', 'User', ''},
                            ['Arg2'] = {'hours', 'Int32', '1'},
                            },
        },
        ['/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'] = "",
                            ['German'] = "",
                            ['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'] =  {
                     ['parameters'] =  {
                             },
                             },
         },
         },
        ['/util unstuckvehicle'] = {
         ['/weather foggy'] = {
                    ['command'] = 'unstuckvehicle',
                     ['command'] = 'foggy',
                    ['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',
                     ['parent'] = 'weather',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Clear all weather",
                             ['English'] = "Create some fog",
                             ['Russian'] = "",
                             ['Russian'] = "Create some fog",
                             ['German'] = "",
                             ['German'] = "Create some fog",
                             ['French'] = "Réinitialise toutes les conditions météorologiques",
                             ['French'] = "Create some fog",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 7,557: Line 7,318:
                     ['parent'] = 'weather',
                     ['parent'] = 'weather',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create a heravy rain storm at your location",
                             ['English'] = "Create a heavy rain storm",
                             ['Russian'] = "Запускает сильный ливень в текущей позиции",
                             ['Russian'] = "Create a heavy rain storm",
                             ['German'] = "",
                             ['German'] = "Create a heavy rain storm",
                             ['French'] = "Créez une forte tempête de pluie à votre emplacement",
                             ['French'] = "Create a heavy rain storm",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 7,571: Line 7,332:
                     ['parent'] = 'weather',
                     ['parent'] = 'weather',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Create a light rain storm at your location",
                             ['English'] = "Create a light rain",
                             ['Russian'] = "Запускает грозу в текущей позиции",
                             ['Russian'] = "Create a light rain",
                             ['German'] = "",
                             ['German'] = "Create a light rain",
                             ['French'] = "Créez une légère tempête de pluie à votre emplacement",
                             ['French'] = "Create a light rain",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',
Line 7,585: Line 7,346:
                     ['parent'] = 'weather',
                     ['parent'] = 'weather',
                     ['helpText'] =  {
                     ['helpText'] =  {
                             ['English'] = "Prints out the current weather status for the entire planet",
                             ['English'] = "Prints out the current weather status",
                             ['Russian'] = "",
                             ['Russian'] = "Prints out the current weather status",
                             ['German'] = "",
                             ['German'] = "Prints out the current weather status",
                             ['French'] = "Afficher le statut météorologique actuel pour l'ensemble de la planète",
                             ['French'] = "Prints out the current weather status",
                             },
                             },
                     ['shortCut'] = '',
                     ['shortCut'] = '',

Revision as of 10:26, 17 October 2025

Warning about use

To prevent multiple call of data array, you must use the function: local CommandData = mw.loadData("Module:CommandData")

The Module:Skills is currently used in:


-- Eco Version : 0.12.0.1
-- EWDE Version : 0.6.5.0
-- Date of export : 16.10.2025 16:10:04

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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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",
                            ['Russian'] = "Создаёт здание из блоков указанного уровня",
                            ['German'] = "Erzeugt ein Gebäude je nach spezifizierter Stufe",
                            ['French'] = "Génère un bâtiment en spécifiant le niveau indiqué",
                            },
                    ['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'] = {'levelGround', 'Boolean', 'False'},
                            },
        },
        ['/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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['shortCut'] = 'partdecay',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'multiplier', 'Single', '100'},
                            ['Arg2'] = {'consumeWithoutDelay', 'Boolean', 'True'},
                            ['Arg3'] = {'radius', 'Single', '20'},
                            },
        },
        ['/craft setpowercost'] = {
                    ['command'] = 'setpowercost',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Reduces power consumption of all existing objects withing a given radius to passed value (defaults zero).",
                            ['Russian'] = "Снижает потребление энергии всеми объектами в определённом радиусе на указанное значение (до нуля по умолчанию).",
                            ['German'] = "Reduziert den Energieverbrauch aller Objekte auf einen bestimmten Wert (Standard = 0) innerhalb eines gegebenen Radius.",
                            ['French'] = "Réduit la consommation d'énergie de tous les objets existants d'un rayon donné à la valeur dépassée (valeur par défaut : zéro).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'cost', 'Single', '0'},
                            ['Arg2'] = {'radius', 'Single', '20'},
                            },
        },
        ['/craft spawncrafting'] = {
                    ['command'] = 'spawncrafting',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Creates a craft setup where output from one thing is input to another.",
                            ['Russian'] = "Создаёт очередь изготовления, где выход одного верстака является входом для другого.",
                            ['German'] = "Erzeugt eine fertige Produktionsschlange in der die Ausgabe von einer Sache die Eingabe einer Anderen ist.",
                            ['French'] = "Crée une chaine de fabrication où la sortie d'un établi est l'entrée d'un autre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/craft techtreesimulation'] = {
                    ['command'] = 'techtreesimulation',
                    ['parent'] = 'craft',
                    ['helpText'] =  {
                            ['English'] = "Simulates the tech tree",
                            ['Russian'] = "Воссоздать дерево технологий",
                            ['German'] = "Simuliert den Technologiebaum",
                            ['French'] = "Simule l’arbre technologique",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/culture boostproperty'] = {
                    ['command'] = 'boostproperty',
                    ['parent'] = 'culture',
                    ['helpText'] =  {
                            ['English'] = "Sets a boost to the culture value of the given deed, or the property where the user is standing if not specified",
                            ['Russian'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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 may be attended by a user in a single day.",
                            ['Russian'] = "Changes how many dinner parties may be attended by a user in a single day.",
                            ['German'] = "Changes how many dinner parties may be attended by a user in a single day.",
                            ['French'] = "Changes how many dinner parties may be attended by a user in a single day.",
                            },
                    ['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'] = "",
                            ['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'] = "Cast a negative vote and end an election. Null election means find first.",
                            ['Russian'] = "",
                            ['German'] = "",
                            ['French'] = "Lancer un vote négatif et mettre fin à une élection. Null pour trouver la première élection.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'election', 'Election', ''},
                            },
        },
        ['/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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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 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'] = "",
                            ['German'] = "",
                            ['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'},
                            },
        },
        ['/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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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 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 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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['French'] = "Génère des objets pour la pièce industrielle",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'sType', 'Int32', '0'},
                            },
        },
        ['/preset mainroom'] = {
                    ['command'] = 'mainroom',
                    ['parent'] = 'preset',
                    ['helpText'] =  {
                            ['English'] = "Spawns Housing main room items",
                            ['Russian'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['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'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['shortCut'] = 'gav',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/qa giveallvehicletools'] = {
                    ['command'] = 'giveallvehicletools',
                    ['parent'] = 'qa',
                    ['helpText'] =  {
                            ['English'] = "Give all vehicle tools",
                            ['Russian'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['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 diagnose'] = {
                    ['command'] = 'diagnose',
                    ['parent'] = 'rooms',
                    ['helpText'] =  {
                            ['English'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                            ['Russian'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                            ['German'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                            ['French'] = "Detailed diagnostic information about the current room or why it\'s failing.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/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'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['Russian'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['German'] = "Check the current surroundings to see if it\'s a room, and if not explain why not. Recalculate outdoor area.",
                            ['French'] = "Check 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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "Erzeugt eine oder mehrere Pflanzen in einer Linie oder einem Gitter",
                            ['French'] = "Génère une ou plusieurs plantes sur une rangée ou une grille",
                            },
                    ['shortCut'] = 'plant',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'speciesName', 'String', 'Birch'},
                            ['Arg2'] = {'countX', 'Int32', '1'},
                            ['Arg3'] = {'countZ', 'Int32', '1'},
                            ['Arg4'] = {'space', 'Int32', '0'},
                            ['Arg5'] = {'age', 'Single', '1'},
                            },
        },
        ['/sim toggleanimalnotifications'] = {
                    ['command'] = 'toggleanimalnotifications',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Toggles animal population change notifications on/off to all users.",
                            ['Russian'] = "Toggles animal population change notifications on/off to all users.",
                            ['German'] = "Toggles animal population change notifications on/off to all users.",
                            ['French'] = "Toggles animal population change notifications on/off to all users.",
                            },
                    ['shortCut'] = 'animalnotify',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim trample'] = {
                    ['command'] = 'trample',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Tramples the surrounding ground",
                            ['Russian'] = "Вытаптывает окружающие земли",
                            ['German'] = "Zertrampelt den umgebenden Boden",
                            ['French'] = "Piétine le sol environnant",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/sim unpollute'] = {
                    ['command'] = 'unpollute',
                    ['parent'] = 'sim',
                    ['helpText'] =  {
                            ['English'] = "Unpollute an area. Remove dead plants and replace dirt on grass blocks.",
                            ['Russian'] = "Очистить зону от загрязнения. Убрать мёртвые растения и заменить землю на траву.",
                            ['German'] = "Verschmutze einen Bereich. Entferne tote Pflanzen und ersetze es mit Schmutz auf Grasblöcken.",
                            ['French'] = "Dépollue une zone. Supprime les plantes mortes et remplace la terre sur les blocs d'herbe.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'fullReplacement', 'Boolean', 'True'},
                            ['Arg2'] = {'radius', 'Int32', '20'},
                            },
        },
        ['/skills addlevelto'] = {
                    ['command'] = 'addlevelto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Gives levels to another player. Gives to yourself if target user is empty",
                            ['Russian'] = "Добавляет уровни другому игроку. Выдаст Вам если игрок не был указан",
                            ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                            ['French'] = "Donne des niveaux à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'addlevel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills addpointsto'] = {
                    ['command'] = 'addpointsto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Give skillpoints to another player. Give them to yourself if target user is empty",
                            ['Russian'] = "Передать очки навыков другому игроку или передать очки самому себе если не указывать целевого игрока",
                            ['German'] = "Gib einem anderen Spieler Fertigkeitspunkte. Gebe sie dir selbst, wenn der Zielbenutzer leer ist",
                            ['French'] = "Donnez des points de compétence à un autre joueur. S'applique à soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'addpoint',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills all'] = {
                    ['command'] = 'all',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Unlocks all skills",
                            ['Russian'] = "Разблокирует все навыки",
                            ['German'] = "Schaltet alle Fertigkeiten frei",
                            ['French'] = "Débloque toutes les compétences",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills cleartalents'] = {
                    ['command'] = 'cleartalents',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets all talents for a specialization for a player. If the skill name is empty it will remove talents from all specialization",
                            ['Russian'] = "Сбрасывает таланты для указанной специализации игрока. Если специализация не указана, сбрасываются все таланты",
                            ['German'] = "Setzt alle Talente für eine Spezialisierung eines Spielers zurück. Falls der Spezialisierungsname leer ist, werden die Talente von allen Spezialisierungen entfernt",
                            ['French'] = "Réinitialise tous les talents pour la spécialisation d'un joueur. Si le nom de la compétence est vide, cela supprimera toutes les talents de toutes les spécialisations",
                            },
                    ['shortCut'] = 'notalents',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                            },
        },
        ['/skills creative'] = {
                    ['command'] = 'creative',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Remove restrictions and gives you every skill at max level.",
                            ['Russian'] = "Убирает ограничения и даёт вам все навыки на максимальном уровне.",
                            ['German'] = "Entferne Beschränkungen und gibt dir alle Fähigkeiten auf maximalem Level.",
                            ['French'] = "Retire les restrictions et vous donne toutes les compétences au niveau max.",
                            },
                    ['shortCut'] = 'creative',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills debugedu'] = {
                    ['command'] = 'debugedu',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Make education tick every frame, accepet teachers and students regardless of skills, and allow teachers to be their own students.",
                            ['Russian'] = "Сделайте так, чтобы образование соответствовало каждому кадру, принимайте учителей и учеников, независимо от навыков, и позволяйте учителям быть самими собой с учениками.",
                            ['German'] = "Lässt Bildung jeden frame ticken. Nimmt Schüler und Lehrer unabhängig vom Skill an und Lehrer können ihre eigenen Schüler sein.",
                            ['French'] = "Faire en sorte que l'éducation soit pleinement encadrée, acceptez les enseignants et les élèves indépendamment de leurs compétences et permettez aux enseignants d'être leurs propres élèves.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills education'] = {
                    ['command'] = 'education',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Set education value (0 to 1) for a skill (default to 1), giving the skill if the user doesn\'t have it.  If no target user is set, apply to self.",
                            ['Russian'] = "Set education value (0 to 1) for a skill (default to 1), giving the skill if the user doesn\'t have it.  If no target user is set, apply to self.",
                            ['German'] = "Set education value (0 to 1) for a skill (default to 1), giving the skill if the user doesn\'t have it.  If no target user is set, apply to self.",
                            ['French'] = "Set education value (0 to 1) for a skill (default to 1), giving the skill if the user doesn\'t have it.  If no target user is set, apply to self.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'value', 'Single', '1'},
                            ['Arg3'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills fullreset'] = {
                    ['command'] = 'fullreset',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets all skills to unlearnt",
                            ['Russian'] = "Сбрасывает все навыки в не изученное состояние",
                            ['German'] = "Setzt alle Fertigkeiten zurück",
                            ['French'] = "Réinitialise toutes les compétences à non apprise",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills give'] = {
                    ['command'] = 'give',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Gives a skill matching the given name. If no target user is set, apply to self.",
                            ['Russian'] = "Выдает всё специализации, совпадающие с названием. Если не указан игрок, применяется к себе.",
                            ['German'] = "Verleiht eine Fähigkeit, die sich dem zugeordneten Namen anpasst. Wenn kein Zielnutzer bestimmt ist, auf sich selbst anwenden.",
                            ['French'] = "Donne une compétence correspondant au nom donné. Si aucun utilisateur cible n'est défini, s'appliquer sur soi.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills givepointsto'] = {
                    ['command'] = 'givepointsto',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Give skillpoints to another player",
                            ['Russian'] = "Дать очки навыков другому игроку",
                            ['German'] = "Gibt Fertigkeitspunkte an einen anderen Spieler",
                            ['French'] = "Donne des points de compétence à un autre joueur",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherPlayer', 'User'},
                            ['Arg2'] = {'number', 'Int32', '10'},
                            },
        },
        ['/skills levelup'] = {
                    ['command'] = 'levelup',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['Russian'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['German'] = "Levels up a string matching the passed skill\'s name to the max.",
                            ['French'] = "Levels up a string matching the passed skill\'s name to the max.",
                            },
                    ['shortCut'] = 'levelup',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills levelupall'] = {
                    ['command'] = 'levelupall',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Levels all skills up 1 level at a time (no chunks).",
                            ['Russian'] = "Поднять все навыки на 1 уровень разом (без квитанций).",
                            ['German'] = "Erhöht alle Fertigkeiten um jeweils 1 Stufe (keine Brocken).",
                            ['French'] = "Augmente toutes les compétences d'un niveau à la fois (sans morceaux).",
                            },
                    ['shortCut'] = 'allskills',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/skills levelupuser'] = {
                    ['command'] = 'levelupuser',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Level up a citizen by one.  Default levels you up.",
                            ['Russian'] = "Повышайте уровень жителя на один. Уровни по умолчанию, которые вы повышаете.",
                            ['German'] = "Erhöht die Stufe eines Spielers um 1. Standardmäßig stuft es dich hoch.",
                            ['French'] = "Augmenter le niveau d'un citoyen de un. Par défaut, vous montez de niveau.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'name', 'String', ''},
                            },
        },
        ['/skills rate'] = {
                    ['command'] = 'rate',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Displays or sets the current skill rate multiplier.",
                            ['Russian'] = "Показывает или задаёт множитель прироста очков навыков.",
                            ['German'] = "Zeigt den momentanen Fertigkeitspunktemultiplikator an oder setzt ihn.",
                            ['French'] = "Affiche ou définit le multiplicateur de compétence actuel.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skillRate', 'Single', '-1'},
                            },
        },
        ['/skills removelevelfrom'] = {
                    ['command'] = 'removelevelfrom',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes levels from another player. Removes from yourself if target user is empty",
                            ['Russian'] = "Удаляет уровни у другого игрока. Удалит у Вас если игрок не указан",
                            ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                            ['French'] = "Supprime les niveaux d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'removelevel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills removepointsfrom'] = {
                    ['command'] = 'removepointsfrom',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Remove skillpoints from another player. Removes from yourself if target user is empty",
                            ['Russian'] = "Удаляет очки опыта у другого игрока. Удалит у Вас если игрок не указан",
                            ['German'] = "Entferne einem anderen Spieler Fertigkeitspunkte. Entferne sie dir selbst, wenn der Zielbenutzer nicht angegeben ist",
                            ['French'] = "Retirez les points de compétence d'un autre joueur. Se retire de soi-même si l'utilisateur cible est vide",
                            },
                    ['shortCut'] = 'removepoint',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User', ''},
                            ['Arg2'] = {'stars', 'Int32', '1'},
                            },
        },
        ['/skills removespecialty'] = {
                    ['command'] = 'removespecialty',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes a specialty that matches the passed string.",
                            ['Russian'] = "Удаляет специальность, соответствующую переданной строке.",
                            ['German'] = "Entfernt einen Beruf, der auf die Zeichenfolge passt.",
                            ['French'] = "Supprime une spécialité qui correspond à la chaîne transmise.",
                            },
                    ['shortCut'] = 'leveldown',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'specialtyName', 'String'},
                            ['Arg2'] = {'targetUser', 'User', ''},
                            },
        },
        ['/skills removetalent'] = {
                    ['command'] = 'removetalent',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Removes talent by name for a player",
                            ['Russian'] = "Убирает у игрока талант по его названию",
                            ['German'] = "Entfernt ein Talent für einen Spieler anhand des Namens",
                            ['French'] = "Supprime le talent par nom pour un joueur",
                            },
                    ['shortCut'] = 'talentdel',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'talentName', 'String'},
                            },
        },
        ['/skills reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'skills',
                    ['helpText'] =  {
                            ['English'] = "Resets a specialization for a player. If the skill name is empty it will reset all specializations.",
                            ['Russian'] = "Сбрасывает специализацию у игрока. Если имя специализации не указано, то будут сброшены все.",
                            ['German'] = "Setzt die Spezialisierung für einen Spieler zurück. Falls der Fähigkeitsname leer ist, werden alle Spezialisierungen zurückgesetzt.",
                            ['French'] = "Réinitialise la spécialisation d'un joueur. Si le nom de la compétence est vide, cela réinitialisera toutes les spécialisations.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'targetUser', 'User'},
                            ['Arg2'] = {'skillName', 'String', ''},
                            },
        },
        ['/teleport atob'] = {
                    ['command'] = 'atob',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleports player A to player B",
                            ['Russian'] = "Переместить игрока А к игроку Б",
                            ['German'] = "Teleportiert Spieler A zu Spieler B",
                            ['French'] = "Téléporte le joueur A vers le joueur B",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'targetA', 'User'},
                            ['Arg2'] = {'targetB', 'User'},
                            },
        },
        ['/teleport targetto'] = {
                    ['command'] = 'targetto',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleports otherPlayer to an xyz coordinate",
                            ['Russian'] = "Переместить другого игрока на xyz координаты",
                            ['German'] = "Teleportiert otherPlayer zu einer xyz-Koordinate",
                            ['French'] = "Téléporte un autre joueur vers une coordonnée xyz",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'chatClient', 'IChatClient'},
                            ['Arg1'] = {'otherUser', 'User'},
                            ['Arg2'] = {'x', 'Int32', '-1'},
                            ['Arg3'] = {'y', 'Int32', '-1'},
                            ['Arg4'] = {'z', 'Int32', '-1'},
                            },
        },
        ['/teleport todark'] = {
                    ['command'] = 'todark',
                    ['parent'] = 'teleport',
                    ['helpText'] =  {
                            ['English'] = "Teleport to the opposite side of the World",
                            ['Russian'] = "Телепортироваться на противоположную сторону мира",
                            ['German'] = "Zur gegenüberliegenden Seite der Welt teleportieren",
                            ['French'] = "Vous téléporte de l'autre côté du Monde",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/teleport 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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['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'] = "",
                            ['German'] = "Erlaubt es den gegebenen Nutzer alle Weltmarker ohne Rechte zu ändern.",
                            ['French'] = "Permet à l'utilisateur donné de modifier tous les types de repères de la carte de la colonie sans autorisations.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            ['Arg2'] = {'set', 'Boolean', 'True'},
                            },
        },
        ['/titles givetreasuryrights'] = {
                    ['command'] = 'givetreasuryrights',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Assign the current player to a new title that has treasury rights.",
                            ['Russian'] = "Назначить текущего игрока на новую должность с правами управления казной.",
                            ['German'] = "Weise dem aktuellen Spieler einen neuen Titel mit Staatskassen-Rechten zu.",
                            ['French'] = "Assigne au joueur actuel un nouveau titre ayant des droits du Trésor public.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'settlement', 'Settlement'},
                            },
        },
        ['/titles list'] = {
                    ['command'] = 'list',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Lists all existing titles and info about them.",
                            ['Russian'] = "Список всех существующих титулов и информация о них.",
                            ['German'] = "Listet alle existierenden Titel und zugehörige Informationen auf.",
                            ['French'] = "Liste tous les titres existants et des informations à leur sujet.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'User',
                    ['parameters'] =  {
                            },
        },
        ['/titles rename'] = {
                    ['command'] = 'rename',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Rename a new title.",
                            ['Russian'] = "Переименовывает титул.",
                            ['German'] = "Benennt einen neuen Titel um.",
                            ['French'] = "Renomme un nouveau titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'newName', 'String'},
                            },
        },
        ['/titles set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set values for a title.",
                            ['Russian'] = "Устанавливает параметры должности.",
                            ['German'] = "Legt Werte für einen Titel fest.",
                            ['French'] = "Définit les valeurs d'un titre.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'maxOccupants', 'Int32'},
                            },
        },
        ['/titles setplaytimeboost'] = {
                    ['command'] = 'setplaytimeboost',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['Russian'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['German'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            ['French'] = "Set a \'boost\' that will add to all \'recent playtime\' requests for the given player (yourself if null, 2 hours if unset).  Will make players instantly active if set high enough.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg0'] = {'client', 'IChatClient'},
                            ['Arg1'] = {'hoursBoost', 'Single', '2'},
                            },
        },
        ['/titles spawn'] = {
                    ['command'] = 'spawn',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Create a bunch of titles for testing.",
                            ['Russian'] = "Создать кучу должностей для тестирования.",
                            ['German'] = "Erstelle eine Reihe von Titeln zum testen.",
                            ['French'] = "Créée un ensemble de titres pour tester.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'number', 'Int32', '5'},
                            },
        },
        ['/titles unassign'] = {
                    ['command'] = 'unassign',
                    ['parent'] = 'titles',
                    ['helpText'] =  {
                            ['English'] = "Removes a given user from a given title, removing from yourself if none is specified.",
                            ['Russian'] = "Убирает указанный титул у пользователя, или у себя, если параметр не указан.",
                            ['German'] = "Entferne den Titel eines Spieler, oder dir selbst wenn keiner angegeben.",
                            ['French'] = "Supprime un utilisateur donné d'un titre donné, en le supprimant de vous-même si aucun n'est spécifié.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'title', 'Title'},
                            ['Arg2'] = {'unassignUser', 'User', ''},
                            },
        },
        ['/tutorials reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Resets the tutorial, including record of given items (which menu option does not do).",
                            ['Russian'] = "Сбрасывает обучение, включая записи о выданных предметах (в отличии от пункта меню).",
                            ['German'] = "Setzt das Tutorial zurück, einschließlich der erhaltenen Gegenstände (was die Menü Option nicht tut).",
                            ['French'] = "Réinitialise le tutoriel, y compris l'enregistrement des objets donnés (ce que l'option de menu ne fait pas).",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/tutorials task'] = {
                    ['command'] = 'task',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Starts specific tutorial task by name.",
                            ['Russian'] = "Начинает указанную обучающую задачу по её названию.",
                            ['German'] = "Startet eine bestimmte Tutorial Aufgabe nach Namen.",
                            ['French'] = "Démarre une tâche spécifique du tutoriel par son nom.",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            ['Arg1'] = {'taskName', 'String'},
                            },
        },
        ['/tutorials unlockui'] = {
                    ['command'] = 'unlockui',
                    ['parent'] = 'tutorials',
                    ['helpText'] =  {
                            ['English'] = "Unlocks all UI panels locked by tutorial.",
                            ['Russian'] = "",
                            ['German'] = "",
                            ['French'] = "",
                            },
                    ['shortCut'] = '',
                    ['level'] = 'DevTier',
                    ['parameters'] =  {
                            },
        },
        ['/twitch resenddatasets'] = {
                    ['command'] = 'resenddatasets',
                    ['parent'] = 'twitch',
                    ['helpText'] =  {
                            ['English'] = "Forces all datasets to refresh on the EBS server",
                            ['Russian'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['German'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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'] = "",
                            ['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 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'},
                            },
        },
    },
}