# Lobby Setup

<figure><img src="/files/3BINrKerQ1S2K5YmSMrJ" alt=""><figcaption></figcaption></figure>

## **Installation Instructions**

Follow the steps below to set up the **Premium Lobby Setup** on your server. You will need to have purchased our [**Premium Lobby Setup**](https://builtbybit.com/resources/premium-lobby-setup-nekio.53675) first. Once you have made the purchase, download it and continue with the instructions.

{% hint style="info" %}
It is highly recommended to install **Pufferfish 1.21.1** as your server's base software for optimal performance. You can download the latest version from [**here**](https://ci.pufferfish.host/job/Pufferfish-1.21/21/artifact/build/libs/pufferfish-paperclip-1.21.1-R0.1-SNAPSHOT-mojmap.jar). We suggest using **Pufferfish** because of its advanced optimization features, which are specifically designed to handle high player counts and improve server stability.
{% endhint %}

## ![](https://wiki.arefy.net/~gitbook/image?url=https%3A%2F%2F1987155368-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-MR_H5ewvyOa3SDGl4ba%252F-MWAXlpNfmXjaa3JGM4S%252F-MWAYLWHghlnVa8FNon5%252FPrueba-1.png%3Falt%3Dmedia%26token%3D41a1de74-3189-4dd4-a167-e3f0520ebb58\&width=300\&dpr=1\&quality=100\&sign=3802d380\&sv=1) 1. Uploading all downloaded files into your hosting folder

Upload all files that you have download into your hosting folder, you just have to drag and drop them into the FTP that they gave you, as simple as that

<figure><img src="https://i.imgur.com/R1dpgX2.gif" alt=""><figcaption></figcaption></figure>

## ![](https://wiki.arefy.net/~gitbook/image?url=https%3A%2F%2F1987155368-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-MR_H5ewvyOa3SDGl4ba%252F-MWAXlpNfmXjaa3JGM4S%252F-MWAYSEk5tVsi3CUtOU7%252FPrueba-1.png%3Falt%3Dmedia%26token%3D1ebf222f-5e8c-4408-b103-e573b8ac6eaf\&width=300\&dpr=1\&quality=100\&sign=4aee3df2\&sv=1) 2. Installing dependencies

Due redistribution rights that builtbybit has, we can't include some plugins in the setup, so you will have to download them and install them

{% hint style="warning" %}
Download all dependencies and install them in your **/plugins** folder
{% endhint %}

> **Tab** [*(Download it here)*](https://www.spigotmc.org/resources/tab-1-5-1-21-1.57806/)

## 3. ✅ Installation completed

Now you will be able to start the server and join through your host IP

{% hint style="info" %}
You can make yourself **Owner and Operator** by running on console the next commands
{% endhint %}

```
op %player%
```

```
lp user %player% parent add Owner
```

## Adding new gamemodes selector, giving money, etc...

All files are configurable, here is a list of most important files that you can edit (like enchantments levels, shop prices, etc)

<details>

<summary>How can I remove armorstands/npcs from gamemodes</summary>

If, for example, you want to replace Lifesteal with Skywars (or another gamemode, just as an example), stand in the center of the block (see the image below) and run `/minecraft:kill @e[type=armor_stand,distance=..5]`.&#x20;

This will remove all armor stands within a *5-block radius*. You can then place other functions (see below).

</details>

<figure><img src="https://i.imgur.com/ZLS9Zzq.png" alt=""><figcaption><p>Stand in the center of the gamemode zone and run the command from above to remove armorstands</p></figcaption></figure>

<details>

<summary>How can I place new armorstands/npcs for new gamemodes</summary>

After removing the gamemodes you don’t want, you can add new ones by placing armor stands. You’ll be able to choose from all our available models:

* **Prison Climber**: `/function #mch:mch001643_miner-climbing-ladder`
* **Survival Lumberjack**: `/function #mch:mch001276_man-carrying-logs` / **Logs**: `/function #mch:mch001270_logs-with-axe`
* **Lifesteal Killer**: `/function #mch:mch000452_jeff-the-killer` / **Heart**: `/function #mch:mch001508_valentines-heart`
* **Events Pumpkin**: `/function #mch:mch001331_halloween-pumpkin-ii`

You can use any functions from this list for other gamemodes as well. Just run any function command (for example, for Climber, `/function #mch:mch001643_miner-climbing-ladder`) and move it wherever you like.

</details>

<details>

<summary>How can I add new images for new gamemodes</summary>

Simply run `/imageframe create <name> <image link> <width> <height> nearest-color`. For example, to create a Skywars gamemode with a width of 3 blocks and a height of 1 block, use:

```bash
/imageframe create Skywars https://i.imgur.com/1nTxrSt.png 3 1 nearest-color
```

If you don’t have a text image for your gamemode, you can join our [Discord](https://discord.gg/arefy) and open a ticket *on Nekio Setups category*. We’ll create one for you *(one image free of charge; additional images require purchasing a setup addon)*.

</details>

<details>

<summary>How can I add/remove gamemodes on the gamemode selector menu</summary>

You'll need to edit `/plugins/DeluxeMenus/gui_menus/gamemodes.yml`

</details>

<details>

<summary>How can I give players money/points</summary>

You'll need to run `/points give <player> <points`>

</details>


---

# 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.nekiosetups.com/how-to-install-or-minecraft-setups/lobby-setup.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.
