# Convert

You can convert the other plugins to zEssentials.

## CMI

You need to put the `cmi.sqlite.db` file in the `plugins/zEssentials` folder. You must then run the following command:&#x20;

```bash
/ess convert CMI
```

The conversion will take a few seconds, please wait. Once the conversion is complete, you will need to restart your server.

{% hint style="info" %}
Only the data of the players will be converted. For warps, kits, etc you must redo them !
{% endhint %}

## EssentialsX

You must have the `plugins/Essentials` folder on your server. You must then run the following command:&#x20;

```bash
/ess convert EssentialsX
```

The conversion will take a few seconds, please wait. Once the conversion is complete, you will need to restart your server.

{% hint style="info" %}
Only the data of the players will be converted. For warps, kits, etc you must redo them !
{% endhint %}

{% embed url="<https://youtu.be/KyfrtqTEpsE>" %}

## SunLight

You need to put the `data.db` file in the `plugins/zEssentials` folder. You must then run the following command:&#x20;

```bash
/ess convert Sunlight
```

The conversion will take a few seconds, please wait. Once the conversion is complete, you will need to restart your server.

{% hint style="info" %}
Only the data of the players will be converted. For warps, kits, etc you must redo them !
{% endhint %}

## PlayerVaultX

You must have the PlayerVaultX plugin installed on your server. You must then run the following command:&#x20;

```bash
/ess convert PlayerVaultX
```

The conversion will take a few seconds, please wait. Once the conversion is complete, you will need to restart your server.

{% hint style="info" %}
Data from all vaults will be transferred. Please note that PlayerVaultX and zEssentials operate differently. With zEssentials, there is no limit on the quantity of each item. All items from players will be consolidated into a single vault.
{% endhint %}

## CoinsEngine

You must have the CoinsEngine folder created on your server. You must then run the following command:&#x20;

```bash
/ess convert CoinsEngine
```

The conversion will take a few seconds, please wait. Once the conversion is complete, you will need to restart your server.

{% hint style="info" %}
You must first create your savings in the zEssentials <mark style="color:green;">**modules/economy/config.yml**</mark> file. By default the configuration will be the same as CoinsEngine, with economy money and coins.
{% endhint %}

## HuskHomes

You need to put the `HuskHomesData.db` file in the `plugins/zEssentials` folder. You must then run the following command:&#x20;

```bash
/ess convert HushHomes
```

The conversion will take a few seconds, please wait. Once the conversion is complete, you will need to restart your server.

{% hint style="info" %}
Only the data of the players will be converted. For warps, kits, etc you must redo them !
{% endhint %}

## AxVaults

You must have the AxVaults plugin installed on your server. You must then run the following command:&#x20;

```bash
/ess convert AxVaults
```

The conversion will take a few seconds, please wait. Once the conversion is complete, you will need to restart your server.

{% hint style="info" %}
Data from all vaults will be transferred. Please note that PlayerVaultX and zEssentials operate differently. With zEssentials, there is no limit on the quantity of each item. All items from players will be consolidated into a single vault.
{% endhint %}


---

# 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://zessentials.groupez.dev/getting-started/convert.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.
