# How To Setup A Server Webstore

> **Difficulty:&#x20;**<mark style="color:orange;">**Medium**</mark>

{% hint style="info" %}
We recommend you to use Tebex/Buycraft for your webstore, as it is the best all around software for Minecraft webstores in our opinion.
{% endhint %}

## 1. Create your Tebex webstore

The first step is to create your new Tebex webstore and link it to your server by downloading the Tebex/Buycraft plugin. This step is expained in lots of Youtube tutorials, so we wont go through that in this guide. You can follow the tutorial below by ApexHosting:

{% embed url="<https://www.youtube.com/watch?ab_channel=ApexHosting&t=20s&v=O2lv6gQMXyA>" %}

## 2. Add products to your webstore

Now your Tebex store should be fully setup and ready to go. Its time to add some products to your webstore. There are 2 ways you can go with this. You can either just sell coins on your webstore, and let your players buy the perks through the Coinshop in the setup. Or you can sell Ranks and Keys etc directly on your webstore. Both methods are explained below.

### Selling only coins (Recommended)

All of our setups are made with the coins currency and a coinshop. The benefit of this is that you stay 100% EULA compliant, which is why we recommend this. To sell coins on your Tebex store, you just need to create a product which executes the command below:

```
/coins give %player% %amount%
```

### Selling other perks through Tebex

You can also sell other perks on Tebex, but we can't guarantee these are EULA compliant. To sell other perks, you just need to create a product which executes the commands which gives those perks. Below are some examples of perks you can sell:

<details>

<summary>Donator ranks</summary>

You can use this command to give players donator ranks:

**/lp user %player% parent settrack rank %rank%**

**Available donator ranks:** Default, Knight, Lord, Paladin, Duke, King

</details>

<details>

<summary>Toolskins</summary>

You can use this command to give a players a random toolskins:

**/crazyvouchers give %player% Random\_Toolskin**

</details>

<details>

<summary>Money</summary>

You can use this command to give a players money:

**/eco give %player% %amount%**

</details>

<details>

<summary>Claiming</summary>

You can use this command to give a players claimblocks:

**/adjustbonusclaimblocks %player% %amount%**

</details>

{% hint style="warning" %}
We do not recommend selling Crate Keys directly on your Tebex store as this is seen as gambling. So this is not EULA compliant.
{% endhint %}

## 3. Using a custom Tebex theme (Optional)

To make your Tebex website stand out, we recommend using a custom Tebex theme. While we do not offer Tebex themes ourselves, many talented creators on BuiltByBit such as [Vosiekip](https://builtbybit.com/creators/vosiekip.392814/?sort=relevance\&category=34\&keywords=) does. You can browse through BuiltByBit's Tebex themes here: <https://builtbybit.com/resources/websites/tebex/>


---

# 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.nitrosetups.com/docs/setup-guides/general-setup-guides/how-to-setup-a-server-webstore.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.
