Skip to content

Options

Tect.host edited this page Jun 13, 2024 · 2 revisions

ENGLISH

Modify options in the script (recommended)

To modify the options directly in the script, in the start menu, you have to select option 2 to enter the configuration menu, it will show you all the available options and their current status.

Select the option you want to modify and you will see the values you can enter (If it says "*" it means you can enter any value).

When you have entered the new value, you will return to the options menu again (the changes were saved successfully), check that the new value is correct and if so you can press 0 to return to the start menu.

Modifying the options in the configuration file

First we have to look for the options.txt file, it will be in the same folder as the script (if you can't find it, run the script to create it again).

When we have found it, we open it with a text editor and we will have different lines:

en
jdk-17
false
server.jar
2048
true
unlimited

Line 1: Language

Line 2: Java version

Line 3: GUI

Line 4: JAR file

Line 5: RAM memory

Line 6: Aikar Flags

Line 7: CPU cores limit

We simply modify the options directly in the txt, this will affect the script (after modifying the options it is advisable to restart the script if we have it open).

SPANISH - ESPAÑOL

Modificar las opciones en el script (recomendado)

Para modificar las opciones directamente en el script, en el menú de inicio, tiene seleccionar la opción 2 para entrar al menú de configuración, le mostrará todas las opciones disponibles y su estado actual.

Seleccione la opción que quiere modificar y le aparecerán los valores que puede ingresar (Si pone "*" significa que puede ingresar cualquier valor).

Cuando haya ingresado el nuevo valor, volverá al menú de opciones nuevamente (los cambios se guardaron satisfactoriamente), revise que el nuevo valor es correcto y si es así puede pulsar 0 para volver al menú de inicio.

Modificar las opciones en el archivo de configuración

Primero tenemos que buscar el archivo options.txt, estará en la misma carpeta que el script (si no lo encuentra, ejecute el script para crearlo nuevamente).

Cuando lo hayamos encontrado, lo abrimos con un editor de texto y tendremos distintas líneas:

en
jdk-17
false
server.jar
2048
true
unlimited

Línea 1: Idioma

Línea 2: Versión de Java

Línea 3: GUI

Línea 4: Archivo JAR

Línea 5: Memoria RAM

Línea 6: Aikar Flags

Línea 7: Límite de núcleos del procesador

Simplemente modificamos las opciones directamente en el txt, esto afectará al script (después de modificar las opciones es recomendable reiniciar el script si lo tenemos abierto).