# Change Minecraft Type and Version

1. Go to <https://panel.hidencloud.com/>
2. Log in with your account, if it is the first time you will have the username and password in the email or on the dashboard.
3. Select the server you want to change the version or type of Minecraft game on.
4. Now go to configuration and then to advanced parameters.
5. Then where it says "Install Different Edition" select the edition (type) and the version you want to install.
6. Activate "Format" in case you want to delete all the old files and make a new installation and then click on Install. This process can take several seconds.

<figure><img src="/files/4DGEl8Ba8rd0EXFnnD94" alt=""><figcaption><p>Server Advanced. </p></figcaption></figure>

## **Adding an Unlisted Launcher/Version/Type**

If you need to install a launcher/version/type that is not listed by HidenCloud, follow these steps:

**Launcher Download:**

* Go to the official website of the launcher you wish to install. For example, if you want to install Magma, visit their site and download the version you prefer.

**Uploading the .jar File:**

* Upload the downloaded .jar file to your server on HidenCloud. It is recommended to delete all existing files to avoid compatibility issues.

**Renaming the File:**

* Once the file is uploaded, change its name to "server.jar". This will ensure that HidenCloud recognizes the file as the main launcher.
* If you prefer not to change the name of the file, you can specify the new name (for example, "magma.jar") in the server's startup parameters.

These steps will allow you to use any launcher, even if it is not directly listed on the HidenCloud panel, providing you with the flexibility to customize your Minecraft server according to your specific preferences and needs.

## Forge Installation Video

{% hint style="warning" %}
The latest versions of Forge require certain extra steps to run the server correctly.

Here you can see a demonstration of paper and forging installation. Please, if you have any problems, watch the video first before opening a support ticket.
{% endhint %}

{% hint style="info" %}
For older versions this process is not necessary, simply run the jar normally. For versions that are old but not very old, such as 1.16 for example, there's a file called minecraft\_server.1.16.5.jar. You just need to execute this file; the unix\_args.txt file is not necessary.
{% endhint %}

{% hint style="success" %}
For Neoforge in Forge Launch Arguments (unix\_args.txt) use: @libraries/net/neoforged/neoforge/XX.XX.XX/unix\_args.txt&#x20;

You can always obtain this path from the run.sh file!
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1uIaKswsogw3AmAh0xBDPLfYcZElotcPH/view?usp=sharing>" %}
Forge Installation HidenClooud
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidencloud.com/minecraft/change-minecraft-type-and-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
