diff --git a/var/windows/installer/maincode_installer_eng.bat b/var/windows/installer/maincode_installer_eng.bat index 0056bda..cd53b0a 100644 --- a/var/windows/installer/maincode_installer_eng.bat +++ b/var/windows/installer/maincode_installer_eng.bat @@ -12,10 +12,10 @@ echo( echo (I) Install a Server echo (L) Version List echo (D) Debug Mode -echo (C) Copyright +echo (C) License echo (S) Exit echo( -set /P menu=Elige una de las opciones = +set /P menu=Select one of the options = if /I "%menu%" EQU "I" goto :version if /I "%menu%" EQU "L" goto :vslist if /I "%menu%" EQU "D" goto :dbmode @@ -104,6 +104,8 @@ if /I "%version%" EQU "1.18" set version=1.18& set link=https://launcher.mojang. if /I "%version%" EQU "1.18.1" set version=1.18.1& set link=https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar& goto :install if /I "%version%" EQU "1.18.2" set version=1.18.2& set link=https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar& goto :install if /I "%version%" EQU "1.19" set version=1.19& set link=https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b2aa9d5a87113aaf1122/server.jar& goto :install +if /I "%version%" EQU "1.19.1" set version=1.19.1& set link=https://piston-data.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar +if /I "%version%" EQU "1.19.2" set version=1.19.2& set link=https://piston-data.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar goto :versionnull :versionnull @@ -189,6 +191,8 @@ if /I "%version%" EQU "1.18" set version=1.18& set link=https://launcher.mojang. if /I "%version%" EQU "1.18.1" set version=1.18.1& set link=https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar& goto :install if /I "%version%" EQU "1.18.2" set version=1.18.2& set link=https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar& goto :install if /I "%version%" EQU "1.19" set version=1.19& set link=https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b2aa9d5a87113aaf1122/server.jar& goto :install +if /I "%version%" EQU "1.19.1" set version=1.19.1& set link=https://piston-data.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar +if /I "%version%" EQU "1.19.2" set version=1.19.2& set link=https://piston-data.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar goto :versionnull :install @@ -265,7 +269,7 @@ echo( echo (1) See Available Versions List echo (2) Back to Main Menu echo( -set /P vslista=Choose one of the options = +set /P vslista=Select one of the options = if /I "%vslista%" EQU "1" goto :stblist if /I "%vslista%" EQU "2" goto :init goto :vslist @@ -350,6 +354,8 @@ echo - 1.18 echo - 1.18.1 echo - 1.18.2 echo - 1.19 +echo - 1.19.1 +echo - 1.19.2 echo( pause goto :init @@ -370,7 +376,7 @@ echo (N) Enable Debug Mode echo (M) Disable Debug Mode echo (V) Back to Main Menu echo( -set /P debug=Choose one of the options = +set /P debug=Select one of the options = if /I "%debug%" EQU "N" goto :dbinit if /I "%debug%" EQU "M" goto :undbinit if /I "%debug%" EQU "V" goto :init @@ -395,10 +401,10 @@ echo( echo (I) Install a Server echo (L) Version List echo (D) Debug Mode -echo (C) Copyright +echo (C) License echo (S) Exit echo( -set /P menu=Choose one of the options = +set /P menu=Select one of the options = if /I "%menu%" EQU "I" goto :version if /I "%menu%" EQU "L" goto :vslist if /I "%menu%" EQU "D" goto :dbmode @@ -424,10 +430,10 @@ cls echo Server Installer for Minecraft echo ------------------------------------ echo( -echo The latest copyright information will open in the browser. +echo The latest License information will open in the browser. echo( pause -start https://github.com/NGDPLNk/SSTools4MC#informaci%C3%B3n-sobre-copyright-y-disclaimer +start https://github.com/NGDPLNk/SSTools4MC/blob/main/LICENSE goto :init REM Desde esta anotación se encuentra el bloque que da pie a la salida de esta herramienta diff --git a/var/windows/installer/maincode_installer_esp.bat b/var/windows/installer/maincode_installer_esp.bat index 2f0f8e7..f7b5278 100644 --- a/var/windows/installer/maincode_installer_esp.bat +++ b/var/windows/installer/maincode_installer_esp.bat @@ -12,7 +12,7 @@ echo( echo (I) Instalar un Servidor echo (L) Lista de Versiones echo (D) Modo Debug -echo (C) Copyright +echo (C) Licencia echo (S) Salir echo( set /P menu=Elige una de las opciones = @@ -104,6 +104,8 @@ if /I "%version%" EQU "1.18" set version=1.18& set link=https://launcher.mojang. if /I "%version%" EQU "1.18.1" set version=1.18.1& set link=https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar& goto :install if /I "%version%" EQU "1.18.2" set version=1.18.2& set link=https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar& goto :install if /I "%version%" EQU "1.19" set version=1.19& set link=https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b2aa9d5a87113aaf1122/server.jar& goto :install +if /I "%version%" EQU "1.19.1" set version=1.19.1& set link=https://piston-data.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar +if /I "%version%" EQU "1.19.2" set version=1.19.2& set link=https://piston-data.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar goto :versionnull :versionnull @@ -189,6 +191,8 @@ if /I "%version%" EQU "1.18" set version=1.18& set link=https://launcher.mojang. if /I "%version%" EQU "1.18.1" set version=1.18.1& set link=https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar& goto :install if /I "%version%" EQU "1.18.2" set version=1.18.2& set link=https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar& goto :install if /I "%version%" EQU "1.19" set version=1.19& set link=https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b2aa9d5a87113aaf1122/server.jar& goto :install +if /I "%version%" EQU "1.19.1" set version=1.19.1& set link=https://piston-data.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar +if /I "%version%" EQU "1.19.2" set version=1.19.2& set link=https://piston-data.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar goto :versionnull :install @@ -350,6 +354,8 @@ echo - 1.18 echo - 1.18.1 echo - 1.18.2 echo - 1.19 +echo - 1.19.1 +echo - 1.19.2 echo( pause goto :init @@ -395,7 +401,7 @@ echo( echo (I) Instalar un Servidor echo (L) Lista de Versiones echo (D) Modo Debug -echo (C) Copyright +echo (C) Licencia echo (S) Salir echo( set /P menu=Elige una de las opciones = @@ -424,10 +430,10 @@ cls echo Instalador de Servidores para Minecraft echo ------------------------------------ echo( -echo Se abrira la informacion sobre Copyright mas reciente en el navegador. +echo Se abrira la informacion sobre Licencia mas reciente en el navegador. echo( pause -start https://github.com/NGDPLNk/SSTools4MC#informaci%C3%B3n-sobre-copyright-y-disclaimer +start https://github.com/NGDPLNk/SSTools4MC/blob/main/LICENSE goto :init REM Desde esta anotación se encuentra el bloque que da pie a la salida de esta herramienta diff --git a/var/windows/launcher/maincode_launcher_eng.bat b/var/windows/launcher/maincode_launcher_eng.bat index 68d20de..5057733 100644 --- a/var/windows/launcher/maincode_launcher_eng.bat +++ b/var/windows/launcher/maincode_launcher_eng.bat @@ -11,10 +11,10 @@ echo You are in the Main Menu echo( echo (I) Start Server echo (D) Debug Mode -echo (C) Copyright +echo (C) License echo (S) Exit echo( -set /P menu=Choose one of the options = +set /P menu=Select one of the options = if /I "%menu%" EQU "I" goto :ram if /I "%menu%" EQU "D" goto :dbmode if /I "%menu%" EQU "C" goto :about @@ -95,7 +95,7 @@ echo (N) Enable Debug Mode echo (M) Disable Debug Mode echo (V) Back to Main Menu echo( -set /P debug=Choose one of the options = +set /P debug=Select one of the options = if /I "%debug%" EQU "N" goto :dbinit if /I "%debug%" EQU "M" goto :undbinit if /I "%debug%" EQU "V" goto :init @@ -119,10 +119,10 @@ echo You are in the Main Menu echo( echo (I) Start Server echo (D) Debug Mode -echo (C) Copyright +echo (C) License echo (S) Exit echo( -set /P menu=Choose one of the options = +set /P menu=Select one of the options = if /I "%menu%" EQU "I" goto :ram if /I "%menu%" EQU "D" goto :dbmode if /I "%menu%" EQU "C" goto :about @@ -147,10 +147,10 @@ cls echo Server Installer for Minecraft echo ------------------------------------ echo( -echo The latest copyright information will open in the browser. +echo The latest License information will open in the browser. echo( pause -start https://github.com/NGDPLNk/SSTools4MC#informaci%C3%B3n-sobre-copyright-y-disclaimer +start https://github.com/NGDPLNk/SSTools4MC/blob/main/LICENSE goto :init REM Desde esta anotación se encuentra el bloque que da pie a la salida de esta herramienta diff --git a/var/windows/launcher/maincode_launcher_esp.bat b/var/windows/launcher/maincode_launcher_esp.bat index 424b30b..4d1e92f 100644 --- a/var/windows/launcher/maincode_launcher_esp.bat +++ b/var/windows/launcher/maincode_launcher_esp.bat @@ -11,7 +11,7 @@ echo Estas en el Menu Principal echo( echo (I) Iniciar el Servidor echo (D) Modo Debug -echo (C) Copyright +echo (C) Licencia echo (S) Salir echo( set /P menu=Elige una de las opciones = @@ -74,7 +74,7 @@ echo ------------------------------------ echo( echo Se ha cerrado el Servidor echo( -echo Puedes revisar el registro de la consola en la carpeta "Logs" +echo Puedes revisar el registro en la carpeta "Logs" echo( pause goto :init @@ -119,7 +119,7 @@ echo Estas en el Menu Principal echo( echo (I) Iniciar el Servidor echo (D) Modo Debug -echo (C) Copyright +echo (C) Licencia echo (S) Salir echo( set /P menu=Elige una de las opciones = @@ -147,10 +147,10 @@ cls echo Lanzador de Servidores para Minecraft echo ------------------------------------ echo( -echo Se abrira la informacion sobre Copyright mas reciente en el navegador. +echo Se abrira la informacion sobre Licencia mas reciente en el navegador. echo( pause -start https://github.com/NGDPLNk/SSTools4MC#informaci%C3%B3n-sobre-copyright-y-disclaimer +start https://github.com/NGDPLNk/SSTools4MC/blob/main/LICENSE goto :init REM Desde esta anotación se encuentra el bloque que da pie a la salida de esta herramienta