> For the complete documentation index, see [llms.txt](https://docs.cryptocraftgame.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptocraftgame.com/season-2-mmo/welcome/setup.md).

# Setup

Season 2 has **TONS** of custom models, configs, UI elements, and other changes. You might not even recognize it's actually Minecraft under the hood!&#x20;

**This guide helps you setup your client to give you the BEST possible experience!**&#x20;

We've split this guide into [**Easy**](#easy-option-lunar-client) and [**Advanced**](#advanced). If you're new with Minecraft client or mods, just follow the Easy guide. If you want to use your own list of mods, check out [Advanced](#advanced).&#x20;

## Joining the server

> Joining the server is easy! Get your client ready in [Easy](#easy-option-lunar-client) or [Advanced](#advanced) and then follow these steps!&#x20;
>
> 1. Open Minecraft
> 2. Click "Multiplayer"&#x20;
> 3. Click "Add Server"&#x20;
> 4. Type any server name you want (try "CryptoCraft'!)&#x20;
> 5. Type **exactly** this Server Address `play.cryptocraftgame.com`
> 6. **Make sure "Server Resource Packs" is set to Enabled**
> 7. Click "Done"&#x20;
> 8. Click on the new "CryptoCraft" server
> 9. Click "Join Server" at the bottom left

## Easy Option: Lunar Client&#x20;

> This option involves using Lunar Client. You just need to download one trusted client and change a couple settings.&#x20;

### 1. Download Lunar Client: <https://www.lunarclient.com/download>

<figure><img src="/files/MD2Uh6Flr2lLt7ieIUk4" alt="" width="563"><figcaption></figcaption></figure>

###

### 2. Change Version to 1.20.4

<figure><img src="/files/Uc1FQIr4zPXBxNmqgCaa" alt="" width="563"><figcaption><p>Version 1.19.4</p></figcaption></figure>

<figure><img src="/files/o4iDfAQkRuR3xBIAXv4R" alt="" width="563"><figcaption><p>Version 1.19.4 with OF</p></figcaption></figure>

### 3. Turn off "Use Custom Boss Bar" &#x20;

1. Join the server
2. Press ESC key to open Minecraft Menu&#x20;
3. Press "Lunar Options"
4. In the search bar, type "boss" and click the gear settings button next to options for the "Boss Bar"
5. Turn **OFF** "Use Custom Boss Bar"

   <figure><img src="/files/zM4Y3R0cBpaJyjyNypEd" alt="" width="563"><figcaption></figcaption></figure>

### 4. Change "Use Minecraft GUI Scale" option

1. Join the server
2. Press ESC key to open Minecraft Menu&#x20;
3. Press "Lunar Options"
4. Click "Settings" at the top&#x20;
5. Search "gui"&#x20;
6. Change "Use Minecraft GUI Scale" to "All"&#x20;

   <figure><img src="/files/CXSVtZM14qnveVGYNXet" alt="" width="563"><figcaption></figcaption></figure>

## Advanced

> For advanced users, we'll explain some things that your client/mod list should have and give some tips on making sure your setup works. There is also a recommended modlist which makes your game look great and ensures everything works smoothly!&#x20;
>
> Our modlist is a great place to start and then you can customize everything as you wish.&#x20;

### Required Mods:&#x20;

#### Custom Armor

> **Forge:** Optifine <https://optifine.net/downloads>
>
> **Fabric:** CIT Resewn <https://modrinth.com/mod/cit-resewn/versions>\
> \
> This is required to see all of the custom armors. Without this, you will just see leather armor on everyone. If that's what you see, something is wrong with this mod.&#x20;

**Tooltip Scroll**

> **Forge:** Unsure...&#x20;
>
> **Fabric:** Tooltip Scroll <https://modrinth.com/mod/tooltip-scroll/versions>
>
> \
> Most items have long lore listing all of the abilities so this is required to be able to use your scroll wheel to move the item lore up & down. Without this, you will only be able to see the top of the lore and might miss some info on the bottom.&#x20;

### Recommended Modlist

> This list includes a TON of stuff and has all been tested to work on CryptoCraft. It's highly recommended you start with this list and then adjust it based on your needs. It includes performance tweaks and lots of nice optimizations. <br>

<figure><img src="/files/834J3fkOHTnNkoC9zyu2" alt="" width="251"><figcaption><p>Using PolyMC to create instances of Minecraft with mods</p></figcaption></figure>


---

# 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://docs.cryptocraftgame.com/season-2-mmo/welcome/setup.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.
