{"version":"1.1","schema_version":"1.1.0","plugin_version":"1.1.2","url":"https://tutos-gameserver.fr/2019/07/01/configuration-du-serveur-minecraft-windows-batch-%c2%b7-mmichaelis-minecraft-setup-10f50a6-%c2%b7-github-resoudre-les-problemes-dun-serveur-minecraft/","llm_html_url":"https://tutos-gameserver.fr/2019/07/01/configuration-du-serveur-minecraft-windows-batch-%c2%b7-mmichaelis-minecraft-setup-10f50a6-%c2%b7-github-resoudre-les-problemes-dun-serveur-minecraft/llm","llm_json_url":"https://tutos-gameserver.fr/2019/07/01/configuration-du-serveur-minecraft-windows-batch-%c2%b7-mmichaelis-minecraft-setup-10f50a6-%c2%b7-github-resoudre-les-problemes-dun-serveur-minecraft/llm.json","manifest_url":"https://tutos-gameserver.fr/llm-endpoints-manifest.json","language":"fr-FR","locale":"fr_FR","title":"Configuration du serveur Minecraft (Windows Batch) · mmichaelis / minecraft-setup @ 10f50a6 · GitHub\n\n &#8211; Resoudre les problemes d&rsquo;un serveur MineCraft","site":{"name":"Tutos GameServer","url":"https://tutos-gameserver.fr/"},"author":{"id":1,"name":"Titanfall","url":"https://tutos-gameserver.fr/author/titanfall/"},"published_at":"2019-07-01T02:29:09+00:00","modified_at":"2019-07-01T02:29:09+00:00","word_count":1414,"reading_time_seconds":425,"summary":"@@ -0,0 +1,301 @@ @écho de :REM Ceci installera (ou mettra à jour) Minecraft Server pour s’exécuter en tant que Windows Server en utilisant :REM NSSM &#8211; le gestionnaire du service sans succion. :REM :REM Appelez &quot;aide minecraft&quot; pour obtenir de l&#39;aide. setlocal ACTIVEDELAYEDEXPANSION setlocal ENABLEEXTENSIONS :REM Placez minecraft_server.VERSION.jar ici :REM Facultatif: Placez également ce [&hellip;]","summary_points":["@@ -0,0 +1,301 @@\n\n\n\n\n\n  \n\n    @écho de\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REM Ceci installera (ou mettra à jour) Minecraft Server pour s’exécuter en tant que Windows Server en utilisant\n\n\n\n\n\n  \n\n    :REM NSSM &#8211; le gestionnaire du service sans succion.",":REM\n\n\n\n\n\n  \n\n    :REM Appelez &quot;aide minecraft&quot; pour obtenir de l&#39;aide.","setlocal ACTIVEDELAYEDEXPANSION\n\n\n\n\n\n  \n\n    setlocal ENABLEEXTENSIONS\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REM Placez minecraft_server.VERSION.jar ici\n\n\n\n\n\n  \n\n    :REM Facultatif: Placez également ce fichier là.","ensemble MINECRAFT_HOME=C:  Program Files  Mojang  Minecraft\n\n\n\n\n\n  \n\n    :REM La version indiquée par minecraft_server.jar."],"topics":["Serveur minecraft"],"entities":[],"entities_metadata":[{"id":13,"name":"Serveur minecraft","slug":"serveur-minecraft","taxonomy":"category","count":2786,"url":"https://tutos-gameserver.fr/category/serveur-minecraft/"}],"tags":["Serveur minecraft"],"content_hash":"a0765d03f2568e27b5a488ad8955dfeb","plain_text":"@@ -0,0 +1,301 @@\n\n\n\n\n\n  \n\n    @écho de\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REM Ceci installera (ou mettra à jour) Minecraft Server pour s’exécuter en tant que Windows Server en utilisant\n\n\n\n\n\n  \n\n    :REM NSSM &#8211; le gestionnaire du service sans succion.\n\n\n\n\n\n  \n\n    :REM\n\n\n\n\n\n  \n\n    :REM Appelez &quot;aide minecraft&quot; pour obtenir de l&#39;aide.\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    setlocal ACTIVEDELAYEDEXPANSION\n\n\n\n\n\n  \n\n    setlocal ENABLEEXTENSIONS\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REM Placez minecraft_server.VERSION.jar ici\n\n\n\n\n\n  \n\n    :REM Facultatif: Placez également ce fichier là.\n\n\n\n\n\n  \n\n    ensemble MINECRAFT_HOME=C:  Program Files  Mojang  Minecraft\n\n\n\n\n\n  \n\n    :REM La version indiquée par minecraft_server.jar.\n\n\n\n\n\n  \n\n    ensemble MINECRAFT_VERSION=1.8.1\n\n\n\n\n\n  \n\n    :Les données REM Minecraft (données mondiales, configuration, etc.) iront ici.\n\n\n\n\n\n  \n\n    ensemble MINECRAFT_DATA=C:  ProgramData  Mojang  Minecraft\n\n\n\n\n\n  \n\n    :REM Où trouver le fichier nssm.exe correspondant à votre système d&#39;exploitation, ici: 64 bits.\n\n\n\n\n\n  \n\n    ensemble NSSM_HOME=%Fichiers de programme% nssm-2.24  win64\n\n\n\n\n\n  \n\n    :REM Où trouver le fichier bin  java.exe correspondant à votre système d&#39;exploitation, ici: 64 bits.\n\n\n\n\n\n  \n\n    ensemble JAVA_HOME=%Fichiers de programme% Java  jre1.8.0_25\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REM Nom utilisé par NSSM pour installer, éditer et supprimer le service.\n\n\n\n\n\n  \n\n    ensemble NOM DU SERVICE=Serveur minecraft\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    ensemble NSSM=% NSSM_HOME% nssm.exe\n\n\n\n\n\n  \n\n    ensemble JAVA=% JAVA_HOME% bin  java.exe\n\n\n\n\n\n  \n\n    ensemble MINECRAFT_JAR=% MINECRAFT_HOME%serveur minecraft.% MINECRAFT_VERSION%.pot\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    ensemble NSSM_URL=https://nssm.cc/\n\n\n\n\n\n  \n\n    ensemble MINECRAFT_URL=https://minecraft.net/download\n\n\n\n\n\n  \n\n    ensemble JAVA_URL=https://java.com/download/\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :Solution de contournement REM pour suspendre uniquement ce script à la fin lorsque vous double-cliquez pour empêcher\n\n\n\n\n\n  \n\n    :REM ferme la fenêtre du shell une fois le script terminé. \n\n\n\n\n\n  \n\n    :REM Voir: http://stackoverflow.com/questions/3551888/pausing-a-batch-file-when-double-clicked-but-not-when-run-from-a-console-window\n\n\n\n\n\n  \n\n    pour %%x dans (% cmdcmdline%) faire si /je &quot;%%~ x&quot;==&quot;/ c&quot; ensemble DOUBLECLICKED=1\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :Instruction REM Switch pour différentes options.\n\n\n\n\n\n  \n\n    :REM Voir: http://stackoverflow.com/questions/18423443/switch-statement-equivalent-in-windows-batch-file\n\n\n\n\n\n  \n\n    ensemble COMMANDER=%~ 1\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    2&gt;NUL APPEL :CAS_%COMMANDER%\n\n\n\n\n\n  \n\n    si ERRORLEVEL 1 appel : DEFAULT_CASE\n\n\n\n\n\n  \n\n    si défini CODE E aller à ERREUR\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à FIN\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :CASE_help\n\n\n\n\n\n  \n\n      appel :AIDEZ-MOI\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :CASE_install\n\n\n\n\n\n  \n\n      appel :INSTALLER\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :CASE_edit\n\n\n\n\n\n  \n\n      appel :MODIFIER\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :CASE_start\n\n\n\n\n\n  \n\n      appel :DÉBUT\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :CASE_stop\n\n\n\n\n\n  \n\n      appel :ARRÊTEZ\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :État de cas\n\n\n\n\n\n  \n\n      appel :STATUT\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :CASE_run\n\n\n\n\n\n  \n\n      appel :COURIR\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :CASE_remove\n\n\n\n\n\n  \n\n      appel :RETIRER\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :DEFAULT_CASE\n\n\n\n\n\n  \n\n      écho.\n\n\n\n\n\n  \n\n      écho Commande inconnue &quot;%COMMANDER%&quot;\n\n\n\n\n\n  \n\n      écho.\n\n\n\n\n\n  \n\n      appel :AIDEZ-MOI\n\n\n\n\n\n  \n\n      appel : SET_ECODE 11\n\n\n\n\n\n  \n\n      aller à END_CASE\n\n\n\n\n\n  \n\n    :END_CASE\n\n\n\n\n\n  \n\n      VER &gt; NUL\n\n\n\n\n\n  \n\n      aller à :EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :AIDEZ-MOI\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    écho Minecraft[Aidez-moi[Aidez-moi[help[help^| installer^| enlever^| modifier^| commencer^| arrêter^| statut^| courir]\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Outil pour configurer Minecraft Server et l&#39;installer en tant que service.\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Notez que vous devez d’abord exécuter Minecraft Server afin de configurer\n\n\n\n\n\n  \n\n    écho les données de configuration comme server.properties. Puis acceptez le CLUF\n\n\n\n\n\n  \n\n    écho (dans eula.txt) et début encore une fois juste pour s&#39;assurer que le serveur fonctionne\n\n\n\n\n\n  \n\n    écho sans problème. Installez-le en tant que service dès que le serveur fonctionne\n\n\n\n\n\n  \n\n    écho ça va.\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Ordre recommandé des étapes (exécuté en tant qu&#39;administrateur ou avec le contrôle de compte d&#39;utilisateur désactivé):\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho 1. ^&gt; course minecraft\n\n\n\n\n\n  \n\n    écho    Les fichiers de configuration seront créés dans: &quot;% MINECRAFT_DATA%&quot;\n\n\n\n\n\n  \n\n    écho 2. Adaptez server.properties, etc. et surtout modifiez eula.txt en\n\n\n\n\n\n  \n\n    écho    le contrat de licence utilisateur final.\n\n\n\n\n\n  \n\n    écho 3 ^&gt; course minecraft\n\n\n\n\n\n  \n\n    écho    Relancez Minecraft Server juste pour voir que toute votre configuration\n\n\n\n\n\n  \n\n    écho    travaux. Vous pouvez déjà vous connecter. Fermez le serveur avec Ctrl + C ou / stop à\n\n\n\n\n\n  \n\n    écho    Console Minecraft si tout va bien.\n\n\n\n\n\n  \n\n    écho    Vous voudrez peut-être aussi exécuter certaines commandes (voir / help chez Minecraft\n\n\n\n\n\n  \n\n    écho    Console) e. g. à ensemble mode de jeu par défaut ou définir des opérateurs.\n\n\n\n\n\n  \n\n    écho 4 ^&gt; installation de minecraft\n\n\n\n\n\n  \n\n    écho    Installez Minecraft Server en tant que service Windows. Le service sera installé\n\n\n\n\n\n  \n\n    écho    pour démarrer automatiquement au redémarrage. Vous pouvez appeler à tout moment pour\n\n\n\n\n\n  \n\n    écho    mettre à jour la configuration du service (par exemple, si vous avez mis à jour Java).\n\n\n\n\n\n  \n\n    écho 5 ^&gt; Minecraft modifier\n\n\n\n\n\n  \n\n    écho    (Facultatif) Modifiez / vérifiez les paramètres du serveur Minecraft.\n\n\n\n\n\n  \n\n    écho 6 ^&gt; Minecraft début\n\n\n\n\n\n  \n\n    écho    Démarrez le service Minecraft Server.\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Autres options:\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho * ^&gt; arrêt minecraft\n\n\n\n\n\n  \n\n    écho   Arrêter le service Minecraft Server\n\n\n\n\n\n  \n\n    écho * ^&gt; statut de minecraft\n\n\n\n\n\n  \n\n    écho   Voir si Minecraft Server Service est opérationnel.\n\n\n\n\n\n  \n\n    écho * ^&gt; supprimer minecraft\n\n\n\n\n\n  \n\n    écho   Supprimer le service Minecraft Server\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho URL:\n\n\n\n\n\n  \n\n    écho * % NSSM_URL%\n\n\n\n\n\n  \n\n    écho * % MINECRAFT_URL%\n\n\n\n\n\n  \n\n    écho * % JAVA_URL%\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Si vous ne pouvez pas faire défiler, appelez cette aide en ajoutant ^| plus à votre commande.\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à :EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REQUIRE_NSSM\n\n\n\n\n\n  \n\n    si ne pas exister &quot;% NSSM%&quot;    (\n\n\n\n\n\n  \n\n      écho.\n\n\n\n\n\n  \n\n      écho N&#39;a pas pu trouver &quot;% NSSM%!\n\n\n\n\n\n  \n\n            écho.\n\n\n\n\n\n  \n\n      écho S&#39;il vous plaît télécharger à % NSSM_URL%\n\n\n\n\n\n  \n\n      appel : SET_ECODE 12\n\n\n\n\n\n  \n\n    )\n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REQUIRE_JAVA\n\n\n\n\n\n  \n\n    si ne pas exister &quot;%JAVA%&quot;    (\n\n\n\n\n\n  \n\n      écho.\n\n\n\n\n\n  \n\n      écho N&#39;a pas pu trouver &quot;%JAVA%!\n\n\n\n\n\n  \n\n            écho.\n\n\n\n\n\n  \n\n      écho S&#39;il vous plaît télécharger à % JAVA_URL%\n\n\n\n\n\n  \n\n      appel : SET_ECODE 13\n\n\n\n\n\n  \n\n    )\n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REQUIRE_MINECRAFT\n\n\n\n\n\n  \n\n    si ne pas exister &quot;% MINECRAFT_JAR%&quot;    (\n\n\n\n\n\n  \n\n      écho.\n\n\n\n\n\n  \n\n      écho N&#39;a pas pu trouver &quot;% MINECRAFT_JAR%&quot;\n\n\n\n\n\n  \n\n      écho.\n\n\n\n\n\n  \n\n      écho S&#39;il vous plaît télécharger à partir de % MINECRAFT_URL%\n\n\n\n\n\n  \n\n      appel : SET_ECODE 14\n\n\n\n\n\n  \n\n    )\n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REQUIRE_DATA\n\n\n\n\n\n  \n\n    si ne pas exister &quot;% MINECRAFT_DATA%&quot;    (\n\n\n\n\n\n  \n\n      mkdir &quot;% MINECRAFT_DATA%&quot;\n\n\n\n\n\n  \n\n      appel : SET_ECODE % ERRORLEVEL%\n\n\n\n\n\n  \n\n    )\n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :MODIFIER\n\n\n\n\n\n  \n\n    appel : REQUIRE_NSSM\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    écho [NSSM]    Modifier le service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Réglages\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot; modifier &quot;%NOM DU SERVICE%&quot;\n\n\n\n\n\n  \n\n    appel : SET_ECODE % ERRORLEVEL%\n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :STATUT\n\n\n\n\n\n  \n\n    appel : REQUIRE_NSSM\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    écho [NSSM]    Service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Statut\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot;    statut &quot;%NOM DU SERVICE%&quot;\n\n\n\n\n\n  \n\n    appel : SET_ECODE % ERRORLEVEL%\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :RETIRER\n\n\n\n\n\n  \n\n    appel : REQUIRE_NSSM\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    appel :ARRÊTEZ\n\n\n\n\n\n  \n\n    écho [NSSM]    Suppression du service Minecraft Server &quot;%NOM DU SERVICE%&quot;\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer\n\n\n\n\n\n  \n\n    appel : SET_ECODE % ERRORLEVEL%\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :INSTALLER\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    appel : REQUIRE_NSSM\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    appel : REQUIRE_JAVA\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    appel : REQUIRE_MINECRAFT\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    appel : REQUIRE_DATA\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    appel :ARRÊTEZ\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    écho [NSSM]    Essayer de supprimer éventuellement un service préexistant &quot;%NOM DU SERVICE%&quot;&#8230;\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer &gt;NUL 2&gt;NUL\n\n\n\n\n\n  \n\n    écho [NSSM]    Installation en tant que service:\n\n\n\n\n\n  \n\n    écho     * Minecraft Server: Version % MINECRAFT_VERSION%\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho         Chemin: &quot;% MINECRAFT_JAR%&quot;\n\n\n\n\n\n  \n\n    écho         Les données: &quot;% MINECRAFT_DATA%&quot;\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot;    installer &quot;%NOM DU SERVICE%&quot; &quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;&quot;&quot;% MINECRAFT_JAR%&quot;&quot;&quot;    nogui\n\n\n\n\n\n  \n\n    appel : SET_ECODE % ERRORLEVEL%\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :REM Important: Démarrer le service dans Data-Directory.\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    AppDirectory &quot;% MINECRAFT_DATA%&quot;\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    La description &quot;Minecraft Server v% MINECRAFT_VERSION%&quot;\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Maintenant, vous voudrez peut-être appeler &quot;début de minecraft&quot;.\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :DÉBUT\n\n\n\n\n\n  \n\n    appel : REQUIRE_NSSM\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho [NSSM]    Démarrage du service Minecraft Server &quot;%NOM DU SERVICE%&quot;\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot; début &quot;%NOM DU SERVICE%&quot;\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    appel : SET_ECODE % ERRORLEVEL%\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :ARRÊTEZ\n\n\n\n\n\n  \n\n    appel : REQUIRE_NSSM\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    écho [NSSM]    Arrêt du service Minecraft Server &quot;%NOM DU SERVICE%&quot;\n\n\n\n\n\n  \n\n    &quot;% NSSM%&quot;    Arrêtez &quot;%NOM DU SERVICE%&quot;\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :COURIR\n\n\n\n\n\n  \n\n    appel : REQUIRE_JAVA\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    appel : REQUIRE_MINECRAFT\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    appel : REQUIRE_DATA\n\n\n\n\n\n  \n\n    si défini CODE E aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    pushd &quot;% MINECRAFT_DATA%&quot;\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    écho [JAVA]    Démarrer Minecraft Server avec le répertoire de données &quot;% MINECRAFT_DATA%&quot;\n\n\n\n\n\n  \n\n    écho        Aider à &quot;/Aidez-moi[[[[]&quot;.\n\n\n\n\n\n  \n\n    écho        Quitter avec &quot;/Arrêtez&quot;    ou Ctrl + C.\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    &quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;% MINECRAFT_JAR%&quot;    nogui\n\n\n\n\n\n  \n\n    appel : SET_ECODE % ERRORLEVEL%\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    popd\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :SET_ECODE\n\n\n\n\n\n  \n\n    si %1 NEQ 0 (\n\n\n\n\n\n  \n\n      ensemble CODE E=%1\n\n\n\n\n\n  \n\n    )\n\n\n\n\n\n  \n\n    aller à EOF\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :ERREUR\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Erreur %CODE E%.\n\n\n\n\n\n  \n\n    appel :ATTENDRE\n\n\n\n\n\n  \n\n    sortie / b %CODE E%\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :FIN\n\n\n\n\n\n  \n\n    écho.\n\n\n\n\n\n  \n\n    écho Terminé.\n\n\n\n\n\n  \n\n    appel :ATTENDRE\n\n\n\n\n\n  \n\n    sortie / b\n\n\n\n\n\n  \n\n    \n\n\n\n\n\n  \n\n    :ATTENDRE\n\n\n\n\n\n  \n\n    si défini DOUBLECLICKED (\n\n\n\n\n\n  \n\n      écho Fermez si vous avez fini de lire &#8230;\n\n\n\n\n\n  \n\n      pause\n\n\n\n\n\n  \n\n    )\n\n\n\n\n\n  \n\n    aller à :EOF\n\n\nClick to rate this post!\r\n                                   \r\n                               [Total: 0  Average: 0]","paragraphs":["@@ -0,0 +1,301 @@","@écho de",":REM Ceci installera (ou mettra à jour) Minecraft Server pour s’exécuter en tant que Windows Server en utilisant",":REM NSSM &#8211; le gestionnaire du service sans succion.",":REM",":REM Appelez &quot;aide minecraft&quot; pour obtenir de l&#39;aide.","setlocal ACTIVEDELAYEDEXPANSION","setlocal ENABLEEXTENSIONS",":REM Placez minecraft_server.VERSION.jar ici",":REM Facultatif: Placez également ce fichier là.","ensemble MINECRAFT_HOME=C:  Program Files  Mojang  Minecraft",":REM La version indiquée par minecraft_server.jar.","ensemble MINECRAFT_VERSION=1.8.1",":Les données REM Minecraft (données mondiales, configuration, etc.) iront ici.","ensemble MINECRAFT_DATA=C:  ProgramData  Mojang  Minecraft",":REM Où trouver le fichier nssm.exe correspondant à votre système d&#39;exploitation, ici: 64 bits.","ensemble NSSM_HOME=%Fichiers de programme% nssm-2.24  win64",":REM Où trouver le fichier bin  java.exe correspondant à votre système d&#39;exploitation, ici: 64 bits.","ensemble JAVA_HOME=%Fichiers de programme% Java  jre1.8.0_25",":REM Nom utilisé par NSSM pour installer, éditer et supprimer le service.","ensemble NOM DU SERVICE=Serveur minecraft","ensemble NSSM=% NSSM_HOME% nssm.exe","ensemble JAVA=% JAVA_HOME% bin  java.exe","ensemble MINECRAFT_JAR=% MINECRAFT_HOME%serveur minecraft.% MINECRAFT_VERSION%.pot","ensemble NSSM_URL=https://nssm.cc/","ensemble MINECRAFT_URL=https://minecraft.net/download","ensemble JAVA_URL=https://java.com/download/",":Solution de contournement REM pour suspendre uniquement ce script à la fin lorsque vous double-cliquez pour empêcher",":REM ferme la fenêtre du shell une fois le script terminé.",":REM Voir: http://stackoverflow.com/questions/3551888/pausing-a-batch-file-when-double-clicked-but-not-when-run-from-a-console-window","pour %%x dans (% cmdcmdline%) faire si /je &quot;%%~ x&quot;==&quot;/ c&quot; ensemble DOUBLECLICKED=1",":Instruction REM Switch pour différentes options.",":REM Voir: http://stackoverflow.com/questions/18423443/switch-statement-equivalent-in-windows-batch-file","ensemble COMMANDER=%~ 1","2&gt;NUL APPEL :CAS_%COMMANDER%","si ERRORLEVEL 1 appel : DEFAULT_CASE","si défini CODE E aller à ERREUR","aller à FIN",":CASE_help","appel :AIDEZ-MOI","aller à END_CASE",":CASE_install","appel :INSTALLER","aller à END_CASE",":CASE_edit","appel :MODIFIER","aller à END_CASE",":CASE_start","appel :DÉBUT","aller à END_CASE",":CASE_stop","appel :ARRÊTEZ","aller à END_CASE",":État de cas","appel :STATUT","aller à END_CASE",":CASE_run","appel :COURIR","aller à END_CASE",":CASE_remove","appel :RETIRER","aller à END_CASE",":DEFAULT_CASE","écho.","écho Commande inconnue &quot;%COMMANDER%&quot;","écho.","appel :AIDEZ-MOI","appel : SET_ECODE 11","aller à END_CASE",":END_CASE","VER &gt; NUL","aller à :EOF",":AIDEZ-MOI","écho Minecraft[Aidez-moi[Aidez-moi[help[help^| installer^| enlever^| modifier^| commencer^| arrêter^| statut^| courir]","écho.","écho Outil pour configurer Minecraft Server et l&#39;installer en tant que service.","écho.","écho Notez que vous devez d’abord exécuter Minecraft Server afin de configurer","écho les données de configuration comme server.properties. Puis acceptez le CLUF","écho (dans eula.txt) et début encore une fois juste pour s&#39;assurer que le serveur fonctionne","écho sans problème. Installez-le en tant que service dès que le serveur fonctionne","écho ça va.","écho.","écho Ordre recommandé des étapes (exécuté en tant qu&#39;administrateur ou avec le contrôle de compte d&#39;utilisateur désactivé):","écho.","écho 1. ^&gt; course minecraft","écho    Les fichiers de configuration seront créés dans: &quot;% MINECRAFT_DATA%&quot;","écho 2. Adaptez server.properties, etc. et surtout modifiez eula.txt en","écho    le contrat de licence utilisateur final.","écho 3 ^&gt; course minecraft","écho    Relancez Minecraft Server juste pour voir que toute votre configuration","écho    travaux. Vous pouvez déjà vous connecter. Fermez le serveur avec Ctrl + C ou / stop à","écho    Console Minecraft si tout va bien.","écho    Vous voudrez peut-être aussi exécuter certaines commandes (voir / help chez Minecraft","écho    Console) e. g. à ensemble mode de jeu par défaut ou définir des opérateurs.","écho 4 ^&gt; installation de minecraft","écho    Installez Minecraft Server en tant que service Windows. Le service sera installé","écho    pour démarrer automatiquement au redémarrage. Vous pouvez appeler à tout moment pour","écho    mettre à jour la configuration du service (par exemple, si vous avez mis à jour Java).","écho 5 ^&gt; Minecraft modifier","écho    (Facultatif) Modifiez / vérifiez les paramètres du serveur Minecraft.","écho 6 ^&gt; Minecraft début","écho    Démarrez le service Minecraft Server.","écho.","écho Autres options:","écho.","écho * ^&gt; arrêt minecraft","écho   Arrêter le service Minecraft Server","écho * ^&gt; statut de minecraft","écho   Voir si Minecraft Server Service est opérationnel.","écho * ^&gt; supprimer minecraft","écho   Supprimer le service Minecraft Server","écho.","écho URL:","écho * % NSSM_URL%","écho * % MINECRAFT_URL%","écho * % JAVA_URL%","écho.","écho Si vous ne pouvez pas faire défiler, appelez cette aide en ajoutant ^| plus à votre commande.","aller à :EOF",":REQUIRE_NSSM","si ne pas exister &quot;% NSSM%&quot;    (","écho.","écho N&#39;a pas pu trouver &quot;% NSSM%!","écho.","écho S&#39;il vous plaît télécharger à % NSSM_URL%","appel : SET_ECODE 12",")","aller à EOF",":REQUIRE_JAVA","si ne pas exister &quot;%JAVA%&quot;    (","écho.","écho N&#39;a pas pu trouver &quot;%JAVA%!","écho.","écho S&#39;il vous plaît télécharger à % JAVA_URL%","appel : SET_ECODE 13",")","aller à EOF",":REQUIRE_MINECRAFT","si ne pas exister &quot;% MINECRAFT_JAR%&quot;    (","écho.","écho N&#39;a pas pu trouver &quot;% MINECRAFT_JAR%&quot;","écho.","écho S&#39;il vous plaît télécharger à partir de % MINECRAFT_URL%","appel : SET_ECODE 14",")","aller à EOF",":REQUIRE_DATA","si ne pas exister &quot;% MINECRAFT_DATA%&quot;    (","mkdir &quot;% MINECRAFT_DATA%&quot;","appel : SET_ECODE % ERRORLEVEL%",")","aller à EOF",":MODIFIER","appel : REQUIRE_NSSM","si défini CODE E aller à EOF","écho [NSSM]    Modifier le service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Réglages","&quot;% NSSM%&quot; modifier &quot;%NOM DU SERVICE%&quot;","appel : SET_ECODE % ERRORLEVEL%","aller à EOF",":STATUT","appel : REQUIRE_NSSM","si défini CODE E aller à EOF","écho [NSSM]    Service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Statut","&quot;% NSSM%&quot;    statut &quot;%NOM DU SERVICE%&quot;","appel : SET_ECODE % ERRORLEVEL%","aller à EOF",":RETIRER","appel : REQUIRE_NSSM","si défini CODE E aller à EOF","appel :ARRÊTEZ","écho [NSSM]    Suppression du service Minecraft Server &quot;%NOM DU SERVICE%&quot;","&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer","appel : SET_ECODE % ERRORLEVEL%","aller à EOF",":INSTALLER","appel : REQUIRE_NSSM","si défini CODE E aller à EOF","appel : REQUIRE_JAVA","si défini CODE E aller à EOF","appel : REQUIRE_MINECRAFT","si défini CODE E aller à EOF","appel : REQUIRE_DATA","si défini CODE E aller à EOF","appel :ARRÊTEZ","écho [NSSM]    Essayer de supprimer éventuellement un service préexistant &quot;%NOM DU SERVICE%&quot;&#8230;","&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer &gt;NUL 2&gt;NUL","écho [NSSM]    Installation en tant que service:","écho     * Minecraft Server: Version % MINECRAFT_VERSION%","écho.","écho         Chemin: &quot;% MINECRAFT_JAR%&quot;","écho         Les données: &quot;% MINECRAFT_DATA%&quot;","écho.","&quot;% NSSM%&quot;    installer &quot;%NOM DU SERVICE%&quot; &quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;&quot;&quot;% MINECRAFT_JAR%&quot;&quot;&quot;    nogui","appel : SET_ECODE % ERRORLEVEL%",":REM Important: Démarrer le service dans Data-Directory.","&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    AppDirectory &quot;% MINECRAFT_DATA%&quot;","&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    La description &quot;Minecraft Server v% MINECRAFT_VERSION%&quot;","écho.","écho Maintenant, vous voudrez peut-être appeler &quot;début de minecraft&quot;.","aller à EOF",":DÉBUT","appel : REQUIRE_NSSM","si défini CODE E aller à EOF","écho.","écho [NSSM]    Démarrage du service Minecraft Server &quot;%NOM DU SERVICE%&quot;","écho.","&quot;% NSSM%&quot; début &quot;%NOM DU SERVICE%&quot;","appel : SET_ECODE % ERRORLEVEL%","aller à EOF",":ARRÊTEZ","appel : REQUIRE_NSSM","si défini CODE E aller à EOF","écho [NSSM]    Arrêt du service Minecraft Server &quot;%NOM DU SERVICE%&quot;","&quot;% NSSM%&quot;    Arrêtez &quot;%NOM DU SERVICE%&quot;","aller à EOF",":COURIR","appel : REQUIRE_JAVA","si défini CODE E aller à EOF","appel : REQUIRE_MINECRAFT","si défini CODE E aller à EOF","appel : REQUIRE_DATA","si défini CODE E aller à EOF","pushd &quot;% MINECRAFT_DATA%&quot;","écho [JAVA]    Démarrer Minecraft Server avec le répertoire de données &quot;% MINECRAFT_DATA%&quot;","écho        Aider à &quot;/Aidez-moi[[[[]&quot;.","écho        Quitter avec &quot;/Arrêtez&quot;    ou Ctrl + C.","écho.","&quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;% MINECRAFT_JAR%&quot;    nogui","appel : SET_ECODE % ERRORLEVEL%","popd","aller à EOF",":SET_ECODE","si %1 NEQ 0 (","ensemble CODE E=%1",")","aller à EOF",":ERREUR","écho.","écho Erreur %CODE E%.","appel :ATTENDRE","sortie / b %CODE E%",":FIN","écho.","écho Terminé.","appel :ATTENDRE","sortie / b",":ATTENDRE","si défini DOUBLECLICKED (","écho Fermez si vous avez fini de lire &#8230;","pause",")","aller à :EOF","Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]"],"content_blocks":[{"id":"text-1","type":"text","heading":"","plain_text":"@@ -0,0 +1,301 @@","html":"<p>@@ -0,0 +1,301 @@</p>"},{"id":"text-2","type":"text","heading":"","plain_text":"@écho de","html":"<p>@écho de</p>"},{"id":"text-3","type":"text","heading":"","plain_text":":REM Ceci installera (ou mettra à jour) Minecraft Server pour s’exécuter en tant que Windows Server en utilisant","html":"<p>:REM Ceci installera (ou mettra à jour) Minecraft Server pour s’exécuter en tant que Windows Server en utilisant</p>"},{"id":"text-4","type":"text","heading":"","plain_text":":REM NSSM &#8211; le gestionnaire du service sans succion.","html":"<p>:REM NSSM &#8211; le gestionnaire du service sans succion.</p>"},{"id":"text-5","type":"text","heading":"","plain_text":":REM","html":"<p>:REM</p>"},{"id":"text-6","type":"text","heading":"","plain_text":":REM Appelez &quot;aide minecraft&quot; pour obtenir de l&#39;aide.","html":"<p>:REM Appelez &quot;aide minecraft&quot; pour obtenir de l&#039;aide.</p>"},{"id":"text-7","type":"text","heading":"","plain_text":"setlocal ACTIVEDELAYEDEXPANSION","html":"<p>setlocal ACTIVEDELAYEDEXPANSION</p>"},{"id":"text-8","type":"text","heading":"","plain_text":"setlocal ENABLEEXTENSIONS","html":"<p>setlocal ENABLEEXTENSIONS</p>"},{"id":"text-9","type":"text","heading":"","plain_text":":REM Placez minecraft_server.VERSION.jar ici","html":"<p>:REM Placez minecraft_server.VERSION.jar ici</p>"},{"id":"text-10","type":"text","heading":"","plain_text":":REM Facultatif: Placez également ce fichier là.","html":"<p>:REM Facultatif: Placez également ce fichier là.</p>"},{"id":"text-11","type":"text","heading":"","plain_text":"ensemble MINECRAFT_HOME=C:  Program Files  Mojang  Minecraft","html":"<p>ensemble MINECRAFT_HOME=C:  Program Files  Mojang  Minecraft</p>"},{"id":"text-12","type":"text","heading":"","plain_text":":REM La version indiquée par minecraft_server.jar.","html":"<p>:REM La version indiquée par minecraft_server.jar.</p>"},{"id":"text-13","type":"text","heading":"","plain_text":"ensemble MINECRAFT_VERSION=1.8.1","html":"<p>ensemble MINECRAFT_VERSION=1.8.1</p>"},{"id":"text-14","type":"text","heading":"","plain_text":":Les données REM Minecraft (données mondiales, configuration, etc.) iront ici.","html":"<p>:Les données REM Minecraft (données mondiales, configuration, etc.) iront ici.</p>"},{"id":"text-15","type":"text","heading":"","plain_text":"ensemble MINECRAFT_DATA=C:  ProgramData  Mojang  Minecraft","html":"<p>ensemble MINECRAFT_DATA=C:  ProgramData  Mojang  Minecraft</p>"},{"id":"text-16","type":"text","heading":"","plain_text":":REM Où trouver le fichier nssm.exe correspondant à votre système d&#39;exploitation, ici: 64 bits.","html":"<p>:REM Où trouver le fichier nssm.exe correspondant à votre système d&#039;exploitation, ici: 64 bits.</p>"},{"id":"text-17","type":"text","heading":"","plain_text":"ensemble NSSM_HOME=%Fichiers de programme% nssm-2.24  win64","html":"<p>ensemble NSSM_HOME=%Fichiers de programme% nssm-2.24  win64</p>"},{"id":"text-18","type":"text","heading":"","plain_text":":REM Où trouver le fichier bin  java.exe correspondant à votre système d&#39;exploitation, ici: 64 bits.","html":"<p>:REM Où trouver le fichier bin  java.exe correspondant à votre système d&#039;exploitation, ici: 64 bits.</p>"},{"id":"text-19","type":"text","heading":"","plain_text":"ensemble JAVA_HOME=%Fichiers de programme% Java  jre1.8.0_25","html":"<p>ensemble JAVA_HOME=%Fichiers de programme% Java  jre1.8.0_25</p>"},{"id":"text-20","type":"text","heading":"","plain_text":":REM Nom utilisé par NSSM pour installer, éditer et supprimer le service.","html":"<p>:REM Nom utilisé par NSSM pour installer, éditer et supprimer le service.</p>"},{"id":"text-21","type":"text","heading":"","plain_text":"ensemble NOM DU SERVICE=Serveur minecraft","html":"<p>ensemble NOM DU SERVICE=Serveur minecraft</p>"},{"id":"text-22","type":"text","heading":"","plain_text":"ensemble NSSM=% NSSM_HOME% nssm.exe","html":"<p>ensemble NSSM=% NSSM_HOME% nssm.exe</p>"},{"id":"text-23","type":"text","heading":"","plain_text":"ensemble JAVA=% JAVA_HOME% bin  java.exe","html":"<p>ensemble JAVA=% JAVA_HOME% bin  java.exe</p>"},{"id":"text-24","type":"text","heading":"","plain_text":"ensemble MINECRAFT_JAR=% MINECRAFT_HOME%serveur minecraft.% MINECRAFT_VERSION%.pot","html":"<p>ensemble MINECRAFT_JAR=% MINECRAFT_HOME%serveur minecraft.% MINECRAFT_VERSION%.pot</p>"},{"id":"text-25","type":"text","heading":"","plain_text":"ensemble NSSM_URL=https://nssm.cc/","html":"<p>ensemble NSSM_URL=https://nssm.cc/</p>"},{"id":"text-26","type":"text","heading":"","plain_text":"ensemble MINECRAFT_URL=https://minecraft.net/download","html":"<p>ensemble MINECRAFT_URL=https://minecraft.net/download</p>"},{"id":"text-27","type":"text","heading":"","plain_text":"ensemble JAVA_URL=https://java.com/download/","html":"<p>ensemble JAVA_URL=https://java.com/download/</p>"},{"id":"text-28","type":"text","heading":"","plain_text":":Solution de contournement REM pour suspendre uniquement ce script à la fin lorsque vous double-cliquez pour empêcher","html":"<p>:Solution de contournement REM pour suspendre uniquement ce script à la fin lorsque vous double-cliquez pour empêcher</p>"},{"id":"text-29","type":"text","heading":"","plain_text":":REM ferme la fenêtre du shell une fois le script terminé.","html":"<p>:REM ferme la fenêtre du shell une fois le script terminé.</p>"},{"id":"text-30","type":"text","heading":"","plain_text":":REM Voir: http://stackoverflow.com/questions/3551888/pausing-a-batch-file-when-double-clicked-but-not-when-run-from-a-console-window","html":"<p>:REM Voir: http://stackoverflow.com/questions/3551888/pausing-a-batch-file-when-double-clicked-but-not-when-run-from-a-console-window</p>"},{"id":"text-31","type":"text","heading":"","plain_text":"pour %%x dans (% cmdcmdline%) faire si /je &quot;%%~ x&quot;==&quot;/ c&quot; ensemble DOUBLECLICKED=1","html":"<p>pour %%x dans (% cmdcmdline%) faire si /je &quot;%%~ x&quot;==&quot;/ c&quot; ensemble DOUBLECLICKED=1</p>"},{"id":"text-32","type":"text","heading":"","plain_text":":Instruction REM Switch pour différentes options.","html":"<p>:Instruction REM Switch pour différentes options.</p>"},{"id":"text-33","type":"text","heading":"","plain_text":":REM Voir: http://stackoverflow.com/questions/18423443/switch-statement-equivalent-in-windows-batch-file","html":"<p>:REM Voir: http://stackoverflow.com/questions/18423443/switch-statement-equivalent-in-windows-batch-file</p>"},{"id":"text-34","type":"text","heading":"","plain_text":"ensemble COMMANDER=%~ 1","html":"<p>ensemble COMMANDER=%~ 1</p>"},{"id":"text-35","type":"text","heading":"","plain_text":"2&gt;NUL APPEL :CAS_%COMMANDER%","html":"<p>2&gt;NUL APPEL :CAS_%COMMANDER%</p>"},{"id":"text-36","type":"text","heading":"","plain_text":"si ERRORLEVEL 1 appel : DEFAULT_CASE","html":"<p>si ERRORLEVEL 1 appel : DEFAULT_CASE</p>"},{"id":"text-37","type":"text","heading":"","plain_text":"si défini CODE E aller à ERREUR","html":"<p>si défini CODE E aller à ERREUR</p>"},{"id":"text-38","type":"text","heading":"","plain_text":"aller à FIN","html":"<p>aller à FIN</p>"},{"id":"text-39","type":"text","heading":"","plain_text":":CASE_help","html":"<p>:CASE_help</p>"},{"id":"text-40","type":"text","heading":"","plain_text":"appel :AIDEZ-MOI","html":"<p>appel :AIDEZ-MOI</p>"},{"id":"text-41","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-42","type":"text","heading":"","plain_text":":CASE_install","html":"<p>:CASE_install</p>"},{"id":"text-43","type":"text","heading":"","plain_text":"appel :INSTALLER","html":"<p>appel :INSTALLER</p>"},{"id":"text-44","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-45","type":"text","heading":"","plain_text":":CASE_edit","html":"<p>:CASE_edit</p>"},{"id":"text-46","type":"text","heading":"","plain_text":"appel :MODIFIER","html":"<p>appel :MODIFIER</p>"},{"id":"text-47","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-48","type":"text","heading":"","plain_text":":CASE_start","html":"<p>:CASE_start</p>"},{"id":"text-49","type":"text","heading":"","plain_text":"appel :DÉBUT","html":"<p>appel :DÉBUT</p>"},{"id":"text-50","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-51","type":"text","heading":"","plain_text":":CASE_stop","html":"<p>:CASE_stop</p>"},{"id":"text-52","type":"text","heading":"","plain_text":"appel :ARRÊTEZ","html":"<p>appel :ARRÊTEZ</p>"},{"id":"text-53","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-54","type":"text","heading":"","plain_text":":État de cas","html":"<p>:État de cas</p>"},{"id":"text-55","type":"text","heading":"","plain_text":"appel :STATUT","html":"<p>appel :STATUT</p>"},{"id":"text-56","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-57","type":"text","heading":"","plain_text":":CASE_run","html":"<p>:CASE_run</p>"},{"id":"text-58","type":"text","heading":"","plain_text":"appel :COURIR","html":"<p>appel :COURIR</p>"},{"id":"text-59","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-60","type":"text","heading":"","plain_text":":CASE_remove","html":"<p>:CASE_remove</p>"},{"id":"text-61","type":"text","heading":"","plain_text":"appel :RETIRER","html":"<p>appel :RETIRER</p>"},{"id":"text-62","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-63","type":"text","heading":"","plain_text":":DEFAULT_CASE","html":"<p>:DEFAULT_CASE</p>"},{"id":"text-64","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-65","type":"text","heading":"","plain_text":"écho Commande inconnue &quot;%COMMANDER%&quot;","html":"<p>écho Commande inconnue &quot;%COMMANDER%&quot;</p>"},{"id":"text-66","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-67","type":"text","heading":"","plain_text":"appel :AIDEZ-MOI","html":"<p>appel :AIDEZ-MOI</p>"},{"id":"text-68","type":"text","heading":"","plain_text":"appel : SET_ECODE 11","html":"<p>appel : SET_ECODE 11</p>"},{"id":"text-69","type":"text","heading":"","plain_text":"aller à END_CASE","html":"<p>aller à END_CASE</p>"},{"id":"text-70","type":"text","heading":"","plain_text":":END_CASE","html":"<p>:END_CASE</p>"},{"id":"text-71","type":"text","heading":"","plain_text":"VER &gt; NUL","html":"<p>VER &gt; NUL</p>"},{"id":"text-72","type":"text","heading":"","plain_text":"aller à :EOF","html":"<p>aller à :EOF</p>"},{"id":"text-73","type":"text","heading":"","plain_text":":AIDEZ-MOI","html":"<p>:AIDEZ-MOI</p>"},{"id":"text-74","type":"text","heading":"","plain_text":"écho Minecraft[Aidez-moi[Aidez-moi[help[help^| installer^| enlever^| modifier^| commencer^| arrêter^| statut^| courir]","html":"<p>écho Minecraft[Aidez-moi[Aidez-moi[help[help^| installer^| enlever^| modifier^| commencer^| arrêter^| statut^| courir]</p>"},{"id":"text-75","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-76","type":"text","heading":"","plain_text":"écho Outil pour configurer Minecraft Server et l&#39;installer en tant que service.","html":"<p>écho Outil pour configurer Minecraft Server et l&#039;installer en tant que service.</p>"},{"id":"text-77","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-78","type":"text","heading":"","plain_text":"écho Notez que vous devez d’abord exécuter Minecraft Server afin de configurer","html":"<p>écho Notez que vous devez d’abord exécuter Minecraft Server afin de configurer</p>"},{"id":"text-79","type":"text","heading":"","plain_text":"écho les données de configuration comme server.properties. Puis acceptez le CLUF","html":"<p>écho les données de configuration comme server.properties. Puis acceptez le CLUF</p>"},{"id":"text-80","type":"text","heading":"","plain_text":"écho (dans eula.txt) et début encore une fois juste pour s&#39;assurer que le serveur fonctionne","html":"<p>écho (dans eula.txt) et début encore une fois juste pour s&#039;assurer que le serveur fonctionne</p>"},{"id":"text-81","type":"text","heading":"","plain_text":"écho sans problème. Installez-le en tant que service dès que le serveur fonctionne","html":"<p>écho sans problème. Installez-le en tant que service dès que le serveur fonctionne</p>"},{"id":"text-82","type":"text","heading":"","plain_text":"écho ça va.","html":"<p>écho ça va.</p>"},{"id":"text-83","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-84","type":"text","heading":"","plain_text":"écho Ordre recommandé des étapes (exécuté en tant qu&#39;administrateur ou avec le contrôle de compte d&#39;utilisateur désactivé):","html":"<p>écho Ordre recommandé des étapes (exécuté en tant qu&#039;administrateur ou avec le contrôle de compte d&#039;utilisateur désactivé):</p>"},{"id":"text-85","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-86","type":"text","heading":"","plain_text":"écho 1. ^&gt; course minecraft","html":"<p>écho 1. ^&gt; course minecraft</p>"},{"id":"text-87","type":"text","heading":"","plain_text":"écho    Les fichiers de configuration seront créés dans: &quot;% MINECRAFT_DATA%&quot;","html":"<p>écho    Les fichiers de configuration seront créés dans: &quot;% MINECRAFT_DATA%&quot;</p>"},{"id":"text-88","type":"text","heading":"","plain_text":"écho 2. Adaptez server.properties, etc. et surtout modifiez eula.txt en","html":"<p>écho 2. Adaptez server.properties, etc. et surtout modifiez eula.txt en</p>"},{"id":"text-89","type":"text","heading":"","plain_text":"écho    le contrat de licence utilisateur final.","html":"<p>écho    le contrat de licence utilisateur final.</p>"},{"id":"text-90","type":"text","heading":"","plain_text":"écho 3 ^&gt; course minecraft","html":"<p>écho 3 ^&gt; course minecraft</p>"},{"id":"text-91","type":"text","heading":"","plain_text":"écho    Relancez Minecraft Server juste pour voir que toute votre configuration","html":"<p>écho    Relancez Minecraft Server juste pour voir que toute votre configuration</p>"},{"id":"text-92","type":"text","heading":"","plain_text":"écho    travaux. Vous pouvez déjà vous connecter. Fermez le serveur avec Ctrl + C ou / stop à","html":"<p>écho    travaux. Vous pouvez déjà vous connecter. Fermez le serveur avec Ctrl + C ou / stop à</p>"},{"id":"text-93","type":"text","heading":"","plain_text":"écho    Console Minecraft si tout va bien.","html":"<p>écho    Console Minecraft si tout va bien.</p>"},{"id":"text-94","type":"text","heading":"","plain_text":"écho    Vous voudrez peut-être aussi exécuter certaines commandes (voir / help chez Minecraft","html":"<p>écho    Vous voudrez peut-être aussi exécuter certaines commandes (voir / help chez Minecraft</p>"},{"id":"text-95","type":"text","heading":"","plain_text":"écho    Console) e. g. à ensemble mode de jeu par défaut ou définir des opérateurs.","html":"<p>écho    Console) e. g. à ensemble mode de jeu par défaut ou définir des opérateurs.</p>"},{"id":"text-96","type":"text","heading":"","plain_text":"écho 4 ^&gt; installation de minecraft","html":"<p>écho 4 ^&gt; installation de minecraft</p>"},{"id":"text-97","type":"text","heading":"","plain_text":"écho    Installez Minecraft Server en tant que service Windows. Le service sera installé","html":"<p>écho    Installez Minecraft Server en tant que service Windows. Le service sera installé</p>"},{"id":"text-98","type":"text","heading":"","plain_text":"écho    pour démarrer automatiquement au redémarrage. Vous pouvez appeler à tout moment pour","html":"<p>écho    pour démarrer automatiquement au redémarrage. Vous pouvez appeler à tout moment pour</p>"},{"id":"text-99","type":"text","heading":"","plain_text":"écho    mettre à jour la configuration du service (par exemple, si vous avez mis à jour Java).","html":"<p>écho    mettre à jour la configuration du service (par exemple, si vous avez mis à jour Java).</p>"},{"id":"text-100","type":"text","heading":"","plain_text":"écho 5 ^&gt; Minecraft modifier","html":"<p>écho 5 ^&gt; Minecraft modifier</p>"},{"id":"text-101","type":"text","heading":"","plain_text":"écho    (Facultatif) Modifiez / vérifiez les paramètres du serveur Minecraft.","html":"<p>écho    (Facultatif) Modifiez / vérifiez les paramètres du serveur Minecraft.</p>"},{"id":"text-102","type":"text","heading":"","plain_text":"écho 6 ^&gt; Minecraft début","html":"<p>écho 6 ^&gt; Minecraft début</p>"},{"id":"text-103","type":"text","heading":"","plain_text":"écho    Démarrez le service Minecraft Server.","html":"<p>écho    Démarrez le service Minecraft Server.</p>"},{"id":"text-104","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-105","type":"text","heading":"","plain_text":"écho Autres options:","html":"<p>écho Autres options:</p>"},{"id":"text-106","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-107","type":"text","heading":"","plain_text":"écho * ^&gt; arrêt minecraft","html":"<p>écho * ^&gt; arrêt minecraft</p>"},{"id":"text-108","type":"text","heading":"","plain_text":"écho   Arrêter le service Minecraft Server","html":"<p>écho   Arrêter le service Minecraft Server</p>"},{"id":"text-109","type":"text","heading":"","plain_text":"écho * ^&gt; statut de minecraft","html":"<p>écho * ^&gt; statut de minecraft</p>"},{"id":"text-110","type":"text","heading":"","plain_text":"écho   Voir si Minecraft Server Service est opérationnel.","html":"<p>écho   Voir si Minecraft Server Service est opérationnel.</p>"},{"id":"text-111","type":"text","heading":"","plain_text":"écho * ^&gt; supprimer minecraft","html":"<p>écho * ^&gt; supprimer minecraft</p>"},{"id":"text-112","type":"text","heading":"","plain_text":"écho   Supprimer le service Minecraft Server","html":"<p>écho   Supprimer le service Minecraft Server</p>"},{"id":"text-113","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-114","type":"text","heading":"","plain_text":"écho URL:","html":"<p>écho URL:</p>"},{"id":"text-115","type":"text","heading":"","plain_text":"écho * % NSSM_URL%","html":"<p>écho * % NSSM_URL%</p>"},{"id":"text-116","type":"text","heading":"","plain_text":"écho * % MINECRAFT_URL%","html":"<p>écho * % MINECRAFT_URL%</p>"},{"id":"text-117","type":"text","heading":"","plain_text":"écho * % JAVA_URL%","html":"<p>écho * % JAVA_URL%</p>"},{"id":"text-118","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-119","type":"text","heading":"","plain_text":"écho Si vous ne pouvez pas faire défiler, appelez cette aide en ajoutant ^| plus à votre commande.","html":"<p>écho Si vous ne pouvez pas faire défiler, appelez cette aide en ajoutant ^| plus à votre commande.</p>"},{"id":"text-120","type":"text","heading":"","plain_text":"aller à :EOF","html":"<p>aller à :EOF</p>"},{"id":"text-121","type":"text","heading":"","plain_text":":REQUIRE_NSSM","html":"<p>:REQUIRE_NSSM</p>"},{"id":"text-122","type":"text","heading":"","plain_text":"si ne pas exister &quot;% NSSM%&quot;    (","html":"<p>si ne pas exister &quot;% NSSM%&quot;    (</p>"},{"id":"text-123","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-124","type":"text","heading":"","plain_text":"écho N&#39;a pas pu trouver &quot;% NSSM%!","html":"<p>écho N&#039;a pas pu trouver &quot;% NSSM%!</p>"},{"id":"text-125","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-126","type":"text","heading":"","plain_text":"écho S&#39;il vous plaît télécharger à % NSSM_URL%","html":"<p>écho S&#039;il vous plaît télécharger à % NSSM_URL%</p>"},{"id":"text-127","type":"text","heading":"","plain_text":"appel : SET_ECODE 12","html":"<p>appel : SET_ECODE 12</p>"},{"id":"text-128","type":"text","heading":"","plain_text":")","html":"<p>)</p>"},{"id":"text-129","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-130","type":"text","heading":"","plain_text":":REQUIRE_JAVA","html":"<p>:REQUIRE_JAVA</p>"},{"id":"text-131","type":"text","heading":"","plain_text":"si ne pas exister &quot;%JAVA%&quot;    (","html":"<p>si ne pas exister &quot;%JAVA%&quot;    (</p>"},{"id":"text-132","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-133","type":"text","heading":"","plain_text":"écho N&#39;a pas pu trouver &quot;%JAVA%!","html":"<p>écho N&#039;a pas pu trouver &quot;%JAVA%!</p>"},{"id":"text-134","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-135","type":"text","heading":"","plain_text":"écho S&#39;il vous plaît télécharger à % JAVA_URL%","html":"<p>écho S&#039;il vous plaît télécharger à % JAVA_URL%</p>"},{"id":"text-136","type":"text","heading":"","plain_text":"appel : SET_ECODE 13","html":"<p>appel : SET_ECODE 13</p>"},{"id":"text-137","type":"text","heading":"","plain_text":")","html":"<p>)</p>"},{"id":"text-138","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-139","type":"text","heading":"","plain_text":":REQUIRE_MINECRAFT","html":"<p>:REQUIRE_MINECRAFT</p>"},{"id":"text-140","type":"text","heading":"","plain_text":"si ne pas exister &quot;% MINECRAFT_JAR%&quot;    (","html":"<p>si ne pas exister &quot;% MINECRAFT_JAR%&quot;    (</p>"},{"id":"text-141","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-142","type":"text","heading":"","plain_text":"écho N&#39;a pas pu trouver &quot;% MINECRAFT_JAR%&quot;","html":"<p>écho N&#039;a pas pu trouver &quot;% MINECRAFT_JAR%&quot;</p>"},{"id":"text-143","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-144","type":"text","heading":"","plain_text":"écho S&#39;il vous plaît télécharger à partir de % MINECRAFT_URL%","html":"<p>écho S&#039;il vous plaît télécharger à partir de % MINECRAFT_URL%</p>"},{"id":"text-145","type":"text","heading":"","plain_text":"appel : SET_ECODE 14","html":"<p>appel : SET_ECODE 14</p>"},{"id":"text-146","type":"text","heading":"","plain_text":")","html":"<p>)</p>"},{"id":"text-147","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-148","type":"text","heading":"","plain_text":":REQUIRE_DATA","html":"<p>:REQUIRE_DATA</p>"},{"id":"text-149","type":"text","heading":"","plain_text":"si ne pas exister &quot;% MINECRAFT_DATA%&quot;    (","html":"<p>si ne pas exister &quot;% MINECRAFT_DATA%&quot;    (</p>"},{"id":"text-150","type":"text","heading":"","plain_text":"mkdir &quot;% MINECRAFT_DATA%&quot;","html":"<p>mkdir &quot;% MINECRAFT_DATA%&quot;</p>"},{"id":"text-151","type":"text","heading":"","plain_text":"appel : SET_ECODE % ERRORLEVEL%","html":"<p>appel : SET_ECODE % ERRORLEVEL%</p>"},{"id":"text-152","type":"text","heading":"","plain_text":")","html":"<p>)</p>"},{"id":"text-153","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-154","type":"text","heading":"","plain_text":":MODIFIER","html":"<p>:MODIFIER</p>"},{"id":"text-155","type":"text","heading":"","plain_text":"appel : REQUIRE_NSSM","html":"<p>appel : REQUIRE_NSSM</p>"},{"id":"text-156","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-157","type":"text","heading":"","plain_text":"écho [NSSM]    Modifier le service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Réglages","html":"<p>écho [NSSM]    Modifier le service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Réglages</p>"},{"id":"text-158","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot; modifier &quot;%NOM DU SERVICE%&quot;","html":"<p>&quot;% NSSM%&quot; modifier &quot;%NOM DU SERVICE%&quot;</p>"},{"id":"text-159","type":"text","heading":"","plain_text":"appel : SET_ECODE % ERRORLEVEL%","html":"<p>appel : SET_ECODE % ERRORLEVEL%</p>"},{"id":"text-160","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-161","type":"text","heading":"","plain_text":":STATUT","html":"<p>:STATUT</p>"},{"id":"text-162","type":"text","heading":"","plain_text":"appel : REQUIRE_NSSM","html":"<p>appel : REQUIRE_NSSM</p>"},{"id":"text-163","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-164","type":"text","heading":"","plain_text":"écho [NSSM]    Service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Statut","html":"<p>écho [NSSM]    Service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Statut</p>"},{"id":"text-165","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot;    statut &quot;%NOM DU SERVICE%&quot;","html":"<p>&quot;% NSSM%&quot;    statut &quot;%NOM DU SERVICE%&quot;</p>"},{"id":"text-166","type":"text","heading":"","plain_text":"appel : SET_ECODE % ERRORLEVEL%","html":"<p>appel : SET_ECODE % ERRORLEVEL%</p>"},{"id":"text-167","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-168","type":"text","heading":"","plain_text":":RETIRER","html":"<p>:RETIRER</p>"},{"id":"text-169","type":"text","heading":"","plain_text":"appel : REQUIRE_NSSM","html":"<p>appel : REQUIRE_NSSM</p>"},{"id":"text-170","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-171","type":"text","heading":"","plain_text":"appel :ARRÊTEZ","html":"<p>appel :ARRÊTEZ</p>"},{"id":"text-172","type":"text","heading":"","plain_text":"écho [NSSM]    Suppression du service Minecraft Server &quot;%NOM DU SERVICE%&quot;","html":"<p>écho [NSSM]    Suppression du service Minecraft Server &quot;%NOM DU SERVICE%&quot;</p>"},{"id":"text-173","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer","html":"<p>&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer</p>"},{"id":"text-174","type":"text","heading":"","plain_text":"appel : SET_ECODE % ERRORLEVEL%","html":"<p>appel : SET_ECODE % ERRORLEVEL%</p>"},{"id":"text-175","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-176","type":"text","heading":"","plain_text":":INSTALLER","html":"<p>:INSTALLER</p>"},{"id":"text-177","type":"text","heading":"","plain_text":"appel : REQUIRE_NSSM","html":"<p>appel : REQUIRE_NSSM</p>"},{"id":"text-178","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-179","type":"text","heading":"","plain_text":"appel : REQUIRE_JAVA","html":"<p>appel : REQUIRE_JAVA</p>"},{"id":"text-180","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-181","type":"text","heading":"","plain_text":"appel : REQUIRE_MINECRAFT","html":"<p>appel : REQUIRE_MINECRAFT</p>"},{"id":"text-182","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-183","type":"text","heading":"","plain_text":"appel : REQUIRE_DATA","html":"<p>appel : REQUIRE_DATA</p>"},{"id":"text-184","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-185","type":"text","heading":"","plain_text":"appel :ARRÊTEZ","html":"<p>appel :ARRÊTEZ</p>"},{"id":"text-186","type":"text","heading":"","plain_text":"écho [NSSM]    Essayer de supprimer éventuellement un service préexistant &quot;%NOM DU SERVICE%&quot;&#8230;","html":"<p>écho [NSSM]    Essayer de supprimer éventuellement un service préexistant &quot;%NOM DU SERVICE%&quot;&#8230;</p>"},{"id":"text-187","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer &gt;NUL 2&gt;NUL","html":"<p>&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer &gt;NUL 2&gt;NUL</p>"},{"id":"text-188","type":"text","heading":"","plain_text":"écho [NSSM]    Installation en tant que service:","html":"<p>écho [NSSM]    Installation en tant que service:</p>"},{"id":"text-189","type":"text","heading":"","plain_text":"écho     * Minecraft Server: Version % MINECRAFT_VERSION%","html":"<p>écho     * Minecraft Server: Version % MINECRAFT_VERSION%</p>"},{"id":"text-190","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-191","type":"text","heading":"","plain_text":"écho         Chemin: &quot;% MINECRAFT_JAR%&quot;","html":"<p>écho         Chemin: &quot;% MINECRAFT_JAR%&quot;</p>"},{"id":"text-192","type":"text","heading":"","plain_text":"écho         Les données: &quot;% MINECRAFT_DATA%&quot;","html":"<p>écho         Les données: &quot;% MINECRAFT_DATA%&quot;</p>"},{"id":"text-193","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-194","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot;    installer &quot;%NOM DU SERVICE%&quot; &quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;&quot;&quot;% MINECRAFT_JAR%&quot;&quot;&quot;    nogui","html":"<p>&quot;% NSSM%&quot;    installer &quot;%NOM DU SERVICE%&quot; &quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;&quot;&quot;% MINECRAFT_JAR%&quot;&quot;&quot;    nogui</p>"},{"id":"text-195","type":"text","heading":"","plain_text":"appel : SET_ECODE % ERRORLEVEL%","html":"<p>appel : SET_ECODE % ERRORLEVEL%</p>"},{"id":"text-196","type":"text","heading":"","plain_text":":REM Important: Démarrer le service dans Data-Directory.","html":"<p>:REM Important: Démarrer le service dans Data-Directory.</p>"},{"id":"text-197","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    AppDirectory &quot;% MINECRAFT_DATA%&quot;","html":"<p>&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    AppDirectory &quot;% MINECRAFT_DATA%&quot;</p>"},{"id":"text-198","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    La description &quot;Minecraft Server v% MINECRAFT_VERSION%&quot;","html":"<p>&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    La description &quot;Minecraft Server v% MINECRAFT_VERSION%&quot;</p>"},{"id":"text-199","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-200","type":"text","heading":"","plain_text":"écho Maintenant, vous voudrez peut-être appeler &quot;début de minecraft&quot;.","html":"<p>écho Maintenant, vous voudrez peut-être appeler &quot;début de minecraft&quot;.</p>"},{"id":"text-201","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-202","type":"text","heading":"","plain_text":":DÉBUT","html":"<p>:DÉBUT</p>"},{"id":"text-203","type":"text","heading":"","plain_text":"appel : REQUIRE_NSSM","html":"<p>appel : REQUIRE_NSSM</p>"},{"id":"text-204","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-205","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-206","type":"text","heading":"","plain_text":"écho [NSSM]    Démarrage du service Minecraft Server &quot;%NOM DU SERVICE%&quot;","html":"<p>écho [NSSM]    Démarrage du service Minecraft Server &quot;%NOM DU SERVICE%&quot;</p>"},{"id":"text-207","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-208","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot; début &quot;%NOM DU SERVICE%&quot;","html":"<p>&quot;% NSSM%&quot; début &quot;%NOM DU SERVICE%&quot;</p>"},{"id":"text-209","type":"text","heading":"","plain_text":"appel : SET_ECODE % ERRORLEVEL%","html":"<p>appel : SET_ECODE % ERRORLEVEL%</p>"},{"id":"text-210","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-211","type":"text","heading":"","plain_text":":ARRÊTEZ","html":"<p>:ARRÊTEZ</p>"},{"id":"text-212","type":"text","heading":"","plain_text":"appel : REQUIRE_NSSM","html":"<p>appel : REQUIRE_NSSM</p>"},{"id":"text-213","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-214","type":"text","heading":"","plain_text":"écho [NSSM]    Arrêt du service Minecraft Server &quot;%NOM DU SERVICE%&quot;","html":"<p>écho [NSSM]    Arrêt du service Minecraft Server &quot;%NOM DU SERVICE%&quot;</p>"},{"id":"text-215","type":"text","heading":"","plain_text":"&quot;% NSSM%&quot;    Arrêtez &quot;%NOM DU SERVICE%&quot;","html":"<p>&quot;% NSSM%&quot;    Arrêtez &quot;%NOM DU SERVICE%&quot;</p>"},{"id":"text-216","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-217","type":"text","heading":"","plain_text":":COURIR","html":"<p>:COURIR</p>"},{"id":"text-218","type":"text","heading":"","plain_text":"appel : REQUIRE_JAVA","html":"<p>appel : REQUIRE_JAVA</p>"},{"id":"text-219","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-220","type":"text","heading":"","plain_text":"appel : REQUIRE_MINECRAFT","html":"<p>appel : REQUIRE_MINECRAFT</p>"},{"id":"text-221","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-222","type":"text","heading":"","plain_text":"appel : REQUIRE_DATA","html":"<p>appel : REQUIRE_DATA</p>"},{"id":"text-223","type":"text","heading":"","plain_text":"si défini CODE E aller à EOF","html":"<p>si défini CODE E aller à EOF</p>"},{"id":"text-224","type":"text","heading":"","plain_text":"pushd &quot;% MINECRAFT_DATA%&quot;","html":"<p>pushd &quot;% MINECRAFT_DATA%&quot;</p>"},{"id":"text-225","type":"text","heading":"","plain_text":"écho [JAVA]    Démarrer Minecraft Server avec le répertoire de données &quot;% MINECRAFT_DATA%&quot;","html":"<p>écho [JAVA]    Démarrer Minecraft Server avec le répertoire de données &quot;% MINECRAFT_DATA%&quot;</p>"},{"id":"text-226","type":"text","heading":"","plain_text":"écho        Aider à &quot;/Aidez-moi[[[[]&quot;.","html":"<p>écho        Aider à &quot;/Aidez-moi[[[[]&quot;.</p>"},{"id":"text-227","type":"text","heading":"","plain_text":"écho        Quitter avec &quot;/Arrêtez&quot;    ou Ctrl + C.","html":"<p>écho        Quitter avec &quot;/Arrêtez&quot;    ou Ctrl + C.</p>"},{"id":"text-228","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-229","type":"text","heading":"","plain_text":"&quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;% MINECRAFT_JAR%&quot;    nogui","html":"<p>&quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;% MINECRAFT_JAR%&quot;    nogui</p>"},{"id":"text-230","type":"text","heading":"","plain_text":"appel : SET_ECODE % ERRORLEVEL%","html":"<p>appel : SET_ECODE % ERRORLEVEL%</p>"},{"id":"text-231","type":"text","heading":"","plain_text":"popd","html":"<p>popd</p>"},{"id":"text-232","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-233","type":"text","heading":"","plain_text":":SET_ECODE","html":"<p>:SET_ECODE</p>"},{"id":"text-234","type":"text","heading":"","plain_text":"si %1 NEQ 0 (","html":"<p>si %1 NEQ 0 (</p>"},{"id":"text-235","type":"text","heading":"","plain_text":"ensemble CODE E=%1","html":"<p>ensemble CODE E=%1</p>"},{"id":"text-236","type":"text","heading":"","plain_text":")","html":"<p>)</p>"},{"id":"text-237","type":"text","heading":"","plain_text":"aller à EOF","html":"<p>aller à EOF</p>"},{"id":"text-238","type":"text","heading":"","plain_text":":ERREUR","html":"<p>:ERREUR</p>"},{"id":"text-239","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-240","type":"text","heading":"","plain_text":"écho Erreur %CODE E%.","html":"<p>écho Erreur %CODE E%.</p>"},{"id":"text-241","type":"text","heading":"","plain_text":"appel :ATTENDRE","html":"<p>appel :ATTENDRE</p>"},{"id":"text-242","type":"text","heading":"","plain_text":"sortie / b %CODE E%","html":"<p>sortie / b %CODE E%</p>"},{"id":"text-243","type":"text","heading":"","plain_text":":FIN","html":"<p>:FIN</p>"},{"id":"text-244","type":"text","heading":"","plain_text":"écho.","html":"<p>écho.</p>"},{"id":"text-245","type":"text","heading":"","plain_text":"écho Terminé.","html":"<p>écho Terminé.</p>"},{"id":"text-246","type":"text","heading":"","plain_text":"appel :ATTENDRE","html":"<p>appel :ATTENDRE</p>"},{"id":"text-247","type":"text","heading":"","plain_text":"sortie / b","html":"<p>sortie / b</p>"},{"id":"text-248","type":"text","heading":"","plain_text":":ATTENDRE","html":"<p>:ATTENDRE</p>"},{"id":"text-249","type":"text","heading":"","plain_text":"si défini DOUBLECLICKED (","html":"<p>si défini DOUBLECLICKED (</p>"},{"id":"text-250","type":"text","heading":"","plain_text":"écho Fermez si vous avez fini de lire &#8230;","html":"<p>écho Fermez si vous avez fini de lire &#8230;</p>"},{"id":"text-251","type":"text","heading":"","plain_text":"pause","html":"<p>pause</p>"},{"id":"text-252","type":"text","heading":"","plain_text":")","html":"<p>)</p>"},{"id":"text-253","type":"text","heading":"","plain_text":"aller à :EOF","html":"<p>aller à :EOF</p>"},{"id":"text-254","type":"text","heading":"","plain_text":"Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]","html":"<p>Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]</p>"}],"sections":[{"id":"text-1","heading":"Text","content":"@@ -0,0 +1,301 @@"},{"id":"text-2","heading":"Text","content":"@écho de"},{"id":"text-3","heading":"Text","content":":REM Ceci installera (ou mettra à jour) Minecraft Server pour s’exécuter en tant que Windows Server en utilisant"},{"id":"text-4","heading":"Text","content":":REM NSSM &#8211; le gestionnaire du service sans succion."},{"id":"text-5","heading":"Text","content":":REM"},{"id":"text-6","heading":"Text","content":":REM Appelez &quot;aide minecraft&quot; pour obtenir de l&#39;aide."},{"id":"text-7","heading":"Text","content":"setlocal ACTIVEDELAYEDEXPANSION"},{"id":"text-8","heading":"Text","content":"setlocal ENABLEEXTENSIONS"},{"id":"text-9","heading":"Text","content":":REM Placez minecraft_server.VERSION.jar ici"},{"id":"text-10","heading":"Text","content":":REM Facultatif: Placez également ce fichier là."},{"id":"text-11","heading":"Text","content":"ensemble MINECRAFT_HOME=C:  Program Files  Mojang  Minecraft"},{"id":"text-12","heading":"Text","content":":REM La version indiquée par minecraft_server.jar."},{"id":"text-13","heading":"Text","content":"ensemble MINECRAFT_VERSION=1.8.1"},{"id":"text-14","heading":"Text","content":":Les données REM Minecraft (données mondiales, configuration, etc.) iront ici."},{"id":"text-15","heading":"Text","content":"ensemble MINECRAFT_DATA=C:  ProgramData  Mojang  Minecraft"},{"id":"text-16","heading":"Text","content":":REM Où trouver le fichier nssm.exe correspondant à votre système d&#39;exploitation, ici: 64 bits."},{"id":"text-17","heading":"Text","content":"ensemble NSSM_HOME=%Fichiers de programme% nssm-2.24  win64"},{"id":"text-18","heading":"Text","content":":REM Où trouver le fichier bin  java.exe correspondant à votre système d&#39;exploitation, ici: 64 bits."},{"id":"text-19","heading":"Text","content":"ensemble JAVA_HOME=%Fichiers de programme% Java  jre1.8.0_25"},{"id":"text-20","heading":"Text","content":":REM Nom utilisé par NSSM pour installer, éditer et supprimer le service."},{"id":"text-21","heading":"Text","content":"ensemble NOM DU SERVICE=Serveur minecraft"},{"id":"text-22","heading":"Text","content":"ensemble NSSM=% NSSM_HOME% nssm.exe"},{"id":"text-23","heading":"Text","content":"ensemble JAVA=% JAVA_HOME% bin  java.exe"},{"id":"text-24","heading":"Text","content":"ensemble MINECRAFT_JAR=% MINECRAFT_HOME%serveur minecraft.% MINECRAFT_VERSION%.pot"},{"id":"text-25","heading":"Text","content":"ensemble NSSM_URL=https://nssm.cc/"},{"id":"text-26","heading":"Text","content":"ensemble MINECRAFT_URL=https://minecraft.net/download"},{"id":"text-27","heading":"Text","content":"ensemble JAVA_URL=https://java.com/download/"},{"id":"text-28","heading":"Text","content":":Solution de contournement REM pour suspendre uniquement ce script à la fin lorsque vous double-cliquez pour empêcher"},{"id":"text-29","heading":"Text","content":":REM ferme la fenêtre du shell une fois le script terminé."},{"id":"text-30","heading":"Text","content":":REM Voir: http://stackoverflow.com/questions/3551888/pausing-a-batch-file-when-double-clicked-but-not-when-run-from-a-console-window"},{"id":"text-31","heading":"Text","content":"pour %%x dans (% cmdcmdline%) faire si /je &quot;%%~ x&quot;==&quot;/ c&quot; ensemble DOUBLECLICKED=1"},{"id":"text-32","heading":"Text","content":":Instruction REM Switch pour différentes options."},{"id":"text-33","heading":"Text","content":":REM Voir: http://stackoverflow.com/questions/18423443/switch-statement-equivalent-in-windows-batch-file"},{"id":"text-34","heading":"Text","content":"ensemble COMMANDER=%~ 1"},{"id":"text-35","heading":"Text","content":"2&gt;NUL APPEL :CAS_%COMMANDER%"},{"id":"text-36","heading":"Text","content":"si ERRORLEVEL 1 appel : DEFAULT_CASE"},{"id":"text-37","heading":"Text","content":"si défini CODE E aller à ERREUR"},{"id":"text-38","heading":"Text","content":"aller à FIN"},{"id":"text-39","heading":"Text","content":":CASE_help"},{"id":"text-40","heading":"Text","content":"appel :AIDEZ-MOI"},{"id":"text-41","heading":"Text","content":"aller à END_CASE"},{"id":"text-42","heading":"Text","content":":CASE_install"},{"id":"text-43","heading":"Text","content":"appel :INSTALLER"},{"id":"text-44","heading":"Text","content":"aller à END_CASE"},{"id":"text-45","heading":"Text","content":":CASE_edit"},{"id":"text-46","heading":"Text","content":"appel :MODIFIER"},{"id":"text-47","heading":"Text","content":"aller à END_CASE"},{"id":"text-48","heading":"Text","content":":CASE_start"},{"id":"text-49","heading":"Text","content":"appel :DÉBUT"},{"id":"text-50","heading":"Text","content":"aller à END_CASE"},{"id":"text-51","heading":"Text","content":":CASE_stop"},{"id":"text-52","heading":"Text","content":"appel :ARRÊTEZ"},{"id":"text-53","heading":"Text","content":"aller à END_CASE"},{"id":"text-54","heading":"Text","content":":État de cas"},{"id":"text-55","heading":"Text","content":"appel :STATUT"},{"id":"text-56","heading":"Text","content":"aller à END_CASE"},{"id":"text-57","heading":"Text","content":":CASE_run"},{"id":"text-58","heading":"Text","content":"appel :COURIR"},{"id":"text-59","heading":"Text","content":"aller à END_CASE"},{"id":"text-60","heading":"Text","content":":CASE_remove"},{"id":"text-61","heading":"Text","content":"appel :RETIRER"},{"id":"text-62","heading":"Text","content":"aller à END_CASE"},{"id":"text-63","heading":"Text","content":":DEFAULT_CASE"},{"id":"text-64","heading":"Text","content":"écho."},{"id":"text-65","heading":"Text","content":"écho Commande inconnue &quot;%COMMANDER%&quot;"},{"id":"text-66","heading":"Text","content":"écho."},{"id":"text-67","heading":"Text","content":"appel :AIDEZ-MOI"},{"id":"text-68","heading":"Text","content":"appel : SET_ECODE 11"},{"id":"text-69","heading":"Text","content":"aller à END_CASE"},{"id":"text-70","heading":"Text","content":":END_CASE"},{"id":"text-71","heading":"Text","content":"VER &gt; NUL"},{"id":"text-72","heading":"Text","content":"aller à :EOF"},{"id":"text-73","heading":"Text","content":":AIDEZ-MOI"},{"id":"text-74","heading":"Text","content":"écho Minecraft[Aidez-moi[Aidez-moi[help[help^| installer^| enlever^| modifier^| commencer^| arrêter^| statut^| courir]"},{"id":"text-75","heading":"Text","content":"écho."},{"id":"text-76","heading":"Text","content":"écho Outil pour configurer Minecraft Server et l&#39;installer en tant que service."},{"id":"text-77","heading":"Text","content":"écho."},{"id":"text-78","heading":"Text","content":"écho Notez que vous devez d’abord exécuter Minecraft Server afin de configurer"},{"id":"text-79","heading":"Text","content":"écho les données de configuration comme server.properties. Puis acceptez le CLUF"},{"id":"text-80","heading":"Text","content":"écho (dans eula.txt) et début encore une fois juste pour s&#39;assurer que le serveur fonctionne"},{"id":"text-81","heading":"Text","content":"écho sans problème. Installez-le en tant que service dès que le serveur fonctionne"},{"id":"text-82","heading":"Text","content":"écho ça va."},{"id":"text-83","heading":"Text","content":"écho."},{"id":"text-84","heading":"Text","content":"écho Ordre recommandé des étapes (exécuté en tant qu&#39;administrateur ou avec le contrôle de compte d&#39;utilisateur désactivé):"},{"id":"text-85","heading":"Text","content":"écho."},{"id":"text-86","heading":"Text","content":"écho 1. ^&gt; course minecraft"},{"id":"text-87","heading":"Text","content":"écho    Les fichiers de configuration seront créés dans: &quot;% MINECRAFT_DATA%&quot;"},{"id":"text-88","heading":"Text","content":"écho 2. Adaptez server.properties, etc. et surtout modifiez eula.txt en"},{"id":"text-89","heading":"Text","content":"écho    le contrat de licence utilisateur final."},{"id":"text-90","heading":"Text","content":"écho 3 ^&gt; course minecraft"},{"id":"text-91","heading":"Text","content":"écho    Relancez Minecraft Server juste pour voir que toute votre configuration"},{"id":"text-92","heading":"Text","content":"écho    travaux. Vous pouvez déjà vous connecter. Fermez le serveur avec Ctrl + C ou / stop à"},{"id":"text-93","heading":"Text","content":"écho    Console Minecraft si tout va bien."},{"id":"text-94","heading":"Text","content":"écho    Vous voudrez peut-être aussi exécuter certaines commandes (voir / help chez Minecraft"},{"id":"text-95","heading":"Text","content":"écho    Console) e. g. à ensemble mode de jeu par défaut ou définir des opérateurs."},{"id":"text-96","heading":"Text","content":"écho 4 ^&gt; installation de minecraft"},{"id":"text-97","heading":"Text","content":"écho    Installez Minecraft Server en tant que service Windows. Le service sera installé"},{"id":"text-98","heading":"Text","content":"écho    pour démarrer automatiquement au redémarrage. Vous pouvez appeler à tout moment pour"},{"id":"text-99","heading":"Text","content":"écho    mettre à jour la configuration du service (par exemple, si vous avez mis à jour Java)."},{"id":"text-100","heading":"Text","content":"écho 5 ^&gt; Minecraft modifier"},{"id":"text-101","heading":"Text","content":"écho    (Facultatif) Modifiez / vérifiez les paramètres du serveur Minecraft."},{"id":"text-102","heading":"Text","content":"écho 6 ^&gt; Minecraft début"},{"id":"text-103","heading":"Text","content":"écho    Démarrez le service Minecraft Server."},{"id":"text-104","heading":"Text","content":"écho."},{"id":"text-105","heading":"Text","content":"écho Autres options:"},{"id":"text-106","heading":"Text","content":"écho."},{"id":"text-107","heading":"Text","content":"écho * ^&gt; arrêt minecraft"},{"id":"text-108","heading":"Text","content":"écho   Arrêter le service Minecraft Server"},{"id":"text-109","heading":"Text","content":"écho * ^&gt; statut de minecraft"},{"id":"text-110","heading":"Text","content":"écho   Voir si Minecraft Server Service est opérationnel."},{"id":"text-111","heading":"Text","content":"écho * ^&gt; supprimer minecraft"},{"id":"text-112","heading":"Text","content":"écho   Supprimer le service Minecraft Server"},{"id":"text-113","heading":"Text","content":"écho."},{"id":"text-114","heading":"Text","content":"écho URL:"},{"id":"text-115","heading":"Text","content":"écho * % NSSM_URL%"},{"id":"text-116","heading":"Text","content":"écho * % MINECRAFT_URL%"},{"id":"text-117","heading":"Text","content":"écho * % JAVA_URL%"},{"id":"text-118","heading":"Text","content":"écho."},{"id":"text-119","heading":"Text","content":"écho Si vous ne pouvez pas faire défiler, appelez cette aide en ajoutant ^| plus à votre commande."},{"id":"text-120","heading":"Text","content":"aller à :EOF"},{"id":"text-121","heading":"Text","content":":REQUIRE_NSSM"},{"id":"text-122","heading":"Text","content":"si ne pas exister &quot;% NSSM%&quot;    ("},{"id":"text-123","heading":"Text","content":"écho."},{"id":"text-124","heading":"Text","content":"écho N&#39;a pas pu trouver &quot;% NSSM%!"},{"id":"text-125","heading":"Text","content":"écho."},{"id":"text-126","heading":"Text","content":"écho S&#39;il vous plaît télécharger à % NSSM_URL%"},{"id":"text-127","heading":"Text","content":"appel : SET_ECODE 12"},{"id":"text-128","heading":"Text","content":")"},{"id":"text-129","heading":"Text","content":"aller à EOF"},{"id":"text-130","heading":"Text","content":":REQUIRE_JAVA"},{"id":"text-131","heading":"Text","content":"si ne pas exister &quot;%JAVA%&quot;    ("},{"id":"text-132","heading":"Text","content":"écho."},{"id":"text-133","heading":"Text","content":"écho N&#39;a pas pu trouver &quot;%JAVA%!"},{"id":"text-134","heading":"Text","content":"écho."},{"id":"text-135","heading":"Text","content":"écho S&#39;il vous plaît télécharger à % JAVA_URL%"},{"id":"text-136","heading":"Text","content":"appel : SET_ECODE 13"},{"id":"text-137","heading":"Text","content":")"},{"id":"text-138","heading":"Text","content":"aller à EOF"},{"id":"text-139","heading":"Text","content":":REQUIRE_MINECRAFT"},{"id":"text-140","heading":"Text","content":"si ne pas exister &quot;% MINECRAFT_JAR%&quot;    ("},{"id":"text-141","heading":"Text","content":"écho."},{"id":"text-142","heading":"Text","content":"écho N&#39;a pas pu trouver &quot;% MINECRAFT_JAR%&quot;"},{"id":"text-143","heading":"Text","content":"écho."},{"id":"text-144","heading":"Text","content":"écho S&#39;il vous plaît télécharger à partir de % MINECRAFT_URL%"},{"id":"text-145","heading":"Text","content":"appel : SET_ECODE 14"},{"id":"text-146","heading":"Text","content":")"},{"id":"text-147","heading":"Text","content":"aller à EOF"},{"id":"text-148","heading":"Text","content":":REQUIRE_DATA"},{"id":"text-149","heading":"Text","content":"si ne pas exister &quot;% MINECRAFT_DATA%&quot;    ("},{"id":"text-150","heading":"Text","content":"mkdir &quot;% MINECRAFT_DATA%&quot;"},{"id":"text-151","heading":"Text","content":"appel : SET_ECODE % ERRORLEVEL%"},{"id":"text-152","heading":"Text","content":")"},{"id":"text-153","heading":"Text","content":"aller à EOF"},{"id":"text-154","heading":"Text","content":":MODIFIER"},{"id":"text-155","heading":"Text","content":"appel : REQUIRE_NSSM"},{"id":"text-156","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-157","heading":"Text","content":"écho [NSSM]    Modifier le service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Réglages"},{"id":"text-158","heading":"Text","content":"&quot;% NSSM%&quot; modifier &quot;%NOM DU SERVICE%&quot;"},{"id":"text-159","heading":"Text","content":"appel : SET_ECODE % ERRORLEVEL%"},{"id":"text-160","heading":"Text","content":"aller à EOF"},{"id":"text-161","heading":"Text","content":":STATUT"},{"id":"text-162","heading":"Text","content":"appel : REQUIRE_NSSM"},{"id":"text-163","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-164","heading":"Text","content":"écho [NSSM]    Service Minecraft Server &quot;%NOM DU SERVICE%&quot;    Statut"},{"id":"text-165","heading":"Text","content":"&quot;% NSSM%&quot;    statut &quot;%NOM DU SERVICE%&quot;"},{"id":"text-166","heading":"Text","content":"appel : SET_ECODE % ERRORLEVEL%"},{"id":"text-167","heading":"Text","content":"aller à EOF"},{"id":"text-168","heading":"Text","content":":RETIRER"},{"id":"text-169","heading":"Text","content":"appel : REQUIRE_NSSM"},{"id":"text-170","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-171","heading":"Text","content":"appel :ARRÊTEZ"},{"id":"text-172","heading":"Text","content":"écho [NSSM]    Suppression du service Minecraft Server &quot;%NOM DU SERVICE%&quot;"},{"id":"text-173","heading":"Text","content":"&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer"},{"id":"text-174","heading":"Text","content":"appel : SET_ECODE % ERRORLEVEL%"},{"id":"text-175","heading":"Text","content":"aller à EOF"},{"id":"text-176","heading":"Text","content":":INSTALLER"},{"id":"text-177","heading":"Text","content":"appel : REQUIRE_NSSM"},{"id":"text-178","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-179","heading":"Text","content":"appel : REQUIRE_JAVA"},{"id":"text-180","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-181","heading":"Text","content":"appel : REQUIRE_MINECRAFT"},{"id":"text-182","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-183","heading":"Text","content":"appel : REQUIRE_DATA"},{"id":"text-184","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-185","heading":"Text","content":"appel :ARRÊTEZ"},{"id":"text-186","heading":"Text","content":"écho [NSSM]    Essayer de supprimer éventuellement un service préexistant &quot;%NOM DU SERVICE%&quot;&#8230;"},{"id":"text-187","heading":"Text","content":"&quot;% NSSM%&quot;    retirer &quot;%NOM DU SERVICE%&quot;    confirmer &gt;NUL 2&gt;NUL"},{"id":"text-188","heading":"Text","content":"écho [NSSM]    Installation en tant que service:"},{"id":"text-189","heading":"Text","content":"écho     * Minecraft Server: Version % MINECRAFT_VERSION%"},{"id":"text-190","heading":"Text","content":"écho."},{"id":"text-191","heading":"Text","content":"écho         Chemin: &quot;% MINECRAFT_JAR%&quot;"},{"id":"text-192","heading":"Text","content":"écho         Les données: &quot;% MINECRAFT_DATA%&quot;"},{"id":"text-193","heading":"Text","content":"écho."},{"id":"text-194","heading":"Text","content":"&quot;% NSSM%&quot;    installer &quot;%NOM DU SERVICE%&quot; &quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;&quot;&quot;% MINECRAFT_JAR%&quot;&quot;&quot;    nogui"},{"id":"text-195","heading":"Text","content":"appel : SET_ECODE % ERRORLEVEL%"},{"id":"text-196","heading":"Text","content":":REM Important: Démarrer le service dans Data-Directory."},{"id":"text-197","heading":"Text","content":"&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    AppDirectory &quot;% MINECRAFT_DATA%&quot;"},{"id":"text-198","heading":"Text","content":"&quot;% NSSM%&quot; ensemble &quot;%NOM DU SERVICE%&quot;    La description &quot;Minecraft Server v% MINECRAFT_VERSION%&quot;"},{"id":"text-199","heading":"Text","content":"écho."},{"id":"text-200","heading":"Text","content":"écho Maintenant, vous voudrez peut-être appeler &quot;début de minecraft&quot;."},{"id":"text-201","heading":"Text","content":"aller à EOF"},{"id":"text-202","heading":"Text","content":":DÉBUT"},{"id":"text-203","heading":"Text","content":"appel : REQUIRE_NSSM"},{"id":"text-204","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-205","heading":"Text","content":"écho."},{"id":"text-206","heading":"Text","content":"écho [NSSM]    Démarrage du service Minecraft Server &quot;%NOM DU SERVICE%&quot;"},{"id":"text-207","heading":"Text","content":"écho."},{"id":"text-208","heading":"Text","content":"&quot;% NSSM%&quot; début &quot;%NOM DU SERVICE%&quot;"},{"id":"text-209","heading":"Text","content":"appel : SET_ECODE % ERRORLEVEL%"},{"id":"text-210","heading":"Text","content":"aller à EOF"},{"id":"text-211","heading":"Text","content":":ARRÊTEZ"},{"id":"text-212","heading":"Text","content":"appel : REQUIRE_NSSM"},{"id":"text-213","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-214","heading":"Text","content":"écho [NSSM]    Arrêt du service Minecraft Server &quot;%NOM DU SERVICE%&quot;"},{"id":"text-215","heading":"Text","content":"&quot;% NSSM%&quot;    Arrêtez &quot;%NOM DU SERVICE%&quot;"},{"id":"text-216","heading":"Text","content":"aller à EOF"},{"id":"text-217","heading":"Text","content":":COURIR"},{"id":"text-218","heading":"Text","content":"appel : REQUIRE_JAVA"},{"id":"text-219","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-220","heading":"Text","content":"appel : REQUIRE_MINECRAFT"},{"id":"text-221","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-222","heading":"Text","content":"appel : REQUIRE_DATA"},{"id":"text-223","heading":"Text","content":"si défini CODE E aller à EOF"},{"id":"text-224","heading":"Text","content":"pushd &quot;% MINECRAFT_DATA%&quot;"},{"id":"text-225","heading":"Text","content":"écho [JAVA]    Démarrer Minecraft Server avec le répertoire de données &quot;% MINECRAFT_DATA%&quot;"},{"id":"text-226","heading":"Text","content":"écho        Aider à &quot;/Aidez-moi[[[[]&quot;."},{"id":"text-227","heading":"Text","content":"écho        Quitter avec &quot;/Arrêtez&quot;    ou Ctrl + C."},{"id":"text-228","heading":"Text","content":"écho."},{"id":"text-229","heading":"Text","content":"&quot;%JAVA%&quot;    -Xms1G -Xmx2G -Djava.awt.headless = true -server -jar &quot;% MINECRAFT_JAR%&quot;    nogui"},{"id":"text-230","heading":"Text","content":"appel : SET_ECODE % ERRORLEVEL%"},{"id":"text-231","heading":"Text","content":"popd"},{"id":"text-232","heading":"Text","content":"aller à EOF"},{"id":"text-233","heading":"Text","content":":SET_ECODE"},{"id":"text-234","heading":"Text","content":"si %1 NEQ 0 ("},{"id":"text-235","heading":"Text","content":"ensemble CODE E=%1"},{"id":"text-236","heading":"Text","content":")"},{"id":"text-237","heading":"Text","content":"aller à EOF"},{"id":"text-238","heading":"Text","content":":ERREUR"},{"id":"text-239","heading":"Text","content":"écho."},{"id":"text-240","heading":"Text","content":"écho Erreur %CODE E%."},{"id":"text-241","heading":"Text","content":"appel :ATTENDRE"},{"id":"text-242","heading":"Text","content":"sortie / b %CODE E%"},{"id":"text-243","heading":"Text","content":":FIN"},{"id":"text-244","heading":"Text","content":"écho."},{"id":"text-245","heading":"Text","content":"écho Terminé."},{"id":"text-246","heading":"Text","content":"appel :ATTENDRE"},{"id":"text-247","heading":"Text","content":"sortie / b"},{"id":"text-248","heading":"Text","content":":ATTENDRE"},{"id":"text-249","heading":"Text","content":"si défini DOUBLECLICKED ("},{"id":"text-250","heading":"Text","content":"écho Fermez si vous avez fini de lire &#8230;"},{"id":"text-251","heading":"Text","content":"pause"},{"id":"text-252","heading":"Text","content":")"},{"id":"text-253","heading":"Text","content":"aller à :EOF"},{"id":"text-254","heading":"Text","content":"Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]"}],"media":{"primary_image":"https://tutos-gameserver.fr/wp-content/uploads/2019/07/71911"},"relations":[{"rel":"canonical","href":"https://tutos-gameserver.fr/2019/07/01/configuration-du-serveur-minecraft-windows-batch-%c2%b7-mmichaelis-minecraft-setup-10f50a6-%c2%b7-github-resoudre-les-problemes-dun-serveur-minecraft/"},{"rel":"alternate","href":"https://tutos-gameserver.fr/2019/07/01/configuration-du-serveur-minecraft-windows-batch-%c2%b7-mmichaelis-minecraft-setup-10f50a6-%c2%b7-github-resoudre-les-problemes-dun-serveur-minecraft/llm","type":"text/html"},{"rel":"alternate","href":"https://tutos-gameserver.fr/2019/07/01/configuration-du-serveur-minecraft-windows-batch-%c2%b7-mmichaelis-minecraft-setup-10f50a6-%c2%b7-github-resoudre-les-problemes-dun-serveur-minecraft/llm.json","type":"application/json"},{"rel":"llm-manifest","href":"https://tutos-gameserver.fr/llm-endpoints-manifest.json","type":"application/json"}],"http_headers":{"X-LLM-Friendly":"1","X-LLM-Schema":"1.1.0","Content-Security-Policy":"default-src 'none'; img-src * data:; style-src 'unsafe-inline'"},"license":"CC BY-ND 4.0","attribution_required":true,"allow_cors":false}