> For the complete documentation index, see [llms.txt](https://lixeldesign.gitbook.io/tebex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lixeldesign.gitbook.io/tebex/terra-template/add-ons/java-bedrock.md).

# Java Bedrock

{% hint style="danger" %}
Your Tebex store must have Minecraft offline as game type. You cannot change the game type after having created the store. You must create a new store.
{% endhint %}

## Installation

{% stepper %}
{% step %}

### Downloading the add-on

Download the add-on from the [resource page](https://builtbybit.com/resources/rock-tebex-template-bedrock-crates.71241/).

You will receive a separate ZIP folder. **Unzip** it and remember where your the downloaded folder is located.
{% endstep %}

{% step %}

### Uploading the add-on

1. Inside the Tebex dashboard, [go to the appearance page](https://creator.tebex.io/appearance) and click on "**Launch Editor**".

<figure><img src="/files/tYrMODOQMXMpByNkU6by" alt=""><figcaption></figcaption></figure>

2. Scroll down **a bit** in the left sidebar and click on "**Add**"

<figure><img src="/files/aTxHwPASsLSfYjkOVIZm" alt=""><figcaption></figcaption></figure>

3. Select `twig` as the file type.

<figure><img src="/files/BRPoQnymtgB0lAhFKuyK" alt=""><figcaption></figcaption></figure>

4. Click on "**UPLOAD**"

<figure><img src="/files/N13cUqPWl0KpeUw9Jee1" alt=""><figcaption></figcaption></figure>

5. Select the `java-bedrock.twig` file inside your downloaded add-on folder and click on "**Upload file**". Click on "**Save as Draft**" and then on "**Publish**" (at the top right corner of the screen).

<figure><img src="/files/Ni9BRl2N11OHndIspVIW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enabling the add-on

1. [Go back to the appearance page](https://creator.tebex.io/appearance), scroll down and click on "**Java/Bedrock**".

<figure><img src="/files/mmiyJIuJhyhlGx8eGBAD" alt=""><figcaption></figcaption></figure>

2. Turn the "**Toggle Java/Bedrock login**" setting to `On` and fill in the `Bedrock Prefix` . The Bedrock prefix will be set before the username when the user selects Minecraft Bedrock.

{% code title="Example:" %}

```
Steve -> :Steve
```

{% endcode %}

3. Scroll up, click on "**Save as Draft**" and then on "**Publish**".

<figure><img src="/files/rwvr72ipYLlfmxbyEw8w" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Done!
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lixeldesign.gitbook.io/tebex/terra-template/add-ons/java-bedrock.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
